* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
.socials {
  position: fixed;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100vh;
  justify-content: center;
  z-index: 999;
  -webkit-animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.socials img {
  width: 80px;
  height: 80px;
}

header {
  display: flex;
  justify-content: end;
  position: fixed;
  width: 80%;
  align-items: center;
  margin-inline: 10%;
  z-index: 999;
}
header figure {
  position: fixed;
  top: 50px;
  left: 10%;
  -webkit-animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
header figure img {
  height: auto;
  width: auto;
}
header nav {
  display: flex;
  align-items: end;
  padding: 20px;
  gap: 20px;
  background-color: #2E3192;
  height: 75px;
  -webkit-animation: slide-in-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
header nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}
header nav ul li {
  font-size: 14px;
  transition: all 0.5s ease;
}
header nav ul li a {
  color: white;
  text-decoration: none;
}
header nav ul li:hover {
  cursor: pointer;
}
header nav section {
  display: flex;
  gap: 20px;
}
header nav section svg {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}
header nav section svg:hover {
  transform: translateY(-2px);
}
header svg {
  display: none;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.video-background {
  position: relative;
  min-height: 100vh;
}
.video-background video {
  position: absolute;
  height: 100%;
}

.title,
.video-content {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 10% 0;
  align-items: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.title h1,
.video-content h1 {
  font-size: 74px;
  line-height: 85px;
  font-weight: 700;
  margin-left: -25%;
  -webkit-animation: tracking-in-expand 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.title h1 span,
.video-content h1 span {
  font-size: 96px;
  line-height: 110px;
}
.title h2,
.video-content h2 {
  font-size: 56px;
  line-height: 64.4px;
  margin-top: -10px;
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.title h2 span,
.video-content h2 span {
  background-color: #2E3192;
}

h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  color: #2E3192;
  line-height: 63px;
  text-align: center;
}
h3 span {
  background-color: #2E3192;
  color: #FAFAFA;
  padding-inline: 5px;
  margin-left: -10px;
}

.divider {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
}
.divider div:first-child, .divider div:last-child {
  border-bottom: 0.5px solid #2E3192;
  width: 30%;
  height: 15px;
}
.divider div:nth-child(2) {
  height: 15px;
  width: 15px;
  background-color: #2E3192;
  border-radius: 50%;
  margin-top: 7.5px;
}

.about,
.services,
.team,
.supervisors,
.alliance {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10%;
  width: 100%;
  padding-top: 100px;
}

.about {
  background-image: url("../assets/images/background_W 2.webp");
}
.about__figure {
  display: flex;
  margin-top: 20px;
  width: 100%;
  min-height: 400px;
}
.about__figure figcaption {
  width: 52%;
}
.about__figure img {
  width: 45%;
  object-fit: cover;
  max-height: 400px;
  height: auto;
  transition: all 0.3s ease;
}
.about__figure img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about__figure figcaption {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
}
.about__figure figcaption p:first-child {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
.about__figure figcaption section {
  display: flex;
  flex-direction: column;
}
.about__figure figcaption section article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.about__figure figcaption section article small {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}
.about__figure figcaption section article::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 5%;
  border-bottom: 0.2px solid #333333;
}
.about__figure figcaption section article svg {
  transition: all 0.3s ease;
}
.about__figure figcaption section p {
  display: none;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.about__figure img {
  padding: 10px;
  max-height: 400px;
}
.about .active {
  border-bottom: 0.2px solid #333333;
  padding: 20px 0;
}
.about .active article::after {
  display: none;
}
.about .active article svg {
  transform: rotate(180deg);
}
.about .active p {
  display: block;
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.services {
  padding: 40px 0 0 0;
  padding-top: 100px;
}
.services p {
  margin-top: 40px;
  text-align: center;
  width: 90%;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #4F4F4F;
}
.services__content {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services__content .swiper {
  display: flex;
  justify-content: space-around;
  gap: 60px 20px;
  width: 80%;
  flex-wrap: wrap;
}
.services__content .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.services__content .swiper .swiper-slide figure {
  width: 280px;
  height: 500px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.services__content .swiper .swiper-slide figure .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}
.services__content .swiper .swiper-slide figure .face section {
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.services__content .swiper .swiper-slide figure .face section img {
  width: auto;
  height: auto;
}
.services__content .swiper .swiper-slide figure .face small {
  font-size: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #F2F2F2;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.services__content .swiper .swiper-slide figure .face small span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #F2F2F2;
}
.services__content .swiper .swiper-slide figure .face p {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  color: #F2F2F2;
}
.services__content .swiper .swiper-slide figure .front {
  transform: perspective(600px) rotateY(0deg);
  background-size: cover;
}
.services__content .swiper .swiper-slide figure .back {
  transform: perspective(600px) rotateY(180deg);
  background: #2E3192;
  height: 100%;
  width: 100%;
  top: 0;
}
.services__content .swiper .swiper-slide figure:hover .front {
  transform: perspective(600px) rotateY(180deg);
}
.services__content .swiper .swiper-slide figure:hover .back {
  transform: perspective(600px) rotateY(360deg);
}
.services__content__monta {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  margin-top: -6%;
  margin-left: -20px;
  overflow: hidden;
  z-index: 2;
}
.services__content__monta figure {
  display: flex;
  align-items: center;
}
.services__content__monta figure img {
  width: auto;
  height: auto;
}
.services__content__monta figure small {
  font-size: 32px;
  font-weight: 300;
  line-height: 24px;
  color: #2E3192;
  height: 40px;
  display: flex;
  align-items: center;
  font-style: italic;
}
.services__content__monta figure .typing {
  animation: typing 2s steps(40, end);
  overflow: hidden;
  white-space: nowrap;
}

.values {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.values article {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding-top: 20px;
}
.values article h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 63px;
  color: #FFFFFF;
}
.values article p,
.values article strong {
  color: #F2F2F2;
  font-size: 18px;
  font-weight: 300;
}
.values article section {
  display: flex;
  width: 90%;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.values article section figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  gap: 20px;
  width: 271px;
  background: rgba(3, 5, 73, 0.6);
  background-blend-mode: overlay;
  min-height: 195px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.values article section figure img {
  width: 24px;
  height: auto;
}
.values article section figure p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 80%;
  line-height: 22px;
}
.values .skewed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: skewY(-4deg);
  transform-origin: top left;
}

.team {
  background-image: url("../assets/images/background_W 2.webp");
  min-height: 80vh;
}
.team .swiper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.team .swiper .swiper-pagination span {
  height: 10px;
  width: 10px;
}
.team .swiper .swiper-pagination-bullet-active {
  background-color: #2E3192;
}
.team .swiper .swiper-slide {
  padding: 50px 0;
}
.team .swiper .swiper-slide figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.team .swiper .swiper-slide figure figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.team .swiper .swiper-slide figure figcaption strong {
  font-weight: 700;
  font-size: 14px;
  color: #4F4F4F;
}
.team .swiper .swiper-slide figure figcaption span {
  font-weight: 400;
  font-size: 12px;
  color: #828282;
}
.team .swiper .swiper-slide figure figcaption section {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.team .swiper .swiper-slide figure figcaption section svg {
  transition: all 0.3s ease;
  cursor: pointer;
}
.team .swiper .swiper-slide figure figcaption section svg:hover {
  transform: translateY(-2px);
}
.team .swiper .swiper-slide figure img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.supervisors {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.supervisors .vehicles {
  z-index: 2;
  margin-top: -3%;
  height: 297px;
  width: auto;
}
.supervisors h3,
.supervisors .divider,
.supervisors p,
.supervisors .swiper {
  z-index: 2;
  color: #F2F2F2;
}
.supervisors p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
.supervisors .divider div:first-child, .supervisors .divider div:last-child {
  border-bottom: 0.5px solid #F2F2F2;
  width: 30%;
  height: 15px;
}
.supervisors .divider div:nth-child(2) {
  background-color: #F2F2F2;
}
.supervisors .swiper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 80%;
  margin-top: 50px;
  gap: 20px;
}
.supervisors .swiper .swiper-slide figure {
  position: relative;
  width: 250px;
  height: 332px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
.supervisors .swiper .swiper-slide figure .medal {
  position: absolute;
  background-color: #2E3192;
  left: 5%;
  top: -1%;
  width: 52px;
  height: 58px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.supervisors .swiper .swiper-slide figure .medal img {
  object-fit: cover;
  width: auto;
  height: auto;
}
.supervisors .swiper .swiper-slide figure .imgTop {
  height: 45%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}
.supervisors .swiper .swiper-slide figure figcaption {
  height: 55%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.supervisors .swiper .swiper-slide figure figcaption img {
  position: absolute;
  top: -25%;
}
.supervisors .swiper .swiper-slide figure figcaption p {
  font-family: "Arial";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #828282;
  margin-top: 18%;
}
.supervisors__tren {
  z-index: 2;
  width: 100%;
  padding: 10px 10%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 530px;
  background-position: center;
  justify-content: center;
}
.supervisors__tren section {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 50%;
  z-index: 3;
  margin-top: 100px;
}
.supervisors__tren section p {
  width: 50%;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
  color: #F2F2F2;
  font-style: italic;
}
.supervisors .skewed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(rgba(46, 49, 146, 0.9), rgba(46, 49, 146, 0.6)), url("../assets/images/national.webp");
  background-position: center;
  background-size: cover;
  z-index: 0;
  transform: skewY(4deg);
  transform-origin: left bottom;
}

.alliance {
  margin-bottom: 40px;
}
.alliance p {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  color: #4F4F4F;
  margin-top: 20px;
}
.alliance figure {
  margin-top: 20px;
  display: flex;
  text-align: center;
  padding: 20px;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.alliance figure strong {
  font-weight: 50;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.alliance figure section {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.alliance figure section article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.alliance figure section article img {
  height: 60px;
  transition: all 0.3s;
  width: auto;
}
.alliance figure section article img:hover {
  scale: 1.1;
}
.alliance figure section:last-child {
  align-items: center;
}
.alliance figure section:last-child article {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  width: 80%;
}

.thanks {
  background-color: #1D1D1B;
  text-align: center;
  color: #F2F2F2;
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.thanks h3 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 63px;
}
.thanks p {
  font-weight: 300;
  font-size: 18px;
  color: #F2F2F2;
  line-height: 24px;
  margin-bottom: 40px;
}
.thanks .skewed {
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  background-position: center;
  background-size: cover;
  z-index: 0;
  transform: skewY(-4deg);
  transform-origin: right top;
}

footer {
  min-height: 267px;
  display: flex;
  flex-direction: column;
  background-color: #1D1D1B;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-inline: 5%;
}
footer div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
footer div figure img {
  width: auto;
  height: auto;
}
footer div article {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer div article a {
  display: flex;
  gap: 5px;
  text-decoration: none;
}
footer div article a small {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
footer div section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer div section small {
  color: #4F4F4F;
  text-transform: uppercase;
  font-size: 20px;
}
footer div section article {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
footer div section svg {
  cursor: pointer;
  transition: all 0.3s ease;
}
footer div section svg:hover {
  transform: translateY(-2px);
}
footer .solucionsoft {
  text-decoration: none;
  text-align: right;
  color: #F2F2F2;
  width: 100%;
}
footer .solucionsoft span {
  text-decoration: underline;
}

.logos {
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 10%;
  gap: 20px;
}
.logos img {
  width: 89px;
  height: 32px;
}

.contactUs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5% 10%;
  background-color: rgba(217, 217, 217, 0.5019607843);
  padding-top: 100px;
}
.contactUs h3 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: center;
}
.contactUs figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contactUs figure img {
  width: 60px;
  height: 60px;
}
.contactUs form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contactUs form section {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  gap: 20px;
}
.contactUs form section label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactUs form section label small {
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 20px;
}
.contactUs form section label input,
.contactUs form section label select {
  height: 40px;
  border: 1px solid gray;
  background-color: #D9D9D9;
  border-radius: 8px;
  padding: 14px 20px;
  outline: none;
}
.contactUs form section label input::placeholder,
.contactUs form section label select::placeholder {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
}
.contactUs form section label select {
  padding: 0 20px;
}
.contactUs form .textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactUs form .textarea small {
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 20px;
}
.contactUs form .textarea textarea {
  border-radius: 8px;
  padding: 14px 20px;
  background-color: #D9D9D9;
  outline: none;
}
.contactUs form .checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding: 0 20px;
}
.contactUs form .checkbox-container input {
  width: 20px;
  height: 20px;
  border: 2px solid #2E3192;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  appearance: none;
}
.contactUs form .checkbox-container input:checked {
  accent-color: #2E3192;
  appearance: auto;
}
.contactUs form .sendButton {
  display: flex;
  width: 100%;
  justify-content: end;
}
.contactUs form .sendButton button {
  background: linear-gradient(93.36deg, #2E3192 2.33%, #030549 96.5%);
  width: 219px;
  height: 52px;
  border-radius: 10px;
  color: white;
  border: none;
  cursor: pointer;
}

label.error {
  color: red;
  font-size: 12px;
}

.hidden {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@media (max-width: 1130px) {
  header figure {
    top: 12%;
  }
}
@media (max-width: 900px) {
  .socials img {
    width: 60px;
    height: 60px;
  }
  header {
    align-items: center;
    justify-content: space-between;
    margin-inline: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.3s ease;
  }
  header figure {
    position: relative;
    left: 0;
  }
  header figure img {
    height: 80px;
  }
  header nav {
    display: none;
    transition: all 0.3s ease;
  }
  header svg {
    display: block;
    height: 35px;
    width: 35px;
  }
  header svg:first-child path {
    fill: #FFFFFF;
  }
  header .hidden {
    display: none;
  }
  header .navbarVisible {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-width: 250px;
    top: 0;
    right: 0;
    position: fixed;
    justify-content: space-between;
    align-items: center;
  }
  header .navbarVisible svg {
    align-self: end;
    justify-self: end;
  }
  header .navbarVisible ul {
    flex-direction: column;
  }
  header .navbarVisible section svg {
    width: 35px;
    height: 35px;
  }
  .scrolled {
    transition: all 0.3s ease;
    background-color: rgba(46, 49, 146, 0.7);
  }
  .title h1,
  .video-content h1 {
    font-size: 50px;
    line-height: 61px;
  }
  .title h1 span,
  .video-content h1 span {
    font-size: 72px;
    line-height: 86px;
  }
  .title h2,
  .video-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 32px;
    line-height: 53px;
  }
  .about__figure {
    flex-direction: column;
  }
  .about__figure figcaption,
  .about__figure img {
    width: 100%;
  }
  .services__content {
    padding-bottom: 40px;
  }
  .services__content__monta {
    margin-left: 0;
  }
  .services__content__monta figure {
    flex-direction: column;
  }
  .services__content__monta figure img {
    height: 250px;
  }
  .services__content__monta figure small {
    font-size: 24px;
  }
  .values article {
    padding: 10px;
  }
  .values article h2 {
    font-size: 32px;
    line-height: 53px;
  }
  .values article p {
    font-size: 16px;
  }
  .team article {
    justify-content: center;
  }
  .team article figure img {
    width: 140px;
    height: 140px;
  }
  .supervisors .vehicles {
    height: 200px;
    margin-top: -3%;
  }
  .supervisors p {
    padding: 20px;
  }
  .supervisors article {
    justify-content: center;
  }
  .supervisors__tren {
    background: #2E3192;
    padding: 20px;
  }
  .supervisors__tren section {
    flex-direction: column;
    margin-top: 0;
    height: 100%;
    justify-content: center;
  }
  .supervisors__tren section p {
    font-size: 24px;
    width: 100%;
  }
  .alliance {
    width: 100%;
    padding: 20px;
  }
  .alliance figure {
    width: 100%;
  }
  .alliance figure section {
    width: 100%;
  }
  .thanks h3 {
    line-height: 50px;
  }
  .thanks p {
    margin-bottom: 20px;
  }
  .thanks .skewed {
    height: 80px;
    top: -80px;
  }
  footer {
    gap: 50px;
    padding: 40px;
  }
  footer section {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .title,
  .video-content {
    justify-content: center;
    text-align: center;
  }
  .title h1,
  .video-content h1 {
    margin-left: 0;
    font-size: 40px;
  }
  .title h1 span,
  .video-content h1 span {
    font-size: 62px;
  }
  .about {
    padding: 20px;
  }
  .services__content__monta figure small {
    font-size: 14px;
    text-align: center;
  }
  .supervisors .vehicles {
    height: 140px;
  }
  .contactUs {
    padding-top: 50px;
  }
  .contactUs h3 {
    font-size: 32px;
  }
  .contactUs form section {
    display: flex;
    flex-direction: column;
  }
  .contactUs form section label {
    width: 100%;
  }
  .contactUs form .sendButton {
    justify-content: center;
  }
  .contactUs form .sendButton button {
    width: 180px;
    height: 40px;
    margin-top: 20px;
  }
}

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