/* Home Header */

.home-fixed {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  position: fixed;
  height: 1000px;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
  filter: brightness(0.5) blur(2px);
}

.home-fixed-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(111, 117, 88, 0.42) 0%,
    rgba(216, 221, 186, 0.3) 100%
  );
}

.home-fixed video,
.home-fixed img {
  object-fit: cover;
  height: 100%;
}

.home-header-info {
  padding: 160px 20px 90px 20px;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.home-header-info img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.home-header-info h1 {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-stretch: expanded;
}

.home-header-info h2 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0px;
  letter-spacing: -1.28px;
  font-stretch: expanded;
  text-transform: uppercase;
}

.home-header-info > div {
  display: flex;
  gap: 70px;
}

.home-header-info .button-main {
  font-size: 26px;
  width: 230px;
}

.home-header-info-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
}

.home-header-info-logo img {
  width: 100%;
  max-width: 100px;
}

.home-header-info-logo p {
  width: 202px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin: 0px;
}

@media (max-width: 1600px) {
  .home-header-info {
    gap: 34px;
  }

  .home-header-info img {
    max-width: 700px;
  }

  .home-header-info h2 {
    font-size: 32px;
  }
}

@media (max-width: 1400px) {
  .home-header-info {
    gap: 30px;
  }

  .home-header-info img {
    max-width: 650px;
  }

  .home-header-info h1 {
    font-size: 55px;
  }

  .home-header-info .button-main {
    font-size: 19px;
  }
}

@media (max-width: 950px) {
  .home-header-info {
    gap: 20px;
  }

  .home-header-info-logo p {
    width: auto;
    margin-top: 15px;
  }

  .home-header-info img {
    max-width: 550px;
  }

  .home-header-info > div {
    flex-direction: column;
    gap: 35px;
  }

  .home-header-info h2 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .home-header-info-logo img {
    width: 100%;
    max-width: 80px !important;
  }
}

