/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1100px;
}

body {
  background-color: white;
}

h1 {
  font-size: 14px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

/*---------------------------Fuentes----------------------------*/

@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma/Axiforma-Book.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Axiforma/Axiforma-Book.otf") format("otf"),
    url("/fonts/Axiforma/Axiforma-Book.woff") format("woff"),
    url("/fonts/Axiforma/Axiforma-Book.ttf") format("truetype"),
    url("/fonts/Axiforma/Axiforma-Book.svg#Axiforma-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma/Axiforma-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Axiforma/Axiforma-Regular.otf") format("otf"),
    url("/fonts/Axiforma/Axiforma-Regular.woff") format("woff"),
    url("/fonts/Axiforma/Axiforma-Regular.ttf") format("truetype"),
    url("/fonts/Axiforma/Axiforma-Regular.svg#Axiforma-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma/Axiforma-Medium.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Axiforma/Axiforma-Medium.otf") format("otf"),
    url("/fonts/Axiforma/Axiforma-Medium.woff") format("woff"),
    url("/fonts/Axiforma/Axiforma-Medium.ttf") format("truetype"),
    url("/fonts/Axiforma/Axiforma-Medium.svg#Axiforma-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("/fonts/Axiforma/Axiforma-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Axiforma/Axiforma-Bold.otf") format("otf"),
    url("/fonts/Axiforma/Axiforma-Bold.woff") format("woff"),
    url("/fonts/Axiforma/Axiforma-Bold.ttf") format("truetype"),
    url("/fonts/Axiforma/Axiforma-Bold.svg#Axiforma-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader img {
  width: 100px;
}

/*------------------Generales------------------*/
.desktopElement {
  display: block !important;
}

.mobileElement {
  display: none !important;
}

a {
  cursor: pointer;
}

img {
  resize: none !important;
  pointer-events: none;
}

body,
h1,
h3,
h4,
h5,
p,
span,
a,
li {
  font-family: "Axiforma";
  font-weight: 400;
  color: #636363;
}

h2 {
  font-size: 30px;
  line-height: 49px;
  font-weight: 600;
  color: #233e99;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

p {
  font-size: 14px;
  line-height: 22px;
}

.bold {
  font-weight: 600;
}

.extrabold {
  font-weight: 800;
  font-size: 35px;
}

.blur-pink {
  position: absolute;
}

.pink {
  color: #d40861 !important;
}

.blue-content {
  color: #ffffff;
  background: #233e99;
}

.blue-content p,
.blue-content h3,
.blue-content h4,
.blue-content h5 {
  color: #ffffff;
}

.white-text p,
.white-text h2,
.white-text h3,
p.white-text,
h2.white-text,
h3.white-text,
h3.white-text span {
  color: #ffffff;
}

.button {
  height: 43px;
  line-height: 20px;
  width: 100%;
  color: #1a1e25;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background: white url("/files/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 6%;
  background-size: 5px;
  margin: 5px 0;
}

.button:hover {
  color: white;
  border: 1px solid #233e99;
  background: #233e99 url("/files/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 6%;
  background-size: 5px;
}

.button-blue {
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  background: #233e99;
  border: 1px solid transparent;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: auto;
  border-radius: 100px;
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
}

.button-blue:hover {
  color: #233e99;
  border: 1px solid #233e99;
  background: white;
}

.offset-section {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.small-width-container {
  max-width: 70%;
  margin: 0 auto;
}

img {
  resize: none !important;
}

section {
  width: 90%;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.background {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
}

.background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(3) scaleX(2.25);
  -ms-transform: scaleY(3) scaleX(2.25);
  transform: scaleY(3) scaleX(2.25);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 5%;
  width: 60px;
  right: 3%;
  height: 60px;
  cursor: pointer;
  z-index: 9;
}

.whatsapp-fixed img {
  width: 100%;
}

div#bienestar-container,
div#company-container,
div#sustainability-container,
div#work-container,
div#services-container,
div#products-container,
div#economy-container,
div#gestion-container,
div#ambiental-container,
div#certificaciones-proceso-container,
div#certificaciones-lana-container,
div#responsability-container,
#contact-container {
  margin-bottom: 400px;
}


/* Netbook */
@media screen and (max-width: 1500px) {

  div#bienestar-container,
  div#company-container,
  div#sustainability-container,
  div#work-container,
  div#services-container,
  div#products-container,
  div#economy-container,
  div#gestion-container,
  div#ambiental-container,
  div#certificaciones-proceso-container,
  div#certificaciones-lana-container,
  div#responsability-container,
  #contact-container {
    margin-bottom: 250px;
  }

}

/* Texto encima portada */
.hero-wrap {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.hero-background {
  height: 100%;
}

.hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 0px 0px 97px 97px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(67.1%, rgba(0, 0, 0, 0)),
      color-stop(90.95%, rgba(0, 0, 0, 0.4))),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0) 67.1%,
      rgba(0, 0, 0, 0.4) 90.95%),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 67.1%,
      rgba(0, 0, 0, 0.4) 90.95%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.text-hero {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-hero h2 {
  color: white;
  font-size: 47.45px;
  font-weight: 700;
  line-height: 55.36px;
  text-align: center;
  width: 50%;
  font-family: "Axiforma";
}

.text-hero .title {
  color: white;
  font-size: 54px;
  line-height: 70px;
  font-weight: 600;
  max-width: 1000px;
  text-align: center;
  margin-bottom: 80px;
}

.background-pink {
  background: #d40861;
  font-weight: 600;
}

.text-hero p {
  color: white;
  font-size: 21px;
  max-width: 800px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-hero-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-hero-logos img:nth-of-type(2) {
  height: 20px;
}

.container-main-customers {
  margin-top: 20px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 20px auto 60px auto;
  position: absolute;
  bottom: 0;
}

.container-main-customers img {
  margin: 0 20px;
}

@media screen and (max-height: 590px) {
  .text-hero h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-hero .title {
    font-size: 40px;
    line-height: 50px;
    max-width: 800px;
  }

  .text-hero p {
    font-size: 17px;
    max-width: 650px;
  }

  .container-main-customers img {
    height: 20px;
  }
}

/* Seccion de Cards */
.card {
  /* aspect-ratio: 435/365; */
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  cursor: pointer;
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  -webkit-transition: background-color 0.3s ease, transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease;
  -ms-transition: background-color 0.3s ease, transform 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.3s ease;
}
.vision-mision {
    display: flex;
    gap: 20px;
    margin-top: -160px;
}
.cards-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  position: relative;
}

.card {
  aspect-ratio: 435/365;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.card .card-img {
  aspect-ratio: 435/365;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.card .card-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}

.card:hover .card-container::after {
  background: unset;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
  -o-transition: opacity 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease;
}

.card-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.card-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  /* margin: 0 0 15px; */
}

.card-content .card-overlay .text,
.card-content .card-overlay span {
  color: white;
}

.arrow {
  width: 43px;
  height: 43px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  fill: white;
  position: relative;
  -ms-grid-row-align: flex-end;
  -ms-grid-column-align: flex-end;
  place-self: flex-end;
}

.card-title {
  line-height: 34px;
}

span {
  font-size: 20px;
  font-weight: 500;
}

.card-text-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.card-text {
  display: none;
}

.card:hover .card-content {
  opacity: 1;
}

.card:hover .card-overlay .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.card:hover .arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Statistics cards */
.statistics-section {
  background-color: #f8f8f8;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px;
  margin: 25px auto;
}

.stat-item {
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 10px;
  aspect-ratio: 320/227;
  width: calc(100% / 4);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stat-number * {
  color: #23388b;
  font-size: 48px;
  font-weight: 700;
  line-height: 78.96px;
}

.animated {
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.stat-text {
  color: #636363;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/* Services cards */
.cards-section.services-section {
  height: 579px;
  margin-top: 50px;
}

.cards-section.services-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.services-slider .card {
  -webkit-transition: width 0.5s ease, -webkit-transform 0.5s ease;
  transition: width 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: width 0.5s ease, transform 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease;
  transition: width 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  width: calc(100% / 4);
}

.services-slider .card:nth-child(1) {
  width: calc(100% / 2.9);
}

.services-slider:has(.card:nth-child(n + 2):hover) .card:nth-child(1) {
  width: calc(100% / 4);
}

.services-slider .card:hover {
  width: calc(100% / 2.9);
}

.card .card-img {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.card:hover .card-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.services-section .card-content {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(51.81%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.4))),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 51.81%,
      rgba(0, 0, 0, 0.4) 100%),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 51.81%,
      rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
  padding: 22px 18px;
}

.services-section .card:hover .card-content {
  opacity: 1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(51.81%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.4))),
    -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 51.81%,
      rgba(0, 0, 0, 0.4) 100%),
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 51.81%,
      rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
}

