@charset "UTF-8";
.d-none {
  display: none;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
  z-index: 999999;
}
.p-fixed--primary {
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  background-color: #5cd252;
  padding: 1rem;
}

.pt-sm {
  padding-top: calc(var(--padding-section) * 0.5);
}

.pt-md {
  padding-top: var(--padding-section);
}

.pt-lg {
  padding-top: calc(var(--padding-section) * 2.5);
}

.px-sm {
  padding-left: calc(var(--padding-section) * 0.5);
  padding-right: calc(var(--padding-section) * 0.5);
}

.px-md {
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
}

.px-lg {
  padding-left: calc(var(--padding-section) * 2.5);
  padding-right: calc(var(--padding-section) * 2.5);
}

.py-sm {
  padding-top: calc(var(--padding-section) * 0.5);
  padding-bottom: calc(var(--padding-section) * 0.5);
}

.py-md {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}

.py-lg {
  padding-top: calc(var(--padding-section) * 2.5);
  padding-bottom: calc(var(--padding-section) * 2.5);
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.mt-auto {
  margin-top: 1rem;
}

.mt-md {
  margin-top: var(--padding-section);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-sm {
  margin-top: calc(var(--padding-section) * 0.5);
  margin-bottom: calc(var(--padding-section) * 0.5);
}

.my-md {
  margin-top: var(--padding-section);
  margin-bottom: var(--padding-section);
}

.scroll {
  background-color: var(--primary-theme-color);
}

.f-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.gap-sm {
  gap: calc(var(--padding-section) * 0.5);
}

.gap-md {
  gap: var(--padding-section);
}

.gap-lg {
  gap: calc(var(--padding-section) * 2.5);
}

@media (min-width: 1200px) {
  .md\:f-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .md\:d-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .mt\:g-columns-2fr {
    grid-template-columns: 1fr 1fr;
  }
}

.bg-green {
  background-color: #80C783;
}

.bg-dark-green {
  background-color: #277358;
}

.bg-rose {
  background-color: #DC0058;
}

.bg-degrade {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(220, 0, 88) 50%);
}

.bg-degrade-card {
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(39, 115, 88) 10%, rgb(39, 115, 88) 100%);
}
@media (min-width: 1200px) {
  .bg-degrade-card {
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(39, 115, 88) 50%, rgb(39, 115, 88) 100%);
  }
}

