@charset "UTF-8";
.header {
  z-index: 9999;
}

.home__slider__item {
  display: flex;
  align-items: center;
  color: white;
  aspect-ratio: 1903/787;
}
.home__slider__info .h1 {
  margin-bottom: 35px;
}
.home__slider__info__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home__slider__info__buttons__btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 1rem;
  border-radius: 10px;
  font-size: 0.938rem;
  color: white;
  font-weight: 400;
  font-family: "Viga";
  text-transform: uppercase;
  cursor: pointer;
}
.home__slider__info__buttons__btn__1 {
  background: #C5001B;
}
.home__slider__info__buttons__btn__2 {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home__slider .content-dots-nav {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: white;
  border-radius: 2rem;
  overflow: hidden;
}
.home__slider .content-dots-nav .owl-next {
  margin-right: 5px;
  border: 0;
  box-shadow: none;
}
.home__slider .content-dots-nav .owl-prev {
  margin-left: 5px;
  border: 0;
  box-shadow: none;
}
.home__slider .content-dots-nav .owl-next:before,
.home__slider .content-dots-nav .owl-prev:before {
  content: none !important;
}
.home__slider .content-dots-nav .owl-nav-custom {
  background: white;
  border: 1px solid #C5001B;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__slider .content-dots-nav .owl-nav-custom svg path {
  fill: #253A89;
}
.home__slider .content-dots-nav .owl-nav-custom:hover {
  background: #C5001B;
  border-color: #C5001B;
}
.home__slider .content-dots-nav .owl-nav-custom:hover svg path {
  fill: white;
}
.home__slider .content-dots-nav .owl-dots {
  margin-top: 5px;
  position: unset;
}
.home__slider .content-dots-nav .owl-dots .owl-dot {
  border: 1px solid #253A89 !important;
  margin: 0 8px;
}
.home__slider .content-dots-nav .owl-dots .owl-dot.active {
  border-color: #C5001B !important;
  background: #C5001B !important;
}
@media (max-width: 767px) {
  .home__slider .home__slider__item {
    aspect-ratio: auto;
    min-height: 500px;
    background-position: center;
  }
  .home__slider .home__slider__info__buttons {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.seccionAdmision {
  background: #253A89;
}
.seccionAdmision p,
.seccionAdmision h3 {
  color: white;
}
.seccionAdmision__left svg path {
  fill: white;
  stroke: white;
}
.seccionAdmision__right {
  transform: scale(1.3);
  position: relative;
  z-index: 999;
}
.seccionAdmision__right__play {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.niveles__right__acordeon {
  padding-right: 0;
  padding-left: 0;
}
.niveles__right__acordeon .tituloNuevo {
  color: #253A89;
  border-bottom: 1px solid rgba(7, 24, 44, 0.1);
  padding-bottom: 2rem;
  padding-right: 155px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .niveles__right__acordeon .tituloNuevo {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.niveles__right__acordeon__cards {
  color: #253A89;
}
.niveles__right__acordeon__cards__info p {
  color: rgba(0, 0, 0, 0.768627451);
}
.niveles__right__acordeon__cards__image img {
  border-radius: 100px 20px;
}
.niveles__right__acordeon__cards .row {
  padding-right: 155px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .niveles__right__acordeon__cards .row {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.niveles__right__acordeon__cards .row:nth-child(even) {
  background: #EFF2FA;
}
.niveles__right__galeria__contenedor__card {
  padding: 0;
}
.niveles__right__galeria__contenedor__card:before {
  background: #C5001B;
}
.niveles__right__galeria__contenedor__card:after {
  background-position-y: 60%;
}

.admision__right__card__formulario__card__niveles {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 28px;
}
.admision__right__card__formulario__card__niveles p {
  color: rgba(7, 24, 44, 0.5);
}
.admision__right__card__formulario__card__niveles .opciones {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .admision__right__card__formulario__card__niveles .opciones {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .admision__right__card__formulario__card__niveles .opciones {
    flex-direction: column;
  }
}
.admision__right__card__formulario__card__niveles label {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  border-radius: 15px;
  padding: 10px 1rem;
  font-weight: 500;
  color: #253A89;
  cursor: pointer;
  font-family: "Viga";
  min-width: 180px;
}
.admision__right__card__formulario__card__niveles .opcion .icono {
  background: rgba(37, 58, 137, 0.05);
  padding: 5px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
}
.admision__right__card__formulario__card__niveles .opcion input {
  display: none;
}
.admision__right__card__formulario__card__niveles .opcion input[type=radio]:checked + label {
  background: #C5001B;
  color: white;
}
.admision__right__card__formulario__card__niveles .opcion input[type=radio]:checked + label .icono {
  background: white;
}
.admision__right__card__formulario__card__niveles .opcion input[type=radio]:checked + label .icono g rect {
  fill: #C5001B;
}

.servicios__left {
  margin-right: 0;
}

.servicios__right {
  padding-top: 1rem;
}

.masonry_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.masonry_item {
  width: 100%;
  padding: 10px;
}

@media (min-width: 576px) {
  .masonry_item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry_item {
    width: 33.333%;
  }
  .masonry_item .niveles__right__galeria__contenedor__card {
    width: 100%;
  }
  .servicios__left {
    padding-top: 48px;
    padding-left: 100px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .admision__right__card__formulario__card__niveles .opcion label {
    min-width: 120px;
  }
  .admision__right__card__formulario__card__niveles .opcion .icono {
    width: 48px;
    height: 48px;
  }
  .admision__right__card__formulario__card__niveles .opcion .icono svg {
    width: 30px;
  }
  .niveles__right__acordeon__cards .row {
    padding-right: 60px;
    padding-left: 60px;
  }
  .seccionAdmision__right {
    transform: scale(1.2);
  }
}
@media (max-width: 1200px) {
  .seccionAdmision {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .seccionAdmision__right {
    transform: scale(1);
  }
  .seccionAdmision__left {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header__bottom__menu ul li {
    margin: 0 0 0 16px;
  }
  .servicios__left {
    padding-top: 36px;
    padding-left: 72px;
    padding-right: 50px;
  }
}
.masonry_item img {
  display: block;
  width: 100%;
  border-radius: 12px; /* opcional, por estética */
}
.masonry_item p {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  left: 0;
  background: rgba(37, 58, 137, 0.8);
  text-align: center;
  color: white;
  padding: 1rem 0;
  border-radius: 0 0 10px 10px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
.masonry_item:hover p {
  background: transparent;
  bottom: 50%;
  font-family: "Viga";
  font-size: 20px;
}

.infraestructura {
  background: white;
  padding: 0;
}
.infraestructura__cards__card .bg-azulclaro {
  background: rgba(239, 242, 250, 0.5);
}
.infraestructura__cards__card__image img {
  border-radius: 100px 20px;
}
.infraestructura__cards__card__info .h2 {
  text-transform: uppercase;
  color: #253A89;
}
.infraestructura__gallery .h2 {
  color: #253A89;
}
.infraestructura__filtros .acordeon {
  background: #EFF2FA;
  padding: 25px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .infraestructura__filtros .acordeon {
    padding: 10px 30px;
    margin-bottom: 10px;
  }
}
.infraestructura__filtros .acordeon__contenido {
  border-top: 1px solid rgba(37, 58, 137, 0.1);
  margin-top: 5px;
  padding-top: 1rem;
}
.infraestructura__filtros .acordeon__boton {
  width: 100%;
  text-align: left;
  color: #253A89;
  font-family: "Viga";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infraestructura__filtros .acordeon__boton:before {
  content: none;
}
.infraestructura__filtros .acordeon__boton:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M5.38862 0.185664L9.83902 5.31908C10.0537 5.56665 10.0537 5.96804 9.83902 6.21559L9.31995 6.81432C9.10568 7.06148 8.75841 7.06195 8.54363 6.81538L4.99999 2.74706L1.45637 6.81538C1.24159 7.06195 0.89432 7.06148 0.680048 6.81432L0.160979 6.21559C-0.0536594 5.96802 -0.0536594 5.56663 0.160979 5.31908L4.61136 0.185664C4.826 -0.0618882 5.17398 -0.0618882 5.38862 0.185664Z' fill='%23253A89'/%3E%3C/svg%3E");
  display: inline-block;
  width: 10px;
  height: 7px;
}
.infraestructura__filtros .acordeon--active .acordeon__boton {
  color: #C5001B;
}
.infraestructura__filtros .acordeon--active .acordeon__boton:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M4.61138 6.81434L0.160979 1.68092C-0.0536598 1.43335 -0.0536598 1.03196 0.160979 0.784405L0.680047 0.185678C0.89432 -0.0614781 1.24159 -0.0619538 1.45637 0.184621L5.00001 4.25294L8.54363 0.184621C8.75841 -0.0619538 9.10568 -0.0614781 9.31995 0.185678L9.83902 0.784405C10.0537 1.03198 10.0537 1.43337 9.83902 1.68092L5.38864 6.81434C5.174 7.06189 4.82602 7.06189 4.61138 6.81434Z' fill='%23C5001B'/%3E%3C/svg%3E");
}
.infraestructura__filtros .filtros__checkbox {
  margin-bottom: 16px;
}
.infraestructura__filtros .filtros__checkbox-input {
  display: none;
}
.infraestructura__filtros .filtros__checkbox-input:checked + .filtros__checkbox-checkmark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M13 1.95286C13 2.17733 12.9217 2.36813 12.7652 2.52525L6.6929 8.61953L5.55226 9.76431C5.3957 9.92144 5.20559 10 4.98194 10C4.75828 10 4.56817 9.92144 4.41161 9.76431L3.27097 8.61953L0.234839 5.57239C0.0782796 5.41526 0 5.22447 0 5C0 4.77553 0.0782796 4.58474 0.234839 4.42761L1.37548 3.28283C1.53204 3.1257 1.72215 3.04714 1.94581 3.04714C2.16946 3.04714 2.35957 3.1257 2.51613 3.28283L4.98194 5.76599L10.4839 0.23569C10.6404 0.0785634 10.8305 0 11.0542 0C11.2779 0 11.468 0.0785634 11.6245 0.23569L12.7652 1.38047C12.9217 1.5376 13 1.7284 13 1.95286Z' fill='%23C5001B'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.infraestructura__filtros .filtros__checkbox-label {
  font-family: "Viga";
  color: #253A89;
  cursor: pointer;
}
.infraestructura__filtros .filtros__checkbox-checkmark {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: #D5D9E5;
  border-radius: 5px;
  margin-bottom: -4px;
  margin-right: 5px;
}

.videoPopup {
  position: relative;
  display: block;
}
.videoPopup:after {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='107' viewBox='0 0 107 107' fill='none'%3E%3Ccircle cx='53.5' cy='53.5' r='53' fill='white' stroke='white'/%3E%3Ccircle opacity='0.8' cx='53.5' cy='53.5' r='47.1719' stroke='%23C5001B' stroke-dasharray='5 5'/%3E%3Cpath d='M68.1563 51.7679C69.4896 52.5378 69.4896 54.4622 68.1562 55.232L47.6719 67.0587C46.3385 67.8285 44.6719 66.8663 44.6719 65.3267L44.6719 41.6733C44.6719 40.1337 46.3385 39.1715 47.6719 39.9413L68.1563 51.7679Z' fill='%23253A89'/%3E%3C/svg%3E");
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