.services-section .card {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 292/579;
}

.services-section .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-section .card-img:last-of-type {
  -o-object-position: right;

  object-position: right;
}

.services-section .card-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 9px;
}

.services-section .card-title span {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: white;
}

.services-section .card-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 15px;
}

/* Banner */
.banner-section {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.banner-text {
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  max-width: 65%;
  padding: 20px;
}

.banner-text span {
  color: #ffffff;
}

/* Highlight */
.highlight-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.highlight-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url("/files/site/uruguay.webp") no-repeat right center/cover;
  border-radius: 30px;
  aspect-ratio: 550/588;
}



.highlight-right {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border-radius: 30px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: relative;
  margin-left: -4%;
  gap: 4%;
}

@media (min-width: 1500px) {
  .highlight-right {
    gap: 2%;
  }
}

.highlight-right h5 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
}

.highlight-right p,
.highlight-right .features-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}

.features-list {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

a.reclamos {
    width: 287px;
    display: block;
    margin: auto;
    border-radius: 100px;
    text-align: center;
    background: #233e99;
    color: white;
    font-size: 12px;
    padding: 1rem 0rem;
    text-transform: uppercase;
}

.highlight-right .features-list li {
  margin: 0px;
  color: white;
  padding-left: 5px;
}

/* Brands */
#brands-container {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #f8f8f8;
  width: 100%;
  border-radius: 50px 50px 0 0;
  height: 480px;
  margin-top: 100px;
}