.bg-image {
  background-image: url("../../assets/img/banner-movil-2.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1200px) {
  .bg-image {
    background-image: url("../../assets/img/banner-desktop-2.webp");
  }
}

.bg-img-white {
  background-image: url("../../assets/img/bg-desktop-section-1.webp");
  background-repeat: no-repeat;
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1200px) {
  .bg-img-white {
    background-size: 100% 100%;
  }
}

.bg-img-rose {
  background-image: url("../../assets/img/bg-movil-section-2.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1200px) {
  .bg-img-rose {
    background-image: url("../../assets/img/bg-desktop-section-2.webp");
  }
}

.cursor-pointer {
  cursor: pointer;
}

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

.rounded {
  border-radius: 50%;
  border: 5px solid #fff;
}

.icon-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-more {
  position: absolute;
  top: 10px;
  right: 10px;
}

.h-100vh {
  height: 100vh;
}

.section {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}
.section__title, .section__description, .section__subtitle, .section__p, .section__text {
  margin: 0;
}
.section__title {
  font-size: 3.438rem;
  /*@include desktop{
    font-size: 3.125rem;
  }*/
}
.section__title--primary {
  color: var(--primary-highlight-color);
}
.section__title--secondary {
  color: var(--secondary-highlight-color);
  font-weight: 700;
}
.section__subtitle {
  font-size: 1.875rem;
}
@media (min-width: 1200px) {
  .section__subtitle {
    font-size: 2.5rem;
  }
}
.section__subtitle--primary, .section__subtitle--secondary, .section__subtitle--alternative {
  text-align: center;
}
.section__subtitle--primary {
  color: var(--primary-highlight-color);
}
.section__subtitle--secondary {
  color: var(--secondary-highlight-color);
}
.section__subtitle--third {
  color: var(--primary-text-color);
  text-transform: uppercase;
  font-weight: 700;
}
.section__subtitle--alternative {
  color: var(--secondary-text-color);
}
.section__subtitle--responsive {
  text-align: center;
  color: var(--secondary-highlight-color);
  font-weight: 700;
}
@media (min-width: 768px) {
  .section__subtitle--responsive {
    text-align: start;
  }
}
.section__subtitle--responsive-alternative {
  text-align: center;
  color: var(--secondary-highlight-color);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section__subtitle--responsive-alternative {
    text-align: start;
  }
}
.section__subtitle--responsive-reverse {
  text-align: center;
  color: var(--primary-text-color);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .section__subtitle--responsive-reverse {
    text-align: start;
  }
}
.section__description {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .section__description {
    font-size: 1.625rem;
  }
}
.section__description--primary {
  text-align: center;
  color: var(--primary-p-color);
}
.section__description--secondary {
  text-align: left;
  color: var(--primary-text-color);
}
.section__description--third {
  text-align: center;
  color: var(--secondary-highlight-color);
}
.section__description--responsive {
  text-align: center;
  color: var(--primary-text-color);
  margin: 0;
}
@media (min-width: 768px) {
  .section__description--responsive {
    text-align: start;
  }
}
.section__description--reverse-responsive {
  text-align: center;
  color: var(--secondary-text-color);
  margin: 0;
}
@media (min-width: 1200px) {
  .section__description--reverse-responsive {
    text-align: start;
  }
}
.section__p {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .section__p {
    font-size: 40px;
  }
}
.section__list {
  color: var(--reverse-primary-text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 22px;
  margin: 0px;
  padding-left: var(--padding-container);
}
@media (min-width: 1200px) {
  .section__list {
    font-size: 20px;
    line-height: 39px;
    padding-left: 20px;
  }
}
.section__text {
  color: var(--reverse-primary-text-color);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
@media (min-width: 1200px) {
  .section__text {
    font-size: 67px;
    text-align: left;
  }
}
.section__img {
  width: 150px;
  max-width: 360px;
}
@media (min-width: 768px) {
  .section__img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .section__img {
    width: 376px;
    height: auto;
  }
}
.section__img-premium {
  width: 250px;
  max-width: 360px;
}
@media (min-width: 1200px) {
  .section__img-premium {
    width: 376px;
    height: auto;
  }
}

.container {
  max-width: auto;
  margin: 0 auto;
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
}
@media (min-width: 768px) {
  .container {
    padding-left: var(--padding-responsive);
    padding-right: var(--padding-responsive);
  }
}

.f-elements {
  display: flex;
}
.f-elements--between {
  align-items: center;
  justify-content: space-between;
}
.f-elements--center {
  align-items: center;
  justify-content: center;
}
.f-elements--end {
  align-items: end;
  justify-content: end;
}
.f-elements--responsive-primary {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .f-elements--responsive-primary {
    align-items: start;
    justify-content: end;
  }
}
.f-elements--responsive-secondary {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .f-elements--responsive-secondary {
    align-items: end;
    justify-content: end;
  }
}
.f-elements--responsive {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .f-elements--responsive {
    flex-direction: row;
  }
}

.g-elements {
  display: grid;
}
.g-elements--responsive {
  grid-template-columns: 100%;
}
@media (min-width: 1200px) {
  .g-elements--responsive {
    grid-template-columns: 1fr 1fr;
  }
}
.g-elements--alternative-responsive {
  grid-template-columns: 100%;
}
@media (min-width: 1200px) {
  .g-elements--alternative-responsive {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.g-elements--center {
  align-items: center;
  justify-content: center;
  justify-items: center;
}

@media (min-width: 768px) {
  .g-template-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .g-template-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.header {
  position: fixed;
  box-shadow: 0 0 0.125rem 0.125rem var(--reverse-primary-shadow-color);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
.header__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header__container-logo {
  margin: auto;
}
.header__container-nav {
  position: relative;
  background-color: var(--primary-theme-color);
}

.nav {
  position: relative;
  --translate-list-header: 100%;
  --scale-menu:1;
  --scale-close:0;
  border: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.nav:target {
  --translate-list-header: 0; /* --test valor de la variable */
  --scale-menu:0;
  --scale-close:1;
}
@media (min-width: 1200px) {
  .nav:target {
    --scale-close: 0;
  }
}
.nav__logo {
  display: flex;
  width: 100px;
  height: 30px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .nav__logo {
    width: 160px;
    height: 50px;
  }
}
.nav__icon {
  position: absolute;
  right: var(--padding-container);
  color: var(--secondary-highlight-color);
  font-size: 1.75rem;
  text-decoration: none;
  transition: transform 0.25s;
}
.nav__icon--menu {
  transform: scale(var(--scale-menu));
}
.nav__icon--close {
  transform: scale(var(--scale-close));
}
@media (min-width: 1200px) {
  .nav {
    --translate-list-header: 0;
    --scale-menu:0;
  }
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--header {
  position: fixed;
  top: 3.4rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.4rem);
  background-color: var(--third-theme-color);
  transform: translateX(var(--translate-list-header));
  transition: transform 0.25s;
}
@media (min-width: 1200px) {
  .list--header {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.list__link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s;
  font-size: var(--nav-primary-font-size);
  text-transform: uppercase;
}
.list__link--primary {
  color: var(--primary-text-color);
}
.list__link--secondary {
  color: var(--secondary-highlight-color);
}
.list__link:hover {
  color: var(--secondary-highlight-color);
}
.list__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 0;
  height: 0.0625rem;
  background-color: var(--secondary-highlight-color);
  transition: width 0.25s;
}
.list__link:hover::before {
  width: 100%;
}
@media (min-width: 1200px) {
  .list__link {
    font-size: var(--nav-primary-font-size);
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.banner__home {
  background-image: url("../../assets/img/hero/hero-home-movil.png");
}
@media (min-width: 1200px) {
  .banner__home {
    background-image: url("../../assets/img/hero/hero-home-desktop.png");
  }
}
.banner__mkt {
  background-image: url("../../assets/img/hero/hero-mkt-movil.png");
}
@media (min-width: 1200px) {
  .banner__mkt {
    background-image: url("../../assets/img/hero/hero-mkt-desktop.png");
  }
}
.banner__mktdt {
  background-image: url("../../assets/img/hero/hero-mktdt-movil.png");
}
@media (min-width: 1200px) {
  .banner__mktdt {
    background-image: url("../../assets/img/hero/hero-mktdt-desktop.png");
  }
}
.banner__landing {
  background-image: url("../../assets/img/banner-landing-desktop.png");
  object-fit: cover;
  background-size: auto 100%;
}
@media (min-width: 1200px) {
  .banner__landing {
    background-size: 100% 100%;
  }
}
.banner__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  height: 100vh;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .banner__container {
    align-items: flex-start;
    text-align: start;
  }
}
.banner__title, .banner__description, .banner__subtitle {
  margin: 0;
}
.banner__title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 3rem;
    line-height: 60px;
  }
}
.banner__title--primary {
  color: var(--third-text-color);
}
.banner__title--secondary {
  color: var(--primary-text-color);
}
.banner__title--landing {
  font-family: "Sigmar One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #422FDB;
}
.banner__title--span {
  color: var(--third-text-color);
  font-size: 2.325rem;
}
@media (min-width: 1200px) {
  .banner__title--span {
    font-size: 3.325rem;
  }
}
.banner__subtitle {
  font-size: 28px;
  font-weight: 600;
}
.banner__subtitle--primary {
  color: var(--primary-text-color);
}
.banner__description {
  font-size: 1.2rem;
}
.banner__description--primary {
  color: var(--secondary-text-color);
}
.banner__description--secondary {
  color: var(--primary-text-color);
}
.banner__img {
  margin: 0 auto;
  padding: 1rem;
  max-width: 250px;
}
@media (min-width: 1200px) {
  .banner__img {
    max-width: 100%;
  }
}
.banner__img-hero {
  width: 100%;
}

.button {
  background-color: var(--primary-theme-color);
  border: 0.0625rem solid var(--primary-theme-color);
  border-radius: var(--primary-border-radius);
  color: var(--primary-text-color);
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--primary-font-family);
  padding: 0.563rem 1.25rem;
  cursor: pointer;
  transition: box-shadow 0.25s, filter 0.25s;
  text-transform: uppercase;
}
.button:hover {
  box-shadow: 0 0 0.125rem 0.125rem var(--primary-theme-color);
  filter: brightness(1.125);
}
.button--primary {
  background-color: var(--primary-highlight-color);
  border: 0.0625rem solid var(--primary-highlight-color);
  color: var(primary-text-color);
}
.button--primary:hover {
  box-shadow: 0 0 0.25rem 0.125rem var(--primary-highlight-color);
}
.button--secondary {
  background-color: var(--secondary-highlight-color);
  border: 0.0625rem solid var(--secondary-highlight-color);
  color: var(primary-text-color);
}
.button--secondary:hover {
  box-shadow: 0 0 0.25rem 0.125rem var(--secondary-highlight-color);
}
.button--alternative {
  background-color: var(--primary-highlight-color);
  border: 4px solid #FFF;
  color: var(primary-text-color);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .button--alternative {
    font-size: 34px;
  }
}
.button--alternative:hover {
  box-shadow: 0 0 0.25rem 0.125rem var(--primary-highlight-color);
}
.button--outline-primary {
  background-color: transparent;
  border: 0.0625rem solid var(--primary-theme-color);
  color: var(--primary-theme-color);
  font-size: 1.188rem;
  text-align: center;
}
.button--outline-primary:hover {
  box-shadow: 0 0 0.25rem 0 var(--primary-theme-color);
}
.button--outline-secondary {
  background-color: transparent;
  border: 4px solid var(--third-theme-color);
  color: var(--third-theme-color);
  font-size: 1.188rem;
  text-align: center;
}
.button--outline-secondary:hover {
  box-shadow: 0 0 0.25rem 0 var(--third-theme-color);
}

@keyframes t-rotate {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.slider {
  max-width: 360px;
  width: 100%;
  overflow: hidden;
}

.swiper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.swiper-pagination {
  position: static !important;
}
.swiper__button {
  color: var(--secondary-button-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.card {
  border-radius: var(--primary-border-radius);
  max-width: 360px;
  overflow: hidden;
  margin: auto;
}
.card__services {
  height: 256px;
  border: 0.0125rem solid var(--secondary-border-color);
  background-color: #fff;
}
.card:hover {
  box-shadow: 0 0 0.25rem 0 var(--third-highlight-color);
}
.card__header, .card__footer {
  padding: 1rem;
}
.card__img {
  display: flex;
  width: 100%;
  height: 300px;
  object-fit: 100% 100%;
}
.card-icon {
  width: 13rem;
  margin: 2rem auto;
}
.card__body {
  background-color: var(--secondary-highlight-color);
  padding: 1rem;
  height: 100px;
}
.card__body-services {
  color: var(--secondary-p-color);
  padding: 1.2rem;
}
.card__title {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.card__subtitle {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}
.card__text {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  /*
  &::before {
      content: '❤';
    }

    &::after {
      content: '❤';
  }
  */
}
.card__text--primary {
  color: var(--primary-text-color);
}

.icon {
  animation: pulse 1s ease-in-out infinite;
}

.form {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(35px);
  padding: 1.125rem;
  overflow: hidden;
  box-sizing: border-box;
  font-family: --primary-font-family;
  text-transform: uppercase;
}
.form__legend {
  color: var(--primary-text-color);
  font-size: var(--primary-text-font-size);
  margin: 0;
}
.form__label {
  font-family: var(--primary-font-family);
  font-size: var(--nav-primary-font-size);
  color: var(--secondary-text-color);
  margin: 0;
}
.form__input, .form__textarea {
  padding: 0.5rem;
  border-top: 0;
  border-bottom: 1px solid var(--secondary-text-color);
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  font-family: var(--primary-font-family);
  color: var(--secondary-highlight-color);
  font-size: var(--nav-primary-font-size);
  font-weight: 700;
  text-transform: uppercase;
}
.form__input::placeholder, .form__textarea::placeholder, .form__input option {
  font-size: var(--nav-primary-font-size);
  color: var(--secondary-text-color);
  font-weight: 400;
}
.form__input:focus, .form__textarea:focus {
  outline: none;
}
.form__button {
  display: flex;
  justify-content: end;
}
.form__checkbox {
  color: var(--secondary-highlight-color);
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 3px solid #277358;
}
.form__checkbox:checked + label {
  color: var(--secondary-highlight-color);
  font-weight: 700;
}
.form__checkbox--container {
  margin: 0;
}
.form__checkbox--container label {
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
.form__img {
  transition: transform 0.25s;
}
.form__img:hover {
  transform: scale(1.25);
}

.contact__title {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .contact__title {
    color: var(--primary-text-color);
  }
}

.footer {
  background-color: var(--secondary-theme-color);
  box-sizing: border-box;
  padding: 1.5rem 0;
  border-bottom: 1rem solid var(--secondary-highlight-color);
  overflow: hidden;
}
.footer__description {
  color: var(--primary-text-color);
  font-size: var(--primary-text-font-size);
  text-align: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer__description {
    text-align: start;
  }
}
.footer__list {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .footer__list {
    margin: 0;
  }
}
.footer__img {
  width: 120px;
  height: 25px;
  transition: transform 0.25s;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .footer__img {
    width: 181px;
    height: 40px;
    margin: 0;
  }
}
.footer__img:hover {
  transform: scale(1.25);
}
.footer__icon {
  width: 2rem;
  height: 2rem;
}

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