/*-----------------------------------------------header-----------------------------------------------*/    
body {
  margin: 0;
  font-family: Montserrat, Open Sans, Roboto;
}

.seaKingB{
  background: #13203c;
}

.mustardB{
  background: #C69B55;
}

.grayB{
  background: #e5e5e5;
}

.whiteB{
  background: #ffffff;
}

.seaKingT{
  color: #13203c;
}

.mustardT{
  color: #C69B55;
  font-weight: 500;
}

.grayT{
  background: #e5e5e5;
}

.whiteT{
  color: #ffffff;
}

.middle{
  display: flex;
  justify-content: center; 
  align-items: center;    
  /*min-height: 100vh;*/ 
}

.circle_map{
  background: linear-gradient(16deg, #C69B54, #13203c);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid #C69B54;
}

.circle_phone{
  background: linear-gradient(16deg, #C69B54, #13203c);
    padding: 5px 15px;
    border-radius: 50%;
    border: 1px solid #C69B54;
}

.circle_email{
  background: linear-gradient(16deg, #C69B54, #13203c);
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid #C69B54;
}


.maps{
  border: 1px solid #C69B54;
  border-radius: 10px;
  width: 100px; 
  height: 100px;
}

}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #13203c;
  padding: 10px 20px;
  color: white;
}
.logo {
  color: white;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
}
.header {
  background-color: #13203c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.line_mustard{
  background-color: #C69B55; 
  height: 8px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 0px 50px; 
  position: fixed; 
  top: 92px; 
  width: 100%; 
  z-index: 1000;
}

.nav-links a.active {
  color: #fff;
  font-weight: 500;
  /* border-bottom: 2px solid #ffc107; */
  background: #c69b55;
  border-radius: 10px;
  padding: 10px;
}

/* El padre DEBE ser relativo */
.nav-links .dropdown {
  position: relative;
}

/* Submenú para escritorio */
.nav-links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Se posiciona justo debajo del texto principal */
  left: 0;
  z-index: 9999;
  background-color: #C69B55; 
  padding: 5px 20px;
  list-style: none;
}


/* Regla de activación */
.nav-links .dropdown:hover .dropdown-menu {
  display: block !important;
}


/* Menú de navegación (Escritorio) */
.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
  overflow: visible !important;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

/* Estilo para la opción activa */
.nav-links a.active-link {
  background-color: #C69B55; /
  color: white;
  padding: 8px 16px;
  border-radius: 4px; 
  font-weight: bold;
}

/* Efecto hover para las demás opciones */
.nav-links a:hover:not(.active-link) {
  background-color: #C69B55;
  padding: 8px 0px;
  border-radius: 4px;
}

/* Botón de Hamburguesa (Oculto en escritorio) */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
  transition: 0.3s;
}

/*-----------------------------------------------header-----------------------------------------------*/   
/*----------------------------------------------footer------------------------------------------------*/
.fondo_footer{
  height: 100%;
  width: 100%;
  background-color: rgb(19,32,60); 
  background: linear-gradient(200deg, rgb(19 32 60) 0%, rgba(0, 0, 0, 1) 35%, rgba(198, 155, 85, 1) 100%);
}

.font_footer{
  color: #ffffff;
  font-size: 13px;
  text-align: justify;
}

.link{
  text-decoration: none;
}

.whatsapp-container {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 9999; 
  display: flex;
  align-items: center;
  gap: 15px;
}

.whatsapp-mensaje {
  background-color: #C69B55;
  padding: 12px 18px;
  border-radius: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  font-family: sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  animation: mostrarMensaje 3s ease-in-out;
  border: 1px solid #e5e5e5;
}

.whatsapp-boton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.5);
  transition: transform 0.3s ease;
}

.whatsapp-boton:hover {
  transform: scale(1.1); 
}

.whatsapp-icono {
  width: 35px;
  height: 35px;
}

.img-footer{
  width: 100px;
}

.ico_footer{
  width: 25px;
}
/*----------------------------------------------footer------------------------------------------------*/
/*----------------------------------------------body------------------------------------------------*/

.mg_body{
  margin-top: -130px
}

.mg_top{
  margin-top: 300px;
}

.fondo_body{
  background-image: url(../img/background/Laurel.png);
  background-repeat: round;
  background-size: cover;
  height: 80vh;
  width: 100%;
}