.slider-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  color: #636363;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.slider-brands {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.slider-brands .brand-container {
  max-height: 108px;
  vertical-align: middle;
  margin: 0 15px;
  place-items: center;
}

.slider-brands img {
  max-width: 100%;
  height: 108px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  top: calc(50% - 68px);
  z-index: 1;
  cursor: pointer;
  pointer-events: unset;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -o-object-fit: contain;
  object-fit: contain;
  width: 17px;
  height: 17px;
  display: none;
}

.slider-arrow-left {
  left: 5%;
}

.slider-arrow-right {
  right: 5%;
}

/* Info Cards*/
.info-card {
  background: #f8f8f8;
  border-radius: 30px;
  overflow: hidden;
  padding: 61px 74px 65px 81px;
}

/* Borders Info Grid Section */

.info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.info-grid>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.info-grid>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.info-grid>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.info-grid>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.info-grid>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.info-grid>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.info-item-left,
.info-item-right {
  width: 100%;
  overflow: hidden;
  min-height: 571px;
  max-height: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  color: #636363;
}

.info-grid .info-item-left:nth-child(1) {
  border-start-start-radius: 30px;
}

.info-grid .info-item-left:nth-child(2) {
  border-start-end-radius: 30px;
}

.info-grid .info-item-right:nth-child(2) {
  border-start-end-radius: 30px;
}

.info-grid .info-item-left:nth-child(5) {
  border-end-start-radius: 30px;
}

.info-grid .info-item-right:nth-child(6) {
  border-end-end-radius: 30px;
}

.info-grid .info-item-right .blue-content,
.info-grid .info-item-right .blue-content * {
  background: #f8f8f8;
  color: #636363;
}

.info-grid .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-grid .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: unset;
  -webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
  -o-transition: opacity 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  background: unset;
  padding: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-grid .blue-content {
  background-color: #233e99;
  color: #ffffff;
}

.info-grid h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 6%;
}

.info-item-left h3,
.info-item-right h3 {
  color: #636363;
}

.info-item-left .blue-content h3,
.info-item-right .blue-content h3 {
  color: white;
}

.info-item-left:nth-child(1) h2 {
  max-width: 50%;
}

.info-item-right:nth-child(4) h2 {
  max-width: 90%;
}

.info-grid p.text {
  margin: 0 0 20px;
}

.info-grid .text a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.info-grid .button {
  color: #233e99;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-image: unset;
  text-align: center;
  width: auto;
  padding: 14px 51px;
  margin-top: 30px;
}

.info-grid .button:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

/* Video section */
.video-section,
.video-section img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

/* Nuestros Servicios */
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services p {
  max-width: 700px;
  text-align: center;
  margin-top: 10px;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  z-index: 1;
}

