.alianza_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
.alianza_slide > img {
  width: 100%;
  height: 100%;
  max-height: 3.5rem;
  max-width: 8rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .alianza_slide > img {
    max-height: 2.5rem;
    max-width: 7rem;
  }
}

/* Counter */
.counter_animation {
  color: #c41010;
  font-size: 48px;
  font-weight: 700;
}

.exito {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
}

.exito > span {
  color: #c41010;
  font-size: 48px;
  font-weight: 700;
}

/* Slider - Certificaciones */

.cert_main {
  padding: 2rem;
}

.cert_slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 20rem;
}

.cert_slide > span {
  font-family: "Poppins";
  font-weight: 500;
}

.cert_slide > .img_container {
  height: 12rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.cert_slide > .img_container > img {
  width: 100%;
  height: 100%;
  max-height: 12rem;
  max-width: 12rem;
  object-fit: contain;
}

/* FlipCard */

.flip-card2:hover {
  cursor: pointer;
}

.flip-card2-inactive .flip-card2-front {
  filter: opacity(1);
  transition: all 0.5s;
}

.flip-card2-active {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.flip-card2-active .flip-card2-front {
  filter: opacity(0);
  transition: all 0.5s;
}

/* Video */

.redycom-video {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.redycom-video_m {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .redycom-video,
  #div_block-301-26 {
    display: none !important;
  }
  .redycom-video_m {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: block !important;
  }
}
.redycom-video2 {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#div_block-301-26 {
  background-color: transparent !important;
}

/* Container */
.custom-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}

/* Navbar */
#menu-main-x {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#menu-main-x a {
  color: #c41010;
  font-weight: 600;
  font-size: 1.1rem;
}
.language-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.3rem;
}