.bodyB{
  background-color: #fff; 
  border-radius: 10px; 
  padding: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.img-body{
  width:100px;
  border-radius:100px;
  padding: 10px;
}

.shade{
  background: rgb(255 255 255 / 50%);
  border-radius: 15px;
}

.btn_inscribete{
  border-radius: 30px;
  font-size: 20px;
  padding: 15px;
  background-color: #C69B55;
  border-color: #13203c;
  color: #fff;
  font-weight: 400;
  transition: all .3s ease; 
  box-shadow: 0 6px 15px rgba(252, 164, 18, .5); 
  cursor: pointer;
}

.btn_inscribete:hover{
  background: linear-gradient(135deg, #13203c, #13203c);
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
}

.btn_inscribete:active {
  background-color: #13203c;
}

.btn_inscribetes{
  border-radius: 30px;
  font-size: 15px;
  padding: 5px 20px;
  background-color: #C69B55;
  border-color: #13203c;
  color: #fff;
  font-weight: 400;
  transition: all .3s ease; 
  cursor: pointer;
}

.btn_inscribetes:hover{
  background: linear-gradient(135deg, #13203c, #13203c);
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
}

.btn_inscribetes:active {
  background-color: #13203c;
}

.color_faw{
 color: #13203c;
}

/* Quita la opacidad de los botones en su estado normal */
.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
}

/* Evita que cambie la opacidad al pasar el cursor (hover) o al enfocarlos */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    opacity: 1 !important;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  
  /* Restablece los bordes transparentes de Bootstrap 5 */
  border-top: none !important;
  border-bottom: none !important;
  
  /* Opcional: añade un borde visible si tu fondo es blanco */
  border: 1px solid #13203c !important; 
  background-color: #fff !important;

}

.carousel-indicators .active {
  background-color: #C69B55 !important; /* Reemplaza por tu color preferido */
  border: 1px solid #C69B55 !important; 
}

.imgB{
  margin-right: -150px;
    border-radius: 180px 0px 0px 180px;
    border-left: 5px solid #C69B55;
    width: 100%;
}

/*----------------------------------------------body------------------------------------------------*/

/*----------------------------------------------Conoce nuestra oferta ------------------------------------------------*/
.thirty{
  font-weight: bold;
  font-size: 30px;
}

.oferta{
  height: 100%;
  /*background-color: rgb(252 164 18 / 30%); */
  /*display: flex;*/
  background-image: url(../img/background/section_oferta.png);
  background-repeat: round;
  background-size: cover;
}

.targetLPED{
  background-image: url(../img/ofertas/tarjets/Licenciatura.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetMED{
  background-image: url(../img/ofertas/tarjets/Maestria.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetACI{
  background-image: url(../img/ofertas/tarjets/ACI.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetDJO{
  background-image: url(../img/ofertas/tarjets/DJO.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetIA{
  background-image: url(../img/ofertas/tarjets/IA.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetIP{
  background-image: url(../img/ofertas/tarjets/IP.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetDEDU{
  background-image: url(../img/ofertas/tarjets/Doctorado.png);
  background-repeat: round;
  background-size: cover;
  height: 50vh;
  width: 100%;
  border-radius: 10px 10px 0 0;
}


.imgTarget{
  border-radius: 30px; 
  width: 40px; 
  padding: 3px; 
  margin: 220px 0px 0px 25px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#13203c, #13203c), linear-gradient(45deg, #C69B55, #13203c, #C69B55);
}

.pd1510{
  padding: 15px 10px;
}

.underscore{
  border-bottom: 3px solid #C69B55; 
  padding-bottom: 10px; 
  text-align: center;
}

.mrg-20{
  margin-top: -20px
}

.explorar{
  background-color: #C69B55; 
  color: #13203c;              
  padding: 10px 30px;        
  border: none;             
  border-radius: 30px;        
  font-size: 15px;     
  font-weight: bolder;    
  cursor: pointer;          
  transition: 0.3s;         
}

.planE{
 background-color: #13203c;
 color: #fff;
 padding: 5px 0px;
 border: 1px solid #fff;
 border-radius: 5px;
 font-size: 12px;
 font-weight: bolder;
 cursor: pointer;
 transition: 0.3s;
 width: 165px;         
}

.enviar{
  background-color: #C69B55; 
  color: #ffffff;              
  padding: 15px 30px;        
  border: none;             
  border-radius: 20px;        
  font-size: 15px;     
  font-weight: bolder;    
  cursor: pointer;          
  transition: 0.3s;         
}

.section_borde{
  border: 3px solid #e6e9ed;
  box-shadow: 5px 5px 15px #babdc0;
  border-radius: 20px;
  padding: 20px;
  height: 35vh;
  align-content: center;
}


/*----------------------------------------------Conoce nuestra oferta ------------------------------------------------*/
/*-------------------------------------------Oferta-------------------------------------------*/
.optionOferta{
  height: 1950px;
  /*background-color: rgb(252 164 18 / 30%); */
  /*display: flex;*/
  background-image: url(../img/background/fondo_oferta.png);
  background-repeat: round;
  background-size: cover;
}
.OLPED{
  background-image: url(../img/ofertas/carreras/Lic_PED.png);
  background-repeat: round;
  background-size: cover;
  height: 40vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.OMED{
  background-image: url(../img/ofertas/carreras/MtriaEdu.png);
  background-repeat: round;
  background-size: cover;
  height: 44vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.ODEDU{
  background-image: url(../img/ofertas/carreras/Docto_Edu.png);
  background-repeat: round;
  background-size: cover;
  height: 40vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.OIP{
  background-image: url(../img/ofertas/carreras/IP.png);
  background-repeat: round;
  background-size: cover;
  height: 40vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.OACI{
  background-image: url(../img/ofertas/carreras/ACI.png);
  background-repeat: round;
  background-size: cover;
  height: 40vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.ODJO{
  background-image: url(../img/ofertas/carreras/DJO.png);
  background-repeat: round;
  background-size: cover;
  height: 40vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.OIA{
  background-image: url(../img/ofertas/carreras/IA.png);
  background-repeat: round;
  background-size: cover;
  height: 43vh;
  width: 345px;
  border-radius: 10px 10px 0 0;
}

.card-flip {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  min-height: 280px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card-flip:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-back {
  transform: rotateY(180deg);
}

/* Ajuste para que las tablas no deformen el alto absoluto */
/*.card-front table, .card-back > div {
  width: 100%;
  height: 100%;
}*/

.background_card-back{
 height: 90vh; 
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 align-items: center; 
 border-radius: 10px; 
 background: #C69B55;
 color: #ffffff;
 padding: 15px 10px;
}
/*-------------------------------------------Oferta-------------------------------------------*/
/*----------------------------------------------PAGINAPEDAGOGIA----------------------------------------------*/
.carrousel_LPED {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_LPedagogía.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_MEDU {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Plan_MtriaEdu.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_DEDU {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_Doctorado.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_LACI {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_LACI.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_LDJO {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_LDJO.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_LIP {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_LIP.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_LIA {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_LIA.png);
  background-repeat: round;
  background-size: cover;
}

.tittle_carrera{
  color: #ffffff;
  padding: 47px;
}

.carrousel_two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_3.png);
  background-repeat: round;
  background-size: cover;
}

.carrousel_three {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  background-image: url(../img/ofertas/carreras/Banner_4.png);
  background-repeat: round;
  background-size: cover;
}

.seccion-video {
  position: relative;
  width: 100%;
  height: 80vh; /* Altura de la pantalla */
  overflow: hidden;
}

.video-fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* Ajusta el video sin deformarlo */
  z-index: -1; /* Manda el video al fondo */
}

.contenido {
  position: relative;
  z-index: 1; /* Mantiene el texto arriba del video */
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.btn_beca{
  border-radius: 15px;
  font-size: 12px;
  padding: 10px;
  background: linear-gradient(135deg, #13203c, #13203c);
  border-color: #13203c;
  color: #fff;
  font-weight: 400;
  transition: all .3s ease; 
  box-shadow: 0 6px 15px rgba(198, 155, 85, .5); 
  cursor: pointer;
}

.btn_beca:hover{
  background-color: #C69B55;
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
}

.btn_beca:active {
  background-color: #13203c;
}

.btn_plan{
  border-radius: 15px;
  font-size: 12px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #C69B55;
  color: #13203c;
  font-weight: 400;
  transition: all .3s ease; 
  box-shadow: 0 6px 15px rgba(198, 155, 85, .5); 
  cursor: pointer;
}

.btn_plan:hover{
  background-color: #ffffff;
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
}

.btn_plan:active {
  background-color: #13203c;
}

.btncolory{
  text-align: center;
  background: #C69B55;
  border-radius: 20px;
  color: #ffffff;
  padding: 10px;
}

.tittle_carreras{
  color: #C69B55; 
  font-weight: bold;
  font-size: 45px;
  padding: 15px;
}
.img_plan{
  width: 450px;
}

/* 1. Título cuando el acordeón está cerrado */
#PlanEstudios .accordion-button.collapsed {
  background-color: #13203c; /* Fondo cerrado */
  color: #ffffff;            /* Texto cerrado */
}

/* 2. Título cuando el acordeón está abierto (activo) */
#PlanEstudios .accordion-button:not(.collapsed) {
  background-color: #C69B55; /* Fondo abierto */
  color: #000000;            /* Texto abierto */
}

/* 3. El ícono de la flecha cuando el acordeón está abierto */
#PlanEstudios .accordion-button:not(.collapsed)::after {
  /* Convierte la flecha negra a color blanco */
  filter: invert(1) brightness(2); 
}

/* 4. El contenedor interno del texto desplegado */
#PlanEstudios .accordion-body {
  background-color: rgb(252, 164, 18, 0.19); /* Fondo del contenido */
  color: #212529;            /* Texto del contenido */
}


/*Contacto*/
.btn_contacto{
  border-radius: 30px;
  font-size: 15px;
  padding: 10px 50px;
  background-color: #C69B55;
  border-color: #13203c;
  color: #fff;
  font-weight: 400;
  transition: all .3s ease; 
  box-shadow: 0 6px 15px rgba(252, 164, 18, .5); 
  cursor: pointer;
  animation: latido 1.2s infinite ease-in-out;
}

.btn_contacto:hover{
  background: linear-gradient(135deg, #13203c, #13203c);
  transform: scale(1.07);
  box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
}

.btn_contacto:active {
  background-color: #13203c;
}

@keyframes latido {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.imgBirrete{
  border-radius: 30px; 
  width: 40px; 
  padding: 3px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#13203c, #13203c), linear-gradient(45deg, #C69B55, #13203c, #C69B55);
}

.sangria{
  margin-left: 60px;
}

.cuadro{
  background: rgb(255, 255, 255, 255);
  border-radius: 10px; 
  padding: 20px;
}
.imagen-sombra-solida {
  /* Desplazamiento X: 10px, Desplazamiento Y: 10px, Difuminado: 0 */
  filter: drop-shadow(-15px 0px #C69B55);
}
/*C
/*Contacto*/
/*----------------------------------------------PAGINAPEDAGOGIA----------------------------------------------*/

/*-----------------------------------------------media max-width 768px-----------------------------------------------*/    


/* El hover SOLO debe funcionar en pantallas grandes (computadoras) */
@media (min-width: 769px) {
  .nav-links .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* --- ESTILOS EXCLUSIVOS PARA MÓVIL (Menos de 768px) --- */
@media (max-width: 768px) {

  .fondo_body{
  background-image: url(../img/background/Laurel.png);
  background-repeat: round;
  background-size: cover;
  height: 125vh;
  width: 100%;
}

.mg_top{
  margin-top: 0px;
}

  .menu-toggle {
    display: flex; 
  }

  .nav-links {
    display: none; 
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 100px; /* Ajusta según el alto real de tu header */
    left: 0;
    background-color: #13203c;
    text-align: left; /* Cambiado de justify a left para mejor control visual */
    padding: 25px;
    height: calc(100vh - 100px); /* Asegura que cubra la pantalla si es largo */
    overflow-y: auto; /* Permite scroll si hay muchas opciones */
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 15px 0;
    width: 100%;
  }

  /* Cambio crítico en móvil: pasa de absolute a static para empujar el contenido hacia abajo */
  .nav-links .dropdown-menu {
    display: none;
    position: static;
    background-color: rgb(198 155 85);
    padding: 0px 0 0px 10px;
    width: 10px;
  }

  /* Esta clase la activará JavaScript al hacer clic */
  .nav-links .dropdown.open > .dropdown-menu {
    display: block;
  }
  
  /* Asegura que los enlaces del submenú sean grandes y fáciles de tocar */
  .nav-links .dropdown-menu li a {
    display: block;
    padding: 0px 0px;
    color: #ffffff;
    text-decoration: none;
  }
}


@media (max-width: 768px) {
  /*header*/
  /*body*/
  .seccion-video {
    position: relative;
    width: 100%;
    height: 95vh; 
    overflow: hidden;
  }
  .video-fondo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Ajusta el video sin deformarlo */
    z-index: -1; /* Manda el video al fondo */
  }

  .contenido {
    position: relative;
    z-index: 1; /* Mantiene el texto arriba del video */
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }

  .brillo{
    width: 100%;
    max-width: 210px;
    animation: parpadeoSilueta 1.5s infinite alternate ease-in-out;
  }

  @keyframes parpadeoSilueta {
    0% {
      /* Brillo suave al inicio */
      filter: drop-shadow(0 0 5px rgba(252, 164, 18, 0.4));
    }
    100% {
      /* Brillo intenso al final alrededor de la silueta */
      filter: drop-shadow(0 0 15px rgba(252, 164, 18, 0.9)) 
      drop-shadow(0 0 30px rgba(252, 164, 18, 0.6));
    }
  }

  .shade{
    background: rgb(255 255 255 / 50%);
    border-radius: 15px;
  }

  .btn_inscribete{
    border-radius: 30px;
    font-size: 20px;
    padding: 15px;
    background-color: #C69B55;
    border-color: #13203c;
    color: #fff;
    font-weight: 400;
    transition: all .3s ease; 
    box-shadow: 0 6px 15px rgba(252, 164, 18, .5); 
    cursor: pointer;
  }

  .btn_inscribete:hover{
    background: linear-gradient(135deg, #13203c, #13203c);
    transform: scale(1.07);
    box-shadow: 0 10px 25px rgba(19, 32, 60, .55);
  }

  .btn_inscribete:active {
    background-color: #13203c;
  }
/*body*/
/*----------------------------------------------Conoce nuestra oferta ------------------------------------------------*/
.oferta{
  height: 100%;
  /*background-color: rgb(252 164 18 / 30%); */
  /*display: flex;*/
  background-image: url(../img/background/section_oferta.png);
  background-repeat: round;
  background-size: cover;
}
.targetLPED{
  background-image: url(../img/ofertas/tarjets/Licenciatura.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetMED{
  background-image: url(../img/ofertas/tarjets/Maestria.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetDEDU{
  background-image: url(../img/ofertas/tarjets/Doctorado.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetACI{
  background-image: url(../img/ofertas/tarjets/ACI.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetDJO{
  background-image: url(../img/ofertas/tarjets/DJO.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetIA{
  background-image: url(../img/ofertas/tarjets/IA.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.targetIP{
  background-image: url(../img/ofertas/tarjets/IP.png);
  background-repeat: round;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

/*----------------------------------------------Conoce nuestra oferta ------------------------------------------------*/
/*----------------------------------------------Oferta----------------------------------------------*/
.optionOferta{
  height: 100%;
  /*background-color: rgb(252 164 18 / 30%); */
  /*display: flex;*/
  background-image: url(../img/background/fondo_oferta.png);
  background-repeat: round;
  background-size: cover;
}

.card-flip {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  min-height: 280px;
  height: 85vh;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.card-flip:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-back {
  transform: rotateY(180deg);
}

/* Ajuste para que las tablas no deformen el alto absoluto */
/*.card-front table, .card-back > div {
  width: 100%;
  height: 100%;
}*/

.background_card-back{
 height: 80vh; 
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 align-items: center; 
 border-radius: 10px; 
 background: #C69B55;
 color: #ffffff;
 padding: 15px 10px;
}
/*----------------------------------------------Oferta----------------------------------------------*/

.carrousel_LPED {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-image: url(../img/ofertas/carreras/Banner_LPedagogía.png);
  background-repeat: round;
  background-size: cover;
}
.carrousel_two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-image: url(../img/ofertas/carreras/Banner_3.png);
  background-repeat: round;
  background-size: cover;
}
.carrousel_three {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-image: url(../img/ofertas/carreras/Banner_4.png);
  background-repeat: round;
  background-size: cover;
}

.img-footer{
  width: 100%;
}

.font_footer{
  color: #ffffff;
  font-size: 10px;
  text-align: justify;
}

.ico_footer{
  width: 20px;
}

}
/*-----------------------------------------------media max-width 768px-----------------------------------------------*/   