body{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #191F25;
}
header.bg-white {
    padding: 20px 0;
}
h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-right: 30%;
}
h2 {
    font-size: 32px;
    font-weight: 700;
}
h5 {
    font-size: 20px;
    color: #2E70C4;
    font-weight: 700;
    margin-top: 10px;
    min-height: 48px;
}
.row.text-left {
    margin-bottom: 20px;
}
.banner {
  background-image: url('../img/fondo.png');
  background-size: cover;
  background-position: center;
  height: 300px;
  padding: 70px 0;
}
.boton-blanco {
    background: #fff;
    padding: 5px 15px 3px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
    color: #191F25;
    text-decoration: none;
    font-weight: 700;
    border:0;
}
img.dientes {
    float: right;
    margin-top: -80px;
}
footer {
  background-color: #181E24;
  color: #fff;
  padding: 20px 0;
  margin-top: 270px;
}
footer img, footer ul {
    margin-bottom: 25px !important;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer li {
  display: inline;
  margin: 0 15px;
}
button.btn-close {
    display: none;
}
.modal-dialog {
    transform: initial !important;
    max-width: 545px;
    position: fixed;
    bottom: 0px;
    right: 15px;
}
.modal-content{
    background-image: url('../img/fondo-news.png');
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    border: 0;
}
.modal-header{
  padding: 15px 30px 0 30px;
  border: 0;
  flex-flow: wrap;
}
.modal-header h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    min-height: inherit;
}
.modal-header h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.modal-body {
    padding: 0 30px 30px 30px;
}
.modal-body label.form-label {
    display: none;
}
.modal-dialog button.btn.btn-success {
    background: #1D75BD;
    padding: 5px 35px;
    border-radius: 25px;
    font-weight: 700;
    margin-top: 5px;
}
.modal-dialog input.form-control {
    border-radius: 25px;
    padding: 4px 15px;
    width: 85%;
}
.modal-dialog input.form-control::placeholder{
  color: #d1d1d1;
}
.modal-dialog label.form-check-label {
    color: #fff;
    line-height: 17px;
    font-size: 13px;
}
.modal-dialog input.form-check-input {
    background-color: transparent;
}
.banner-hablamos {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #A276D8, #2E70C4);
    left: 0;
    padding: 20px 20px 0 20px;
}
.banner-hablamos * {
  color: #fff;
}
.banner-hablamos h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.banner-hablamos p {
  text-transform: uppercase;
  font-weight: 700;
}
.banner-hablamos button.btn.btn-primary {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 9999;
    background: transparent;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}
@media (min-width: 768px) {
  div#formModal {
      opacity: 1 !important;
      display: block !important;
      width: auto;
  }
}
@media (max-width: 768px) {
  h1{
    padding-right: 0;
    font-size: 22px;
  }
  h2{
    font-size: 22px;
  }
  h5{
    min-height: initial;
  }
  .banner {
      background-image: url(../img/fondo-movil.png);
      background-size: cover;
      background-position: bottom center;
      min-height: 430px;
      padding: 40px 0;
  }
  .banner img{
    display: none;
  }
  .row.text-left{
    margin-bottom: 0;
  }
  footer {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .modal-dialog {
      transform: initial !important;
      max-width: 589px;
      position: fixed;
      bottom: 0px;
      right: 0;
      left: 0;
      top: 0;
  }
}