@font-face {
  font-family: 'inter';
  src: url("../fonts/BrownLL-Regular.otf") format("woff2"), url("../fonts/BrownLL-Regular.otf") format("woff"), url("../fonts/BrownLL-Regular.otf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'inter';
  src: url("../fonts/BrownLL-Bold.otf") format("woff2"), url("../fonts/BrownLL-Bold.otf") format("woff"), url("../fonts/BrownLL-Bold.otf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'inter';
  src: url("../fonts/BrownLL-Black.otf") format("woff2"), url("../fonts/BrownLL-Black.otf") format("woff"), url("../fonts/BrownLL-Black.otf") format("truetype");
  font-weight: 800; }

h1, h2 {
  font-family: 'inter';
  font-weight: 800; }

h3, h4, h5 {
  font-family: 'inter';
  font-weight: 700; }

p, a, span, button, li, ul, div, input {
  font-family: 'inter';
  font-weight: 400; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: inherit !important; }

html {
  scroll-behavior: smooth; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.contenedor {
  width: 90%;
  margin: 0 auto; }
  .contenedor--85 {
    width: 85%; }
  .contenedor--fullMobile {
    width: 85%; }

.spaceTop--20 {
  margin-top: 20px; }

.spaceTop--40 {
  margin-top: 40px; }

.spaceTop--55 {
  margin-top: 55px; }

p b {
  font-weight: 900; }

.desktop {
  display: block; }

.mobile {
  display: none; }

@media (max-width: 992px) {
  .contenedor--85 {
    width: 90%; }
  .contenedor--fullMobile {
    width: 90%; } }

@media (max-width: 768px) {
  .contenedor--fullMobile {
    width: 100%; }
  .spaceTop--40 {
    margin-top: 30px; }
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #0000007a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: .6s all ease;
  /*&__grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 30px;
    }*/
  /*&__item{
        padding: 10px 20px;
        background-color: color('primario');
        @include flex;
        gap: 10px;
        border-radius: 50px;
        border: 5px solid color('fucsia');
        box-shadow: 0 0 0 1px color('primario');
        text-decoration: none;
        &--column{
            flex-direction: column;
            gap: 0;
            max-width: 380px;
            margin: 30px auto 0 auto;
        }
    }*/
  /* &__texto{
        color: color('azul-oscuro');
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 900;
        &--size{
            font-size: 30px;
            text-align: center;
        }
    }*/
  /*&__descripcion{
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        color: color('azul-oscuro');

    }*/ }
  .modal.active {
    opacity: 1;
    pointer-events: all; }
  .modal__contenedor {
    max-width: 800px;
    min-height: 346px;
    width: 95%;
    background-color: #fff;
    padding: 60px 50px;
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25));
    position: relative;
    border-radius: 25px; }
    .modal__contenedor .swiperLogos .swiper-wrapper {
      margin: 0 46px; }
    .modal__contenedor .swiperLogos .swiper-slide .itemModal .imgModal {
      width: 121px;
      height: 121px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 100px; }
    .modal__contenedor .swiperLogos .swiper-button-next, .modal__contenedor .swiperLogos .swiper-button-prev {
      color: #000;
      opacity: 0.45; }
    .modal__contenedor .swiperLogos .swiper-button-next.swiper-button-disabled, .modal__contenedor .swiperLogos .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .modal__close-contenedor {
    position: absolute;
    right: 4%;
    top: 5%;
    cursor: pointer;
    font-family: 'inter';
    font-size: 32px;
    font-weight: bold;
    color: #242157; }
  .modal__titulo {
    color: #242157;
    font-size: 35px;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem; }
    .modal__titulo b {
      font-weight: 700; }

@media (max-width: 992px) {
  .modal {
    /*&__grid{
            grid-template-columns: repeat(1, 1fr);
        }*/
    /*&__item{
            min-height: 100px;
        }*/
    /*&__texto{
            font-size: 21px;
            &--size{
                font-size: 25px;
            }
        }*/
    /*&__descripcion{
            font-size: 20px;
        }*/ }
    .modal__contenedor {
      max-width: 767px;
      min-height: 299px;
      max-height: 95vh;
      overflow-y: auto;
      overflow-x: hidden !important;
      padding: 60px 30px;
      border-radius: 52px; }
      .modal__contenedor .swiperLogos .swiper-slide .itemModal .imgModal {
        border-radius: 36px; }
      .modal__contenedor .swiperLogos .swiper-button-next:after, .modal__contenedor .swiperLogos .swiper-button-prev:after {
        font-size: 30px; }
    .modal__close-contenedor {
      top: 8%;
      right: 4%;
      font-size: 25px; }
    .modal__titulo {
      font-size: 25px;
      line-height: 35px; }
    .modal__close {
      max-width: 30px; } }

@media (max-width: 768px) {
  .modal__titulo {
    font-size: 14px;
    line-height: 17px; }
  .modal__close-contenedor {
    top: 12%;
    right: 5%;
    font-size: 14px; }
  .modal__contenedor {
    min-height: 193px;
    padding: 34px 70px; }
    .modal__contenedor .swiperLogos .swiper-wrapper {
      margin: 0;
      margin-bottom: 10px;
      padding: 0 30px; }
    .modal__contenedor .swiperLogos .swiper-slide .itemModal .imgModal {
      width: 80px;
      height: 80px;
      border-radius: 50px;
      box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.15); }
    .modal__contenedor .swiperLogos .swiper-button-next:after, .modal__contenedor .swiperLogos .swiper-button-prev:after {
      font-size: 15px; }
    .modal__contenedor .swiperLogos .swiper-button-prev {
      left: -7px; }
    .modal__contenedor .swiperLogos .swiper-button-next {
      right: -6px; } }

@media (max-width: 576px) {
  .modal__contenedor {
    padding: 34px 25px; }
    .modal__contenedor .swiperLogos .swiper-wrapper {
      margin: 0;
      margin-bottom: 10px;
      padding: 0 19px; }
    .modal__contenedor .swiperLogos .swiper-slide .itemModal .imgModal {
      width: 60px;
      height: 60px; }
  .modal__close-contenedor {
    right: 9%; } }

.btn {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #ead4c2; }
  .btn--blue {
    height: 50px;
    min-width: 220px;
    max-width: 220px;
    font-size: 30px;
    background-color: #242157; }
  .btn--red {
    min-width: 199px;
    max-width: 199px;
    height: 30px;
    padding: 0 15px;
    font-size: 15px;
    background-color: #B6004F; }

/*.main {
    overflow: hidden;
}*/
.banner {
  width: 100%;
  background: #e0e1ca;
  background: linear-gradient(0deg, #e0e1ca 0%, #ecd1c0 27%, #f6c4b8 68%, #fabfb5 100%); }
  .banner .swiperBanner .swiper {
    width: 100%;
    height: 100%; }
  .banner .swiperBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center; }
  .banner .swiperBanner .swiper-slide img {
    display: block;
    width: 692px;
    height: 100%;
    max-height: 556px;
    -o-object-fit: cover;
       object-fit: cover; }
  .banner .swiperBanner .swiper-button-next, .banner .swiperBanner .swiper-button-prev {
    color: #fff;
    opacity: 0.46; }
  .banner .swiperBanner .swiper-pagination {
    display: none; }
    .banner .swiperBanner .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 0.46; }
      .banner .swiperBanner .swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1; }
  .banner .swiperBanner .swiper-button-next.swiper-button-disabled, .banner .swiperBanner .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .banner .content {
    width: 55%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 32px 0;
    gap: 3rem; }
    .banner .content__img::after {
      content: "";
      height: 80%;
      position: absolute;
      margin-top: 18px;
      padding: 0 25px 0 0;
      border-right: 1px solid #242157; }
    .banner .content__img .logoBanner {
      width: 200px;
      height: 120px; }
    .banner .content__text {
      display: flex;
      justify-content: center;
      align-items: center; }
      .banner .content__text p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        color: #242157; }

.fondo {
  background: #e0e1ca;
  background: linear-gradient(0deg, #e0e1ca 0%, #ecd1c0 27%, #f6c4b8 68%, #fabfb5 100%); }

.fondon {
  background: #e0e1ca;
  background: linear-gradient(0deg, #f6c4b8 0%, #e0e1ca 25%, #ecd1c0 50%, #f6c4b8 68%, #fabfb5 100%); }

.marca img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.marca #video {
  width: 100%;
  height: 70vh; }

.producto p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #242157; }

.producto .swiperProducts {
  width: 80%; }
  .producto .swiperProducts .swiper {
    width: 100%;
    height: 100%; }
  .producto .swiperProducts .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center; }
  .producto .swiperProducts .swiper-slide img {
    display: block;
    height: 470px;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .producto .swiperProducts .swiper-button-next, .producto .swiperProducts .swiper-button-prev {
    width: calc(62px/ 2 * 27);
    opacity: 0.46; }
    .producto .swiperProducts .swiper-button-next::after, .producto .swiperProducts .swiper-button-prev::after {
      color: #fff; }
  .producto .swiperProducts .swiper-button-next, .producto .swiperProducts .swiper-rtl .swiper-button-prev {
    right: 55%; }
  .producto .swiperProducts .swiper-button-next {
    width: 38px; }
  .producto .swiperProducts .swiper-button-prev {
    width: 38px;
    left: 0; }
  .producto .swiperProducts .swiper-button-next.swiper-button-disabled, .producto .swiperProducts .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .producto .swiperProducts__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; }
  .producto .swiperProducts__content1 {
    width: 50%;
    display: flex;
    justify-content: center; }
  .producto .swiperProducts__content2 {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px; }
    .producto .swiperProducts__content2 .title {
      /*&:after {
                    content: "";
                    width: 6.5%;
                    border-bottom: 1px solid color('azul');
                    position: absolute;
                    padding: 10px 47px 0 0;
                    left: 50%;
                }*/ }
      .producto .swiperProducts__content2 .title h2 {
        width: 100%;
        margin: 0;
        text-align: start;
        font-size: 35px;
        line-height: 43px;
        font-weight: 900;
        text-transform: uppercase;
        color: #242157; }
      .producto .swiperProducts__content2 .title p {
        width: 100%;
        margin: 0;
        text-align: start;
        font-size: 23px;
        line-height: 27px;
        font-weight: 400;
        text-transform: uppercase;
        color: #242157; }
      .producto .swiperProducts__content2 .title hr {
        width: 27%;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        border-color: #242157; }
    .producto .swiperProducts__content2 .text {
      margin-bottom: 1.5rem; }
      .producto .swiperProducts__content2 .text p {
        width: 90%;
        margin: 0;
        text-align: start;
        font-size: 30px;
        line-height: 37px;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #242157; }
    .producto .swiperProducts__content2 .buttons {
      display: flex;
      flex-direction: column;
      letter-spacing: 0.1em;
      gap: 1rem; }

.producto .caracteristicas p {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #242157; }

.producto .caracteristicas__container {
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px; }

.producto .caracteristicas__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .producto .caracteristicas__content p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #201D55; }
  .producto .caracteristicas__content .text {
    width: 100%; }
    .producto .caracteristicas__content .text p {
      text-align: start; }

.producto .certificado {
  width: 45%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem; }
  .producto .certificado .text {
    width: 100%; }
    .producto .certificado .text p {
      width: 100%;
      text-align: start;
      font-size: 33px;
      line-height: 41px;
      font-weight: 400;
      text-transform: uppercase;
      color: #242157; }

.home-banner {
  width: 100%; }
  .home-banner__imagen {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.none-desktop {
  display: none; }

.contacto .contenido p {
  width: 100%;
  text-align: center;
  font-size: 33px;
  line-height: 41px;
  font-weight: 400;
  text-transform: uppercase;
  color: #242157; }

.contacto .contentform {
  padding: 15px 0 40px;
  width: 400px;
  margin: 0 auto; }
  .contacto .contentform .formdiv {
    margin: 22px 0; }
    .contacto .contentform .formdiv input[type="text"] {
      width: 100%;
      border: solid 2px #242157;
      border-radius: 20px;
      height: 40px;
      padding: 5px 22px;
      background: #ffffff5c;
      color: #242157;
      font-size: 16px;
      outline: none; }
      .contacto .contentform .formdiv input[type="text"]::-webkit-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="text"]::-moz-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="text"]:-ms-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="text"]::-ms-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="text"]::placeholder {
        color: #242157;
        opacity: 0.44; }
    .contacto .contentform .formdiv input[type="email"] {
      width: 100%;
      border: solid 2px #242157;
      border-radius: 20px;
      height: 40px;
      padding: 5px 22px;
      background: #ffffff5c;
      color: #242157;
      font-size: 16px;
      outline: none; }
      .contacto .contentform .formdiv input[type="email"]::-webkit-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="email"]::-moz-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="email"]:-ms-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="email"]::-ms-input-placeholder {
        color: #242157;
        opacity: 0.44; }
      .contacto .contentform .formdiv input[type="email"]::placeholder {
        color: #242157;
        opacity: 0.44; }
    .contacto .contentform .formdiv.check {
      text-align: center; }
      .contacto .contentform .formdiv.check span {
        font-size: 18px;
        color: #242157; }
        .contacto .contentform .formdiv.check span a {
          color: #551a8b !important; }
    .contacto .contentform .formdiv .wpcf7-list-item {
      margin: 0; }
    .contacto .contentform .formdiv .wpcf7-not-valid-tip {
      margin-left: 16px;
      margin-top: 3px; }
  .contacto .contentform .wpcf7 form.invalid .wpcf7-response-output, .contacto .contentform .wpcf7 form.unaccepted .wpcf7-response-output, .contacto .contentform .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #242157;
    color: #dc3232; }
  .contacto .contentform #checkobligao {
    margin: 22px 0 5px 0; }
  .contacto .contentform .errorcheck {
    text-align: center;
    color: #dc3232; }
  .contacto .contentform input[type="submit"] {
    height: 40px;
    min-width: 165px;
    max-width: 180px;
    font-size: 22px;
    background-color: #242157;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ead4c2;
    cursor: pointer;
    margin: 0 auto; }

@media (max-width: 1440px) {
  .banner .swiperBanner .swiper-slide img {
    width: 674px;
    height: 544px; }
  .banner .content {
    width: 75%;
    padding: 20px 0; } }

@media (max-width: 1200px) {
  .producto p {
    width: 85%; }
  .producto .swiperProducts {
    width: 85%; }
  .producto .caracteristicas__container {
    width: 80%; }
  .producto .certificado {
    width: 70%; } }

@media (max-width: 992px) {
  .banner .swiperBanner {
    /*.swiper-button-next,
            .swiper-button-prev {
                display: none;
            }
            .swiper-pagination {
                display: block;
            }*/ }
    .banner .swiperBanner .swiper-slide img {
      width: 100%;
      height: 100%;
      max-width: 75%; }
  .banner .content {
    width: 100%;
    padding-left: 0%;
    padding: 20px 0; }
    .banner .content__img::after {
      height: 75%; }
    .banner .content__text p {
      font-size: 16px;
      line-height: 20px; }
  .marca img {
    height: 420px; }
  .producto p {
    width: 100%;
    font-size: 20px;
    line-height: 30px; }
  .producto .swiperProducts {
    width: 100%; }
    .producto .swiperProducts .swiper-slide img {
      height: 445px; }
    .producto .swiperProducts__content2 .title {
      /*&:after {
                        padding: 19px 47px 0 0;
                    }*/ }
      .producto .swiperProducts__content2 .title hr {
        margin-top: 1.5rem; }
      .producto .swiperProducts__content2 .title h2 {
        font-size: 30px;
        line-height: 38px; }
      .producto .swiperProducts__content2 .title p {
        font-size: 20px;
        line-height: 10px; }
    .producto .swiperProducts__content2 .text p {
      width: 100%;
      font-size: 25px;
      line-height: 32px; }
    .producto .swiperProducts__content2 .buttons .open__modalbuy {
      max-width: 190px;
      min-width: 190px;
      font-size: 25px; }
    .producto .swiperProducts__content2 .buttons .btn--red {
      min-width: 171px;
      max-width: 171px;
      padding: 0 15px;
      font-size: 12px; }
  .producto .caracteristicas p {
    width: 100%;
    font-size: 20px;
    line-height: 30px; }
  .producto .caracteristicas__container {
    width: 90%; }
  .producto .caracteristicas__content {
    gap: 1rem; }
    .producto .caracteristicas__content .img img {
      width: 70px; }
    .producto .caracteristicas__content .text p {
      font-size: 18px;
      line-height: 28px; }
  .producto .certificado {
    width: 70%; }
    .producto .certificado .img img {
      width: 70px; }
    .producto .certificado .text p {
      font-size: 25px;
      line-height: 35px; }
  .contacto .contenido p {
    font-size: 25px;
    line-height: 35px; } }

@media (max-width: 768px) {
  .none-tablet {
    display: none; }
  .none-desktop {
    display: block; }
  .home-banner__imagen {
    width: 100%;
    min-height: calc(100vh - 245px);
    -o-object-fit: cover;
       object-fit: cover; }
  .banner .contenedor.contenedor--85 {
    width: 100%; }
  .banner .swiperBanner {
    width: 90%; }
  .banner .content {
    flex-direction: column;
    gap: 0.1rem;
    padding: 0; }
    .banner .content__text {
      width: 90%;
      margin: 0 auto;
      padding: 10px 0; }
      .banner .content__text p {
        font-size: 14px;
        line-height: 17px; }
    .banner .content__img {
      padding: 10px 0;
      background-color: #FABFB5;
      display: flex;
      justify-content: center;
      order: 2; }
      .banner .content__img::after {
        border-right: 0; }
      .banner .content__img .logoBanner {
        width: 180px; }
  .marca img {
    height: 320px; }
  .marca #video {
    width: 100%;
    height: 35vh; }
  .producto p {
    font-size: 14px;
    line-height: 17px;
    text-align: left; }
  .producto .swiperProducts {
    margin-top: 30px; }
    .producto .swiperProducts .swiper-slide img {
      height: 314px; }
    .producto .swiperProducts .swiper-button-next {
      right: 0; }
    .producto .swiperProducts .swiper-rtl .swiper-button-prev {
      right: unset; }
    .producto .swiperProducts__container {
      width: auto;
      flex-direction: column; }
    .producto .swiperProducts__content1 {
      width: 100%; }
    .producto .swiperProducts__content2 {
      width: 100%;
      padding: 20px 50px 0 50px; }
      .producto .swiperProducts__content2 .title {
        /*&:after {
                        left: 16%;
                    }*/ }
        .producto .swiperProducts__content2 .title hr {
          width: 15%;
          max-width: 73px;
          margin-top: 1rem; }
        .producto .swiperProducts__content2 .title h2 {
          font-size: 19px;
          line-height: 23px; }
        .producto .swiperProducts__content2 .title p {
          font-size: 12px;
          line-height: 15px; }
      .producto .swiperProducts__content2 .text p {
        font-size: 15px;
        line-height: 18px; }
      .producto .swiperProducts__content2 .buttons .open__modalbuy {
        max-width: 150px;
        min-width: 150px;
        height: 44px;
        font-size: 17px; }
      .producto .swiperProducts__content2 .buttons .btn--red {
        min-width: 141px;
        max-width: 141px;
        padding: 0 7px;
        font-size: 10px; }
  .producto .caracteristicas__text {
    padding: 30px 0;
    background-color: #242157; }
    .producto .caracteristicas__text p {
      width: 70%;
      font-size: 14px;
      line-height: 17px;
      color: #fff; }
  .producto .caracteristicas__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 30px; }
  .producto .caracteristicas__content {
    gap: 0.5rem; }
    .producto .caracteristicas__content .img img {
      width: 49px; }
    .producto .caracteristicas__content .text p {
      font-size: 13px;
      line-height: 16px; }
  .producto .certificado {
    width: 60%;
    gap: 0.5rem;
    margin-top: 30px; }
    .producto .certificado .img img {
      width: 48px; }
    .producto .certificado .text p {
      font-size: 14px;
      line-height: 17px; }
  .contacto .contenido p {
    font-size: 14px;
    line-height: 17px; }
  .contacto .contentform {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 40px; }
    .contacto .contentform .formdiv input[type="text"] {
      font-size: 14px;
      line-height: 17px; }
    .contacto .contentform .formdiv.check span {
      font-size: 14px;
      line-height: 17px; }
    .contacto .contentform .formdiv .wpcf7-not-valid-tip {
      font-size: 14px;
      line-height: 17px; }
    .contacto .contentform .wpcf7 form.invalid .wpcf7-response-output, .contacto .contentform .wpcf7 form.unaccepted .wpcf7-response-output, .contacto .contentform .wpcf7 form.payment-required .wpcf7-response-output {
      font-size: 14px;
      line-height: 17px; }
    .contacto .contentform .errorcheck {
      font-size: 14px;
      line-height: 17px; } }

@media (max-width: 576px) {
  .banner .swiperBanner {
    width: 90%; }
    .banner .swiperBanner .swiper-slide img {
      max-width: 85%;
      padding: 0 10px 0 10px; }
    .banner .swiperBanner .swiper-button-next, .banner .swiperBanner .banner .swiperBanner .swiper-button-prev {
      width: 20px;
      height: 20px; }
    .banner .swiperBanner .swiper-button-next:after,
    .banner .swiperBanner .swiper-button-prev:after {
      width: 30px;
      height: 30px;
      font-size: 30px; }
  .banner .content__img .logoBanner {
    width: 150px; }
  .marca img {
    height: 220px; }
  .producto .swiperProducts__content2 .title hr {
    width: 30%; }
  .producto .certificado {
    width: 70%; } }

.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: #B6004F;
  overflow: hidden; }
  .header__content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__l .sidemenu {
    display: none; }
  .header__right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem; }
    .header__right ul {
      list-style: none; }
    .header__right ul li {
      display: inline-block;
      margin-right: 1rem; }
      .header__right ul li::after {
        content: "";
        padding: 0 20px 0 0;
        border-right: 1px solid #FABCAA; }
      .header__right ul li:last-of-type::after {
        display: none; }
    .header__right a {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 16px;
      font-weight: 900;
      color: #FABCAA;
      text-decoration: none;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 2px;
      transition: background-size .3s;
      /*&::after {
                content: "";
                padding: 0 20px 0 0;
                border-right: 1px solid color('rosado');
            }
            &:nth-last-child(2) {
                &::after {
                    display: none;
                }
            }
            &:last-of-type {
                &::after {
                    display: none;
                }
            }*/ }
      .header__right a:hover, .header__right a:focus {
        background-size: 100% 2px; }
  .header__left {
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .header__logo {
    width: 100%;
    max-width: 150px; }
  .header a {
    text-decoration: none; }
  .header__descripcion {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    color: #1B1F53;
    background-color: #FABCAA;
    padding: 1px 5px; }
  .header .open__modal {
    cursor: pointer; }

.open__modalbuy {
  cursor: pointer; }

.modalBackground,
.modalBackgroundMenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: transparent; }

@media (max-width: 1440px) {
  /*.header{
        &__left{
            margin-left: 115px;
        }
        &__right{
            margin-right: 115px;
        }
    }*/ }

@media (max-width: 992px) {
  .header__right {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 70px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    background-color: #fff;
    padding-bottom: 120px;
    opacity: 0;
    pointer-events: none;
    transition: .7s all ease; }
  .header__l {
    width: 100%;
    display: flex;
    align-items: center; }
    .header__l .sidemenu {
      width: calc(100% - 120px);
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      .header__l .sidemenu img {
        cursor: pointer; }
      .header__l .sidemenu #sidemenu {
        float: right; } }

@media (max-width: 768px) {
  .header {
    padding: 0 20px;
    height: 125px; }
    .header__content {
      width: 95%; }
    .header__fondo {
      -o-object-position: left;
         object-position: left;
      max-height: 125px;
      min-height: 125px; }
    .header__left {
      margin-left: 0;
      max-width: 120px; }
    .header__right {
      margin-right: 0;
      max-width: 100px; }
    .header__descripcion {
      display: none; } }

.sidebar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  align-items: center;
  background-color: #0000007a;
  pointer-events: none;
  opacity: 0;
  transition: .6s all ease; }
  .sidebar.active {
    opacity: 1;
    pointer-events: all; }
  .sidebar .closemenu {
    position: absolute;
    color: #FABCAA;
    font-family: 'inter';
    top: 10px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer; }
  .sidebar .sidemenu {
    display: flex;
    align-items: center;
    background-color: white;
    flex-direction: column;
    position: absolute;
    top: 49px;
    right: 6%;
    border-radius: 5px; }
    .sidebar .sidemenu ul {
      list-style: none; }
    .sidebar .sidemenu ul li:hover:first-of-type a {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .sidebar .sidemenu ul li:hover:last-of-type a {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .sidebar .sidemenu ul li a {
      display: block;
      width: 100%;
      min-width: 150px;
      text-decoration: none;
      text-align: start;
      padding: 11px 32px;
      position: relative;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 15px;
      font-weight: 900;
      color: #FABCAA; }
      .sidebar .sidemenu ul li a:hover {
        display: flex;
        justify-content: flex-start;
        background-color: #B5004F;
        font-size: 15px;
        line-height: 17px;
        color: #fff; }
        .sidebar .sidemenu ul li a:hover:after {
          position: absolute;
          content: "";
          height: 15px;
          width: 2px;
          background-color: #FABCAA;
          left: 15%; }
        .sidebar .sidemenu ul li a:hover img {
          width: 4px;
          display: block; }
      .sidebar .sidemenu ul li a img {
        display: none; }

.footer {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: #B6004F;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer__logo {
    width: 100%; }
  .footer__content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__content .footside {
      display: flex; }
      .footer__content .footside .footer__left {
        max-width: 180px;
        padding-right: 20px; }
      .footer__content .footside .menufoot {
        position: relative;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .footer__content .footside .menufoot::after {
          content: '';
          position: absolute;
          left: 0;
          background-color: #FABCAA;
          width: 2px;
          height: 100%;
          top: 0; }
        .footer__content .footside .menufoot a {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 13px;
          line-height: 16px;
          font-weight: 900;
          color: #FABCAA;
          padding: 3px 0;
          text-decoration: none;
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0% 100%;
          background-repeat: no-repeat;
          background-size: 0% 2px;
          transition: background-size .3s; }
          .footer__content .footside .menufoot a:hover, .footer__content .footside .menufoot a:focus {
            background-size: 100% 2px; }
    .footer__content .footer__right .socials {
      margin-bottom: 5px; }
      .footer__content .footer__right .socials a {
        padding: 0 5px; }
    .footer__content .footer__right .footertext {
      margin-bottom: 10px; }
      .footer__content .footer__right .footertext p {
        font-size: 13px;
        line-height: 16px;
        font-weight: 900;
        color: #FABCAA;
        padding: 3px 0; }

@media (max-width: 992px) {
  .sidebar {
    display: flex; } }

@media (max-width: 768px) {
  .sidebar .sidemenu {
    right: 6.7%;
    top: 62px; }
    .sidebar .sidemenu ul li a {
      min-width: 140px;
      font-size: 9px;
      line-height: 11px; }
      .sidebar .sidemenu ul li a:hover {
        font-size: 12px;
        line-height: 14px; }
  .footer {
    min-height: 275px; }
    .footer__content {
      flex-direction: column;
      gap: 1.5rem; }
      .footer__content .footside .menufoot a {
        font-size: 10px;
        line-height: 12px; }
      .footer__content .footer__right .footertext p {
        font-size: 10px;
        line-height: 12px; }
    .footer__logo {
      max-width: 120px; }
    .footer__fondo {
      min-height: 150px;
      max-height: 150px; } }

@media (max-width: 576px) {
  .sidebar .sidemenu {
    right: 8%; } }

@media (max-width: 476px) {
  .sidebar .sidemenu {
    right: 11%; } }

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(44px/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px/ 2));
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }


/*# sourceMappingURL=main.css.map*/