.card-service {
  background: rgba(97, 101, 153, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px;
  border-radius: 10px;
  margin: 15px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.card-service img {
  margin-bottom: 20px;
  width: 65px;
}

.card-service h4 {
  text-align: left;
  font-weight: 600;
  max-width: 250px;
  text-transform: uppercase;
}

.card-service p {
  text-align: left;
}

.services .blur-pink {
  width: 1000px;
  left: -500px;
}

/* Certificates */
.certificates {
  background-color: #131938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%;
}

.certificates-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.certificates-text img {
  margin-bottom: 20px;
  width: 260px;
}

.certificates-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.map-certificates {
  height: 1005;
  width: 50%;
}

.map-certificates {
  width: 50%;
}

.certificates .blur-pink {
  right: -600px;
  width: 1200px;
}

/* Featured */
.featured h3 {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

.featured img {
  width: 100%;
  margin-top: 40px;
}

.featured h3 span {
  font-weight: 600;
  color: #d40861;
}

@media screen and (min-width: 1750px) {
  .background-star {
    top: -85px;
  }
}

/* Brands */
#brands-container {
  height: 580px;
}

.slider-arrow-left,
.slider-arrow-right {
  top: calc(50% - 118px);
}

.slide img {
  width: 100%;
  height: 80px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Form */
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 180px 5%;
  overflow: hidden;
}

.form-container .blur-pink {
  width: 1200px;
  left: -600px;
  top: -600px;
}

.form-container h3 {
  margin-bottom: 10px;
  z-index: 1;
}

.form-container p {
  font-size: 20px;
  margin-bottom: 50px;
  z-index: 1;
}

.background-form {
  position: relative;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

.form {
  max-width: 1144px;
  z-index: 1;
  background: #f8f8f8;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.subContainerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subContainerForm .button-blue {
  width: 100%;
  height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formInput,
.formTextarea,
.formSelect {
  color: #636363;
  background: #ffffff;
  padding: 20px 20px 17px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.5px solid rgba(99, 99, 99, 0.2);
  border-radius: 50px;
}

.input-container {
  width: 100%;
  border: 0.5px solid rgba(99, 99, 99, 0.2);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 43px;
  margin-bottom: 13px;
}

.section-footer.suscribe-section .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  margin-bottom: 19px;
  color: #636363;
  background: #ffffff;
  padding: 0px 0.2rem 0 1.5rem;
}

.input-container img {
  height: 42px;
  position: relative;
}

.input-container p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #636363;
}

.formSelect {
  width: 49%;
  background: url(/files/icons/arrow-down.svg), #131938;
  background-repeat: no-repeat;
  background-position: 95%;
  border-bottom: 2px solid transparent;
}

.formSelect+.formInput {
  width: calc(100% - 40px);
}

.formSelect+.formSelect {
  width: 100%;
  background-position: 97%;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #233e99;
}

.formTextarea {
  width: 100%;
  height: 130px;
  resize: none;
  border-radius: 15px;
  border: 0.5px solid rgba(99, 99, 99, 0.2);
}

.formInput::-webkit-input-placeholder,
.formTextarea::-webkit-input-placeholder {
  color: #636363;
}

.formInput::-moz-placeholder,
.formTextarea::-moz-placeholder {
  color: #636363;
}

.formInput:-ms-input-placeholder,
.formTextarea:-ms-input-placeholder {
  color: #636363;
}

.formInput::-ms-input-placeholder,
.formTextarea::-ms-input-placeholder {
  color: #636363;
}

.formInput::placeholder,
.formTextarea::placeholder {
  color: #636363;
}

.subContainerForm .button {
  padding: 15px 60px;
  margin: auto;
}

/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  /* background: rgb(10,17,45); */
  z-index: 20;
}

.item.button-blue {
  padding: 0.6rem 1.4rem;
  color: white;
  color: #233e99;
  background: white;
  border: 1px solid white;
  font-size: 14px;
  text-transform: capitalize;
}

.button-blue:hover {
  color: #fff;
  background: #233e99;
  border: 1px solid transparent;
}

.container-whatsapp-language {
  position: relative;
}

.item,
.language {
  color: #7a7a7a;
}

.language {
  color: #7a7a7a;
}

.item-contact {
  border: 0.5px solid #d40861;
  background: #d40861;
  border-radius: 5px;
  color: white !important;
}

.item-contact:hover {
  background: transparent;
  color: #d40861 !important;
}

.language {
  color: rgba(122, 122, 122, 1);
  background: white;
}

.row {
  height: 100%;
}

.desktop-menu {
  height: 100%;
}

header .container {
  height: 100%;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 11;
}

.row>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#headerLogoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logoHeader {
  width: 195px;
  -webkit-filter: unset;
  filter: unset;
}

.mainMenuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(100% - 92px - 12px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainmenu li {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  line-height: 23px;
  gap: 8px;
}

mainmenu li a {
  cursor: pointer;
}

.mainmenu li img {
  display: inline;
  cursor: pointer;
  display: table-cell;
}

.mainmenu li .item,
.mainmenu li a {
  font-size: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  font-family: "Axiforma";
  font-weight: 400;
  position: relative;
}

.lineEffectCenter {
  position: relative;
  display: inline-block;
}

.lineEffectCenter::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: white;
  /* Puedes cambiar el color de la lÃƒÂ­nea aquÃƒÂ­ */
  bottom: -5px;
  /* Ajusta esta distancia si es necesario */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.lineEffectCenter:hover::after,
.lineEffectCenter.open::after {
  width: 100%;
}

.mainmenu li a.lineEffectCenter::before {
  bottom: 0;
  background: white;
}

.item-contact {
  margin-right: 90px;
  padding: 5px 35px;
  border: 0.5px solid white;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.item-contact:hover {
  background-color: white;
  color: #d40861 !important;
  border: 1px solid #d40861;
}

.languagepicker:hover {
  height: 75px;
}

.languagepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 37px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -17px;
}

.language {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  width: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(20.564908981323242px);
  backdrop-filter: blur(20.564908981323242px);
  background: rgb(255, 255, 255, 0.2);
  padding: 8px 15px;
  font-weight: 300;
  border-radius: 100px;
  border: 1px solid white;
}

.active .language {
  color: #636363;
  -webkit-backdrop-filter: blur(20.564908981323242px);
  backdrop-filter: blur(20.564908981323242px);
  background: #ffffff33;
  border: 1px solid #636363;
}

.language img::nth-of-type(2) {
  margin-left: 7px;
}

.language img:nth-of-type(1) {
  margin-right: 7px;
  width: 22px;
}

.item img {
  margin-left: 5px;
}

.active {
  background-color: white !important;
}

.active .desktop-menu .mainmenu li .item,
.active .desktop-menu .mainmenu li a {
  color: #636363;
}

.active .desktop-menu .mainmenu li a::after {
  background-color: #23388b;
}

.active .desktop-menu .mainmenu li img {
  -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(1655%) hue-rotate(235deg) brightness(92%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(1655%) hue-rotate(235deg) brightness(92%) contrast(94%);
}

.active #logoHeader {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(6000%) hue-rotate(203deg) brightness(90%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(6000%) hue-rotate(203deg) brightness(90%) contrast(96%);
}

.active .item.button-blue,
#container-menu.open .item.button-blue {
  color: #fff;
  background: #233e99;
  border: 1px solid transparent;
}

