@charset "UTF-8";
:root {
  --blanco: #ffffff;
  --azul: #3399cc;
  --negro: #424345;
  --negroOscuro: #000000;
  --celeste: #31c1ea;
  --gris: #efefef;
}

@font-face {
  font-family: "GothamBook";
  src: url("../assets/fonts/GothamBook.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "GothamBold";
  src: url("../assets/fonts/GothamBold.ttf") format("opentype");
  font-style: bold;
  font-weight: 700;
}
html, body {
  font-family: "GothamBook", sans-serif;
  font-size: 20px;
  color: var(--negroOscuro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.txt-body-sm {
  font-size: 18px;
}

.txt-body-gd {
  font-size: 20px;
}

.pd-0 {
  padding: 0px;
}

.px-container {
  padding: 0% 8% 0% 8%;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

.txt-azul {
  color: var(--azul);
}

.txt-celeste {
  color: var(--celeste);
}

.w-100 {
  width: 100%;
}

.btn-cta {
  width: 100%;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  padding: 12px 16px;
  height: 50px;
  color: var(--blanco);
  font-size: 16px;
  border-radius: 9px;
  text-align: center;
  background-color: var(--azul);
  border-width: 0px;
  font-weight: 700;
}
.btn-cta:hover {
  background-color: var(--celeste);
  color: var(--blanco);
}

.mobile-item {
  display: none;
}

/* Estilos para el botón fijo de WhatsApp */
.whatsapp-fixed-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  text-decoration: none;
}

/* Estilos para la imagen del icono de WhatsApp */
.whatsapp-fixed-btn img {
  width: 60px;
  height: 60px;
}

.header {
  padding: 3% 0%;
}
.header .opc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
.header .opc p {
  margin: 0px;
}
.header .opc a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.header .opc .btn-cta {
  padding: 12px 42px;
}

.sec1 {
  padding: 6% 0%;
  background-image: url("../assets/img/drmanrique-banner-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec1 .btn-cta {
  width: 50%;
  padding: 12px 10px;
}
.sec1 .caja {
  background-image: url("../assets/img/drmanrique-banner-review.png");
  padding: 9%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  background-position: center;
}
.sec1 .customBg {
  background: rgba(0, 0, 0, 0.6);
  padding: 7%;
  border-radius: 7% 0% 7% 0%;
  margin-right: 15%;
}
.sec1 .carousel-control-next-icon, .sec1 .carousel-control-prev-icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.sec1 .carousel-control-next {
  top: 30px;
  right: -55px;
}
.sec1 .carousel-control-prev {
  top: 30px;
  left: -60px;
}
@media (max-width: 574px) and (min-width: 330px) {
  .sec1 h1 {
    font-size: 35px;
  }
  .sec1 h3 {
    font-size: 25px;
  }
  .sec1 .customBg {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 7%;
  }
  .sec1 .btn-cta {
    font-size: 13px;
  }
  .sec1 .carousel-control-next {
    right: -40px;
  }
  .sec1 .carousel-control-prev {
    left: -40px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .customBg {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 7%;
  }
  .sec1 h1 {
    font-size: 25px;
  }
  .sec1 h3 {
    font-size: 20px;
  }
  .sec1 .btn-cta {
    font-size: 10px;
  }
}

.sec2 {
  padding: 6% 0%;
}
.sec2 h2 {
  font-size: 40px;
}
.sec2 .col-md-6 {
  margin-top: 6%;
}
.sec2 .col-md-12 {
  margin-top: 5%;
  text-align: center;
}
.sec2 .col-md-12 .btn-cta {
  width: auto;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 .col-md-6 {
    margin-top: 12%;
    text-align: center;
  }
  .sec2 .col-md-6 img {
    width: 75% !important;
  }
  .sec2 .col-md-6 h3 {
    margin-top: 5%;
  }
  .sec2 .col-md-12 {
    margin-top: 12%;
  }
}

.sec3 {
  padding: 6% 0%;
  background-image: url("../assets/img/drmanrique-banner-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec3 p {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 h3 {
    font-size: 20px;
  }
  .sec3 p {
    font-size: 20px;
  }
}

.sec4 {
  padding: 6% 0%;
}
.sec4 h2 {
  font-size: 44px;
}
.sec4 p {
  margin-top: 13%;
  font-size: 26px;
  padding-right: 15%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 {
    text-align: center;
  }
  .sec4 h2 {
    font-size: 30px;
  }
  .sec4 p {
    font-size: 20px;
    padding: 0% 4%;
  }
}

.sec5 {
  background-color: var(--gris);
  padding: 6% 0%;
}
.sec5 h2 {
  font-size: 44px;
}
.sec5 .title {
  margin: 0px;
  font-size: 30px;
}
.sec5 .agenda {
  text-decoration: none;
  color: var(--negroOscuro);
  font-size: 16px;
}
.sec5 .custom {
  margin-top: 15px;
}
.sec5 .custom-2 {
  margin-top: 21px;
}
.sec5 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 h2 {
    font-size: 30px;
  }
  .sec5 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0px !important;
  }
  .sec5 .grid .title {
    font-size: 20px;
  }
}

.sec6 {
  padding: 6% 0%;
}
.sec6 h2 {
  font-size: 35px;
}
.sec6 .galeria {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 10px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec6 .galeria .logo {
  width: 180px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 h2 {
    font-size: 20px;
  }
  .sec6 .galeria {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .sec6 .galeria .logo {
    width: 80%;
  }
}

.sec7 {
  padding: 6% 0% 27%;
  background-color: var(--gris);
  position: relative;
}
.sec7 .caja {
  padding: 3% 5%;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 16px -7px black;
          box-shadow: 0px 0px 16px -7px black;
}
.sec7 .carousel-control-next-icon, .sec7 .carousel-control-prev-icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.sec7 .carousel-control-next {
  top: 15px;
  right: -100px;
}
.sec7 .carousel-control-prev {
  top: 15px;
  left: -100px;
}
.sec7 .doc {
  padding: 0% 0% 6%;
}
.sec7 .doc h2 {
  text-align: center;
  margin: 0% 0% 7%;
  font-size: 43px;
  color: #41A8C9;
  padding: 0% 5%;
}
.sec7 .doc iframe {
  height: 780px !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec7 .caja {
    padding: 11% 14%;
    border-radius: 15px;
  }
  .sec7 .carousel-control-next {
    right: -45px;
  }
  .sec7 .carousel-control-prev {
    left: -33px;
  }
  .sec7 .doc h2 {
    font-size: 35px;
    padding: 0;
  }
  .sec7 .doc {
    max-height: 1600px;
  }
}

.sec8 {
  padding: 6% 0%;
  position: relative;
  z-index: 5;
  margin-top: -25%;
}
.sec8 .cajaForm {
  -webkit-box-shadow: 0px 0px 20px -5px black;
          box-shadow: 0px 0px 20px -5px black;
  padding: 3%;
  border-radius: 30px;
  height: 461px;
  background-color: white;
  background-image: url("../assets/img/drmanrique-icono-doctor-form.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.sec8 .line {
  border: 1px solid var(--azul);
  width: 100%;
}
.sec8 .col-md-6 h3 {
  font-size: 35px;
}
.sec8 .btn-cta {
  width: 30%;
}
.sec8 .form-control {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid lightgray;
  outline: 0;
  font-family: sans-serif !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec8 .cajaForm {
    padding: 5%;
    height: 1000px;
    background-position: bottom;
    background-size: auto;
  }
  .sec8 .cajaForm .btn-cta {
    width: 45%;
  }
  .sec8 .customPX {
    padding: 0% 20%;
  }
  .sec8 .customPX h3 {
    font-size: 32px;
  }
  .sec8 .customPX p {
    font-size: 18px;
  }
}

.footer {
  padding: 25% 0% 6%;
  background-color: #32C1EB;
  margin-top: -24%;
}
.footer .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer .item-2 p {
  margin-bottom: 9px;
  font-size: 18px;
}
.footer .item-2 a {
  text-decoration: none;
  color: #466475;
  font-weight: 700;
}
.footer .item p {
  color: white;
}
.footer .item .text {
  margin-left: 3%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer .grid .item {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 2% !important;
  }
  .footer .grid .item .title {
    text-align: center;
    font-size: 18px;
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .footer .grid .item p {
    font-size: 14px;
  }
  .footer .grid .item-2 {
    padding: 0% 15%;
  }
  .footer .grid .item-2 p {
    font-size: 15px;
  }
  .footer .grid .custom {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.copy {
  background-color: black;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 5px;
}
.copy a {
  text-decoration: none;
  color: white;
}
.copy p {
  margin: 0px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .copy {
    font-size: 7px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
}