@charset "UTF-8";
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: none;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: cover;
}

/* Animación para simular la escritura a máquina */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
.container__menu {
  position: fixed;
}
.container__menu__items {
  width: 100%;
  justify-content: center;
  gap: 2rem;
}

.corporative {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.corporative .tablet,
.corporative .phone {
  display: none;
}
.corporative__banner {
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: end;
}
.corporative__banner figure {
  display: flex;
  width: 100%;
  height: 134px;
  justify-content: center;
  align-items: center;
  background-color: #384463;
}
.corporative__banner figure img {
  width: 300px;
  height: auto;
  margin-top: -150px;
  z-index: 1;
  margin-left: -15%;
}
.corporative__banner figure figcaption {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: -80px;
}
.corporative__banner figure figcaption h4 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: -100px;
  margin-left: 130px;
}
.corporative__banner figure figcaption h2 {
  font-family: "photograph-signature", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 220.03px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2s steps(100, end), blink-caret 0.75s step-end infinite;
}
.corporative__logos {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4rem 5%;
}
.corporative__logos h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  width: 90%;
  margin-inline: 5%;
  color: #091f51;
}
.corporative__logos strong {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  margin-top: 4rem;
  color: #091f51;
  padding-left: 7.5%;
}
.corporative__logos p {
  font-family: "Dinex", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.55px;
  text-align: left;
  color: #000000;
  margin-top: 1rem;
  padding-left: 7.5%;
  text-align: justify;
}
.corporative__logos__container {
  overflow: hidden;
  margin-top: 4rem;
  position: relative;
  width: 100%;
  display: flex;
}
.corporative__logos__container .swiper-button-next,
.corporative__logos__container .swiper-button-prev,
.corporative__logos__container .next2,
.corporative__logos__container .swiper-button-prev2 {
  border: 2px solid #18C1F3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #18C1F3;
}
.corporative__logos__container .swiper-button-next::after,
.corporative__logos__container .swiper-button-prev::after,
.corporative__logos__container .next2::after,
.corporative__logos__container .swiper-button-prev2::after {
  font-size: 1.2rem !important;
}
.corporative__logos__container .swiper-logos,
.corporative__logos__container .bottom-swiper {
  width: 90%;
  margin-inline: 5%;
  overflow: hidden;
}
.corporative__logos__container .swiper-slide {
  width: 170px;
  height: 65px;
  object-fit: contain;
}
.corporative__bottom {
  padding: 2rem 15%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.corporative__bottom figure {
  display: flex;
  align-items: center;
  gap: 4rem;
  height: 130px;
  width: 100%;
}
.corporative__bottom figure section {
  background-color: #13479d;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporative__bottom figure section img {
  transform: rotate(45deg);
  width: auto;
  height: auto;
}
.corporative__bottom figure span {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  width: 85%;
  border-bottom: 2px solid #091f51;
}

.slogan {
  display: flex;
  text-align: center;
  margin: 5% auto;
  border: 2px solid #091f51;
  width: 760px;
  border-radius: 20px;
  justify-content: center;
  height: 76px;
  padding: 0;
}
.slogan h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #091f51;
  font-weight: 800;
  padding: 0 3%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slogan h2 span {
  font-family: "photograph-signature", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 165.02px;
  text-align: center;
  color: #6a98ff;
}

@media (max-width: 930px) {
  .corporative__banner figure figcaption h4 {
    margin-bottom: -80px;
    font-size: 24px;
    margin-left: 100px;
  }
  .corporative__banner figure figcaption h2 {
    font-size: 90px;
    line-height: 190px;
  }
  .corporative .tablet {
    display: flex;
  }
  .corporative .desktop,
  .corporative .phone {
    display: none;
  }
  .corporative__bottom figure span {
    width: 80%;
  }
  .slogan {
    width: 90%;
  }
  .slogan h2 {
    font-size: 2rem;
  }
  .slogan h2 span {
    font-size: 74px;
    line-height: 140px;
  }
}
@media (max-width: 750px) {
  .corporative__banner figure img {
    width: 250px;
    margin-top: -95px;
  }
  .corporative__banner figure figcaption {
    margin-left: -50px;
  }
  .corporative__banner figure figcaption h4 {
    margin-bottom: -70px;
  }
  .corporative__banner figure figcaption h2 {
    font-size: 60px;
    line-height: 160px;
  }
  .corporative .phone {
    display: flex;
  }
  .corporative .desktop,
  .corporative .tablet {
    display: none;
  }
  .corporative__bottom figure {
    height: 100px;
  }
  .corporative__bottom figure section img {
    width: 40px;
  }
  .corporative__bottom figure span {
    width: 70%;
  }
  .slogan {
    height: 56px;
  }
  .slogan h2 {
    font-size: 1.4rem;
  }
  .slogan h2 span {
    font-size: 54px;
    line-height: 120px;
  }
}
@media (max-width: 550px) {
  .corporative__banner figure figcaption h4 {
    margin-bottom: -60px;
    margin-left: 0;
    text-align: center;
  }
  .corporative__banner figure figcaption h2 {
    font-size: 40px;
    line-height: 140px;
  }
}
@media (max-width: 480px) {
  .corporative__banner figure {
    height: 100px;
  }
  .corporative__banner figure img {
    width: 120px;
    margin-top: -10px;
  }
  .corporative__banner figure figcaption {
    margin-left: -30px;
  }
  .corporative__banner figure figcaption h4 {
    margin-bottom: -60px;
    margin-left: 0;
    text-align: center;
  }
  .corporative__banner figure figcaption h2 {
    font-size: 40px;
    line-height: 140px;
  }
  .corporative__logos {
    padding: 2rem 5%;
  }
  .corporative__logos h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .corporative__logos strong {
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin-top: 2rem;
  }
  .corporative__logos p {
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
  .corporative__bottom {
    padding: 0 10%;
    gap: 0.5rem;
  }
  .corporative__bottom figure {
    gap: 2rem;
  }
  .corporative__bottom figure section {
    width: 80px;
    height: 80px;
  }
  .corporative__bottom figure section img {
    width: 30px;
  }
  .corporative__bottom figure span {
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    width: 70%;
  }
  .slogan {
    height: 30px;
  }
  .slogan h2 {
    font-size: 1rem;
  }
  .slogan h2 span {
    font-size: 28px;
    line-height: 90px;
  }
}

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