@font-face {
  font-family: Material icons;
  src: url('../fonts/Material_Icons.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baby olivia font by 7ntypes";
  src: url('../fonts/Baby-Olivia-Font-by-7NTypes.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #555;
  --rojo-postinor: #e6002b;
  --white: white;
  --azul-aviso-farmacia: #1a4383;
  --rosa-postinor-secundario: #ff6570;
}

.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: var(--dim-grey);
  background-image: url('../images/dots-fondo.png'), linear-gradient(79deg, #ff878f, #ff6570);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  color: var(--rojo-postinor);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  color: var(--rojo-postinor);
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 35px;
  font-weight: 700;
  line-height: 59.96px;
}

h3 {
  color: var(--rojo-postinor);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--dim-grey);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.container-footer {
  background-color: var(--rojo-postinor);
  padding: 40px 100px 21px;
}

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

.container-legal-footer {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  line-height: 22.95px;
  display: flex;
}

.white {
  color: var(--white);
}

.container-cod-footer {
  color: var(--white);
  font-size: 10px;
  line-height: 16.39px;
}

.container-aviso-farma {
  background-color: var(--azul-aviso-farmacia);
  text-align: right;
  padding: 40px 100px;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.calculadora {
  background-color: var(--white);
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.que-debes-saber {
  margin-top: 164px;
  margin-bottom: 120px;
}

.section._2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section.recuerda {
  margin-top: 142px;
  margin-bottom: 78px;
}

.section.container-secundario-blanco {
  padding-bottom: 68px;
}

.section.cuando-tomarla {
  margin-bottom: 71px;
  padding-top: 65px;
}

.section.ten-en-cuenta {
  margin-top: 60px;
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.grid-tiempo-postinor {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .5fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--rojo-postinor);
  width: 146px;
  height: 43px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.baby-olivia {
  text-align: center;
  font-family: "Baby olivia font by 7ntypes", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
  display: inline;
}

.fondo-nota {
  background-color: var(--white);
  border-radius: 132px 0 132px 132px;
  width: 783px;
  height: 264px;
  padding: 67px 60px 62px 107px;
}

.fondo-nota.recuerda {
  height: auto;
}

.fondo-nota.que-es-postinor {
  width: 1008px;
  height: auto;
  padding-top: 120px;
  padding-left: 78px;
  padding-right: 140px;
}

.fondo-nota.ten-en-cuenta {
  width: 1008px;
  height: auto;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 60px;
}

.container-baby-olivia {
  position: absolute;
  top: -57px;
  left: 594px;
}

.container-baby-olivia.recuerda {
  top: -57px;
  left: 737px;
}

.container-baby-olivia.que-es-postinor {
  top: -54px;
  left: 527px;
}

.dots-nota {
  background-image: url('../images/dots-nota-postinor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  width: 164.6px;
  height: 177.69px;
  margin-left: 0;
  position: absolute;
  bottom: 2.1562px;
  right: 949.203px;
}

.dots-nota.recuerda {
  background-image: url('../images/dots-cruces-postinor.svg');
  width: 143px;
  height: 128.26px;
  margin-left: 0;
  bottom: 109.156px;
  right: 926.203px;
}

.dots-nota.que-es-postinor {
  background-image: url('../images/reloj-que-es-postinor.svg');
  position: absolute;
  inset: -23% auto auto 27%;
}

.img-cabecera-cards {
  background-image: url('../images/postinor-chica-sentada.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 362px;
}

.grid-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 153px;
}

.btn-cards {
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  line-height: 32.78px;
  display: flex;
  box-shadow: 0 0 3px 3px #00000040;
}

.paragraph-btn-cards {
  color: var(--rosa-postinor-secundario);
  font-size: 20px;
  line-height: 28px;
}

.container-nota {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container-cabecera-cards {
  width: 100%;
  height: auto;
  position: relative;
}

.lineas-cabecera-cards {
  background-image: url('../images/ondas-home.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 474px;
  height: 328px;
  position: absolute;
  bottom: 74px;
  left: 109px;
}

.lineas-cabecera-cards.display-none {
  display: none;
}

.container-cabecera-header {
  width: 70%;
  height: auto;
  margin-top: 63px;
  margin-bottom: 30px;
  position: relative;
}

.container-cabecera-header.cuando-tomarla {
  margin-bottom: 68px;
}

.img-cabecera-header {
  background-image: url('../images/modelo-home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 362px;
}

.img-cabecera-header._2 {
  background-image: url('../images/caebcera-queeslapildora.webp');
}

.img-cabecera-header._3 {
  background-image: url('../images/cabecera-cunadotomarla-postinor.webp');
}

.img-cabecera-header._4 {
  background-image: url('../images/cabecera-queespostinor.webp');
}

.img-cabecera-header._5 {
  background-image: url('../images/cabecera-ten-en-cuenta.webp');
}

.img-cabecera-header._6 {
  background-image: url('../images/cabecera-preguntas-frecuentes.webp');
}

.lineas-cabecera-header {
  background-image: url('../images/tirabuzon-home.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 300px;
  position: absolute;
  top: 100px;
  left: -151px;
  transform: translate(0);
}

.lineas-cabecera-header._2 {
  background-image: url('../images/doble-tirabuzon.svg');
}

.lineas-cabecera-header._3 {
  background-image: url('../images/rizos-postinor.svg');
}

.lineas-cabecera-header._4 {
  background-image: url('../images/espiral-postinor.svg');
  width: 35%;
  top: 47px;
}

.lineas-cabecera-header._5 {
  background-image: url('../images/linea-estela.svg');
  width: 25%;
  top: 47px;
  left: -63px;
}

.lineas-cabecera-header._6 {
  background-image: url('../images/interrogacion.svg');
  width: 25%;
  top: 32px;
  left: -16px;
}

.img-bodegon-home {
  background-image: url('../images/postinor-bodegon-home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 380px;
  position: absolute;
  inset: 11px -12% 0% auto;
}

.heading-interior {
  width: 500px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 13% auto;
}

.heading-interior.cuando-tomarla {
  width: 650px;
  bottom: 27%;
  right: -19%;
}

.heading-interior.que-es-postinor {
  width: 500px;
  display: inline;
  bottom: 21%;
  right: -12%;
}

.heading-interior.que-es-postinor.levonorgestrel {
  bottom: 43%;
}

.heading-interior._2 {
  bottom: 31%;
  right: -20%;
}

.heading-interior.ten-en-cuenta-levonorgestrel {
  width: 500px;
  display: inline;
  bottom: 25%;
  right: -12%;
}

.heading-interior.preguntas-frecuentes {
  width: 500px;
  display: inline;
  bottom: 23%;
  right: -7%;
}

.container-secundario-rosa {
  background-color: var(--rosa-postinor-secundario);
  width: 100%;
  height: auto;
  padding: 53px 56px 43px 42px;
}

.container-secundario-rosa.radius-superior {
  border-top-left-radius: 80px;
  width: 1008px;
}

.container-secundario-rosa.card-inferior {
  border: 3px solid var(--white);
  background-color: var(--rosa-postinor-secundario);
  width: 1008px;
  margin-top: 64px;
  margin-bottom: 73px;
}

.container-secundario-rosa.card-inferior.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-white-20 {
  color: var(--white);
  font-size: 20px;
  line-height: 35.38px;
}

.container-secundario-blanco {
  background-color: #f9f9f9e3;
  width: auto;
  height: auto;
  padding: 43px 56px 43px 42px;
}

.container-secundario-blanco.radius-inferior {
  border-bottom-right-radius: 100px;
  width: 1008px;
  padding-bottom: 64px;
}

.container-secundario-blanco.radius-sup-infe {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 1008px;
  padding-bottom: 64px;
}

.contenido {
  width: 1008px;
  height: auto;
}

.contenido.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-ejemplos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.espacio._10px {
  height: 10px;
}

.espacio._20px {
  height: 20px;
}

.container-ejemplo {
  background-color: var(--rosa-postinor-secundario);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 246px;
  padding: 35px 18px 36px 14px;
  display: flex;
}

.container-ejemplo.izquierda {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.container-ejemplo.derecha {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.p-ejemplo {
  color: var(--white);
  text-align: center;
  text-indent: -1%;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.1px;
}

.quita-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-dos-columnas-izq {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-dos-columnas-izq.como-actua {
  margin-top: 26px;
}

.rojo-postinor {
  color: var(--rojo-postinor);
}

.grid-dos-columnas-drch {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.right {
  text-align: right;
}

.lottie-cabecera-cards {
  width: 455px;
  height: 328px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 109px;
}

.lottie-linea {
  transform: rotate(-43deg);
}

.lottie-linea._2 {
  position: absolute;
  top: 40px;
  left: 21px;
}

.grid-tres-columnas {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.accordion-item {
  border-bottom: 3px solid var(--rosa-postinor-secundario);
  margin-bottom: 20px;
  padding: 24px 30px 20px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--dim-grey);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.icon-2 {
  font-family: Material icons, sans-serif;
}

.icon-2.accordion-icon {
  color: var(--rosa-postinor-secundario);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.button {
  background-color: var(--rojo-postinor);
  border-radius: 28.5px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 2px 3px #00000040;
}

.paragraph {
  display: inline;
}

.html-embed {
  display: flex;
}

.navbar {
  background-color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  display: flex;
}

.brand {
  background-image: url('../images/logo-postinor-trz.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 25%;
  height: auto;
  margin-left: 0;
  margin-right: 50px;
}

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

.nav-link:hover {
  color: var(--rojo-postinor);
}

.nav-link.w--current {
  background-color: var(--rojo-postinor);
  color: var(--white);
}

.container-navbar {
  flex-direction: row;
  align-content: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 20px;
  display: flex;
}

.nav-menu {
  flex: 1;
  display: flex;
}

.header-levonorgestrel {
  width: 62%;
  position: absolute;
  inset: auto auto 11% 13%;
}

.header-levonorgestrel._2 {
  width: 61%;
  bottom: 7.5%;
  left: 50.5%;
}

.container-postinor-levonorgestrel {
  position: absolute;
  inset: 80% auto auto 0%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 40px;
  }

  .dots-nota {
    margin-left: -96px;
  }

  .dots-nota.que-es-postinor {
    left: 35%;
  }

  .container-cabecera-header {
    width: 100%;
  }

  .lineas-cabecera-header {
    width: 30%;
    left: 53px;
  }

  .lineas-cabecera-header._4 {
    width: 25%;
  }

  .lineas-cabecera-header._5, .lineas-cabecera-header._6 {
    width: 20%;
    left: 86px;
  }

  .img-bodegon-home {
    width: 37%;
    right: 2%;
  }

  .heading-interior.que-es-postinor {
    width: 500px;
    bottom: 22%;
    right: 6%;
  }

  .heading-interior.que-es-postinor.levonorgestrel {
    bottom: 39%;
  }

  .heading-interior._2 {
    right: 0%;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    width: 500px;
    bottom: 31%;
    right: 3%;
  }

  .heading-interior.preguntas-frecuentes {
    width: 500px;
    bottom: 22%;
    right: 13%;
  }

  .header-levonorgestrel {
    width: 60%;
    left: 13%;
  }

  .header-levonorgestrel._2 {
    bottom: -17.5%;
    left: .5%;
  }
}

@media screen and (min-width: 1440px) {
  .container-baby-olivia {
    left: 671px;
  }

  .container-baby-olivia.recuerda {
    top: -56px;
    left: 906px;
  }

  .container-baby-olivia.que-es-postinor {
    left: 600px;
  }

  .dots-nota {
    margin-left: 0;
    right: 1250px;
  }

  .dots-nota.recuerda {
    bottom: 124.156px;
    right: 1000px;
  }

  .dots-nota.que-es-postinor {
    left: 29%;
  }

  .lineas-cabecera-cards {
    left: 187px;
  }

  .container-cabecera-header {
    width: 100%;
  }

  .lineas-cabecera-header {
    width: 30%;
    left: 112px;
  }

  .lineas-cabecera-header._4 {
    width: 20%;
    left: 230px;
  }

  .lineas-cabecera-header._5 {
    width: 15%;
    left: 300px;
  }
  
  .lineas-cabecera-header._6 {
    left: 400px;
    width: 15%;
  }  

  .img-bodegon-home {
    width: 32%;
    right: 4%;
  }

  .heading-interior {
    right: 3%;
  }

  .heading-interior.cuando-tomarla {
    display: inline;
    right: 1%;
  }

  .heading-interior.que-es-postinor {
    display: inline;
    right: 8%;
  }

  .heading-interior._2 {
    right: 6%;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    display: inline;
    bottom: 30%;
    right: 8%;
  }

  .heading-interior.preguntas-frecuentes {
    display: inline;
    right: 18%;
  }

  .lottie-cabecera-cards {
    top: 60px;
    left: 220px;
  }

  .container-navbar {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .container-footer {
    padding-bottom: 25px;
  }

  .section.calculadora {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.ten-en-cuenta {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .baby-olivia {
    font-size: 90px;
  }

  .fondo-nota {
    padding-left: 109px;
    padding-right: 94px;
  }

  .fondo-nota.ten-en-cuenta {
    padding: 40px 60px 60px 75px;
  }

  .container-baby-olivia {
    left: 909px;
  }

  .container-baby-olivia.recuerda {
    top: -63px;
    left: 1096px;
  }

  .container-baby-olivia.que-es-postinor {
    left: 777px;
  }

  .dots-nota {
    right: 1282.2px;
  }

  .dots-nota.recuerda {
    right: 1258.2px;
  }

  .dots-nota.que-es-postinor {
    left: 31%;
  }

  .lineas-cabecera-cards {
    margin-left: 70px;
    left: 352px;
  }

  .container-cabecera-header {
    width: 100%;
  }

  .lineas-cabecera-header {
    width: 20%;
    left: 340px;
  }

  .lineas-cabecera-header._4 {
    width: 15%;
    top: 81px;
    left: 379px;
  }

  .lineas-cabecera-header._5 {
    left: 300px;
    width: 15%;
  }

  .lineas-cabecera-header._6 {
    left: 181px;
    width: 15%;
  }  

  .img-bodegon-home {
    width: 27%;
    right: 13%;
  }

  .heading-interior {
    display: block;
    right: 15%;
  }

  .heading-interior.cuando-tomarla {
    width: 700px;
    right: 11%;
  }

  .heading-interior.que-es-postinor {
    width: 680px;
    bottom: 17%;
    right: 13%;
  }

  .heading-interior.que-es-postinor.levonorgestrel {
    bottom: 37%;
  }

  .heading-interior._2 {
    right: 15%;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    width: 680px;
    bottom: 19%;
    right: 9%;
  }

  .heading-interior.preguntas-frecuentes {
    width: 680px;
    bottom: 19%;
    right: 15%;
  }

  .lottie-cabecera-cards {
    left: 352px;
  }

  .nav-link {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .container-navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .header-levonorgestrel {
    width: 57%;
    bottom: 9.8%;
    left: 13%;
  }

  .header-levonorgestrel._2 {
    width: 57%;
    bottom: 6%;
    left: 12.5%;
  }

  .heading {
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    color: var(--rojo-postinor);
  }

  p {
    margin-bottom: 5px;
  }

  .container-footer {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-footer {
    grid-row-gap: 20px;
  }

  .container-legal-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-aviso-farma {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-logo-footer {
    justify-content: center;
    width: 30%;
    display: flex;
  }

  .container-logo-footer.anefp {
    width: 20%;
  }

  .section.calculadora {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .section.que-debes-saber, .section.ten-en-cuenta {
    margin-top: 82px;
    margin-bottom: 40px;
  }

  .baby-olivia {
    font-size: 80px;
  }

  .fondo-nota {
    width: 700px;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 163px;
  }

  .fondo-nota.recuerda {
    padding-left: 136px;
  }

  .fondo-nota.que-es-postinor {
    width: 100%;
    padding-top: 67px;
    padding-left: 148px;
    padding-right: 51px;
  }

  .fondo-nota.ten-en-cuenta {
    width: 100%;
    padding: 40px 40px 40px 20px;
  }

  .container-baby-olivia {
    left: 94px;
  }

  .container-baby-olivia.recuerda {
    left: 302px;
  }

  .container-baby-olivia.que-es-postinor {
    left: 74px;
  }

  .dots-nota {
    bottom: 42.1562px;
    right: 554px;
  }

  .dots-nota.recuerda {
    left: 35.203px;
  }

  .dots-nota.que-es-postinor {
    width: 145px;
    height: 140.69px;
    top: 15%;
    left: -4%;
  }

  .container-nota {
    width: 700px;
  }

  .container-cabecera-cards {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lineas-cabecera-cards {
    width: 290px;
    height: 200px;
    bottom: 130px;
    left: 28px;
  }

  .container-cabecera-header {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 35px;
    display: flex;
  }

  .container-cabecera-header.cuando-tomarla {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .img-cabecera-header {
    width: 80%;
    height: 260px;
  }

  .lineas-cabecera-header {
    width: 30%;
    height: 180px;
    top: 92px;
    left: 34px;
  }

  .lineas-cabecera-header._3 {
    top: 109px;
    left: 12px;
  }

  .lineas-cabecera-header._4, .lineas-cabecera-header._5, .lineas-cabecera-header._6 {
    left: 9px;
  }

  .img-bodegon-home {
    width: 40%;
    height: 250px;
    bottom: 471px;
    left: 449px;
  }

  .heading-interior {
    width: 350px;
    height: auto;
    bottom: 32%;
    left: 416px;
  }

  .heading-interior.cuando-tomarla {
    width: 450px;
    bottom: 34%;
    left: 306px;
  }

  .heading-interior.que-es-postinor {
    width: 400px;
    bottom: 18%;
    left: 387px;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    width: 350px;
    bottom: 23%;
    left: 436px;
  }

  .heading-interior.preguntas-frecuentes {
    width: 350px;
    bottom: 22%;
    left: 376px;
  }

  .container-secundario-rosa.radius-superior, .container-secundario-rosa.card-inferior, .container-secundario-blanco.radius-inferior, .container-secundario-blanco.radius-sup-infe {
    width: 700px;
  }

  .contenido {
    width: auto;
  }

  .espacio {
    display: none;
  }

  .grid-dos-columnas-izq.como-actua {
    grid-template-rows: .25fr;
  }

  .grid-dos-columnas-drch {
    margin-top: 20px;
  }

  .right.center {
    text-align: center;
  }

  .lottie-cabecera-cards {
    display: none;
  }

  .navbar {
    display: block;
  }

  .brand {
    background-position: 50% 0;
    width: 35%;
    height: 100px;
    margin-top: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container-navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: 0 1px 3px #00000040;
  }

  .icon-navbar {
    color: var(--rojo-postinor);
  }

  .menu-button {
    background-color: #0000;
    align-self: flex-end;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 37px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    justify-content: flex-end;
    align-self: flex-end;
  }

  .header-levonorgestrel {
    width: 59%;
    height: auto;
    bottom: 13.3%;
    left: 12.5%;
  }

  .header-levonorgestrel._2 {
    width: 65%;
    bottom: -15.5%;
    left: .5%;
  }

  .container-postinor-levonorgestrel {
    top: 75%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .container-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-aviso-farma {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-logo-footer {
    width: 40%;
  }

  .header {
    padding-top: 0;
  }

  .section.cards {
    margin-top: 45px;
  }

  .section.cuando-tomarla {
    padding-left: 20px;
    padding-right: 20px;
  }

  .baby-olivia {
    font-size: 60px;
  }

  .fondo-nota {
    width: 550px;
    padding-top: 60px;
    padding-left: 59px;
    padding-right: 30px;
  }

  .fondo-nota.recuerda {
    width: 500px;
    padding-left: 48px;
  }

  .container-baby-olivia {
    left: 75px;
  }

  .container-baby-olivia.recuerda {
    left: 192px;
  }

  .container-baby-olivia.que-es-postinor {
    left: 29px;
  }

  .dots-nota {
    width: 100px;
    height: 100px;
    bottom: 205.156px;
    right: 428px;
  }

  .dots-nota.recuerda {
    bottom: 176.156px;
    left: -4.797px;
  }

  .dots-nota.que-es-postinor {
    top: 8%;
  }

  .img-cabecera-cards {
    height: 280px;
  }

  .container-nota {
    width: 500px;
  }

  .lineas-cabecera-cards {
    height: 150px;
    bottom: 115px;
    left: 10px;
  }

  .container-cabecera-header {
    margin-top: 0;
    margin-bottom: 99px;
  }

  .container-cabecera-header.cuando-tomarla {
    margin-top: 3px;
    margin-bottom: 87px;
  }

  .img-cabecera-header {
    width: 80%;
    height: 200px;
  }

  .lineas-cabecera-header {
    width: 30%;
    height: 130px;
    top: 79px;
    left: 19px;
  }

  .lineas-cabecera-header._2 {
    top: 58px;
  }

  .lineas-cabecera-header._3 {
    height: 180px;
    inset: 6% 10% 0% auto;
  }

  .lineas-cabecera-header._4 {
    height: 150px;
    inset: 12% 12% 0% auto;
  }

  .lineas-cabecera-header._5 {
    height: 150px;
    inset: 8% 10% 0% auto;
  }

  .lineas-cabecera-header._6 {
    height: 120px;
    top: 48px;
    left: 327px;
  }

  .img-bodegon-home {
    height: 200px;
    top: 3px;
    bottom: 0;
    left: 330px;
  }

  .heading-interior {
    bottom: 28%;
    left: 225px;
  }

  .heading-interior.cuando-tomarla {
    text-align: center;
    bottom: -38%;
    left: 56px;
  }

  .heading-interior.que-es-postinor {
    text-align: center;
    bottom: -39%;
    left: 87px;
  }

  .heading-interior.que-es-postinor.levonorgestrel {
    bottom: -24%;
    left: 88px;
  }

  .heading-interior._2 {
    text-align: center;
    width: 80%;
    bottom: -40%;
    left: 63px;
    right: 25%;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    text-align: center;
    width: 90%;
    bottom: -28%;
    left: 25px;
  }

  .heading-interior.preguntas-frecuentes {
    text-align: center;
    width: 90%;
    bottom: -42%;
    left: 28px;
  }

  .container-secundario-rosa.radius-superior {
    width: 500px;
    padding-top: 34px;
    padding-right: 22px;
  }

  .container-secundario-rosa.card-inferior {
    width: 500px;
  }

  .container-secundario-blanco.radius-inferior {
    width: 500px;
    padding: 0 40px 40px;
  }

  .container-secundario-blanco.radius-sup-infe {
    width: 100%;
  }

  .espacio {
    display: none;
  }

  .grid-dos-columnas-izq {
    justify-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .brand {
    width: 50%;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-levonorgestrel {
    width: 54%;
    bottom: -25%;
    left: 8%;
  }

  .header-levonorgestrel._2 {
    width: 40%;
    bottom: -23.5%;
    left: 30.5%;
  }

  .container-postinor-levonorgestrel {
    top: 46%;
    left: 64%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  p, ul {
    font-size: 14px;
    line-height: 26px;
  }

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

  .container-legal-footer {
    flex-direction: column;
    line-height: 21px;
  }

  .container-aviso-farma {
    padding: 20px 15px;
  }

  .container-logo-footer {
    width: 50%;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header._2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.calculadora {
    padding: 20px 10px;
  }

  .section.que-debes-saber {
    margin-top: 95px;
  }

  .section._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.recuerda {
    margin-top: 81px;
    margin-bottom: 44px;
  }

  .section.container-secundario-blanco {
    padding-top: 15px;
  }

  .section.cuando-tomarla {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.ten-en-cuenta {
    margin-top: 40px;
  }

  .grid-tiempo-postinor {
    margin-top: 20px;
  }

  .baby-olivia {
    font-size: 45px;
    line-height: 60px;
  }

  .fondo-nota {
    width: 100%;
    height: auto;
    padding: 44px 20px 51px 39px;
  }

  .fondo-nota.recuerda {
    width: 100%;
    padding-bottom: 45px;
  }

  .fondo-nota.que-es-postinor {
    padding-left: 40px;
    padding-right: 30px;
  }

  .fondo-nota.ten-en-cuenta {
    padding: 20px 20px 57px;
  }

  .container-baby-olivia {
    top: -79px;
    left: auto;
  }

  .container-baby-olivia.recuerda {
    left: 100px;
  }

  .container-baby-olivia.que-es-postinor {
    text-align: center;
    top: -68px;
    left: 0;
  }

  .dots-nota {
    display: none;
    bottom: 224.156px;
    left: 6.5px;
    right: auto;
  }

  .dots-nota.recuerda {
    width: 70px;
    height: 60px;
    display: block;
    bottom: 167.156px;
    left: 8.203px;
  }

  .dots-nota.que-es-postinor {
    height: 50px;
    display: block;
    top: 0%;
    left: -12%;
  }

  .img-cabecera-cards {
    background-position: 50% 0;
    background-size: auto;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 100%;
    height: 200px;
  }

  .paragraph-btn-cards {
    font-size: 18px;
    line-height: 26px;
  }

  .container-nota {
    width: 100%;
  }

  .lineas-cabecera-cards {
    width: 200px;
    display: block;
    bottom: -33px;
    left: 37px;
  }

  .container-cabecera-header {
    height: 150px;
  }

  .container-cabecera-header.cuando-tomarla {
    margin-top: 0;
    margin-bottom: 134px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-cabecera-header {
    width: 100%;
    height: 200px;
  }

  .lineas-cabecera-header {
    height: 80px;
    display: none;
    top: 74px;
  }

  .lineas-cabecera-header._2 {
    width: 50%;
    height: 180px;
    display: flex;
    inset: -12% 0% 0% auto;
  }

  .lineas-cabecera-header._3 {
    width: 40%;
    height: 200px;
    display: flex;
    top: -26px;
    left: 178px;
  }

  .lineas-cabecera-header._4 {
    width: 40%;
    height: 170px;
    display: block;
    top: -13px;
    left: 179px;
  }

  .lineas-cabecera-header._5 {
    width: 35%;
    height: 180px;
    display: block;
    top: -13px;
    left: 188px;
  }

  .lineas-cabecera-header._6 {
    width: 35%;
    height: 170px;
    display: block;
    inset: -6% 0% 0% auto;
  }

  .img-bodegon-home {
    width: 100%;
    height: 200px;
    top: 88px;
    left: 0;
    right: 0%;
  }

  .heading-interior {
    width: 300px;
    bottom: 0%;
    left: 14px;
  }

  .heading-interior.cuando-tomarla {
    text-align: center;
    width: 100%;
    bottom: -70%;
    left: 0;
  }

  .heading-interior.que-es-postinor {
    width: 100%;
    inset: 103% 0% auto;
  }

  .heading-interior.que-es-postinor.levonorgestrel {
    height: 180px;
    top: 85%;
    bottom: 0%;
    left: 0;
  }

  .heading-interior._2 {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -57%;
    left: 0;
  }

  .heading-interior.ten-en-cuenta-levonorgestrel {
    width: 100%;
    inset: 88% 0% auto;
  }

  .heading-interior.preguntas-frecuentes {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -98%;
    left: 0;
  }

  .container-secundario-rosa.radius-superior {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-secundario-rosa.card-inferior {
    width: 100%;
  }

  .p-white-20 {
    font-size: 16px;
    line-height: 30px;
  }

  .container-secundario-blanco.radius-inferior {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-secundario-blanco.radius-sup-infe {
    padding: 35px 30px 57px;
  }

  .espacio {
    display: none;
  }

  .navbar {
    line-height: 24px;
  }

  .brand {
    width: 80%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
    inset: 0% 0% auto auto;
  }

  .header-levonorgestrel {
    width: 70%;
    bottom: 30%;
    left: 16%;
  }

  .header-levonorgestrel._2 {
    width: 66%;
    bottom: -19.5%;
    left: 17.5%;
  }

  .container-postinor-levonorgestrel {
    top: 62%;
    left: 30%;
  }
}

#w-node-b3edbcdc-d9d2-16a3-53b0-3d6da8e2e3e4-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb3-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb7-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdbb-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdbf-18aa8af8, #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4704-83cc4701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e90e89db-d4da-a36c-5bb5-287f83cc4706-83cc4701, #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4708-83cc4701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center stretch;
}

#w-node-e90e89db-d4da-a36c-5bb5-287f83cc4717-83cc4701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5d57ab09-468b-46e7-f351-6b2b792f1fcf-83cc4701, #w-node-_4db9b43a-95df-6603-f37b-c1fa32800496-83cc4701, #w-node-fe40036a-f164-6f1c-a157-731059d3ba37-83cc4701, #w-node-_6b8e0163-4923-bdf1-7421-36b1a20bbe7f-1389ba8e, #w-node-_7a5074e3-8930-f58a-6fd2-47042d78ecbe-1389ba8e, #w-node-_073f7e45-6374-7eb4-e788-1e1ac09cfc6f-1389ba8e, #w-node-ac95ed2a-3f92-de09-7743-347da38f5d47-1389ba8e, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e6-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e9-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ec-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ef-5ba7c0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c50c637-cdb1-afd2-d5f1-b1363f553689-5ba7c0f6, #w-node-_83e2eda1-703a-e796-fecd-4de53d0f432d-aef8a3cd, #w-node-_6ce90d58-5366-6bab-f41b-18c2688bb907-aef8a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e3ec2ef-4c02-7959-bd47-0319b3169494-aef8a3cd, #w-node-_9594e25d-8fd0-b2ff-a1b9-7e8162564d29-aef8a3cd, #w-node-_1d995008-45cf-fdea-4796-1aa2f6f68a45-aef8a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
    justify-self: end;
  }

  #w-node-_005ad6c2-6da2-8486-5fa6-b24ffca4feb3-c57f4889 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
    justify-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb2-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb6-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdba-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdbe-18aa8af8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4704-83cc4701 {
    grid-column: span 3 / span 3;
    place-self: center;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4706-83cc4701 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4708-83cc4701 {
    grid-column: span 3 / span 3;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4717-83cc4701 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6b8e0163-4923-bdf1-7421-36b1a20bbe7f-1389ba8e, #w-node-_7a5074e3-8930-f58a-6fd2-47042d78ecbe-1389ba8e, #w-node-_073f7e45-6374-7eb4-e788-1e1ac09cfc6f-1389ba8e, #w-node-ac95ed2a-3f92-de09-7743-347da38f5d47-1389ba8e, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e6-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e9-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ec-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ef-5ba7c0f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_83e2eda1-703a-e796-fecd-4de53d0f432d-aef8a3cd {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_83e2eda1-703a-e796-fecd-4de53d0f432e-aef8a3cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ce90d58-5366-6bab-f41b-18c2688bb907-aef8a3cd {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_5e3ec2ef-4c02-7959-bd47-0319b3169494-aef8a3cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_9594e25d-8fd0-b2ff-a1b9-7e8162564d29-aef8a3cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d995008-45cf-fdea-4796-1aa2f6f68a45-aef8a3cd {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_005ad6c2-6da2-8486-5fa6-b24ffca4feb3-c57f4889 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7bc99dea-bb7a-525d-8e6b-bec950ea5316-c57f4889 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c50c637-cdb1-afd2-d5f1-b1363f553689-5ba7c0f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-cb2d54a0-082b-7b95-1e58-0af186cc25a7-5ba7c0f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba442b8d-083e-99b1-ab7d-192cd9561c23-18aa8af8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b3edbcdc-d9d2-16a3-53b0-3d6da8e2e3e4-18aa8af8 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-ba442b8d-083e-99b1-ab7d-192cd9561c29-18aa8af8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb2-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdb6-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdba-18aa8af8, #w-node-_1455cc1a-117c-cb15-94e1-00b2b116fdbe-18aa8af8 {
    grid-column: span 4 / span 4;
  }

  #w-node-e90e89db-d4da-a36c-5bb5-287f83cc4709-83cc4701 {
    align-self: start;
  }

  #w-node-_5d57ab09-468b-46e7-f351-6b2b792f1fcf-83cc4701, #w-node-_4db9b43a-95df-6603-f37b-c1fa32800496-83cc4701, #w-node-fe40036a-f164-6f1c-a157-731059d3ba37-83cc4701 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b8e0163-4923-bdf1-7421-36b1a20bbe7f-1389ba8e, #w-node-_7a5074e3-8930-f58a-6fd2-47042d78ecbe-1389ba8e, #w-node-_073f7e45-6374-7eb4-e788-1e1ac09cfc6f-1389ba8e, #w-node-ac95ed2a-3f92-de09-7743-347da38f5d47-1389ba8e, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e6-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2e9-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ec-5ba7c0f6, #w-node-_0e389d83-a33f-ba76-10a9-55d8f44bb2ef-5ba7c0f6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8c50c637-cdb1-afd2-d5f1-b1363f553689-5ba7c0f6 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-cb2d54a0-082b-7b95-1e58-0af186cc25a7-5ba7c0f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material_Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baby olivia font by 7ntypes';
  src: url('../fonts/Baby-Olivia-Font-by-7NTypes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}