@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.aboutus h2::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Grupo_1239' data-name='Grupo 1239' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='391.977' height='22.2' viewBox='0 0 391.977 22.2'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_425' data-name='Rectángulo 425' width='391.977' height='22.2' fill='%23002858'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_1227' data-name='Grupo 1227' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_283' data-name='Trazado 283' d='M0,9.2A417.178,417.178,0,0,1,124.593,1.626c27.106,2.2,54.077,6.231,81.052,8.915,10.04,1,20.378,1.865,30.461,2.454,42.789,2.648,85.756.372,128.356-4.357,6.752-.755,14.654-1.662,21.395-2.5l3.058-.374,3.062-.36c-1.53.372-4.472,1.084-5.994,1.442-7.713,1.818-16.347,3.655-24.128,5.135-18.175,3.485-36.6,6.18-55.021,7.915a531.3,531.3,0,0,1-111.3-1.331c-24.546-2.668-48.751-6.494-73.219-9.129C81.685,4.727,40.675,5.1,0,9.2' transform='translate(0 -0.001)' fill='%23002858'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 250px;
  height: 20px;
  position: relative;
  background-size: contain;
  display: flex;
  margin: auto;
}
.aboutus-director {
  padding: 4em 5%;
  overflow: hidden;
}
.aboutus-director-wrapper {
  display: flex;
  position: relative;
  gap: 1.5em;
  align-items: center;
}
.aboutus-director-title {
  text-align: center;
}
.aboutus-director-image {
  width: 30%;
  position: relative;
}
.aboutus-director-image img {
  border-radius: 100%;
  background: #F5F5F5;
  z-index: 2;
  position: relative;
}
.aboutus-director-image::after {
  content: "";
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #0A386E;
  position: absolute;
  top: 20%;
  z-index: 2;
  left: -5%;
}
.aboutus-director-image::before {
  content: "";
  width: 200px;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(0, 40, 88, 0.431372549);
  position: absolute;
  bottom: 0;
  left: -10%;
}
.aboutus-director-text {
  width: 70%;
}
.aboutus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.aboutus-grid span {
  grid-column: 7/span 3;
  grid-row: 2/span 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  justify-content: center;
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aboutus-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  opacity: 1;
  object-fit: cover;
}
.aboutus-grid img.fade-out {
  animation: fadeOut 2s;
}
.aboutus-admin {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background: #F5F5F5;
}
.aboutus-admin-text {
  width: 50%;
  padding: 0 5%;
}
.aboutus-admin-list {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
.aboutus-admin-first {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 50%;
  position: relative;
  transform: translateY(10%);
}
.aboutus-admin-last {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 50%;
  position: relative;
}
.aboutus-admin-item {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 90%;
  aspect-ratio: 1/1;
}
.aboutus-admin-item img {
  position: relative;
  object-fit: cover;
  width: 100%;
}
.aboutus-admin-item span {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(11, 56, 111) 100%);
  padding-bottom: 2em;
}
.aboutus-admin-item span p, .aboutus-admin-item span strong {
  width: 100%;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
@media screen and (max-width: 993px) {
  .aboutus-director-wrapper {
    flex-direction: column;
  }
  .aboutus-director-image {
    width: 100%;
  }
  .aboutus-director-text {
    width: 100%;
    text-align: center;
  }
  .aboutus-grid {
    grid-template-rows: 10vh 10vh auto 10vh 10vh 10vh 0vh 0vh;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: fit-content;
    overflow: hidden;
  }
  .aboutus-grid span {
    grid-row: 3/span 1;
    grid-column: auto/span 7;
  }
  .aboutus-admin {
    height: auto;
    flex-direction: column;
  }
  .aboutus-admin-text {
    width: 100%;
    padding: 2em 1em;
    text-align: center;
  }
  .aboutus-admin-list {
    flex-direction: column;
    width: 100%;
    height: 75vh;
    justify-content: start;
  }
  .aboutus-admin-first {
    flex-direction: row;
    width: 250% !important;
    transform: translateX(-75%);
  }
  .aboutus-admin-last {
    flex-direction: row;
    width: 250% !important;
  }
}
@media screen and (min-width: 1339px) {
  .aboutus-admin-first {
    transform: translateY(24%);
  }
  .aboutus-admin-last {
    transform: translateY(14%);
  }
}