@media (max-width: 500px) {
  .home-header-info {
    padding: 70px 20px 90px 20px;
  }

  .home-header-text {
    width: 100%;
    font-size: 24px;
    word-spacing: -4px;
  }

  .home-header-info h2 {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

/* Home Info What */

.home-info {
  padding: 120px 40px 120px 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}

.home-info-what {
  display: flex;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 56px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.home-info-what > div {
  box-sizing: border-box;
}

.home-info-what > div:nth-of-type(1) {
  width: 75%;
}

.home-info-what > div:nth-of-type(2) {
  width: 25%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.home-info-what h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px 0;
}

.home-info-what p:first-of-type {
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  color: #fff;
  font-weight: 200;
  margin: 0px;
}

.home-info-what p:last-of-type {
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  color: #fff;
  font-weight: 200;
  margin: 0px;
}

.home-info-what .button-main {
  font-size: 26px;
  font-weight: 500;
}

.home-info-what .button-main:hover {
  transition: background-color 0.4s ease;
}

.home-info-what .button-main:hover > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(102deg) brightness(100%) contrast(105%);
}

.home-info-what .button-main:hover {
  color: white;
  background-color: #00af66;
}

.home-info-text {
  color: #24135f;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
}

@media (max-width: 1400px) {
  .home-info-what {
    padding: 30px;
  }

  .home-info-what h2 {
    font-size: 52px;
  }

  .home-info-what p {
    font-size: 18px;
    line-height: 1.4;
  }

  .home-info-what .button-main {
    font-size: 20px;
  }

  .home-info-what p:first-of-type {
    font-size: 26px;
  }
}

@media (max-width: 950px) {
  .home-info-what {
    flex-direction: column;
  }

  .home-info-what > div {
    padding: 0;
  }

  .home-info-what > div:nth-of-type(1),
  .home-info-what > div:nth-of-type(2) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .home-info-what {
    padding: 30px;
    gap: 20px;
  }

  .home-info-what h2 {
    font-size: 46px;
    margin: 0 0 40px 0;
  }

  .home-info {
    padding: 80px 20px 80px 20px;
  }

  .home-info-what p:first-of-type {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Home Números */

.home-numeros-container {
  padding: 120px 40px;
  background-color: white;
}

.home-numeros {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 150px;
}

.home-numero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 280px;
}

.home-numero > span:first-of-type {
  color: #24135f;
  font-size: 110px;
  font-weight: bold;
  letter-spacing: -2.4px;
}

.home-numero > span:last-of-type {
  color: #0072ce;
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
}

@media (max-width: 1400px) {
  .home-numeros {
    justify-content: center;
    gap: 30px;
  }

  .home-numero {
    gap: 10px;
    width: 230px;
  }

  .home-numero > span:first-of-type {
    font-size: 72px;
  }

  .home-numero > span:last-of-type {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
}

/* Home Window */

.home-window-container {
  background-color: white;
  width: 100%;
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
}

.home-window {
  max-width: 1600px;
  width: 100%;
  display: flex;
}

.home-window > div {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-window > div:first-of-type {
  width: 40%;
}

.home-window > div:last-of-type {
  width: 60%;
}

.home-window-text p {
  max-width: 640px;
  color: #24135f;
  font-size: 32px;
  font-weight: 300;
}

.window-container {
  width: 100%;
  height: auto;
  aspect-ratio: 538 / 520;
  position: relative;
}

.window-container > img {
  position: absolute;
  transition: transform 0.1s;
}

.window-balcon {
  width: 100%;
  top: 54%;
  left: 0%;
}

.window-ventana {
  width: 44%;
  left: 28.5%;
}

.window-objetivos {
  width: 100%;
  bottom: 47%;
}

.window-balcon.feria {
  width: 94%;
  top: 43%;
  left: 3%;
}

.window-ventana.feria {
  width: 49%;
  left: 25.5%;
  bottom: 1%;
}

.window-objetivos.feria {
  width: 97%;
  bottom: 56%;
  left: 2%;
}

@media (max-width: 1400px) {
  .home-window-text p {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .home-window-container {
    padding: 80px 20px;
  }

  .window-container {
    width: 90%;
  }

  .home-window {
    flex-direction: column;
    gap: 40px;
  }

  .home-window > div:first-of-type,
  .home-window > div:last-of-type {
    width: 100%;
  }

  .home-window > div {
    padding: 0;
  }

  .home-window-text p {
    font-size: 34px;
  }
}

/* Home Cards */

.home-cards-container {
  width: 100%;
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
}

.home-cards-container h2 {
  color: #fff;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 40px;
}

.home-cards-container .button-main {
  max-width: 300px;
}

.home-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.home-card-row {
  display: flex;
  max-width: 1900px;
  flex-flow: wrap;
  gap: 25px;
  overflow: hidden;
  width: fit-content;
  justify-content: center;
}

.home-card-row:first-of-type > div:nth-of-type(even) {
  background-color: #d8ddba;
  color: #24135f;
}

.home-card-row:first-of-type > div:nth-of-type(evenodd) {
  background-color: #24135f;
  color: #d8ddba;
}

.home-card-row:last-of-type > div:nth-of-type(odd) {
  background-color: #d8ddba;
  color: #24135f;
}

.home-card-row:last-of-type > div:nth-of-type(even) {
  background-color: #24135f;
  color: #d8ddba;
}

.home-card {
  height: 350px;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}

.home-card > div {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  position: relative;
  line-height: 1;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}

.home-card-image {
  width: 25%;
  display: flex;
  align-items: center;
}

.home-card-image img {
  width: 100%;
  max-height: 70px;
}

.home-card-text {
  width: 100%;
  text-align: center;
}

.home-card span {
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -24px;
  left: -55px;
}

.home-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

.home-cards-container .button-main {
  font-size: 26px;
  width: 270px;
}

.home-card-buttons {
  display: flex;
  gap: 80px;
}

@media (max-width: 1400px) {
  .home-cards-container h2 {
    font-size: 56px;
  }

  .home-card {
    height: 340px;
    width: 19%;
  }

  .home-card-row {
    gap: 15px;
  }

  .home-card-image img {
    max-height: 55px;
  }

  .home-card p {
    font-size: 14px;
    line-height: 1.3;
  }

  .home-card > div {
    font-size: 24px;
  }

  .home-card span {
    font-size: 47px;
  }

  .home-cards-container .button-main {
    font-size: 20px;
    width: 210px;
  }
}

@media (max-width: 1200px) {
  .home-card {
    height: 360px;
    width: 22%;
  }
}

@media (max-width: 900px) {
  .home-cards-container {
    padding: 100px 0;
  }

  .home-cards-container h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .home-card-buttons {
    flex-direction: column;
    gap: 50px;
  }

  .home-card span {
    top: -24px;
  }

  .home-card {
    height: 340px;
    width: 48%;
  }
}

@media (max-width: 500px) {
  .home-card {
    padding: 20px;
    height: 310px;
    width: 330px;
  }

  .home-cards {
    gap: 35px;
  }

  .home-card > div {
    line-height: 1;
  }
}

/* Home Images */

.home-images {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home-images > div {
  display: flex;
  flex-wrap: wrap;
}

.home-images > div:nth-of-type(1) .home-image {
  width: 33.33%;
}

.home-images > div:nth-of-type(2) .home-image {
  width: 33.33%;
}

.home-image {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .home-image {
    height: 320px;
  }
}

@media (max-width: 900px) {
  .home-images > div:nth-of-type(1) .home-image {
    width: 50%;
  }

  .home-images > div:nth-of-type(2) .home-image {
    width: 50%;
  }

  .home-images > div:nth-of-type(2) > div:last-of-type {
    display: none;
  }
}

/* home sign */

.home-sign {
  width: 100%;
  background-color: #0072ce;
  overflow: hidden;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
}

.home-sign label {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
  width: 13127px;
  white-space: nowrap;
  animation: move 35s linear infinite;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6563.5px);
  }
}

@media (max-width: 1400px) {
  .home-sign label {
    font-size: 52px;
  }
}

@media (max-width: 900px) {
  .home-sign label {
    font-size: 38px;
  }
}

/* Home video */

.home-video {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.home-video iframe {
  aspect-ratio: 16 / 9;
  width: 84%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 1500px) {
  .home-video iframe {
    max-width: 100%;
    width: 94%;
  }
}

/* Home Newslleter */

.home-newsletter-container {
  padding: 120px 40px;
  background-color: #fff;
}

.home-newsletter {
  margin: auto;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
}

.home-newsletter h2 {
  color: #24135f;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}

.home-newsletter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #ebf7ff;
  backdrop-filter: blur(16px);
  padding: 40px;
  position: relative;
  box-sizing: border-box;
}

.home-newsletter-form-data {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-newsletter-form-data > div {
  display: flex;
}

.home-newsletter-form-data > div:nth-of-type(2) {
  position: absolute;
  bottom: -38px;
  font-size: 12px;
  display: inline;
}

.home-newsletter-form-data a {
  font-size: 12px;
  color: black;
  margin-left: 3px;
}

.home-newsletter-form input[type="text"],
.home-newsletter-form input[type="email"] {
  width: 250px;
  background-color: white;
  border: none;
  margin-right: 20px;
  padding: 15px;
  border-radius: 10px;
  font-size: 20px;

  box-sizing: border-box;
  height: 45px;
}

.home-newsletter-form input:focus-visible {
  outline: 0;
}

.home-newsletter-info {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 11px;
}

.home-newsletter-form .button-main {
  border: none;
  cursor: pointer;
  margin-left: auto;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(90deg, #0072ce 0%, #24135f 100%);
  color: #fff;
  transition: all 400ms ease-in-out;
}

.home-newsletter-form .button-main:hover {
  background: #fff;
  color: #24135f;
}

.home-newsletter-form .button-main[data-enabled="false"] {
  background-color: #24135f4a;
  cursor: default;
}

@media (max-width: 1400px) {
  .home-newsletter-form input {
    font-size: 16px;
  }

  .home-newsletter-form .button-main {
    font-size: 18px;
  }

  .home-newsletter h2 {
    font-size: 52px;
    line-height: 1;
  }
}

@media (max-width: 900px) {
  .home-newsletter-container {
    padding: 80px 20px;
  }

  .home-newsletter {
    margin: auto;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
  }

  .home-newsletter-form {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding: 20px;
  }

  .home-newsletter-form a {
    margin: auto;
  }

  .home-newsletter-info {
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
  }

  .home-newsletter-form-data > div:nth-of-type(1) {
    flex-direction: column;
    gap: 20px;
  }

  .home-newsletter-form input[type="text"],
  .home-newsletter-form input[type="email"] {
    width: 100%;
    max-width: 400px;
  }

  .home-newsletter-form-data > div:nth-of-type(2) {
    bottom: -44px;
  }
}

/* Home Contador */

.home-contador {
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 40px;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.home-contador > div {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-contador > div > label:first-of-type {
  color: #fff;
  font-size: 110px;
  font-weight: 700;
}

.home-contador > div > label:last-of-type {
  font-size: 110px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px white;
}

@media (max-width: 1400px) {
  .home-contador > div {
    width: 205px;
  }

  .home-contador > div > label:first-of-type,
  .home-contador > div > label:last-of-type {
    font-size: 78px;
  }

  .home-contador > div > label:first-of-type {
    font-size: 78px;
  }
}

/* Cookies */

.cookies-container {
  display: none;
  max-width: 800px;
  position: fixed;
  color: #24135f;
  width: 100%;
  right: 20px;
  bottom: 20px;
  flex-direction: column;
  gap: 30px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  background: rgb(255 255 255 / 60%);
  backdrop-filter: blur(20px);
  z-index: 100;
  font-weight: 400;
}

.cookies-container a {
  color: #24135f;
  font-weight: 500;
}

.cookies-buttons {
  display: flex;
  gap: 20px;
  cursor: pointer;
  justify-content: center;
}

.cookies-buttons > div {
  background-color: white;
  color: #24135f;
  border-radius: 10px;
  padding: 10px 23px;
  text-align: center;
  min-width: 100px;
  font-size: 18px;
  font-weight: 500;
  transition: background ease 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-buttons > div:hover {
  background: #24135f;
  color: white;
}

@media (max-width: 900px) {
  .cookies-container {
    width: calc(100% - 40px);
    max-width: none;
  }

  .cookies-buttons > div {
    font-size: 16px;
    min-width: auto;
  }
}

/*LOGO FIS - RESPONSIVE*/

.logo-fis__vertical {
  display: none;
}

@media (max-width: 650px) {
  .logo-fis {
    display: none;
  }

  .logo-fis__vertical {
    display: block;
  }

  .home-header-info img {
    max-width: 250px;
    width: 100%;
  }
}