.active .button-blue:hover {
  color: #233e99;
  border: 1px solid #233e99;
  background: white;
}

/* Sub menu */
.item-menu-sub-menu {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  width: auto;
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  transform: scaley(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background: transparent;
}

.sub-menu .item-menu-link {
  margin: 15px 0;
  text-wrap: nowrap;
}

.item-menu-sub-menu:hover .sub-menu {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1);
}

.sub-menu .item-menu {
  padding: 0 !important;
}

.sub-menu .item-menu a {
  font-size: 15px;
}

.active .sub-menu {
  background: white;
  padding: 1rem 4rem 1rem 1rem;
  left: -10%;
  margin-top: 1rem;
}

/* Sub menu hover */
#mainnav ul.submenu {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  z-index: 9999;
  background-color: rgba(34, 64, 74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.active .container .row .desktop-menu #mainnav .mainmenu li .submenu {
  top: 48px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#mainnav ul.submenu li:first-child {
  border-top: none;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.submenu>li>a {
  color: #fff5e2;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav ul li:hover>ul.submenu {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.submenu li {
  margin: 0;
}

.item-menu {
  line-height: 14px !important;
  margin: 0 !important;
}

.mainmenu li a {
  color: white;
}

/* Burger Menu */
#main-container-responsive {
  display: none;
}

#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/
footer {
  background: transparent;
}

.footer-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 5%;
  background: #131938;
  border-radius: 90px 90px 0px 0px;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(99, 99, 99, 0.3);
  z-index: 1;
  position: relative;
  margin-top: -15%;
}

.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
}

.section-footer:first-of-type {
  width: 100%;
  padding-left: 0;
}

.section-footer.suscribe-section {
  width: 90%;
}

.section-footer .formInput {
  color: #636363;
  background: #ffffff;
  padding: unset;
  border-radius: inherit;
  margin-bottom: unset;
  border: unset;
  font-size: 12px;
  font-weight: 400;
  width: inherit;
  height: auto;
  line-height: 20px;
}

.section-footer .logoImg {
  width: 195px;
}

#sendForm.button-contact {
  position: relative;
  cursor: pointer;
  max-width: 42px;
  height: auto;
  top: 3px;
}

.section-footer img.certificateImg {
  max-width: 172px;
  height: auto;
}

.section-footer p.brandInfo {
  max-width: 92%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgb(99 99 99 / 75%);
}

.section-footer.suscribe-section p {
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgb(99 99 99 / 60%);
}

.section-footer h5 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section-footer a,
.section-footer span {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.section-footer a::after {
  background-color: #23388b;
}

.section-footer.suscribe-section {
  background: #f8f8f8;
  border-radius: 30px;
  height: max-content;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5%;
  background: #233e99;
}

.footer-bottom p,
.footer-bottom p span {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.redes a {
  cursor: pointer;
  margin-left: 5px;
  display: inline-flex;
  height: auto;
}

/*--------------------- RESPONSIVE ----------------------*/
@media screen and (max-width: 1300px) {
  .background-star {
    top: 130px;
  }

  #content {
    min-width: unset;
  }

  .services-section .card-title {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
  }

  .services-section .card-title br {
    display: none;
  }

  .cards-section.services-slider {
    width: 100%;
    margin: auto;
  }

  .services-slider figure.card {
    margin: 0 5px;
  }

}

/*Tablet*/
@media only screen and (max-width: 1300px) and (min-width: 1000px) {

  #logoHeader {
    width: 150px;
  }


  .mainmenu li {
    margin: 0px 10px;
  }

  .cards-section.services-section {
    width: 100%;
    height: unset;
  }

  /* .services-slider figure.card {
    margin: 0px 10px;
  } */

  .mainmenu li .item,
  .mainmenu li a {
    font-size: 12px;
  }

  .item.button-blue {
    padding: 0.6rem 1rem;
    font-size: 12px;
  }

  .language {
    padding: 8px 10px;
  }

  .mainMenuContainer {
    width: calc(100% - 92px - -3px);
  }

  .sub-menu .item-menu a {
    font-size: 12px;
  }

  .sub-menu .item-menu-link {
    margin: 7px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width:1100px) {
  .banner-text.desktopElement {
    display: block !important;
  }

  .highlight-section {
    flex-direction: column;
  }

  .slider-brands {
    width: 100%;
  }

  #brands-container {
    height: 400px;
  }

  .highlight-right.blue-content {
    margin-left: 0px;
    margin-top: -50%;
  }
}


