:root {
  --slate-blue: #546285;
  --dark-slate-blue: #3c465f;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #33046a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--slate-blue);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.34;
}

a {
  text-decoration: underline;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #ad0b61;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.notice-text {
  color: #fffc;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 15px 2%;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: -.3px;
  text-transform: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: #5308ad;
  font-weight: 600;
}

.nav-link.contacto {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #5308ad;
  border-radius: 7px;
  margin-left: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav-link.contacto:hover {
  opacity: .8;
}

.link-redes-header {
  margin-left: 7px;
  margin-right: 7px;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.navigation-left {
  justify-content: center;
  align-items: center;
  width: 95px;
  max-width: 10%;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.brand-span {
  color: #ad0b61;
  font-size: 15px;
  font-weight: 500;
}

.hero-h1 {
  color: #33046a;
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.header {
  background-image: url('../images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-paragraph {
  color: #3c465f;
  max-width: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.button {
  text-align: center;
  background-color: #058bd0;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-position .2s, background-color .25s;
}

.button:hover {
  background-color: #006497;
}

.button.button-rosa {
  background-color: #ad0b61;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  line-height: 1;
  transition: background-color .25s;
}

.button.button-rosa:hover {
  background-color: #830849;
}

.button.button-rosa.margen-superior {
  margin-top: 30px;
}

.button.button-space-rosa {
  background-color: #ad0b61;
  margin-top: 40px;
}

.button.button-space-rosa:hover {
  background-color: #830849;
}

.button.full-width {
  width: 100%;
  margin-top: 10px;
}

.button.whatsapp {
  background-color: #25d366;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.button.whatsapp:hover {
  background-color: #075e54;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.heading {
  color: #33046a;
}

.heading.rosa {
  color: #ad0b61;
}

.content-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.works-grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.margen-superior {
  margin-top: 120px;
}

.step-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-section-bg {
  background-color: #0000;
  background-image: url('../images/fondo-azul_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 140px 3%;
  font-style: normal;
  position: relative;
}

.content-section-bg.solo-blanco {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section-bg.white {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.content-section-bg.white.galeria {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.content-section-bg.contacto {
  background-size: auto 95%;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block.bg-text {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.content-block.telefono {
  align-items: stretch;
  width: 50%;
  margin-top: 20px;
  margin-left: 3px;
  margin-right: 3px;
}

.content-block.horizontal {
  flex-direction: row;
}

.content-block.horizontal.imagen-margen {
  width: 100%;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.content-grid.contacto {
  grid-column-gap: 60px;
}

.imagen-margen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.imagen-margen.medium {
  max-width: 400px;
}

.imagen-margen.full-width {
  width: 100%;
}

.imagen-margen.margen-inferior {
  margin-bottom: 60px;
}

.imagen-margen.movil {
  display: none;
}

.image {
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.horizontal-div {
  width: 100%;
  display: flex;
}

.social-icon-wrap {
  margin-bottom: 0;
  display: flex;
}

.textarea {
  background-color: #ffffff80;
  border-radius: 5px;
}

.form-block {
  width: 100%;
  max-width: 460px;
  margin-top: 30px;
}

.mapa {
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}

.text-field {
  background-color: #fffc;
  border-radius: 5px;
}

.h3-small {
  color: #1d013f;
  font-size: 22px;
}

.h2-rosa {
  color: #ad0b61;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
}

.heading-parrafo {
  color: #33046a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.footer {
  background-color: #f5fbfc;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  padding: 100px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-legal {
  border-top: 2px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 15px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.heading-h3-color {
  color: #33046a;
}

.heading-h3-color.rosa {
  color: #ad0b61;
}

.contenedor-redes {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.contenedor-redes-header {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contenedor-redes-header.movil {
  display: none;
}

.logo-dra-sara-michel {
  width: auto;
  height: auto;
}

.resaltado-heading {
  color: #ad0b61;
  font-weight: 500;
}

.hero-1-rosa {
  color: #ad0b61;
}

.link {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.contenedor-iconos-footer {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.imagen-de-doctora {
  max-width: 410px;
}

.imagen-dra {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-centro {
  margin-top: 30px;
}

.bold {
  color: #1d013f;
  font-weight: 700;
}

.max-width-paragraph {
  max-width: 650px;
}

.heading-otro {
  color: #33046a;
}

.heading-otro.rosa {
  color: #ad0b61;
}

.html-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 5;
    background-color: #fff;
    width: 100%;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .nav-link {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link.contacto {
    margin-right: 15px;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .navigation-left {
    width: auto;
    max-width: 12%;
  }

  .icon {
    display: block;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--slate-blue);
  }

  .button-wrapper {
    align-items: center;
  }

  .review-wrap {
    align-items: center;
    margin-top: 10px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .header {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button.button-rosa {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .heading {
    font-size: 45px;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrap-centre {
    max-width: 580px;
  }

  .content-section-bg {
    background-color: #f5fbfc;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-section-bg.solo-blanco {
    background-color: #fff;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.bg-text {
    max-width: 580px;
  }

  .content-block.telefono {
    margin-left: 5px;
    margin-right: 5px;
  }

  .content-block.horizontal.imagen-margen {
    max-width: 100%;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .imagen-margen.medium {
    width: 70%;
  }

  .footer-detail-left {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-legal {
    flex-direction: column;
  }

  .footer-detail-right {
    justify-content: center;
    width: 100%;
  }

  .contenedor-redes {
    justify-content: center;
    margin-top: 30px;
  }

  .contenedor-redes-header {
    display: none;
  }

  .contenedor-redes-header.movil {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
  }

  .image-2, .image-3 {
    width: 45px;
  }

  .link {
    color: var(--slate-blue);
    font-weight: 500;
    text-decoration: none;
  }

  .imagen-de-doctora {
    width: 70%;
    max-width: 450px;
  }

  .heading-otro {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 34px;
  }

  .navigation-left {
    max-width: 18%;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .header {
    padding-bottom: 0;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block.horizontal.imagen-margen {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .imagen-margen.movil {
    display: none;
  }

  .footer-detail-left {
    width: 100%;
  }

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

  .footer-column.logo-footer {
    text-align: center;
    align-items: center;
  }

  .footer-legal {
    flex-direction: column;
  }

  .footer-detail-right {
    justify-content: center;
    width: 100%;
  }

  .imagen-de-doctora {
    max-width: 380px;
  }
}

@media screen and (max-width: 479px) {
  .notice-text {
    flex-direction: column;
    font-size: 14px;
    display: flex;
  }

  .navbar {
    position: absolute;
  }

  .navigation-left {
    max-width: 25%;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-h1 {
    font-size: 45px;
  }

  .header {
    padding-top: 115px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-rosa {
    max-width: 320px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.button-space-rosa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .heading {
    font-size: 34px;
  }

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-block.telefono {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .content-block.horizontal.imagen-margen {
    flex-direction: column;
  }

  .imagen-margen.medium {
    width: 90%;
  }

  .imagen-margen.movil {
    display: block;
  }

  .imagen-margen.desktop {
    display: none;
  }

  .footer-detail-left {
    width: auto;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-column {
    text-align: center;
    align-items: center;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contenedor-iconos-footer {
    justify-content: center;
    margin-bottom: 20px;
  }

  .imagen-de-doctora {
    width: 85%;
    max-width: 300px;
  }

  .heading-otro {
    font-size: 34px;
  }
}

#w-node-d8e645cc-d661-3129-cd12-9ac71034d7cf-f44892e4, #w-node-d8e645cc-d661-3129-cd12-9ac71034d7e2-f44892e4 {
  align-self: start;
}

#w-node-_893e0f53-1d38-5cce-2b88-e428448b9725-f44892e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397eb-f44892e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397f2-f44892e4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397fd-f44892e4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_893e0f53-1d38-5cce-2b88-e428448b9725-070d0dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397eb-070d0dc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397f2-070d0dc8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_196170f7-7546-063c-0964-8cd96ab397fd-070d0dc8 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-f44892e4, #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-f44892e4, #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-f44892e4, #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-070d0dc8, #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-070d0dc8, #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-070d0dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-f44892e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-f44892e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-f44892e4 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-070d0dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-070d0dc8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-070d0dc8 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-f44892e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-f44892e4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-f44892e4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397eb-070d0dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397f2-070d0dc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_196170f7-7546-063c-0964-8cd96ab397fd-070d0dc8 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


