:root {
  --blanco: #f3f3f3;
  --black: #16151a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0000;
  transition: opacity .2s;
}

.body.servicios {
  background-color: var(--blanco);
}

.section {
  background-color: var(--black);
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
}

.section.hero {
  background-color: var(--black);
  background-image: linear-gradient(#16151a4a, #16151a4a), url('../images/CELSO-clinica-dental-polanco-web.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border: 1px #000;
  border-bottom-width: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.video {
  border: 0 #000;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 0;
}

.section.light {
  background-color: var(--blanco);
  background-image: url('../images/CELSO-icono-dark.svg');
  background-position: 100% 150%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.servicios {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.servicios.full {
  height: auto;
  padding-top: 15px;
  padding-bottom: 0;
}

.section.trabajo {
  text-align: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.section.cta {
  text-align: center;
  height: auto;
  padding-top: 250px;
  padding-bottom: 250px;
}

.section.cta.detalle {
  background-color: var(--blanco);
  background-image: url('../images/CELSO-icono-dark.svg');
  background-position: 19% 36%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: .5px solid #16151a33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.antes-despues {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.antes-despues.full {
  height: auto;
  padding-top: 15px;
  padding-bottom: 0;
}

.section.servicios-detalle {
  background-color: var(--blanco);
  height: auto;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.servicios-detalle.full {
  height: auto;
  padding-bottom: 0;
}

.texto-boton {
  color: #f3f3f3;
  text-transform: uppercase;
  background-color: #1d1d1b;
  margin-top: 0;
  padding: 10px 46px;
  font-family: Roboto Mono, sans-serif;
  text-decoration: none;
}

.texto-boton:hover {
  opacity: .8;
}

.texto-boton.white {
  color: #1d1d1b;
  background-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.texto-boton.white.right {
  margin-right: 0;
}

.texto-boton.white.left {
  margin-left: 0;
}

.texto-boton.white.left:hover {
  opacity: .6;
}

.texto-boton.hollow {
  border: 1px solid var(--blanco);
  color: var(--blanco);
  background-color: #0000;
  font-size: 14px;
  font-weight: 300;
}

.texto-boton.hollow:hover {
  opacity: .6;
}

.img-cover {
  display: none;
}

.contenedor {
  z-index: 888;
  border-top: 1px #f3f3f3;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.contenedor.hero {
  border-top-style: none;
  border-top-width: 0;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.pleca {
  border-top: 4px solid #f3f3f3;
  width: 60px;
  height: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}

.paragraph {
  color: #1d1d1b;
  text-align: left;
  max-width: 450px;
  margin-bottom: 30px;
  font-family: Roboto Mono, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.cover {
  color: #f3f3f3;
  -webkit-text-stroke-color: #f3f3f3;
  width: 100%;
  max-width: 347px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.light {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.paragraph.light.small {
  margin-bottom: 0;
  font-size: 12px;
}

.paragraph.light.small.review {
  inset: 35% 0% auto;
}

.paragraph.light.small.review._2 {
  inset: 50% 6% auto auto;
}

.paragraph.light.small.review._3 {
  max-width: 280px;
  inset: auto auto 16% 6%;
}

.paragraph.light.small.review._1 {
  z-index: 2;
  font-size: 14px;
  left: 17%;
}

.paragraph.light.review {
  max-width: 300px;
  position: absolute;
}

.paragraph.light.review._1 {
  max-width: 304px;
  inset: 33% 0 auto 15%;
}

.paragraph.light.pages {
  max-width: 70%;
  margin-bottom: 30px;
}

.paragraph.light.pages.left {
  margin-left: 40px;
  margin-right: auto;
}

.paragraph.light.review-servicios {
  max-width: 60%;
  margin-top: 36px;
  margin-bottom: 30px;
  margin-left: 36px;
  font-size: 12px;
}

.paragraph.light.especialistas {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph.small {
  font-size: 12px;
  line-height: 150%;
}

.paragraph.small.footer {
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0;
}

.paragraph.small.footer.copyright {
  font-size: 10px;
}

.paragraph.detalle {
  max-width: 90%;
  font-weight: 300;
}

.h1 {
  color: #f3f3f3;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #f3f3f3;
  max-width: 700px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 74px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.h1.pages {
  letter-spacing: -.05em;
  max-width: none;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: auto;
  font-size: 120px;
  font-weight: 300;
}

.h1.pages.servicios {
  color: var(--black);
  margin-bottom: 0;
  margin-left: -10px;
  font-size: 90px;
  line-height: 66%;
  display: inline-block;
}

.boton {
  float: left;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.cintillo {
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-family: Oswald, sans-serif;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.marquee {
  color: #fff;
  -webkit-text-stroke-color: #f3f3f3;
  text-transform: none;
  white-space: nowrap;
  object-fit: fill;
  width: 1180px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  display: block;
  overflow: visible;
}

.h2 {
  color: #f3f3f3;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #f3f3f3;
  max-width: 700px;
  margin-top: -5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 74px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.h2.center {
  text-align: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2.center.cta.detalles {
  max-width: 804px;
  color: var(--black);
}

.h2.center.h2-video {
  margin-bottom: 140px;
}

.h2.dark {
  color: var(--black);
  margin-bottom: 30px;
}

.video {
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

.div-video {
  aspect-ratio: 16 / 9;
  cursor: default;
  background-color: #ffffff0d;
  width: 70%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: var(--blanco);
}

.container {
  flex-flow: column;
  justify-content: flex-end;
  max-width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slider {
  height: 100%;
}

.slide-2 {
  background-image: linear-gradient(90deg, #0009, #18181800 20%), url('../images/CELSO-instalaciones2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow-2 {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  color: var(--blanco);
  inset: auto 0% 0% auto;
}

.icon-4 {
  color: var(--blanco);
  font-size: 12px;
}

.slider-instalaciones {
  float: right;
  width: auto;
  height: 100%;
  margin-top: 0;
}

.slide-1 {
  background-image: url('../images/CELSO-instalaciones1.avif');
  background-position: 0%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  background-color: var(--black);
  width: 40px;
  height: 40px;
  inset: auto auto 0% 0%;
}

.slide-3 {
  background-image: linear-gradient(90deg, #0009, #0000 20%), url('../images/CELSO-instalaciones3.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  position: relative;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12%;
  display: flex;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-header.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  margin-bottom: 5%;
  display: grid;
}

.div-grid-servicios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-grid-servicios.full {
  grid-row-gap: 40px;
  background-image: url('../images/CELSO-icono-light.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.div-grid-servicios.full.detalle {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  padding-bottom: 50px;
}

.card-servicio {
  text-decoration: none;
  transition: all .2s;
}

.card-servicio:hover {
  opacity: .6;
  margin-top: -10px;
}

.video-vertical {
  aspect-ratio: 9 / 16;
  cursor: default;
  background-color: #ffffff0d;
  width: 30%;
  min-width: 0;
  max-width: none;
  margin: 100px auto 0;
}

.code-embed {
  background-color: #f3f3f30d;
}

.footer {
  z-index: 1;
  background-color: var(--blanco);
  margin-top: 0;
  padding: 40px;
  position: static;
  bottom: 0;
}

.div-grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 150px;
  display: grid;
}

.footer-link {
  max-width: 450px;
  color: var(--black);
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 209%;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .6;
}

.footer-link.cover {
  color: #f3f3f3;
  -webkit-text-stroke-color: #f3f3f3;
  width: 100%;
  max-width: 347px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.footer-link.light {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
}

.footer-link.light.small {
  font-size: 12px;
}

.footer-link.light.small.review {
  inset: 35% 0% auto;
}

.footer-link.light.small.review._2 {
  inset: 50% 6% auto auto;
}

.footer-link.light.small.review._3 {
  max-width: 280px;
  inset: auto auto 16% 6%;
}

.footer-link.light.review {
  max-width: 300px;
  position: absolute;
}

.footer-link.light.review._1 {
  max-width: 304px;
  inset: 33% 0 auto 15%;
}

.footer-link.small {
  font-size: 12px;
  line-height: 150%;
}

.footer-link.small.footer {
  max-width: 300px;
  padding: 0;
}

.footer-column {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.main {
  z-index: 2;
  margin-bottom: 600px;
  padding-bottom: 0;
  position: relative;
  bottom: auto;
}

.arrow {
  font-weight: 300;
}

.nav-link {
  height: auto;
  color: var(--blanco);
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding: 0 16px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  height: auto;
  color: var(--blanco);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: underline;
}

.nav-link.menu {
  width: 100%;
}

.nav-link.cita {
  border: 1px #000;
  border-left: .5px solid #f3f3f380;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
  padding: 18px 30px;
  font-size: 14px;
}

.nav-link.cita.light {
  border-left-color: #16151a80;
}

.nav-link.light {
  color: var(--black);
}

.menu-button {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  padding: 0;
}

.menu-button.w--open {
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
}

.navbar-container {
  z-index: 999;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 15px;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-container._2 {
  border-width: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.nav-num {
  float: left;
  color: #33333342;
  margin-top: -15px;
  margin-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.nav-menu {
  z-index: 888;
  background-color: #f3f3f3f2;
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
}

.nav-menu._2 {
  display: block;
}

.hamburger-icon {
  color: #1d1d1b;
  background-color: #fff0;
  width: 20px;
  margin-top: -3px;
}

.logo {
  width: 110px;
  margin-top: -3px;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar {
  z-index: 99999999;
  background-color: var(--black);
  text-align: center;
  border-bottom: .5px solid #ffffff6b;
  margin-bottom: -2px;
  position: sticky;
  top: 0;
}

.navbar.home {
  background-color: #0000;
  position: static;
}

.navbar.light {
  background-color: var(--blanco);
  border: 0 #00000080;
  border-bottom: .5px solid #16151a80;
}

.lang-switch {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  align-items: center;
  margin-left: auto;
  padding-right: 0;
  display: none;
}

.lang-switch.light {
  color: var(--black);
}

.switch-link {
  color: var(--blanco);
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.switch-link.light {
  color: var(--black);
}

.switch-divider {
  color: var(--blanco);
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.switch-divider.light {
  color: var(--black);
  font-size: 14px;
  font-weight: 300;
}

.image {
  width: 100%;
}

.hero-contenedor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  border-bottom: .5px solid #f3f3f380;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wa-button {
  z-index: 2147483647;
  background-color: #f3f3f3;
  background-image: url('../images/CELSO-social-wa.svg');
  background-position: 52% 47%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  position: fixed;
  inset: auto 15px 15px auto;
  box-shadow: 0 2px 5px #0003;
}

.video-vertical-code {
  aspect-ratio: 9 / 16;
  cursor: default;
  background-color: #ffffff0d;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 auto;
}

.column {
  padding-right: 10%;
}

.column.janeth {
  padding-left: 10%;
  padding-right: 0%;
}

.div-grid-conocenos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-grid-conocenos.full {
  background-image: url('../images/CELSO-icono-light.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  margin-top: 0;
  padding-bottom: 200px;
}

.h2-small {
  color: #f3f3f3;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #f3f3f3;
  max-width: 700px;
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.h2-small.pages {
  letter-spacing: -.05em;
  max-width: none;
  margin-bottom: 50px;
  margin-right: auto;
  font-size: 120px;
  font-weight: 300;
}

.h2-small.dark {
  color: var(--black);
}

.img-eduardo {
  padding-left: 10%;
}

.img-janeth {
  padding-left: 0%;
  padding-right: 10%;
}

.div-grid-equipo {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 50px;
  display: grid;
}

.div-grid-equipo.full {
  background-image: url('../images/CELSO-icono-light.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto auto;
  margin-top: 0;
}

.card-especialistas {
  margin-bottom: 0;
}

.slider-2 {
  background-color: #1d1d1b;
  height: 340px;
  overflow: hidden;
}

.slider-2.galeria {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.right-arrow {
  width: 20px;
  height: 20px;
  margin-top: -50px;
  margin-bottom: 0;
  margin-right: 40px;
  display: block;
  inset: 0% 0% auto auto;
}

.slide {
  background-color: #ddd;
  width: 340px;
  height: 340px;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.left-arrow {
  width: 20px;
  height: 20px;
  margin-top: -50px;
  margin-bottom: 0;
  margin-right: 80px;
  display: block;
  inset: 0% 0% auto auto;
}

.lightbox-link {
  width: 340px;
}

.mask {
  width: 340px;
  height: 340px;
  overflow: visible;
}

.div-put {
  width: 100%;
  height: 340px;
  display: flex;
}

.galeria {
  background-color: var(--black);
  overflow: hidden;
}

.testimonios {
  background-color: var(--black);
  padding-top: 75px;
  overflow: hidden;
}

.slide-testimonios {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 20px;
}

.icon-6 {
  font-size: 12px;
}

.slide-nav-3 {
  display: none;
  bottom: -53px;
}

.slider-3 {
  background-color: #0000;
}

.slider-3.testimonios {
  max-width: none;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.mask-2 {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.paragraph-2 {
  color: #1d1d1b;
  text-align: left;
  font-family: Roboto Mono, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph-2.usuario {
  color: #f3f3f3;
  border: 1px #f3f3f3;
  margin-top: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.paragraph-2.cover {
  color: #f3f3f3;
  -webkit-text-stroke-color: #f3f3f3;
  width: 100%;
  max-width: 313px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-2.cover.testimonios {
  max-width: none;
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 12px;
  line-height: 18px;
}

.section-galeria {
  background-color: var(--black);
  overflow: hidden;
}

.galeria-servicios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.galeria-servicios.brackets {
  grid-template-rows: auto auto;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: fill;
}

.header-servicios {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.eyebrow-servicios {
  color: #1d1d1b;
  text-align: right;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.eyebrow-servicios.cover {
  color: #f3f3f3;
  -webkit-text-stroke-color: #f3f3f3;
  width: 100%;
  max-width: 347px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.eyebrow-servicios.light {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.eyebrow-servicios.light.small {
  margin-bottom: 0;
  font-size: 12px;
}

.eyebrow-servicios.light.small.review {
  inset: 35% 0% auto;
}

.eyebrow-servicios.light.small.review._2 {
  inset: 50% 6% auto auto;
}

.eyebrow-servicios.light.small.review._3 {
  max-width: 280px;
  inset: auto auto 16% 6%;
}

.eyebrow-servicios.light.small.review._1 {
  z-index: 2;
  font-size: 14px;
}

.eyebrow-servicios.light.review {
  max-width: 300px;
  position: absolute;
}

.eyebrow-servicios.light.review._1 {
  max-width: 304px;
  inset: 33% 0 auto 15%;
}

.eyebrow-servicios.light.pages {
  max-width: 70%;
  margin-bottom: 30px;
}

.eyebrow-servicios.light.pages.left {
  margin-left: 40px;
  margin-right: auto;
}

.eyebrow-servicios.light.review-servicios {
  max-width: 60%;
  margin-top: 36px;
  margin-bottom: 30px;
  margin-left: 36px;
  font-size: 12px;
}

.eyebrow-servicios.light.especialistas {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.eyebrow-servicios.small {
  font-size: 12px;
  line-height: 150%;
}

.eyebrow-servicios.small.footer {
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0;
}

.eyebrow-servicios.small.footer.copyright {
  font-size: 10px;
}

.eyebrow-servicios.detalle {
  max-width: 90%;
}

.breadcrumb {
  color: #1d1d1b;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb.cover {
  color: #f3f3f3;
  -webkit-text-stroke-color: #f3f3f3;
  width: 100%;
  max-width: 347px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.breadcrumb.light {
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.breadcrumb.light.small {
  margin-bottom: 0;
  font-size: 12px;
}

.breadcrumb.light.small.review {
  inset: 35% 0% auto;
}

.breadcrumb.light.small.review._2 {
  inset: 50% 6% auto auto;
}

.breadcrumb.light.small.review._3 {
  max-width: 280px;
  inset: auto auto 16% 6%;
}

.breadcrumb.light.small.review._1 {
  z-index: 2;
  font-size: 14px;
}

.breadcrumb.light.review {
  max-width: 300px;
  position: absolute;
}

.breadcrumb.light.review._1 {
  max-width: 304px;
  inset: 33% 0 auto 15%;
}

.breadcrumb.light.pages {
  max-width: 70%;
  margin-bottom: 30px;
}

.breadcrumb.light.pages.left {
  margin-left: 40px;
  margin-right: auto;
}

.breadcrumb.light.review-servicios {
  max-width: 60%;
  margin-top: 36px;
  margin-bottom: 30px;
  margin-left: 36px;
  font-size: 12px;
}

.breadcrumb.light.especialistas {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.breadcrumb.small {
  font-size: 12px;
  line-height: 150%;
}

.breadcrumb.small.footer {
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0;
}

.breadcrumb.small.footer.copyright {
  font-size: 10px;
}

.breadcrumb.detalle {
  max-width: 90%;
}

.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.header-pregunta {
  grid-column-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pregunta {
  grid-row-gap: 10px;
  background-color: #0000;
  border: 1px #f3f3f3;
  border-bottom: .5px solid #16151a33;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 28px 0;
  text-decoration: none;
  display: flex;
}

.paragraph-m {
  color: #616969;
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-m.respuesta {
  width: 90%;
  max-width: none;
  color: var(--black);
  padding-left: 52px;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.heading {
  letter-spacing: -.2rem;
  margin-bottom: 30px;
  font-size: 82px;
  font-weight: 500;
  line-height: 100%;
}

.heading.h3 {
  color: #fff;
  letter-spacing: -.05rem;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.heading.h3.faq {
  color: var(--black);
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.preguntas {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.simbolo {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simbolo.menos {
  margin-top: -3px;
}

.ver-mas {
  grid-row-gap: 10px;
  background-color: #ffffff0d;
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.ver-menos {
  grid-row-gap: 10px;
  background-color: #ffffff0d;
  border-radius: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: none;
}

.untitled {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.untitled.icon {
  width: 20px;
  height: 20px;
  color: var(--black);
  margin-top: -4px;
  margin-right: 20px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 300;
}

.image-3 {
  width: 100%;
}

.link {
  color: var(--black);
  text-decoration: underline;
}

.image-4 {
  width: 100%;
}

.black {
  background-color: #080109;
}

.image-5, .image-6 {
  min-width: 100%;
}

.link-block {
  text-decoration: none;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding-right: 16px;
}

.nav-derecha {
  height: 100%;
  display: flex;
}

.nav-wrapper {
  z-index: 9;
  background-color: #0000;
  border-bottom: 0 #f3f3f380;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.nav-wrapper.light {
  background-color: var(--blanco);
}

.navbar-hero {
  background-color: #0000;
  border-bottom: .5px solid #f3f3f380;
  width: 100%;
}

.navbar-hero.dark {
  background-color: var(--black);
  display: none;
}

.brand-2 {
  margin-right: auto;
}

.menu-button-2 {
  margin-left: 16px;
}

.menu-button-2.w--open {
  background-color: var(--black);
}

.nav-link-2 {
  width: 100%;
  color: var(--blanco);
  text-align: center;
  border: 1px #000;
  margin: 0 auto 20px;
  padding: 36px 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 63px;
  font-style: italic;
  font-weight: 300;
}

.nav-menu-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  inset: 0 0% 0%;
}

.div-block-2 {
  text-align: center;
  background-color: #16151a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: auto;
  margin-right: 0;
  padding-top: 6%;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.navbar-container-dark {
  z-index: 999;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 15px;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-container-dark._2 {
  border-width: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-image: linear-gradient(#0000, #0000), url('../images/CELSO-clinica-dental-polanco-web.webp');
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/CELSO-clinica-dental-polanco-web.webp'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .section.video {
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 50px 20px;
    display: flex;
  }

  .section.light {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding: 20px 20px 50px;
  }

  .section.servicios {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.servicios.full {
    padding-bottom: 0;
  }

  .section.trabajo {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding-bottom: 150px;
  }

  .section.antes-despues {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.antes-despues.full {
    padding-bottom: 0;
  }

  .section.servicios-detalle {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.servicios-detalle.full {
    padding-bottom: 0;
  }

  .texto-boton.white {
    margin-left: 0;
  }

  .img-cover {
    margin-top: 43px;
    display: inline-block;
  }

  .contenedor {
    margin-bottom: 0;
    position: static;
  }

  .contenedor.hero {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pleca {
    margin-top: 40px;
  }

  .paragraph {
    max-width: 100%;
  }

  .paragraph.cover {
    text-align: left;
  }

  .paragraph.light.small.review._2, .paragraph.light.small.review._3, .paragraph.light.review._1 {
    display: none;
  }

  .paragraph.light.pages {
    max-width: 100%;
  }

  .paragraph.light.review-servicios {
    display: none;
  }

  .paragraph.small.footer {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .paragraph.small.footer.copyright {
    margin-bottom: 40px;
  }

  .paragraph.small.footer.redes {
    margin-top: 20px;
  }

  .paragraph.detalle {
    max-width: none;
    display: block;
  }

  .h1 {
    font-size: 45px;
    line-height: 100%;
  }

  .h1.pages {
    margin-bottom: 20px;
    font-size: 80px;
  }

  .h1.pages.servicios {
    margin-bottom: 20px;
  }

  .cintillo {
    margin-top: 69px;
  }

  .h2 {
    font-size: 45px;
    line-height: 54px;
  }

  .h2.center {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 100%;
  }

  .h2.center.cta {
    text-align: center;
  }

  .div-video {
    width: 100%;
  }

  .container {
    align-items: flex-start;
  }

  .container.grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .slide-2 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .right-arrow-2 {
    display: none;
  }

  .slider-instalaciones {
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    position: static;
  }

  .slide-1 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .left-arrow-2 {
    display: none;
  }

  .slide-3 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block {
    padding-left: 0%;
  }

  .div-header.grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: column;
    align-self: flex-start;
  }

  .div-grid-servicios {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-grid-servicios.full {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-grid-servicios.full.detalle {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
  }

  .video-vertical {
    width: 100%;
    margin-bottom: 0;
  }

  .div-grid-footer {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .footer-link.cover {
    text-align: left;
  }

  .nav-link.mobile {
    color: var(--black);
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
  }

  .menu-button.w--open {
    margin-top: -5px;
    margin-bottom: 0;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
    height: 52.0391px;
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--blanco);
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-icon {
    width: 20px;
    margin-top: -3px;
  }

  .logo {
    width: 90px;
  }

  .hero-contenedor {
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .list, .list-2, .list-3, .list-4, .list-item {
    text-align: center;
  }

  .video-vertical-code {
    width: 100%;
    margin-bottom: 0;
  }

  .column {
    margin-bottom: 0;
    padding-right: 0%;
  }

  .column.janeth {
    padding-left: 0%;
  }

  .div-grid-conocenos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-grid-conocenos.full {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .h2-small {
    font-size: 45px;
    line-height: 100%;
  }

  .h2-small.pages {
    margin-bottom: 20px;
    font-size: 80px;
  }

  .img-eduardo {
    padding-left: 0%;
  }

  .img-janeth {
    padding-right: 0%;
  }

  .div-grid-equipo {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-grid-equipo.full {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 20px;
  }

  .paragraph-2.cover {
    text-align: left;
  }

  .galeria-servicios {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .header-servicios {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .eyebrow-servicios {
    max-width: 100%;
  }

  .eyebrow-servicios.cover {
    text-align: left;
  }

  .eyebrow-servicios.light.small.review._2, .eyebrow-servicios.light.small.review._3, .eyebrow-servicios.light.review._1 {
    display: none;
  }

  .eyebrow-servicios.light.pages {
    max-width: 100%;
  }

  .eyebrow-servicios.light.review-servicios {
    display: none;
  }

  .eyebrow-servicios.small.footer {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .eyebrow-servicios.small.footer.copyright {
    margin-bottom: 40px;
  }

  .eyebrow-servicios.small.footer.redes {
    margin-top: 20px;
  }

  .breadcrumb {
    max-width: 100%;
  }

  .breadcrumb.cover {
    text-align: left;
  }

  .breadcrumb.light.small.review._2, .breadcrumb.light.small.review._3, .breadcrumb.light.review._1 {
    display: none;
  }

  .breadcrumb.light.pages {
    max-width: 100%;
  }

  .breadcrumb.light.review-servicios {
    display: none;
  }

  .breadcrumb.small.footer {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
  }

  .breadcrumb.small.footer.copyright {
    margin-bottom: 40px;
  }

  .breadcrumb.small.footer.redes {
    margin-top: 20px;
  }

  .faq {
    grid-template-columns: .5fr;
  }

  .header-pregunta {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-m.respuesta {
    padding-left: 34px;
    font-size: 12px;
  }

  .heading.h3.faq {
    margin-top: 0;
    font-size: 14px;
  }

  .untitled.icon {
    width: 14px;
    height: 23px;
    margin-top: -3px;
    margin-right: 10px;
  }

  .nav-menu-wrapper {
    background-color: #00f;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 200px;
    display: flex;
  }

  .navbar-hero {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-hero.dark {
    display: block;
  }

  .div-block-2 {
    justify-content: center;
    align-items: stretch;
    padding-top: 0%;
  }

  .navbar-container-dark {
    justify-content: space-between;
    align-items: center;
    height: 52.0391px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-image: url('../images/CELSO-clinica-dental-polanco-web.webp'), linear-gradient(#0000, #0000);
    background-position: 69%, 0 0;
    background-size: auto 100%, auto;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .section.video {
    border-top: .5px solid #f3f3f380;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 20px;
    display: block;
  }

  .section.cta {
    padding-top: 150px;
  }

  .section.cta.detalle {
    background-position: 50%;
    background-size: cover;
    padding-top: 42%;
  }

  .section.antes-despues.full {
    padding-bottom: 30px;
  }

  .texto-boton.hollow {
    width: auto;
    padding-left: 46px;
    padding-right: 46px;
  }

  .contenedor.hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .pleca {
    border-top-width: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph.cover {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph.light.pages.left {
    margin-left: 20px;
  }

  .paragraph.small.footer {
    font-weight: 400;
  }

  .paragraph.detalle {
    margin-bottom: 0;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .h1.pages {
    margin-top: 70px;
    margin-left: -5px;
    font-size: 70px;
    line-height: 93%;
  }

  .h1.pages.servicios {
    margin-top: 0;
    margin-left: -5px;
    font-size: 60px;
    line-height: 81%;
  }

  .cintillo {
    margin-top: 50px;
  }

  .h2 {
    margin-right: auto;
    font-size: 40px;
    line-height: 100%;
  }

  .h2.center {
    font-size: 40px;
  }

  .h2.center.h2-video {
    margin-bottom: 30px;
  }

  .h2.dark {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .container.grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-instalaciones {
    height: 250px;
  }

  .button-wrap {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-header.grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-grid-servicios {
    grid-column-gap: 10px;
  }

  .div-grid-servicios.full {
    grid-row-gap: 16px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .div-grid-servicios.full.detalle {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .card-servicio {
    margin-bottom: 20px;
  }

  .card-servicio.last {
    margin-bottom: 0;
  }

  .video-vertical {
    margin-top: 50px;
  }

  .footer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link.cover {
    text-align: left;
  }

  .nav-menu {
    display: block;
  }

  .navbar {
    display: none;
  }

  .navbar.home {
    display: block;
  }

  .image {
    margin-top: 50px;
  }

  .hero-contenedor {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(180deg, #0000, var(--black));
    flex-flow: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .wa-button {
    margin-bottom: 105px;
  }

  .video-vertical-code {
    margin-top: 50px;
  }

  .column {
    margin-bottom: 10px;
  }

  .column.janeth {
    margin-bottom: 50px;
  }

  .div-grid-conocenos.full {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto auto;
    padding-bottom: 0;
  }

  .h2-small {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .h2-small.dark {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-grid-equipo {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    margin-top: 30px;
  }

  .div-grid-equipo.full {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .card-especialistas {
    margin-bottom: 20px;
  }

  .card-especialistas.last {
    margin-bottom: 0;
  }

  .right-arrow {
    margin-right: 20px;
  }

  .testimonios {
    min-height: 513px;
    padding-top: 50px;
  }

  .slide-testimonios {
    width: 100%;
    max-width: none;
    margin-right: 46px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .mask-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2.cover {
    text-align: left;
  }

  .paragraph-2.cover.testimonios {
    width: 100%;
    min-height: 0;
  }

  .eyebrow-servicios {
    text-align: left;
  }

  .eyebrow-servicios.cover {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .eyebrow-servicios.light.pages.left {
    margin-left: 20px;
  }

  .breadcrumb {
    margin-top: 50px;
    margin-bottom: 16px;
  }

  .breadcrumb.cover {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .breadcrumb.light.pages.left {
    margin-left: 20px;
  }

  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-pregunta {
    justify-content: space-between;
    align-items: center;
  }

  .pregunta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-m {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-m.respuesta {
    width: 100%;
    max-width: none;
    padding-left: 23px;
    padding-right: 0;
  }

  .heading {
    font-size: 60px;
  }

  .heading.h3 {
    max-width: none;
  }

  .ver-mas {
    display: none;
  }

  .untitled.icon {
    height: 22px;
    margin-top: -25px;
    margin-right: 0;
    font-size: 20px;
  }

  .navbar-hero.dark {
    display: block;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 48px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 45%;
  }
}

#w-node-d9ac1f9d-0a93-ab66-7776-f6132f0300d7-dcd6172c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8aa3a048-d8f5-69e2-0558-1fdcc4f7945c-dcd6172c {
  align-self: start;
}

#w-node-_47fd8be5-f831-6eb9-23e2-690b5841d46d-dcd6172c {
  place-self: start end;
}

#w-node-_78849854-a7a0-3e87-d7bb-0f8b9b0a8b73-dcd6172c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3eaa6eb-d5fc-e7fc-d43d-4d20bcaa3f74-dcd6172c, #w-node-afbc26db-6980-5dd1-4c0b-47916f1ea9ff-dcd6172c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be11c206-9213-2a5a-e04d-ac1c2e2d7f1d-dcd6172c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_29f8eabf-916c-5880-6e02-44a166765900-15cb49c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_13c8d0c8-0d8e-7287-896a-2ce54acbc3b1-15cb49c4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0f442598-af9b-7aa3-7392-d15ed8c01d5c-15cb49c4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ff75438e-c3af-1261-a0a0-af425fca0723-15cb49c4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_77433ffa-0a8b-ac07-2f24-ac4bde979220-15cb49c4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4349388d-2822-1e89-64ab-de04b125da38-15cb49c4 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c819d68e-444f-bad8-eb30-e5e57a5bda6a-15cb49c4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5730-cfad572e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5737-cfad572e, #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5747-cfad572e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5760-cfad572e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_960e14f2-d76f-6530-d845-7ca06f5aebb5-b2b94dab {
  align-self: center;
}

#w-node-_4367ab68-ace9-3899-0b87-fd7c266503cf-b2b94dab {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-baffcc0e-6ae6-7576-8392-2dfd4763a334-b2b94dab {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_91a06e36-ee0a-ccc7-90b3-0f001ebac6f3-b2b94dab, #w-node-_741b70ec-68b4-d347-6566-1e17bfbdc08c-b2b94dab, #w-node-c303cd91-a280-b5b0-6bda-9f3cfc6c7d4a-b2b94dab, #w-node-_9613c5bc-db5a-ac34-3a2c-e8436e5d4f77-b2b94dab, #w-node-c453344c-e16d-a4e7-af90-641ce09e5740-b2b94dab, #w-node-_1c6c1c62-6a9e-b22b-17b8-0ac5eee1294b-b2b94dab, #w-node-aa5ce08e-1842-d265-1a60-dc500007d679-b2b94dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-b363deb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-b363deb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f9247fef-ac67-3567-35de-67f3ae87105d-b363deb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-b363deb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2a5df40a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2a5df40a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80fdb985-9272-4515-a59c-20632571c02c-2a5df40a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2a5df40a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-cd0b86c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-cd0b86c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dd017c1c-10c9-ad39-7fe0-1dbd522e1081-cd0b86c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92fe7a35-3c88-0133-4f22-ed10e32be2ff-cd0b86c0 {
  align-self: stretch;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-cd0b86c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-355612a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-355612a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dd017c1c-10c9-ad39-7fe0-1dbd522e1081-355612a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92fe7a35-3c88-0133-4f22-ed10e32be2ff-355612a3 {
  align-self: stretch;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-355612a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-df6b3bed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-df6b3bed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80fdb985-9272-4515-a59c-20632571c02c-df6b3bed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-df6b3bed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2f3038a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2f3038a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80fdb985-9272-4515-a59c-20632571c02c-2f3038a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2f3038a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-463265cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-463265cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80fdb985-9272-4515-a59c-20632571c02c-463265cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-463265cd {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-d9ac1f9d-0a93-ab66-7776-f6132f0300d7-dcd6172c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_70f7840d-4be2-3a29-606b-cd93c1918bf3-dcd6172c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_47fd8be5-f831-6eb9-23e2-690b5841d46d-dcd6172c {
    justify-self: start;
  }

  #w-node-_78849854-a7a0-3e87-d7bb-0f8b9b0a8b73-dcd6172c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3eaa6eb-d5fc-e7fc-d43d-4d20bcaa3f74-dcd6172c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-afbc26db-6980-5dd1-4c0b-47916f1ea9ff-dcd6172c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-be11c206-9213-2a5a-e04d-ac1c2e2d7f1d-dcd6172c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_48be8f39-1a95-100c-17bb-985a444b9a09-dcd6172c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-15cb49c4, #w-node-_29f8eabf-916c-5880-6e02-44a166765900-15cb49c4, #w-node-_13c8d0c8-0d8e-7287-896a-2ce54acbc3b1-15cb49c4, #w-node-_0f442598-af9b-7aa3-7392-d15ed8c01d5c-15cb49c4, #w-node-ff75438e-c3af-1261-a0a0-af425fca0723-15cb49c4, #w-node-_77433ffa-0a8b-ac07-2f24-ac4bde979220-15cb49c4, #w-node-_4349388d-2822-1e89-64ab-de04b125da38-15cb49c4, #w-node-c819d68e-444f-bad8-eb30-e5e57a5bda6a-15cb49c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5730-cfad572e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5737-cfad572e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5747-cfad572e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5760-cfad572e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_11fd0bec-99b3-b2d2-98a7-d513cfad5774-cfad572e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-b2b94dab, #w-node-_960e14f2-d76f-6530-d845-7ca06f5aebb5-b2b94dab, #w-node-_4367ab68-ace9-3899-0b87-fd7c266503cf-b2b94dab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71c46dd5-ea30-eac7-25e4-af62cb26902d-b2b94dab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-baffcc0e-6ae6-7576-8392-2dfd4763a334-b2b94dab {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_91a06e36-ee0a-ccc7-90b3-0f001ebac6f3-b2b94dab, #w-node-_741b70ec-68b4-d347-6566-1e17bfbdc08c-b2b94dab, #w-node-c303cd91-a280-b5b0-6bda-9f3cfc6c7d4a-b2b94dab, #w-node-_9613c5bc-db5a-ac34-3a2c-e8436e5d4f77-b2b94dab, #w-node-c453344c-e16d-a4e7-af90-641ce09e5740-b2b94dab, #w-node-_1c6c1c62-6a9e-b22b-17b8-0ac5eee1294b-b2b94dab, #w-node-aa5ce08e-1842-d265-1a60-dc500007d679-b2b94dab, #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-b363deb2, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-b363deb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-b363deb2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2a5df40a, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2a5df40a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2a5df40a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-cd0b86c0, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-cd0b86c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-cd0b86c0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-355612a3, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-355612a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-355612a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-df6b3bed, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-df6b3bed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-df6b3bed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2f3038a7, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2f3038a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2f3038a7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-463265cd, #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-463265cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-463265cd {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-b363deb2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-b363deb2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0232d3ed-d124-7e61-2f49-9ffa5f88aab0-b363deb2, #w-node-_81c6a995-978d-d172-a165-57f1216bfd5a-b363deb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-b363deb2 {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2a5df40a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2a5df40a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2a5df40a {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-cd0b86c0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-cd0b86c0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-cd0b86c0 {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-355612a3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-355612a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-355612a3 {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-df6b3bed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-df6b3bed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-df6b3bed {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-2f3038a7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-2f3038a7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-2f3038a7 {
    grid-column-end: 3;
  }

  #w-node-_6ce19d56-b955-e4ad-76d5-76d4a7cace3f-463265cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a9be44f-75c7-3cfd-b13a-74266e95525c-463265cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33b8378d-a04a-50d7-0a6e-9036abcdfe0a-463265cd {
    grid-column-end: 3;
  }
}