/* Mobile */
@media screen and (max-width: 1000px) {

  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }

  section.services-section.cards-section {
    flex-direction: column;
  }


  .cards-section.services-section {
    width: 100%;
    height: unset;
  }

  .mobileElement {
    display: block !important;
  }

  /* Hero */
  .text-hero-container {
    width: 90%;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
  }

  .hero-wrap {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    padding: 0;
  }

  .hero-wrap .hero-background img {
    width: 100%;
    height: 100%;
    aspect-ratio: 390/366;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /*---------------Header------------------*/
  header {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 88px;
    background: transparent !important;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
  }

  header .container {
    width: 90%;
  }

  .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #logoHeader {
    width: 161px;
  }

  .mainmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: unset;
    color: #636363;
  }

  /* Burger Menu */
  #main-container-responsive {
    display: block;
    height: auto;
  }

  #hamburger div {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 22px;
    height: 19px;
    right: 0;
    position: relative;
  }

  #hamburger div span {
    background-color: white;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
  }

  .active #hamburger div span,
  .header.open #hamburger div span {
    background-color: #233e99;
  }

  .top-line {
    top: 0;
  }

  .middle-line {
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #hamburger div span.bottom-line {
    bottom: 0;
    width: 50%;
  }

  #hamburger .open .top-line {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #hamburger .open .middle-line {
    opacity: 0;
  }

  #hamburger .open .bottom-line {
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* Menu */
  #container-menu-responsive nav {
    background: white;
    position: absolute;
    width: 100%;
    top: 87.7px;
    padding-top: 20px;
    left: 100%;
    display: block;
    -webkit-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding-bottom: 20px;
    opacity: 0;
  }

  #container-menu.open {
    left: 0;
    opacity: 1;
  }

  .header.open {
    background-color: white !important;
  }

  .header.open .desktop-menu .mainmenu li .item,
  .header.open .desktop-menu .mainmenu li a {
    color: #636363;
  }

  .header.open .desktop-menu .mainmenu li img {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(1655%) hue-rotate(235deg) brightness(92%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(1655%) hue-rotate(235deg) brightness(92%) contrast(94%);
  }

  .header.open #logoHeader {
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(6000%) hue-rotate(203deg) brightness(90%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(6000%) hue-rotate(203deg) brightness(90%) contrast(96%);
  }

  .mainmenu li {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .mainmenu .item.button-blue {
    left: 5%;
    position: relative;
    margin-block: 15px;
    font-size: 15px;
    padding: 0.8rem 1.6rem;
  }

  .mainmenu li a {
    color: white;
    font-size: 15px !important;
  }

  .mainmenu li:last-child {
    margin-bottom: 0;
  }

  .logo.open {
    display: none;
  }

  .container-whatsapp-language {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .languagepicker {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    position: relative;
    top: 0;
    right: 2px;
  }

  .languagepicker:hover {
    height: 35px;
  }

  .language {
    color: #7a7a7a !important;
  }

  .languagepickerMobile .language {
    border: 0.6px solid #d9d9d9;
    padding: 5px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    padding: 15px 10px 10px;
  }

  .language img {
    margin-bottom: 4px;
  }

  .languagepickerMobile .language:last-child {
    margin-right: 0;
  }

  .button-pink {
    line-height: 17px;
    font-size: 13px;
    margin-right: 0;
  }

  /* Submenu */

  .item-menu-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .sub-menu-open {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mainmenu .sub-menu-open .sub-menu {
    width: 100%;
    position: initial;
    -webkit-transform: scaley(1);
    -ms-transform: scaley(1);
    transform: scaley(1);
    display: none;
    padding: 0 5% 15px;
    margin-top: 0;
    background-color: #F8F8F8;
  }

  .item-menu {
    border: unset !important;
  }

  .sub-menu .item-menu-link {
    padding: 0;
  }

  .sub-menu .item-menu a {
    font-size: 14px !important;
    padding: 20px 0 0 0;
    margin: 5px 0;
  }

  .mainmenu .sub-menu-open,
  .mainmenu li .item,
  .mainmenu li a,
  .sub-menu .item-menu a {
    color: #636363;
  }

  .item-menu-responsive,
  .mainmenu li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* width: 100%; */
    width: 90%;
    padding: 15px 5% 15px;
  }

  .arrow-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .sub-menu-open.open .arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  /* Certificates */
  .certificates-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .certificates-text {
    width: 50%;
  }

  .mainmenu.line-separator {
    max-height: calc(90svh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  body:has(.header.open) {
    overflow: hidden;
  }

  #container-menu.open {
    overflow-y: scroll;
  }

  /*---------------Footer------------------*/
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-footer h5 {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .section-footer.suscribe-section h5 {
    font-size: 16px;
    text-align: left;
  }

  .footer-bottom p {
    font-size: 10px;
  }

  .redes a {
    margin-left: 2px;
  }

  /* footer */
  .footer-container {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 5% 20px;
  }

  .section-footer,
  .section-footer.suscribe-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section-footer:first-of-type {
    margin: 0 auto;
  }

  .section-footer.suscribe-section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 20px;
    padding: 5% 9%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .section-footer p.brandInfo {
    max-width: 85%;
    text-align: center;
    color: #636363;
  }

  .section-footer.suscribe-section p {
    max-width: 95%;
    text-align: center;
    font-size: 12px;
    padding-right: 0;
  }

  .section-footer a,
  .section-footer span {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .section-footer.suscribe-section .input-container {
    padding: 0 0.2rem 0 1rem;
  }

  .section-footer.suscribe-section .input-container input {
    height: 48px;
    padding-top: 4px;
  }

  .redes {
    text-align: center;
  }

  .redes a img {
    width: 35px !important;
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(1917%) hue-rotate(215deg) brightness(94%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(1917%) hue-rotate(215deg) brightness(94%) contrast(96%);
  }

  .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    height: 34px;
    padding: 0;
    width: 100%;
  }

  .small-width-container {
    max-width: 100%;
    margin: 0 auto;
  }

  body:has(#alertMessageFixedContainer[style*="display: block"][style*="opacity: 1"]) {
    overflow: hidden;
  }

  #alertMessageDivContainer #alertMessageDiv {
    top: unset !important;
  }

  #alertMessageDivContainer #alertMessageAceptar {
    width: 60% !important;
  }

  .button-blue {
    padding: 1rem 2rem;
  }

  div#bienestar-container,
  div#company-container,
  div#sustainability-container,
  div#work-container,
  div#services-container,
  div#products-container,
  div#economy-container,
  div#gestion-container,
  div#ambiental-container,
  div#certificaciones-proceso-container,
  div#certificaciones-lana-container,
  div#responsability-container,
  #contact-container {
    margin-bottom: 100px;
  }

  #content {
    min-width: 100%;
    height: auto;
  }

  /* Hero dashboard */
  .hero-dashboard .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 366px;
  }

  .hero-dashboard .hero-wrap .text-hero h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .hero-dashboard .hero-wrap .text-hero h2 span {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-dashboard .text-hero {
    width: 95%;
  }

  /* First Section Offset */
  .hero-dashboard .offset-section {
    margin-top: -100px;
  }

  /* Cards */
  .cards-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .cards-section .card,
  .card,
  .subproducts-section .cards-section .card {
    aspect-ratio: 348/292;
  }

  .hero-dashboard .features-section .card {
    aspect-ratio: 348/292;
    width: 100%;
    cursor: none;
  }

  .hero-dashboard .features-section .card .card-content {
    padding: 35px 30px;
  }

  .hero-dashboard .features-section .cards-section {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin: 0;
  }

  .arrow {
    width: 34px;
    height: 34px;
  }

  /* Principles Section*/
  #sustainability-container .principles-section,
  #bienestar-container .principles-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }

  #bienestar-container .principles-container,
  #bienestar-container .principles-text.info-card,
  #bienestar-container .principles-details.info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #bienestar-container .principles-text.info-card,
  #bienestar-container .principles-details.info-card {
    padding: 35px 30px;
  }

  #sustainability-container .principles-section h3,
  #bienestar-container .principles-section h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .principles-section .info-card.blue-content {
    min-height: unset;
    gap: unset;
  }

  .cards-section .info-card.principles-details {
    gap: 30px;
  }

  .principles-section .details-buttons {
    gap: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Statistics cards */
  .statistics-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* flex-direction: column; */
  }

  .stat-item {
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    aspect-ratio: 3/2;
    width: calc(100% / 2);
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stat-text {
    max-width: 240px;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  /* Banner */
  .banner-text {
    max-width: 75%;
  }

  .banner-text,
  .banner-text span {
    font-size: 25px;
    line-height: 30px;
  }

  .banner-section.blue-content .banner-text img {
    width: 74px;
    position: absolute;
    top: -30px;
    padding: 3px;
    background: #233e99;
    border-radius: 100px;
  }

  /* Highlight */
  .highlight-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .highlight-right {
    margin-top: -180px;
    margin-left: 0;
    padding: 50px 20px;
  }

  /* Services cards */
  .cards-section.services-section {
    height: auto;
    margin-top: unset;
    width: 100%;
    position: relative;
  }

  .slider-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    color: #636363;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .subproducts-section .slider-title {
    font-size: 30px;
    margin-block: 52px 38px;
  }

  .cards-section.services-section .slider-title {
    margin: 20px auto;
  }

  .services-section .card {
    aspect-ratio: 330/505;
    margin-inline: 5px;
  }

  .services-section .card:hover {
    width: unset;
  }

  .services-section .card:not(:hover) {
    width: unset;
  }

  .services-section .card .card-content {
    opacity: 1;
  }

  .services-card {
    margin-top: 30px;
  }

  .card-service {
    width: 90% !important;
  }

  .services .blur-pink {
    display: none;
  }

  /* Brands */
  #brands-container {
    margin-top: 80px;
    margin-bottom: 40px;
    height: 320px;
  }

  .slider-brands {
    width: 100%;
    margin-top: 35px;
  }

  .slider-brands .brand-container {
    max-height: unset;
    height: 100px;
  }

  .slider-brands img {
    width: 100%;
    float: left;
    height: 80px;
  }

  .slider-arrows {
    display: none;
  }

  /* Certificates */
  .certificates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 5% 0;
  }

  .certificates-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-certificates {
    width: 100%;
  }

  /* Info Cards*/
  .cards-section .info-card {
    padding: 35px 30px;
  }

  .info-section.offset-section.cards-section .info-card h2,
  .cards-section .info-card h2.text {
    line-height: 35px;
    padding-bottom: 1rem;
  }

  .info-grid p.text,
  .info-card p.text,
  p.text:not(.quote),
  .info-section.offset-section .info-card p {
    padding-top: 15px;
    font-size: 14px !important;
    line-height: 22px;
    margin: 0;
  }

  /* Borders Info Grid Section */

  .info-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .info-item-left,
  .info-item-right {
    width: 100%;
    overflow: hidden;
    min-height: 571px;
    max-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    color: #636363;
  }

  .info-grid *,
  .info-item-left,
  .info-item-right {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .info-grid .info-item-left:nth-child(1),
  .info-grid figure:nth-of-type(1),
  .info-grid figure:nth-of-type(4) {
    border-radius: 0;
  }

  .info-grid .card-content {
    padding-bottom: 80px;
    padding-inline: 5%;
  }

  .info-grid figure:nth-of-type(5) figcaption,
  .info-grid figure:nth-of-type(5) figcaption {
    padding-block: 20px 40px;
  }

  .info-grid .card-content:last-of-type .button {
    padding-inline: 1rem;
    width: 100%;
  }

  .info-grid figure:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .info-grid .info-item-right:nth-child(2),
  .info-grid figure:nth-of-type(2),
  .info-grid figure:nth-of-type(3),
  .info-grid figure:nth-of-type(6),
  .info-grid .info-item-right:nth-child(6) {
    border-radius: 30px 30px 0 0;
    min-height: unset;
    aspect-ratio: 390/346;
    z-index: 2;
    border-end-end-radius: unset;
  }

  .info-grid figure:nth-of-type(3),
  .info-grid figure:nth-of-type(6) {
    margin-top: -40px;
  }

  .info-grid figure:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }

  .info-grid figure:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .info-grid figure:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .info-grid figure:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .info-grid figure:nth-of-type(5),
  .info-grid figure:nth-of-type(5) {
    border-radius: 0 0 30px 30px;
  }

  .info-grid figure:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* Certifications Banner */
  .hero-dashboard .banner-section {
    padding: 5% 5% 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
  }

  .banner-section .banner-text {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12%;
    text-align: center;
    padding-block: 50px 30px;
  }

  .banner-section .banner-text h4,
  .banner-section .banner-text h4 span {
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  /* Form */
  .form-container {
    text-align: center;
    padding: 40px 5%;
  }

  .form-container p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .formSelect {
    width: 100%;
  }

  /* Inspired y blog */
  .inspired,
  .testimonial {
    margin: 0;
  }

  /* Generales */
  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  section {
    padding: 0;
    margin: 37px auto;
  }

  .sliders {
    width: 80%;
    padding: 90px 0;
    margin: auto;
  }

  .slider {
    width: 100%;
  }

  .inspired-card {
    margin: 0 10px;
  }

  .sliders h3 {
    width: 80%;
    margin-bottom: 20px;
  }

  .img-portada-inspired {
    width: 100%;
  }

  .whatsapp-fixed {
    width: 50px;
    height: 50px;
  }

  .button {
    font-size: 14px;
    padding: 12px 20px;
  }

  /* Hero */
  .text-hero .title {
    font-size: 22px;
    line-height: 24px;
    max-width: 90%;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .text-hero h2 {
    font-size: 34.84px;
    font-weight: 700;
    line-height: 40.64px;
    width: 80%;
    text-align: center;
  }

  .text-hero p {
    font-size: 15px;
    line-height: 19px;
    max-width: 90%;
    margin-top: 20px;
  }

  .container-main-customers img {
    /* height: 17px; */
    width: 25%;
  }


}


@media screen and (max-width: 768px) {

  /* Statistics cards */
  .statistics-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* flex-direction: column; */
  }

  .stat-item {
    width: 100%;
    aspect-ratio: 4/1;
    margin-block: 12%;
  }

  .stat-number * {
    font-size: 54px;
  }

}


@media screen and (max-width: 649px) {
  .services-section .card-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 14px;
  }
}


@media screen and (max-width: 450px) {

  /* Statistics cards */
  .stat-item {
    aspect-ratio: 4/1;
  }

  .stat-number * {
    color: #23388b;
    font-size: 48px;
    font-weight: 700;
    line-height: 78.96px;
  }
}