:root {
  --color-gray: #333333;
  --color-gray-light: #f7f7f7;
  --color-green: #b6dce1;
  --color-orange: #ff5100;
  --color-primary: #262729;
  --color-gray-green: #bbc6c3;
}
@font-face {
  font-weight: 400;
  font-display: swap;
  font-family: "Gilroy";
  src: url("/fonts/gilroy/Gilroy-Medium.woff2") format("woff2"),
    url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
html,
body {
  color: var(--color-primary);
  font-size: 16px;
  font-family: "Gilroy";
  font-size: max(16px, 1.0666vw);
  scroll-behavior: smooth;
  background-color: white;
  transition: 0.35s ease all;
}
html[figure="figure-1"],
html[figure="figure-5"],
html[figure="figure-0"],
body[figure="figure-1"],
body[figure="figure-5"],
body[figure="figure-0"] {
  background-size: cover;
  background-image: url(/images/personajes/bg_violeta_sn.png);
  background-size: auto;
}
html[figure="figure-2"],
body[figure="figure-2"] {
  background-size: cover;
  background-image: url(/images/personajes/bg_paprika_sn.jpg);
  background-size: auto;
}
html[figure="figure-3"],
body[figure="figure-3"] {
  background-size: cover;
  background-image: url(/images/personajes/bg_oso_sn.jpg);
  background-size: auto;
}
html[figure="figure-4"],
body[figure="figure-4"] {
  background-size: cover;
  background-image: url(/images/personajes/bg_diego_sn.png);
  background-size: auto;
}
html.home,
body.home {
  background-image: url(/images/home/bg_home_sn.jpg);
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  html.home,
  body.home {
    background-image: url("/images/home/bg_home_mob_sn.jpg");
  }
}
html.videocuentos,
body.videocuentos {
  background-image: url(/images/videocuentos/bg_videoc.png);
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  html.videocuentos,
  body.videocuentos {
    background-image: url("/images/bg_videocuentos_sn.jpg");
  }
}
html.privacy,
body.privacy {
  background-image: url(/images/videocuentos/bg_videoc.png);
  background-position: top;
  background-size: contain;
}
html.personajes footer,
body.personajes footer {
  margin-top: -4%;
  position: relative;
  z-index: 1;
}
html.quienes-somos,
body.quienes-somos {
  background-image: url(/images/quienes-somos/bg.jpg);
  background-size: cover;
}
html.quienes-somos footer,
body.quienes-somos footer {
  margin-top: -6%;
  position: relative;
  z-index: 1;
}
html.login footer,
body.login footer {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
html.registro footer,
body.registro footer {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
html.registro-gracias,
body.registro-gracias {
  background-image: url(/images/register/bg_gx_registro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
html.registro-gracias footer,
body.registro-gracias footer {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
html.actividades,
body.actividades {
  background-image: url(/images/personajes/bg_violeta_sn.png);
  background-size: cover;
  background-repeat: no-repeat;
}
html.actividades footer,
body.actividades footer {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}
html.modal-open body .modal {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
}
html.modal-open body .modal.open {
  position: fixed;
  top: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  color: var(--font-color);
  text-decoration: none;
}
img {
  max-width: 100%;
}
img.col-12 {
  height: auto;
}
img.full {
  -o-object-fit: cover;
  object-fit: cover;
}
[hidden],
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.inl,
[class*="btns"] {
  display: flex;
  align-items: center;
}
.flex-stretch {
  align-items: stretch;
}
.flex-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
[class*="btns"],
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.relative,
ul li,
[class*="btns"][class*="next"]::after {
  position: relative;
}
[class*="cnt"] {
  position: absolute;
  margin: auto;
}
.cntV,
.cnt {
  top: 0;
  bottom: 0;
}
.cntH,
.cnt {
  left: 0;
  right: 0;
}
.p-4,
.px-4,
.pl-4 {
  padding-left: 0.25rem;
}
.p-4,
.px-4,
.pr-4 {
  padding-right: 0.25rem;
}
.p-4,
.py-4,
.pt-4 {
  padding-top: 0.25rem;
}
.p-4,
.py-4,
.pb-4 {
  padding-bottom: 0.25rem;
}
.p-8,
.px-8,
.pl-8 {
  padding-left: 0.5rem;
}
.p-8,
.px-8,
.pr-8 {
  padding-right: 0.5rem;
}
.p-8,
.py-8,
.pt-8 {
  padding-top: 0.5rem;
}
.p-8,
.py-8,
.pb-8 {
  padding-bottom: 0.5rem;
}
.p-16,
.px-16,
.pl-16 {
  padding-left: 1rem;
}
.p-16,
.px-16,
.pr-16 {
  padding-right: 1rem;
}
.p-16,
.py-16,
.pt-16 {
  padding-top: 1rem;
}
.p-16,
.py-16,
.pb-16 {
  padding-bottom: 1rem;
}
.p-24,
.px-24,
.pl-24,
ul li {
  padding-left: 1.5rem;
}
.p-24,
.px-24,
.pr-24 {
  padding-right: 1.5rem;
}
.p-24,
.py-24,
.pt-24 {
  padding-top: 1.5rem;
}
.p-24,
.py-24,
.pb-24 {
  padding-bottom: 1.5rem;
}
.p-48,
.px-48,
.pl-48 {
  padding-left: 3rem;
}
.p-48,
.px-48,
.pr-48 {
  padding-right: 3rem;
}
.p-48,
.py-48,
.pt-48 {
  padding-top: 3rem;
}
.p-48,
.py-48,
.pb-48 {
  padding-bottom: 3rem;
}
.m-auto,
.mx-auto,
.ml-auto,
[class*="cnt"],
.modal .modal-dialog .close::before,
.modal .modal-dialog .close::after,
.container-xxl,
.container-xl,
.container-lg {
  margin-left: auto;
}
.m-auto,
.mx-auto,
.mr-auto,
[class*="cnt"],
.modal .modal-dialog .close::before,
.modal .modal-dialog .close::after,
.container-xxl,
.container-xl,
.container-lg {
  margin-right: auto;
}
.m-auto,
.my-auto,
.mt-auto,
[class*="cnt"],
.modal .modal-dialog .close::before,
.modal .modal-dialog .close::after {
  margin-top: auto;
}
.m-auto,
.my-auto,
.mb-auto,
[class*="cnt"],
.modal .modal-dialog .close::before,
.modal .modal-dialog .close::after {
  margin-bottom: auto;
}
.m-4,
.mx-4,
.ml-4 {
  margin-left: 0.25rem;
}
.m-4,
.mx-4,
.mr-4 {
  margin-right: 0.25rem;
}
.m-4,
.my-4,
.mt-4 {
  margin-top: 0.25rem;
}
.m-4,
.my-4,
.mb-4 {
  margin-bottom: 0.25rem;
}
.m-8,
.mx-8,
.ml-8,
[class*="btns"][class*="next"]::after {
  margin-left: 0.5rem;
}
.m-8,
.mx-8,
.mr-8 {
  margin-right: 0.5rem;
}
.m-8,
.my-8,
.mt-8 {
  margin-top: 0.5rem;
}
.m-8,
.my-8,
.mb-8 {
  margin-bottom: 0.5rem;
}
.m-16,
.mx-16,
.ml-16 {
  margin-left: 1rem;
}
.m-16,
.mx-16,
.mr-16 {
  margin-right: 1rem;
}
.m-16,
.my-16,
.mt-16 {
  margin-top: 1rem;
}
.m-16,
.my-16,
.mb-16 {
  margin-bottom: 1rem;
}
.m-24,
.mx-24,
.ml-24 {
  margin-left: 1.5rem;
}
.m-24,
.mx-24,
.mr-24 {
  margin-right: 1.5rem;
}
.m-24,
.my-24,
.mt-24 {
  margin-top: 1.5rem;
}
.m-24,
.my-24,
.mb-24,
ul li {
  margin-bottom: 1.5rem;
}
.m-48,
.mx-48,
.ml-48 {
  margin-left: 3rem;
}
.m-48,
.mx-48,
.mr-48 {
  margin-right: 3rem;
}
.m-48,
.my-48,
.mt-48 {
  margin-top: 3rem;
}
.m-48,
.my-48,
.mb-48 {
  margin-bottom: 3rem;
}
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.332%;
}
.col-5 {
  width: 41.665%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.331%;
}
.col-8 {
  width: 66.664%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.663%;
}
.col-12,
.full,
.container-xxl,
.container-xl,
.container-lg {
  width: 100%;
}
.full {
  height: 100%;
}
.container-xxl {
  max-width: 79.75rem;
}
.container-xl {
  max-width: 75rem;
}
.container-lg {
  max-width: 56.25rem;
}
.clr-primary {
  --font-color: var(--color-primary);
}
.clr-white {
  --font-color: white;
}
.clr-gray {
  --font-color: var(--color-gray);
}
.clr-black {
  --font-color: black;
  opacity: 0.7;
}
.clr-orange {
  --font-color: var(--color-orange);
}
[class*="clr-"] {
  color: var(--font-color);
}
.txt-font {
  font-family: "Helvetica Roman";
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-nowrap {
  white-space: nowrap;
}
.txt-preline {
  white-space: pre-line;
}
.txt-underline {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  font-size: 1rem;
  line-height: 1.25em;
}
.x-small {
  font-size: 0.575rem;
  line-height: 1.28em;
}
small,
.small {
  font-size: 0.875rem;
  line-height: 1.28em;
}
h1,
.h1 {
  font-size: 3.75rem;
  line-height: 1.2em;
}
h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.25em;
}
h4,
.h4 {
  font-size: 1.375rem;
  line-height: 1.09em;
}
h5,
.h5 {
  font-size: 1.3125rem;
  line-height: 1.14em;
}
h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.333em;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-white {
  background-color: white;
}
ul li {
  list-style: none;
}
ul li::before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0rem;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/icons/i-li.svg);
}
ul.txt-font li::before {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.25rem;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  opacity: 0.5;
  background-color: var(--color-gray-green);
}
@media screen and (max-width: 1200px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-center {
    justify-content: center;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .p-xl-0,
  .px-xl-0,
  .pl-xl-0 {
    padding-left: 0;
  }
  .p-xl-0,
  .px-xl-0,
  .pr-xl-0 {
    padding-right: 0;
  }
  .p-xl-0,
  .py-xl-0,
  .pt-xl-0 {
    padding-top: 0;
  }
  .p-xl-0,
  .py-xl-0,
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .p-xl-4,
  .px-xl-4,
  .pl-xl-4 {
    padding-left: 0.25rem;
  }
  .p-xl-4,
  .px-xl-4,
  .pr-xl-4 {
    padding-right: 0.25rem;
  }
  .p-xl-4,
  .py-xl-4,
  .pt-xl-4 {
    padding-top: 0.25rem;
  }
  .p-xl-4,
  .py-xl-4,
  .pb-xl-4 {
    padding-bottom: 0.25rem;
  }
  .p-xl-8,
  .px-xl-8,
  .pl-xl-8 {
    padding-left: 0.5rem;
  }
  .p-xl-8,
  .px-xl-8,
  .pr-xl-8 {
    padding-right: 0.5rem;
  }
  .p-xl-8,
  .py-xl-8,
  .pt-xl-8 {
    padding-top: 0.5rem;
  }
  .p-xl-8,
  .py-xl-8,
  .pb-xl-8 {
    padding-bottom: 0.5rem;
  }
  .p-xl-16,
  .px-xl-16,
  .pl-xl-16 {
    padding-left: 1rem;
  }
  .p-xl-16,
  .px-xl-16,
  .pr-xl-16 {
    padding-right: 1rem;
  }
  .p-xl-16,
  .py-xl-16,
  .pt-xl-16 {
    padding-top: 1rem;
  }
  .p-xl-16,
  .py-xl-16,
  .pb-xl-16 {
    padding-bottom: 1rem;
  }
  .p-xl-24,
  .px-xl-24,
  .pl-xl-24 {
    padding-left: 1.5rem;
  }
  .p-xl-24,
  .px-xl-24,
  .pr-xl-24 {
    padding-right: 1.5rem;
  }
  .p-xl-24,
  .py-xl-24,
  .pt-xl-24 {
    padding-top: 1.5rem;
  }
  .p-xl-24,
  .py-xl-24,
  .pb-xl-24 {
    padding-bottom: 1.5rem;
  }
  .p-xl-48,
  .px-xl-48,
  .pl-xl-48 {
    padding-left: 3rem;
  }
  .p-xl-48,
  .px-xl-48,
  .pr-xl-48 {
    padding-right: 3rem;
  }
  .p-xl-48,
  .py-xl-48,
  .pt-xl-48 {
    padding-top: 3rem;
  }
  .p-xl-48,
  .py-xl-48,
  .pb-xl-48 {
    padding-bottom: 3rem;
  }
  .m-xl-auto,
  .mx-xl-auto,
  .ml-xl-auto {
    margin-left: auto;
  }
  .m-xl-auto,
  .mx-xl-auto,
  .mr-xl-auto {
    margin-right: auto;
  }
  .m-xl-auto,
  .my-xl-auto,
  .mt-xl-auto {
    margin-top: auto;
  }
  .m-xl-auto,
  .my-xl-auto,
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .m-xl-0,
  .mx-xl-0,
  .ml-xl-0 {
    margin-left: 0;
  }
  .m-xl-0,
  .mx-xl-0,
  .mr-xl-0 {
    margin-right: 0;
  }
  .m-xl-0,
  .my-xl-0,
  .mt-xl-0 {
    margin-top: 0;
  }
  .m-xl-0,
  .my-xl-0,
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .m-xl-4,
  .mx-xl-4,
  .ml-xl-4 {
    margin-left: 0.25rem;
  }
  .m-xl-4,
  .mx-xl-4,
  .mr-xl-4 {
    margin-right: 0.25rem;
  }
  .m-xl-4,
  .my-xl-4,
  .mt-xl-4 {
    margin-top: 0.25rem;
  }
  .m-xl-4,
  .my-xl-4,
  .mb-xl-4 {
    margin-bottom: 0.25rem;
  }
  .m-xl-8,
  .mx-xl-8,
  .ml-xl-8 {
    margin-left: 0.5rem;
  }
  .m-xl-8,
  .mx-xl-8,
  .mr-xl-8 {
    margin-right: 0.5rem;
  }
  .m-xl-8,
  .my-xl-8,
  .mt-xl-8 {
    margin-top: 0.5rem;
  }
  .m-xl-8,
  .my-xl-8,
  .mb-xl-8 {
    margin-bottom: 0.5rem;
  }
  .m-xl-16,
  .mx-xl-16,
  .ml-xl-16 {
    margin-left: 1rem;
  }
  .m-xl-16,
  .mx-xl-16,
  .mr-xl-16 {
    margin-right: 1rem;
  }
  .m-xl-16,
  .my-xl-16,
  .mt-xl-16 {
    margin-top: 1rem;
  }
  .m-xl-16,
  .my-xl-16,
  .mb-xl-16 {
    margin-bottom: 1rem;
  }
  .m-xl-24,
  .mx-xl-24,
  .ml-xl-24 {
    margin-left: 1.5rem;
  }
  .m-xl-24,
  .mx-xl-24,
  .mr-xl-24 {
    margin-right: 1.5rem;
  }
  .m-xl-24,
  .my-xl-24,
  .mt-xl-24 {
    margin-top: 1.5rem;
  }
  .m-xl-24,
  .my-xl-24,
  .mb-xl-24 {
    margin-bottom: 1.5rem;
  }
  .m-xl-48,
  .mx-xl-48,
  .ml-xl-48 {
    margin-left: 3rem;
  }
  .m-xl-48,
  .mx-xl-48,
  .mr-xl-48 {
    margin-right: 3rem;
  }
  .m-xl-48,
  .my-xl-48,
  .mt-xl-48 {
    margin-top: 3rem;
  }
  .m-xl-48,
  .my-xl-48,
  .mb-xl-48 {
    margin-bottom: 3rem;
  }
  .col-xl-1 {
    height: 8.333%;
  }
  .col-xl-2 {
    height: 16.666%;
  }
  .col-xl-3 {
    height: 25%;
  }
  .col-xl-4 {
    height: 33.332%;
  }
  .col-xl-5 {
    width: 41.665%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.331%;
  }
  .col-xl-8 {
    width: 766664%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33%;
  }
  .col-xl-11 {
    width: 91.663%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .align-lg-center {
    align-items: center;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-center {
    justify-content: center;
  }
  .flex-lg-start {
    align-items: flex-start;
  }
  .p-lg-0,
  .px-lg-0,
  .pl-lg-0 {
    padding-left: 0;
  }
  .p-lg-0,
  .px-lg-0,
  .pr-lg-0 {
    padding-right: 0;
  }
  .p-lg-0,
  .py-lg-0,
  .pt-lg-0 {
    padding-top: 0;
  }
  .p-lg-0,
  .py-lg-0,
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .p-lg-4,
  .px-lg-4,
  .pl-lg-4 {
    padding-left: 0.25rem;
  }
  .p-lg-4,
  .px-lg-4,
  .pr-lg-4 {
    padding-right: 0.25rem;
  }
  .p-lg-4,
  .py-lg-4,
  .pt-lg-4 {
    padding-top: 0.25rem;
  }
  .p-lg-4,
  .py-lg-4,
  .pb-lg-4 {
    padding-bottom: 0.25rem;
  }
  .p-lg-8,
  .px-lg-8,
  .pl-lg-8 {
    padding-left: 0.5rem;
  }
  .p-lg-8,
  .px-lg-8,
  .pr-lg-8 {
    padding-right: 0.5rem;
  }
  .p-lg-8,
  .py-lg-8,
  .pt-lg-8 {
    padding-top: 0.5rem;
  }
  .p-lg-8,
  .py-lg-8,
  .pb-lg-8 {
    padding-bottom: 0.5rem;
  }
  .p-lg-16,
  .px-lg-16,
  .pl-lg-16 {
    padding-left: 1rem;
  }
  .p-lg-16,
  .px-lg-16,
  .pr-lg-16 {
    padding-right: 1rem;
  }
  .p-lg-16,
  .py-lg-16,
  .pt-lg-16 {
    padding-top: 1rem;
  }
  .p-lg-16,
  .py-lg-16,
  .pb-lg-16 {
    padding-bottom: 1rem;
  }
  .p-lg-24,
  .px-lg-24,
  .pl-lg-24 {
    padding-left: 1.5rem;
  }
  .p-lg-24,
  .px-lg-24,
  .pr-lg-24 {
    padding-right: 1.5rem;
  }
  .p-lg-24,
  .py-lg-24,
  .pt-lg-24 {
    padding-top: 1.5rem;
  }
  .p-lg-24,
  .py-lg-24,
  .pb-lg-24 {
    padding-bottom: 1.5rem;
  }
  .p-lg-48,
  .px-lg-48,
  .pl-lg-48 {
    padding-left: 3rem;
  }
  .p-lg-48,
  .px-lg-48,
  .pr-lg-48 {
    padding-right: 3rem;
  }
  .p-lg-48,
  .py-lg-48,
  .pt-lg-48 {
    padding-top: 3rem;
  }
  .p-lg-48,
  .py-lg-48,
  .pb-lg-48 {
    padding-bottom: 3rem;
  }
  .m-lg-auto,
  .mx-lg-auto,
  .ml-lg-auto {
    margin-left: auto;
  }
  .m-lg-auto,
  .mx-lg-auto,
  .mr-lg-auto {
    margin-right: auto;
  }
  .m-lg-auto,
  .my-lg-auto,
  .mt-lg-auto {
    margin-top: auto;
  }
  .m-lg-auto,
  .my-lg-auto,
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .m-lg-0,
  .mx-lg-0,
  .ml-lg-0 {
    margin-left: 0;
  }
  .m-lg-0,
  .mx-lg-0,
  .mr-lg-0 {
    margin-right: 0;
  }
  .m-lg-0,
  .my-lg-0,
  .mt-lg-0 {
    margin-top: 0;
  }
  .m-lg-0,
  .my-lg-0,
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .m-lg-4,
  .mx-lg-4,
  .ml-lg-4 {
    margin-left: 0.25rem;
  }
  .m-lg-4,
  .mx-lg-4,
  .mr-lg-4 {
    margin-right: 0.25rem;
  }
  .m-lg-4,
  .my-lg-4,
  .mt-lg-4 {
    margin-top: 0.25rem;
  }
  .m-lg-4,
  .my-lg-4,
  .mb-lg-4 {
    margin-bottom: 0.25rem;
  }
  .m-lg-8,
  .mx-lg-8,
  .ml-lg-8 {
    margin-left: 0.5rem;
  }
  .m-lg-8,
  .mx-lg-8,
  .mr-lg-8 {
    margin-right: 0.5rem;
  }
  .m-lg-8,
  .my-lg-8,
  .mt-lg-8 {
    margin-top: 0.5rem;
  }
  .m-lg-8,
  .my-lg-8,
  .mb-lg-8 {
    margin-bottom: 0.5rem;
  }
  .m-lg-16,
  .mx-lg-16,
  .ml-lg-16 {
    margin-left: 1rem;
  }
  .m-lg-16,
  .mx-lg-16,
  .mr-lg-16 {
    margin-right: 1rem;
  }
  .m-lg-16,
  .my-lg-16,
  .mt-lg-16 {
    margin-top: 1rem;
  }
  .m-lg-16,
  .my-lg-16,
  .mb-lg-16 {
    margin-bottom: 1rem;
  }
  .m-lg-24,
  .mx-lg-24,
  .ml-lg-24 {
    margin-left: 1.5rem;
  }
  .m-lg-24,
  .mx-lg-24,
  .mr-lg-24 {
    margin-right: 1.5rem;
  }
  .m-lg-24,
  .my-lg-24,
  .mt-lg-24 {
    margin-top: 1.5rem;
  }
  .m-lg-24,
  .my-lg-24,
  .mb-lg-24 {
    margin-bottom: 1.5rem;
  }
  .m-lg-48,
  .mx-lg-48,
  .ml-lg-48 {
    margin-left: 3rem;
  }
  .m-lg-48,
  .mx-lg-48,
  .mr-lg-48 {
    margin-right: 3rem;
  }
  .m-lg-48,
  .my-lg-48,
  .mt-lg-48 {
    margin-top: 3rem;
  }
  .m-lg-48,
  .my-lg-48,
  .mb-lg-48 {
    margin-bottom: 3rem;
  }
  .col-lg-1 {
    width: 8.333%;
  }
  .col-lg-2 {
    width: 16.666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.332%;
  }
  .col-lg-5 {
    width: 41.665%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.331%;
  }
  .col-lg-8 {
    width: 766664%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.663%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .txt-md-center {
    text-align: center;
  }
  .txt-md-right {
    text-align: right;
  }
  .txt-md-left {
    text-align: left;
  }
  .txt-md-normal {
    white-space: normal;
  }
  .txt-md-preline {
    white-space: pre-line;
  }
  .txt-md-justify {
    text-align: justify;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.25em;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
    line-height: 1.09em;
  }
  h5,
  .h5 {
    font-size: 1.3125rem;
    line-height: 1.14em;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 1.333em;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
    align-items: center;
  }
  .flex-md-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-start {
    align-items: flex-start;
  }
  .flex-md-end {
    align-items: end;
  }
  .flex-md-stretch {
    align-items: stretch;
  }
  .flex-md-center {
    justify-content: center;
  }
  .flex-md-around {
    justify-content: space-around;
  }
  .flex-md-between {
    justify-content: space-between;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .p-md-0,
  .px-md-0,
  .pl-md-0 {
    padding-left: 0;
  }
  .p-md-0,
  .px-md-0,
  .pr-md-0 {
    padding-right: 0;
  }
  .p-md-0,
  .py-md-0,
  .pt-md-0 {
    padding-top: 0;
  }
  .p-md-0,
  .py-md-0,
  .pb-md-0 {
    padding-bottom: 0;
  }
  .p-md-4,
  .px-md-4,
  .pl-md-4 {
    padding-left: 0.25rem;
  }
  .p-md-4,
  .px-md-4,
  .pr-md-4 {
    padding-right: 0.25rem;
  }
  .p-md-4,
  .py-md-4,
  .pt-md-4 {
    padding-top: 0.25rem;
  }
  .p-md-4,
  .py-md-4,
  .pb-md-4 {
    padding-bottom: 0.25rem;
  }
  .p-md-8,
  .px-md-8,
  .pl-md-8 {
    padding-left: 0.5rem;
  }
  .p-md-8,
  .px-md-8,
  .pr-md-8 {
    padding-right: 0.5rem;
  }
  .p-md-8,
  .py-md-8,
  .pt-md-8 {
    padding-top: 0.5rem;
  }
  .p-md-8,
  .py-md-8,
  .pb-md-8 {
    padding-bottom: 0.5rem;
  }
  .p-md-16,
  .px-md-16,
  .pl-md-16 {
    padding-left: 1rem;
  }
  .p-md-16,
  .px-md-16,
  .pr-md-16 {
    padding-right: 1rem;
  }
  .p-md-16,
  .py-md-16,
  .pt-md-16 {
    padding-top: 1rem;
  }
  .p-md-16,
  .py-md-16,
  .pb-md-16 {
    padding-bottom: 1rem;
  }
  .p-md-24,
  .px-md-24,
  .pl-md-24 {
    padding-left: 1.5rem;
  }
  .p-md-24,
  .px-md-24,
  .pr-md-24 {
    padding-right: 1.5rem;
  }
  .p-md-24,
  .py-md-24,
  .pt-md-24 {
    padding-top: 1.5rem;
  }
  .p-md-24,
  .py-md-24,
  .pb-md-24 {
    padding-bottom: 1.5rem;
  }
  .p-md-48,
  .px-md-48,
  .pl-md-48 {
    padding-left: 3rem;
  }
  .p-md-48,
  .px-md-48,
  .pr-md-48 {
    padding-right: 3rem;
  }
  .p-md-48,
  .py-md-48,
  .pt-md-48 {
    padding-top: 3rem;
  }
  .p-md-48,
  .py-md-48,
  .pb-md-48 {
    padding-bottom: 3rem;
  }
  .m-md-auto,
  .mx-md-auto,
  .ml-md-auto {
    margin-left: auto;
  }
  .m-md-auto,
  .mx-md-auto,
  .mr-md-auto {
    margin-right: auto;
  }
  .m-md-auto,
  .my-md-auto,
  .mt-md-auto {
    margin-top: auto;
  }
  .m-md-auto,
  .my-md-auto,
  .mb-md-auto {
    margin-bottom: auto;
  }
  .m-md-0,
  .mx-md-0,
  .ml-md-0 {
    margin-left: 0;
  }
  .m-md-0,
  .mx-md-0,
  .mr-md-0 {
    margin-right: 0;
  }
  .m-md-0,
  .my-md-0,
  .mt-md-0 {
    margin-top: 0;
  }
  .m-md-0,
  .my-md-0,
  .mb-md-0 {
    margin-bottom: 0;
  }
  .m-md-4,
  .mx-md-4,
  .ml-md-4 {
    margin-left: 0.25rem;
  }
  .m-md-4,
  .mx-md-4,
  .mr-md-4 {
    margin-right: 0.25rem;
  }
  .m-md-4,
  .my-md-4,
  .mt-md-4 {
    margin-top: 0.25rem;
  }
  .m-md-4,
  .my-md-4,
  .mb-md-4 {
    margin-bottom: 0.25rem;
  }
  .m-md-8,
  .mx-md-8,
  .ml-md-8 {
    margin-left: 0.5rem;
  }
  .m-md-8,
  .mx-md-8,
  .mr-md-8 {
    margin-right: 0.5rem;
  }
  .m-md-8,
  .my-md-8,
  .mt-md-8 {
    margin-top: 0.5rem;
  }
  .m-md-8,
  .my-md-8,
  .mb-md-8 {
    margin-bottom: 0.5rem;
  }
  .m-md-16,
  .mx-md-16,
  .ml-md-16 {
    margin-left: 1rem;
  }
  .m-md-16,
  .mx-md-16,
  .mr-md-16 {
    margin-right: 1rem;
  }
  .m-md-16,
  .my-md-16,
  .mt-md-16 {
    margin-top: 1rem;
  }
  .m-md-16,
  .my-md-16,
  .mb-md-16 {
    margin-bottom: 1rem;
  }
  .m-md-24,
  .mx-md-24,
  .ml-md-24 {
    margin-left: 1.5rem;
  }
  .m-md-24,
  .mx-md-24,
  .mr-md-24 {
    margin-right: 1.5rem;
  }
  .m-md-24,
  .my-md-24,
  .mt-md-24 {
    margin-top: 1.5rem;
  }
  .m-md-24,
  .my-md-24,
  .mb-md-24 {
    margin-bottom: 1.5rem;
  }
  .m-md-48,
  .mx-md-48,
  .ml-md-48 {
    margin-left: 3rem;
  }
  .m-md-48,
  .mx-md-48,
  .mr-md-48 {
    margin-right: 3rem;
  }
  .m-md-48,
  .my-md-48,
  .mt-md-48 {
    margin-top: 3rem;
  }
  .m-md-48,
  .my-md-48,
  .mb-md-48 {
    margin-bottom: 3rem;
  }
  .col-md-1 {
    width: 8.333%;
  }
  .col-md-2 {
    width: 16.666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.332%;
  }
  .col-md-5 {
    width: 41.665%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.331%;
  }
  .col-md-8 {
    width: 766664%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.663%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  html,
  body {
    font-size: min(4.266vw, 18px);
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-center {
    justify-content: center;
  }
  .p-sm-0,
  .px-sm-0,
  .pl-sm-0 {
    padding-left: 0;
  }
  .p-sm-0,
  .px-sm-0,
  .pr-sm-0 {
    padding-right: 0;
  }
  .p-sm-0,
  .py-sm-0,
  .pt-sm-0 {
    padding-top: 0;
  }
  .p-sm-0,
  .py-sm-0,
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .p-sm-4,
  .px-sm-4,
  .pl-sm-4 {
    padding-left: 0.25rem;
  }
  .p-sm-4,
  .px-sm-4,
  .pr-sm-4 {
    padding-right: 0.25rem;
  }
  .p-sm-4,
  .py-sm-4,
  .pt-sm-4 {
    padding-top: 0.25rem;
  }
  .p-sm-4,
  .py-sm-4,
  .pb-sm-4 {
    padding-bottom: 0.25rem;
  }
  .p-sm-8,
  .px-sm-8,
  .pl-sm-8 {
    padding-left: 0.5rem;
  }
  .p-sm-8,
  .px-sm-8,
  .pr-sm-8 {
    padding-right: 0.5rem;
  }
  .p-sm-8,
  .py-sm-8,
  .pt-sm-8 {
    padding-top: 0.5rem;
  }
  .p-sm-8,
  .py-sm-8,
  .pb-sm-8 {
    padding-bottom: 0.5rem;
  }
  .p-sm-16,
  .px-sm-16,
  .pl-sm-16 {
    padding-left: 1rem;
  }
  .p-sm-16,
  .px-sm-16,
  .pr-sm-16 {
    padding-right: 1rem;
  }
  .p-sm-16,
  .py-sm-16,
  .pt-sm-16 {
    padding-top: 1rem;
  }
  .p-sm-16,
  .py-sm-16,
  .pb-sm-16 {
    padding-bottom: 1rem;
  }
  .p-sm-24,
  .px-sm-24,
  .pl-sm-24 {
    padding-left: 1.5rem;
  }
  .p-sm-24,
  .px-sm-24,
  .pr-sm-24 {
    padding-right: 1.5rem;
  }
  .p-sm-24,
  .py-sm-24,
  .pt-sm-24 {
    padding-top: 1.5rem;
  }
  .p-sm-24,
  .py-sm-24,
  .pb-sm-24 {
    padding-bottom: 1.5rem;
  }
  .p-sm-48,
  .px-sm-48,
  .pl-sm-48 {
    padding-left: 3rem;
  }
  .p-sm-48,
  .px-sm-48,
  .pr-sm-48 {
    padding-right: 3rem;
  }
  .p-sm-48,
  .py-sm-48,
  .pt-sm-48 {
    padding-top: 3rem;
  }
  .p-sm-48,
  .py-sm-48,
  .pb-sm-48 {
    padding-bottom: 3rem;
  }
  .m-sm-auto,
  .mx-sm-auto,
  .ml-sm-auto {
    margin-left: auto;
  }
  .m-sm-auto,
  .mx-sm-auto,
  .mr-sm-auto {
    margin-right: auto;
  }
  .m-sm-auto,
  .my-sm-auto,
  .mt-sm-auto {
    margin-top: auto;
  }
  .m-sm-auto,
  .my-sm-auto,
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .m-sm-0,
  .mx-sm-0,
  .ml-sm-0 {
    margin-left: 0;
  }
  .m-sm-0,
  .mx-sm-0,
  .mr-sm-0 {
    margin-right: 0;
  }
  .m-sm-0,
  .my-sm-0,
  .mt-sm-0 {
    margin-top: 0;
  }
  .m-sm-0,
  .my-sm-0,
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .m-sm-4,
  .mx-sm-4,
  .ml-sm-4 {
    margin-left: 0.25rem;
  }
  .m-sm-4,
  .mx-sm-4,
  .mr-sm-4 {
    margin-right: 0.25rem;
  }
  .m-sm-4,
  .my-sm-4,
  .mt-sm-4 {
    margin-top: 0.25rem;
  }
  .m-sm-4,
  .my-sm-4,
  .mb-sm-4 {
    margin-bottom: 0.25rem;
  }
  .m-sm-8,
  .mx-sm-8,
  .ml-sm-8 {
    margin-left: 0.5rem;
  }
  .m-sm-8,
  .mx-sm-8,
  .mr-sm-8 {
    margin-right: 0.5rem;
  }
  .m-sm-8,
  .my-sm-8,
  .mt-sm-8 {
    margin-top: 0.5rem;
  }
  .m-sm-8,
  .my-sm-8,
  .mb-sm-8 {
    margin-bottom: 0.5rem;
  }
  .m-sm-16,
  .mx-sm-16,
  .ml-sm-16 {
    margin-left: 1rem;
  }
  .m-sm-16,
  .mx-sm-16,
  .mr-sm-16 {
    margin-right: 1rem;
  }
  .m-sm-16,
  .my-sm-16,
  .mt-sm-16 {
    margin-top: 1rem;
  }
  .m-sm-16,
  .my-sm-16,
  .mb-sm-16 {
    margin-bottom: 1rem;
  }
  .m-sm-24,
  .mx-sm-24,
  .ml-sm-24 {
    margin-left: 1.5rem;
  }
  .m-sm-24,
  .mx-sm-24,
  .mr-sm-24 {
    margin-right: 1.5rem;
  }
  .m-sm-24,
  .my-sm-24,
  .mt-sm-24 {
    margin-top: 1.5rem;
  }
  .m-sm-24,
  .my-sm-24,
  .mb-sm-24 {
    margin-bottom: 1.5rem;
  }
  .m-sm-48,
  .mx-sm-48,
  .ml-sm-48 {
    margin-left: 3rem;
  }
  .m-sm-48,
  .mx-sm-48,
  .mr-sm-48 {
    margin-right: 3rem;
  }
  .m-sm-48,
  .my-sm-48,
  .mt-sm-48 {
    margin-top: 3rem;
  }
  .m-sm-48,
  .my-sm-48,
  .mb-sm-48 {
    margin-bottom: 3rem;
  }
  .col-md-1 {
    width: 8.333%;
  }
  .col-md-2 {
    width: 16.666%;
  }
  .col-md-3 {
    height: 25%;
  }
  .col-md-4 {
    height: 33.332%;
  }
  .col-md-5 {
    width: 41.665%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.331%;
  }
  .col-md-8 {
    width: 766664%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.663%;
  }
  .col-md-8 {
    width: 100%;
  }
  .txt-sm-center {
    text-align: center;
  }
  .txt-sm-right {
    text-align: right;
  }
  .txt-sm-normal {
    white-space: normal;
  }
  .txt-sm-preline {
    white-space: pre-line;
  }
}
[before]::before,
ul li::before,
[class*="btns"]::before,
[class*="btns"][class*="next"]::after {
  content: "";
}
[before="full"]::before,
[class*="btns"]::before {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[before="line-vertical"]::before {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b6dce1;
}
[class*="btns"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 12.5rem;
  padding: 1rem 1.35rem;
  border: none;
  position: relative;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.35s;
  background: none;
  background-color: var(--color-orange);
}
@media screen and (max-width: 768px) {
  [class*="btns"] {
    height: 45px;
    width: 140px;
    min-width: initial;
  }
}
[class*="btns"] span {
  color: white;
  font-size: 1.25rem;
  line-height: 1em;
  white-space: nowrap;
  flex: 1;
  z-index: 1;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 768px) {
  [class*="btns"] span {
    font-size: 14px;
  }
}
[class*="btns"][class*="next"]::after {
  width: 1.5rem;
  height: 1.85rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/icons/arrow-double.svg);
}
@media screen and (max-width: 768px) {
  [class*="btns"][class*="next"]::after {
    width: 0.5rem;
    height: 0.85rem;
  }
}
[class*="btns"]::before {
  pointer-events: none;
  box-shadow: 0 0rem 0.35rem 0.3rem var(--color-orange);
  transform: scale(0.75);
  transition-duration: 0s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  background-color: var(--color-orange);
}
@media (hover: hover) {
  [class*="btns"]:hover {
    transform: scale(1.025);
  }
  [class*="btns"]:hover::before {
    opacity: 0;
    transform: scale(1.1);
    transition-duration: 0.5s;
  }
}
[class*="btns"]:active {
  transform: scale(0.98);
  transition-duration: 0.25s;
}
.line-bottom {
  border-bottom: 1px solid rgba(38, 39, 41, 0.5);
}
.breadcumbs p.clr-primary {
  opacity: 0.5;
}
.breadcumbs p.section-name {
  text-transform: capitalize;
}
.btn {
  min-width: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  border-radius: 22.5px;
  padding: 10px 20px;
  transition: 0.35s ease all;
  cursor: pointer;
}
.btn-pink {
  background-color: #f20061;
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(0.95);
  }
}
.btn span {
  font-size: 16px;
  letter-spacing: -0.36px;
  line-height: 22px;
  color: #fff;
}
.btn img {
  margin-left: 15px;
}
.modal {
  display: none;
}
.modal .bg-close .close {
  width: 30px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  .modal .bg-close .close:hover {
    transform: scale(0.8);
  }
}
.modal .bg-close iframe {
  width: 60%;
  height: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .modal .bg-close iframe {
    height: 50%;
    width: 90%;
  }
}
.form-group label {
  opacity: 0.3;
  color: #465582;
  font-size: 19.8px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 23px;
}
@media screen and (max-width: 1200px) {
  .form-group label {
    font-size: 15px;
  }
}
.form-group input {
  height: 52.27px;
  width: 100%;
  border: 1.45px solid #465582;
  opacity: 0.5;
  border-radius: 7.26px;
  background-color: white;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .form-group input {
    height: 51px;
  }
}
header {
  background-image: url("/images/header/nav.png");
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header {
    background-image: url("/images/header/nav-mob.png");
    position: fixed;
    height: 110px;
    width: 100%;
    top: 0;
    z-index: 5;
  }
}
header.bg-img {
  background-size: 100% 75%;
  background-position: top;
}
@media screen and (max-width: 768px) {
  header.bg-img {
    background-size: 100% 100%;
  }
}
header.bg-img > div {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
header .logo-monamana {
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  header .logo-monamana {
    max-width: 117px;
  }
}
header nav {
  padding-right: 100px;
}
@media (hover: hover) {
  header nav a:hover svg {
    stroke-dashoffset: 0;
    opacity: 1;
    transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    stroke: #ff8c15;
    z-index: 1;
  }
}
header nav a.active svg {
  stroke-dashoffset: 0;
  opacity: 1;
  transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  stroke: #ff8c15;
  z-index: 1;
}
header nav a svg {
  fill: none;
  stroke: #70aec9;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 60px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
  z-index: -1;
}
header #hm {
  cursor: pointer;
  width: 20px;
  height: 15px;
  position: relative;
}
header #hm .line {
  display: block;
  background: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
header #hm .line.line-1 {
  top: 0;
  width: 30px;
}
header #hm .line.line-2 {
  top: 50%;
}
header #hm .line.line-3 {
  top: 100%;
}
header #hm:hover .line-1,
header #hm:focus .line-1 {
  transform: translateY(-1px);
}
header #hm:hover .line-3,
header #hm:focus .line-3 {
  transform: translateY(1px);
}
header #hm.active .line-1 {
  transform: translateY(7.5px) translateX(0) rotate(45deg);
  width: 20px;
}
header #hm.active .line-2 {
  opacity: 0;
}
header #hm.active .line-3 {
  transform: translateY(-7.5px) translateX(0) rotate(-45deg);
}
.menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 4;
  background-image: url("/images/bg_menu_mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.menu nav a {
  width: 40%;
}
@media (hover: hover) {
  .menu nav a:hover svg {
    stroke-dashoffset: 0;
    opacity: 1;
    transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    stroke: #ff8c15;
    z-index: 1;
  }
}
.menu nav a.active svg {
  stroke-dashoffset: 0;
  opacity: 1;
  transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  stroke: #ff8c15;
  z-index: 1;
}
.menu nav a svg {
  fill: none;
  stroke: #70aec9;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 60px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
  z-index: -1;
}
.menu .legals {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.menu .btn-user {
  width: 150px;
}

.btn-auth {
  position: relative;
  height: auto;
  min-height: 46px;
  flex-direction: column;
}

.btn-auth .content-btn {
  display: none;
}
.btn-auth.active {
  position: relative;
  height: auto;
  min-height: 46px;
}
.btn-auth.active .content-btn {
  display: flex;
  flex-direction: column;
}
.btn-auth.active .content-btn hr {
 width: 150px;
 height: 2px;
 background-color: #000000;
 margin: 10px 0 5px;
}
.btn-auth.active .content-btn p {
  color: #ffffff;
  font-size: 16px;
  margin: 5px 0;
 }
footer {
  background-image: url(/images/footer/bg_footer.png);
  background-position: top !important;
  /* margin-top: -10%; */
}
footer .brands img {
  max-width: 130px;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  footer .brands img:hover {
    transform: scale(0.8);
  }
}
footer .rrss img {
  max-width: 35px;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  footer .rrss img:hover {
    transform: scale(0.8);
  }
}
footer .partners img {
  max-width: 115px;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  footer .partners img:hover {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 900px) {
  .brands {
    order: 1;
  }
  .rrss {
    order: 3;
  }
  .partners {
    order: 2;
  }
}
.home .welcome {
  margin-top: -3%;
}
@media screen and (max-width: 768px) {
  .home .welcome {
    margin-top: 0;
  }
}
.home .welcome .paprika {
  position: relative;
  top: 21%;
  left: 20%;
}
.home .welcome .container-title-1 {
  width: 100%;
}
.home .welcome .container-title-1 .title-1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .welcome .container-title-1 .title-1 {
    width: 91%;
    margin: auto;
    display: block;
  }
}
.home .welcome .container-title-1 p {
  color: #e7eff1;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.68px;
  line-height: 46px;
  position: absolute;
  bottom: 13%;
  left: 28%;
}

@media screen and (max-width: 1280px) {
  .home .welcome .container-title-1 p {
    font-size: 21px;
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .home .welcome .container-title-1 p {
    font-size: 14px;
    bottom: -2%;
    left: 27%;
  }
}
.home .welcome .title-2 {
  max-width: 516px;
  width: 75%;
  position: relative;
  left: 27%;
  top: -4%;
}
@media screen and (max-width: 768px) {
  .home .welcome .title-2 {
    top: 0;
    left: 22%;
  }
}
.home .welcome .figures-txt {
  max-width: 450px;
  width: 90%;
  margin: auto;
  color: #e7eff1;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.68px;
  line-height: 34px;
  position: relative;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .home .welcome .figures-txt {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    left: 0;
    max-width: 270px;
  }
}
.home .welcome .oso {
  position: relative;
  top: 35%;
}
.home .welcome .circle .letters {
  max-width: 152px;
  -webkit-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
.home .video {
  position: relative;
  margin-top: -8%;
}
@media screen and (max-width: 768px) {
  .home .video {
    margin-top: 13%;
  }
}
.home .video .video-container .cuentos {
  max-width: 291px;
  position: absolute;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .home .video .video-container .cuentos {
    width: 30%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .home .video .video-container .cuentos {
    width: 48%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .video .video-container .video-wrapper {
    width: 100%;
  }
}
.home .video .video-container .video-wrapper .video {
  max-width: 540px;
  transition: 0.35s ease all;
  cursor: pointer;
}
@media (hover: hover) {
  .home .video .video-container .video-wrapper .video:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  .home .video .video-container .video-wrapper .video {
    width: 100%;
  }
}
.home .video .video-container .play {
  position: absolute;
  width: 90px;
  transition: 0.35s ease all;
  cursor: pointer;
}
@media (hover: hover) {
  .home .video .video-container .play:hover {
    transform: scale(0.8);
  }
}
.home .video .video-container .monamana {
  max-width: 284px;
  position: absolute;
  right: 15%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .home .video .video-container .monamana {
    width: 30%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .home .video .video-container .monamana {
    width: 48%;
    top: 0;
  }
}
.home .shop .espejo {
  max-width: 226px;
}
@media screen and (max-width: 768px) {
  .home .shop .espejo {
    max-width: 124px;
  }
}
.home .shop .shop-container > .relative p {
  position: absolute;
  bottom: 22%;
  top: inherit;
  max-width: 381px;
  left: 9%;
  color: #1c1e41;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .home .shop .shop-container > .relative p {
    font-size: 13px;
    max-width: 297px;
    bottom: 22%;
    line-height: normal;
  }
}
.home .shop .download-activities > .relative img {
  position: relative;
  max-width: 564px;
}
@media screen and (max-width: 768px) {
  .home .shop .download-activities > .relative img {
    max-width: 100%;
  }
}
.home .shop .download-activities > .relative p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
  position: absolute;
  max-width: 381px;
  bottom: 8%;
  left: 23%;
}
@media screen and (max-width: 768px) {
  .home .shop .download-activities > .relative p {
    font-size: 13px;
    line-height: normal;
    max-width: 292px;
    left: 20%;
    bottom: 13%;
  }
}
.home .shop .download-activities .btn-pink {
  margin-top: -9%;
  z-index: 1;
  position: relative;
  left: 67%;
}
@media screen and (max-width: 768px) {
  .home .shop .download-activities .btn-pink {
    left: 20%;
  }
}
.home .shop .download-activities .hoja {
  position: relative;
  left: 11%;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .home .shop .download-activities .hoja {
    left: 32%;
    width: 50%;
  }
}
.home .shop .btn-register button {
  margin-top: -15%;
  z-index: 3;
  position: relative;
  left: 45%;
}
@media screen and (max-width: 768px) {
  .home .shop .btn-register button {
    left: 20%;
  }
}
.home .btn-container img {
  max-width: 251px;
}
@media screen and (max-width: 768px) {
  .home .btn-container img {
    max-width: 200px;
  }
}
.home .form .letter {
  background-image: url(/images/sobre_img.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 95%;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home .form .letter {
    background-image: none;
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .home .form .letter {
    padding-top: 175%;
  }
}
.home .form .letter form {
  position: absolute;
  top: 0;
  width: 44%;
  height: 55%;
  bottom: 0;
  left: 22%;
  background-color: #ffffff;
  border-radius: 14.52px;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.5);
  font-size: 19.8px;
}
@media screen and (max-width: 1200px) {
  .home .form .letter form {
    width: 55%;
    height: 71%;
  }
}
@media screen and (max-width: 768px) {
  .home .form .letter form {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.home .form .letter form p.mt-24 {
  font-size: 28.6px;
  font-weight: 500;
  letter-spacing: -0.65px;
  line-height: 33px;
  color: #465582;
}
.home .form .letter form .col-6 {
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 33px;
  color: #465582;
  font-size: 19.8px;
}
.home .form .letter form .form-group label {
  opacity: 0.3;
  color: #465582;
  font-size: 19.8px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 23px;
}
@media screen and (max-width: 1200px) {
  .home .form .letter form .form-group label {
    font-size: 15px;
  }
}
.home .form .letter form .form-group input {
  height: 52.27px;
  width: 100%;
  border: 1.45px solid #465582;
  opacity: 0.5;
  border-radius: 7.26px;
  background-color: white;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .home .form .letter form .form-group input {
    height: 40px;
  }
}
.home .form .letter form .form-group select {
  height: 52.27px;
  width: 100%;
  border: 1.45px solid #465582;
  opacity: 0.5;
  border-radius: 7.26px;
  background-color: white;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .home .form .letter form .form-group select {
    height: 40px;
  }
}
.home .form .letter form #btn-send {
  background-image: url(/images/boton-enviar.png);
  width: 233px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  .home .form .letter form #btn-send:hover {
    transform: scale(0.8);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.privacy section .bg-img {
  background-image: url(/images/bg_header_home.png);
  background-position: top;
  background-size: cover;
}
.privacy section .bg-img .title {
  max-width: 724px;
  width: 100%;
}
.privacy section .content {
  background-image: url(/images/w_bg1.jpg);
}
.privacy section .content p {
  color: black;
  font-family: "Gilroy";
  font-size: 18px;
}
.privacy section .content p b {
  font-size: 24px;
}
.videocuentos .swiper {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .videocuentos .swiper {
    width: 100%;
  }
}
.videocuentos .swiper .swiper-slide {
  margin: auto;
}
.videocuentos .swiper .swiper-slide .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.videocuentos .swiper .swiper-slide .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.videocuentos .swiper .swiper-slide .video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.35s ease all;
  cursor: pointer;
}
@media (hover: hover) {
  .videocuentos .swiper .swiper-slide .video-container img:hover {
    transform: scale(0.95);
  }
}
.videocuentos .swiper .swiper-slide .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.videocuentos .swiper .swiper-slide .relative {
  opacity: 0;
  transition: 0.35s ease all;
  max-width: 414px;
}
.videocuentos .swiper .swiper-slide .relative img {
  width: 100%;
}
.videocuentos .swiper .swiper-slide .relative p {
  bottom: 18%;
  left: 21%;
  position: absolute;
  color: #1c1e41;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.41px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .videocuentos .swiper .swiper-slide .relative p {
    bottom: 18%;
    left: 15%;
  }
}
.swiper-slide.swiper-slide-active .video-container::after {
  padding-top: 60.25% !important;
}
.swiper-slide.swiper-slide-active .relative {
  opacity: 1 !important;
}
.personajes .swiper {
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.personajes {
    margin-top: -22%;
  }
  .personajes .swiper {
    height: auto;
  }
}
.personajes .swiper .swiper-slide {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .personajes .swiper .swiper-slide {
    height: auto;
    position: relative;
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
  }
  .personajes .swiper .swiper-slide.bg-one {
    background-size: cover;
    background-image: url(/images/personajes/bg_violeta_sn.png);
    z-index: 4;
    margin-bottom: -40px;
  }
  .personajes .swiper .swiper-slide.bg-two {
    background-size: cover;
    background-image: url(/images/personajes/bg_paprika_sn.jpg);
    z-index: 3;
    margin-bottom: -40px;
  }
  .personajes .swiper .swiper-slide.bg-three {
    background-size: cover;
    background-image: url(/images/personajes/bg_oso_sn.jpg);
    z-index: 2;
    margin-bottom: -40px;
  }
  .personajes .swiper .swiper-slide.bg-four {
    background-size: cover;
    background-image: url(/images/personajes/bg_diego_sn.png);
    z-index: 1;
    margin-bottom: -40px;
  }
}
.personajes .swiper .swiper-slide .container-txt img {
  position: relative;
}
.personajes .swiper .swiper-slide .container-txt p {
  position: absolute;
  bottom: 18%;
  max-width: 350px;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .personajes .swiper .swiper-slide .container-txt p {
    bottom: 11%;
    left: 0;
    max-width: 350px;
    position: relative;
    height: auto;
    width: 100%;
    margin: -15px auto 0;
    transform: rotate(-1deg);
    border-radius: 115px;
    background-color: #ffc300;
    padding: 33px 44px;
  }
}
.personajes .swiper .swiper-slide .container-txt a {
  position: absolute;
  bottom: -30px;
  z-index: 1;
  left: 34%;
}
@media screen and (max-width: 768px) {
  .personajes .swiper .swiper-slide .container-txt a {
    left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .personajes .swiper .swiper-slide .container-txt a button {
    width: 100%;
  }
}
.personajes .swiper .title {
  max-width: 559px;
  left: 10%;
  margin-top: 7%;
}
@media screen and (max-width: 768px) {
  .personajes .swiper .title {
    max-width: 100%;
    left: 0;
    margin-top: 0;
  }
}
.personajes .swiper .figure {
  position: absolute;
  height: 143%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .personajes .swiper .figure {
    position: relative;
    height: auto;
    max-width: 200px;
    right: 0;
  }
}
.personajes .circle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .personajes .circle {
    position: relative;
    bottom: 0;
  }
}
.personajes .circle .letters {
  max-width: 152px;
  -webkit-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
@media screen and (max-width: 768px) {
  .personajes .circle .letters {
    position: relative;
  }
}
.swiper-pagination {
  position: absolute;
  top: 0;
  right: 5%;
  margin: auto;
  bottom: 0;
  z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
section.quienes-somos {
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  section.quienes-somos {
    margin-top: -22%;
  }
}
section.quienes-somos .txt-info {
  background-image: url("/images/quienes-somos/cuentos_img.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.quienes-somos .txt-info {
    background-position: top center;
    background-size: 100% 45%;
  }
}
@media screen and (max-width: 768px) {
  section.quienes-somos .txt-info .btn {
    width: 100%;
  }
}
section.quienes-somos .txt-info p {
  color: #e7eff1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
  margin-bottom: 20px;
}
section.quienes-somos .txt-info .oso {
  position: absolute;
  max-width: 120px;
  right: 0;
}
section.quienes-somos .txt-info .violeta {
  position: absolute;
  max-width: 130px;
  right: 0;
  bottom: 0;
}
section.quienes-somos .txt-info .separator {
  max-width: 58px;
  bottom: inherit;
  top: 10%;
}
@media screen and (max-width: 768px) {
  section.quienes-somos .txt-info .separator {
    position: relative;
    top: 6%;
  }
}
section.quienes-somos .txt-info .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
section.quienes-somos .txt-info .circle .letters {
  max-width: 152px;
  -webkit-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
section.quienes-somos .quienes-son {
  background-image: url("/images/quienes-somos/bg_quienes.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.quienes-somos .quienes-son .title {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  section.quienes-somos .quienes-son .title {
    width: 100%;
  }
}
section.quienes-somos .quienes-son .txt {
  position: absolute;
  bottom: 9%;
  max-width: 381px;
  left: 23%;
}
@media screen and (max-width: 768px) {
  section.quienes-somos .quienes-son .txt {
    bottom: 2%;
    left: 20%;
    max-width: 271px;
  }
}
section.quienes-somos .quienes-son .txt p {
  color: #1c1e41;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  section.quienes-somos .quienes-son .txt p {
    font-size: 16px;
    line-height: 20px;
  }
}
section.quienes-somos .frida {
  margin-top: -30%;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.registro {
  margin-top: -8%;
}
@media screen and (max-width: 900px) {
  section.registro {
    margin-top: -13%;
  }
}
section.registro .purple-bg {
  background-image: url(/images/register/bg_registro.jpg);
}
section.registro .purple-bg .title {
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  section.registro .purple-bg .title {
    width: 100%;
  }
}
section.registro .purple-bg .children {
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  section.registro .purple-bg .children {
    width: 100%;
  }
}
section.registro .gray-bg {
  background-color: #e7eff1;
}
@media screen and (max-width: 768px) {
  section.registro .gray-bg {
    margin-top: -19%;
    background-color: transparent;
  }
}
section.registro .gray-bg form {
  background-image: url(/images/register/sobre.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.registro .gray-bg form {
    background-size: cover;
    background-image: url(/images/register/sobre-mob.png);
    background-position: top;
  }
}
section.registro .gray-bg form .bg-white {
  background-color: #ffffff;
  border-radius: 10px;
}
section.registro .gray-bg form .checkbox input[type="checkbox"] {
  width: 11px;
  height: 11px;
}
section.registro .gray-bg form .checkbox label {
  color: #1c1e41;
  font-size: 12px;
  opacity: 1;
}
section.registro .gray-bg .btn {
  cursor: pointer;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  section.registro .gray-bg .btn:hover {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  section.registro .gray-bg .btn {
    width: 100%;
  }
}
section.registro .gray-bg .form {
  min-height: 50vh;
}
section.login {
  margin-top: -8%;
}
@media screen and (max-width: 900px) {
  section.login {
    margin-top: -14%;
  }
}
section.login .pink-bg {
  background-image: url(/images/login/bg_login.jpg);
}
section.login .pink-bg .container-txt p {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  text-align: center;
}
section.login .pink-bg .container-txt .title {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  section.login .pink-bg .container-txt .title {
    width: 100%;
  }
}
section.login .pink-bg .container-txt .children {
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  section.login .pink-bg .container-txt .children {
    width: 100%;
  }
}
section.login .gray-bg {
  background-color: #e7eff1;
}
section.login .gray-bg form {
  background-image: url(/images/login/hoja.png);
  background-size: 100% 100%;
  min-height: 550px;
}
@media screen and (max-width: 900px) {
  section.login .gray-bg form {
    width: 100%;
    background-image: url(/images/login/hoja-mobile.png);
  }
}
section.login .gray-bg form .checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
section.login .gray-bg form .checkbox label {
  color: #1c1e41;
  font-size: 12px;
  opacity: 1;
}
section.login .gray-bg form .btn {
  cursor: pointer;
  transition: 0.35s ease all;
}
@media (hover: hover) {
  section.login .gray-bg form .btn:hover {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  section.login .gray-bg form .btn {
    width: 100%;
  }
}
section.login .gray-bg .form {
  min-height: 50vh;
}
.registro-gracias-container {
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container .container-txt {
    position: relative;
    order: 1;
    margin-top: -70%;
  }
}
.registro-gracias-container .container-txt .title {
  max-width: 554px;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container .container-txt .title {
    width: 100%;
  }
}
.registro-gracias-container .container-txt p {
  position: absolute;
  width: 381px;
  color: #1c1e41;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 24px;
  text-align: center;
  bottom: 10%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container .container-txt p {
    left: 0%;
  }
}
.registro-gracias-container .doll {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 428px;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container .doll {
    order: 3;
    width: 50%;
  }
}
.registro-gracias-container .buho {
  position: absolute;
  left: 10%;
  bottom: 0;
  max-width: 158px;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container .buho {
    position: absolute;
    order: 2;
    width: 20%;
    bottom: 0;
  }
}
.registro-gracias-container button {
  margin-top: -7%;
  position: relative;
  left: 300px;
}
@media screen and (max-width: 768px) {
  .registro-gracias-container button {
    left: 0%;
    width: 90%;
    right: 0;
    margin: -7% auto 0;
  }
}
.actividades {
  min-height: 90vh;
}
.actividades .container-txt p {
  position: absolute;
  bottom: 64%;
  left: 17%;
  width: 377.8px;
  color: #1c1e41;
  font-size: 20px;
  letter-spacing: -0.45px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .actividades .container-txt p {
    left: 0;
    right: 0;
    position: relative;
    height: 94px;
    max-width: 315px;
    width: 100%;
    margin: auto;
    transform: rotate(-1deg);
    border-radius: 115px;
    background-color: #ffc300;
    padding: 13px 22px;
  }
}
@media screen and (max-width: 900px) {
  .actividades .container-txt img {
    width: 100%;
  }
}
.actividades .swiper {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .actividades .swiper {
    width: 100%;
  }
}
.actividades .swiper .swiper-slide {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .actividades .swiper .swiper-slide {
    width: 100%;
  }
}
.actividades .swiper .swiper-slide.swiper-slide-active {
  margin-top: 10%;
}
.actividades .swiper .swiper-slide .download {
  position: absolute;
  right: 22%;
  top: 5%;
}
.actividades .swiper .swiper-button-next {
  position: absolute;
  right: 6%;
  bottom: 15%;
}
.actividades .swiper .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
