@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.page-header {
  width: 100%;
  height: 15vh;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav ul {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
}
.nav li {
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}
.nav a {
  font-size: 16px;
  text-decoration: none;
  color: #4C6BAB;
  padding-bottom: 5px;
  background-image: linear-gradient(#B2C025, #B2C025);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.nav a:hover, .nav a:focus {
  background-size: 100% 4px;
}

.active {
  border-bottom: 2px solid #B2C025;
  transition: border-width 0.3s linear;
}

/* MENU DESKTOP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  z-index: 2;
  background: #fff;
  transition: transform 0.4s;
}

.menu-open .trigger-menu-wrapper {
  background: transparent;
}

.menu-open .page-header .menu {
  display: block;
}

.menu-open-with-lottie .page-header .menu {
  padding: 5vh 0;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

/* MENU END
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {
  font-size: 50px;
  font-weight: bolder;
  color: #4C6BAB;
}

.btn-primary:hover {
  background-color: rgb(98, 98, 98);
  border-color: white !important;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.menu p:nth-child(1) {
  width: 30px;
  border-bottom: 8px solid #4C6BAB;
  margin-bottom: 5px;
}

.menu p:nth-child(2) {
  width: 50px;
  border-bottom: 8px solid #4C6BAB;
  margin-bottom: 5px;
}

.menu p:nth-child(3) {
  width: 30px;
  border-bottom: 8px solid #4C6BAB;
}

#verticalMenu {
  height: 100vh;
  width: 100%;
  position: fixed;
  height: 0;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s;
}

#verticalMenu a {
  text-decoration: none;
  color: #4C6BAB;
  font-size: 32px;
  text-align: center;
  display: block;
  transition: 0.5s;
  margin-bottom: 50px;
}

#verticalNav {
  margin-top: 70px;
}

#verticalNav a {
  margin-bottom: 15px;
}

.cierre-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.cierre-nav img:nth-child(1) {
  width: 50%;
  height: 50%;
}

.cierre-nav img:nth-child(2) {
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

.nav-img img:nth-child(1) {
  width: 90%;
}

.nav-img img:nth-child(2) {
  width: 40px;
  height: 50px;
}

footer {
  background-color: #0d3079;
  color: white;
  min-height: 35vh;
  margin: 0 auto;
}

.subContainer-footer {
  display: flex;
  margin-inline: 10%;
  padding-top: 3.5rem;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.subContainer-footer .logoFooter {
  margin-bottom: 42px;
}
.subContainer-footer div .menuFooter {
  display: flex;
  list-style: none;
  padding: 23px 0;
}
.subContainer-footer div .menuFooter a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.subContainer-footer div .menuFooter a:hover {
  opacity: 0.8;
}
.subContainer-footer div .menuFooter a:not(:first-child) {
  padding-inline: 15px;
}
.subContainer-footer div .menuFooter a:first-child {
  padding-right: 35px;
}
.subContainer-footer div .menuFooter a:not(:last-child) {
  border-right: 1px white solid;
}
.subContainer-footer .redesSociales img {
  width: 20px;
  height: 20px;
  margin-right: 22px;
}
.subContainer-footer .redesSociales a {
  cursor: pointer;
}
.subContainer-footer .redesSociales a:hover {
  opacity: 0.8;
}
.subContainer-footer .horarios {
  list-style: none;
  text-align: right;
}
.subContainer-footer .horarios li {
  padding: 10px;
}

.copyrightFooter {
  margin-inline: 10%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px white solid;
}

@media only screen and (max-width: 820px) {
  .subContainer-footer {
    flex-direction: column;
    text-align: center;
  }
  .subContainer-footer div .menuFooter {
    display: none;
  }
  .subContainer-footer .horarios li {
    text-align: center;
  }
  .copyrightFooter {
    text-align: center;
  }
  .subContainer-footer .redesSociales img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .redesSociales {
    margin: 20px;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
}

a:visited, a:link {
  color: #0d3079;
}

main, menu {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.menu-mobile {
  display: none;
}

.cabecera {
  width: 100%;
  height: 80vh;
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #EBEBEB 0%, #FFFFFF 100%);
}
.cabecera .txt {
  width: 40%;
  margin: auto;
  text-align: center;
}
.cabecera .txt p:nth-child(2) {
  font-size: 60px;
  color: #4C6BAB;
}
.cabecera .txt p:nth-child(3) {
  font-size: 60px;
  color: #4C6BAB;
  margin-bottom: 50px;
}
.cabecera .txt p:nth-child(4) {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}
.cabecera .txt p:nth-child(5) {
  font-size: 20px;
  color: #4C6BAB;
}
.cabecera .ancla {
  margin-top: 50px;
}
.cabecera .diente {
  position: absolute;
  right: 36px;
  max-width: 35%;
  padding: 50px;
}

.conocenos {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.conocenos a {
  width: 45%;
  text-decoration: none;
}
.conocenos .img1 {
  width: 90%;
  height: 480px;
  background-image: url(../img/tratamientos.png);
  background-size: 93% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: end;
  border-radius: 25px;
  justify-content: space-between;
}
.conocenos .img1 p, .conocenos .img2 p {
  color: #4C6BAB;
  font-size: 30px;
  text-decoration: none;
  background-image: linear-gradient(#B2C025, #B2C025);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.conocenos .img1:hover p, .conocenos .img1 p:focus {
  background-size: 100% 4px;
}
.conocenos .img2:hover p, .conocenos .img2 p:focus {
  background-size: 100% 4px;
}
.conocenos .img2 {
  width: 90%;
  height: 480px;
  background-image: url(../img/clinica.png);
  background-size: 93% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: end;
  border-radius: 25px;
}

.visita {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: space-around;
}
.visita .wrapper-visita {
  width: 50%;
  margin: auto;
}
.visita .txt {
  width: 40%;
  height: 360px;
  background: #4C6BAB;
  display: grid;
  place-items: center;
  padding: 50px 0;
}
.visita .titulo-visita {
  color: #fff;
  font-size: 30px !important;
}
.visita .wrapper {
  width: 60%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.visita .wrapper p {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
}
.visita .conocenos-img {
  width: 60%;
  height: 360px;
  background-image: url(../img/visita.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 820px) and (min-width: 500px) {
  .img1 {
    width: 80% !important;
    margin: auto;
  }
  .img2 {
    width: 80% !important;
    margin: auto;
  }
  .cabecera .txt {
    margin-top: 20vh !important;
  }
  .cabecera .diente {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 820px) {
  .page-header {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .cabecera {
    height: auto;
  }
  .cabecera .txt {
    width: 80%;
    margin: auto;
    text-align: center;
    z-index: 1;
    margin-top: 15vh;
  }
  .cabecera .txt p:nth-child(1) {
    font-size: 36px;
    color: #4C6BAB;
  }
  .cabecera .txt p:nth-child(2) {
    font-size: 36px;
    color: #4C6BAB;
  }
  .cabecera .diente {
    right: 0px;
    max-width: 100%;
    padding: 50px;
    opacity: 0.6;
  }
  .conocenos {
    flex-direction: column;
  }
  .conocenos a {
    width: 100%;
  }
  .conocenos .img1, .conocenos .img2 {
    width: 100%;
  }
  .img1 {
    background-image: url(../img/tratamientos-mobile.png) !important;
    background-size: contain !important;
    margin-bottom: 0px !important;
    margin-top: 50px !important;
  }
  .img2 {
    background-image: url(../img/clinica-mobile.png) !important;
    background-size: contain !important;
  }
  .visita {
    flex-direction: column;
  }
  .visita .txt {
    width: 100%;
    background-image: url(../img/visita-mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .visita .wrapper {
    width: 90%;
  }
  .visita .conocenos-img {
    width: 100%;
  }
  .conocenos-img {
    display: none;
  }
  .img1 p, .img2 p {
    font-size: 24px !important;
  }
}
.cabecera-clinica {
  width: 100%;
  height: 80vh;
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(../img/cab-clinica.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cabecera-clinica .txt {
  width: 40%;
  margin: auto;
  text-align: center;
}
.cabecera-clinica .txt p:nth-child(1) {
  font-size: 60px;
  color: #4C6BAB;
  margin-bottom: 50px;
}
.cabecera-clinica .txt p:nth-child(2) {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}
.cabecera-clinica .ancla {
  margin-top: 50px;
}

.content-clinica {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  display: grid;
  place-items: center;
}
.content-clinica .txt {
  width: 40%;
  margin: auto;
  text-align: center;
}
.content-clinica .txt p:nth-child(2) {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}
.content-clinica .txt p:nth-child(3) {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}

.doctora-new {
  grid-template-columns: repeat(auto-fill, minmax(80%, 1fr)) !important;
}

.doctora {
  margin: auto;
  width: 80%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 60px;
  text-align: start;
  margin-bottom: 50px;
}
.doctora .wrapper-doctora p:nth-child(1) {
  color: #4C6BAB;
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.doctora .titulo-doc::before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 35%; /* or 100px */
  border-bottom: 4px solid #B2C025;
}
.doctora .wrapper-doctora p:nth-child(2) {
  color: #4C6BAB;
  font-size: 20px;
}

.tit-clinica {
  text-align: center;
  font-size: 30px;
  color: #4C6BAB;
  margin-bottom: 50px;
}

iframe {
  width: 80%;
  margin-top: 50px;
}

parrafo_normal {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}

h1_ {
  font-size: min(5vw, 40px);
  color: #4C6BAB;
}

titulos_seccion {
  color: #4C6BAB;
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

cabecera {
  font-size: 60px;
  color: #4C6BAB;
  margin-bottom: 50px;
}

wrapper {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
}

bold_ {
  font-weight: bold;
  color: #4C6BAB;
}

@media only screen and (max-width: 820px) {
  .cabecera-clinica .txt p:nth-child(1) {
    font-size: 30px;
  }
  .cabecera-clinica {
    height: 100vh;
  }
  .cabecera-clinica .txt {
    width: 80%;
  }
  .content-clinica .txt {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .doctora {
    width: 80%;
    text-align: center;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .wrapper-doctora img {
    width: 100%;
  }
  .doctora .wrapper-doctora p:nth-child(1) {
    font-size: 24px;
  }
  iframe {
    width: 90%;
  }
  .doctora .titulo-doc::before {
    width: 100% !important;
    /* or 100px */
  }
}
.cabecera-tratamientos {
  width: 100%;
  height: 80vh;
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(../img/Cabecera-tratamientos.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1);
  margin-bottom: 50px;
}
.cabecera-tratamientos .txt {
  width: 40%;
  margin: auto;
  text-align: center;
}
.cabecera-tratamientos .txt p:nth-child(1) {
  font-size: 60px;
  color: #4C6BAB;
  margin-bottom: 50px;
}
.cabecera-tratamientos .txt p:nth-child(2) {
  font-size: 20px;
  color: #4C6BAB;
  margin-bottom: 20px;
}

.tratamiemtos {
  margin: auto;
  width: 80%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px;
  text-align: start;
  margin-bottom: 50px;
}
.tratamiemtos .wrapper-tratamiemtos {
  min-height: 500px;
}
.tratamiemtos img {
  height: 62px;
}
.tratamiemtos .wrapper-tratamiemtos p:nth-child(2) {
  color: #4C6BAB;
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.tratamiemtos .wrapper-tratamiemtos p:nth-child(3) {
  color: #4C6BAB;
  font-size: 20px;
  margin: 10px 0;
}

@media only screen and (max-width: 820px) {
  .wrapper-tratamiemtos {
    min-height: 0 !important;
  }
  .cabecera-tratamientos .txt {
    width: 80%;
  }
  .cabecera-tratamientos .txt p:nth-child(1) {
    font-size: 36px;
  }
}
.contacto {
  width: 100%;
  display: flex;
}
.contacto .mapa {
  width: 50%;
  height: 75vh;
}
.contacto .ubicacion {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
}
.contacto .ubicacion p:nth-child(1) {
  color: #4C6BAB;
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: -20px;
}
.contacto .ubicacion p:nth-child(2) {
  color: #4C6BAB;
  font-size: 16px;
  margin-bottom: 20px;
}
.contacto .ubicacion p:nth-child(3) {
  color: #4C6BAB;
  font-size: 16px;
  margin-bottom: 50px;
}
.contacto .ubicacion .wrapper {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.contacto .wrapper img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}
.contacto .wrapper p {
  margin-left: 20px;
}

.link {
  color: #4C6BAB;
  font-size: 20px;
  text-decoration: none;
  opacity: 0.8;
}

.link:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 820px) {
  .contacto .ubicacion .wrapper {
    display: block;
  }
  .contacto {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .contacto .mapa {
    width: 100%;
    height: 75vh;
    margin-top: 80px;
  }
  .contacto .ubicacion {
    width: 80%;
    margin-left: 0px;
  }
  .contacto .wrapper p {
    margin-left: 0px;
  }
  .link {
    font-size: 16px !important;
  }
  .contacto .ubicacion p:nth-child(1) {
    margin-top: 112px;
  }
}
.derechos .uno {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  padding: 50px;
}

.derechos .dos {
  display: grid;
  place-items: center;
}

.derechos .dos img {
  width: 100px;
  height: 55px;
  border-radius: 0;
}

.derechos .tres img {
  width: 150px;
  margin-top: -15px;
  border-radius: 0;
}

@media (max-width: 768px) {
  .derechos .uno {
    flex-direction: column;
    margin-top: 50px;
  }
  .derechos .tres {
    text-align: center;
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */