/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 22:41:51 */
/* Menu Flotante*/ 

#menu-flotante {
	background: #fff;
	box-shadow: #0000000d 0px 0px 20px;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
}


#modalidad > div {
	border: 1px solid #e4e4e4;
	padding: 8px 20px 8px 10px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#admision {
	display: flex;
	align-items: center;
}

#fecha-inicio {
	margin-right: 20px;
}

.size-6 {width: 22px;}

#admision .boton {
	padding: 10px 15px 10px 20px;
	border-radius: 100px;
	background: #F9D15A;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
	transition: background-color 0.2s ease-in-out;
}

#admision .boton:hover {
	background: #e5e5e5;
}

#admision a {
	color: #000;
	text-decoration-line: none;
}



.vl1, .vl2, .vl3 {
	border-left: 1px solid #e4e4e4;
	height: 3em;
}

.hl {
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	display:none
}

.destacado p {
	font-size: 23px;
	line-height: 33px;
	color: #0e5c8c;
}



.flotante {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9999;

    /* oculto por defecto */
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* cuando JS agrega .visible */
.flotante.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}




.destrazas-container {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	transition: background 0.4s ease;
	box-shadow: 0 0 20px #0000000d;
	cursor: default;
	margin-bottom: 20px;
	min-height: 450px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.destrazas-subtitulo {
	background: #1e4f82;
	color: #fff;
	font-weight: bold;
	font-size: small;
	padding: 0px 15px;
	border-radius: 100px;
	width: fit-content;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.destrazas-container.active .destrazas-subtitulo {
	background: #F9D15A;
	color: #1e4f82;
}

.destrazas-titulo {
    font-size: 2.1vw;          /* tamaño inicial */
    line-height: 2.8vw;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1e4f82;
    transition: font-size 0.4s ease, line-height 0.4s ease, color 0.4s ease;
}

.destrazas-container.active .destrazas-titulo {
    font-size: 24px;           /* tamaño final al abrir */
    line-height: 30px;         /* ajustar según diseño */
    color: #fff;               /* cambio de color opcional */
}


/* Oculto al inicio */
.destrazas-texto {
    display: none;
    margin-bottom: 20px;
    color: #fff;
}

.destrazas-container.active .destrazas-texto {
    color: #fff;
}



/* Botón */
.destrazas-boton {
	cursor: pointer;
	width: fit-content;
	background: none;
	border: none;
}

.destrazas-container.active {
    background: #1e4f82;
    color: #fff;
}

.destrazas-boton img {
    transition: transform 0.4s ease;  
}

.destrazas-container.active .destrazas-boton img {
    transform: rotate(45deg);
}

.amfuaa-container {display:none}

.amf {
	background-color: inherit;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: center;
	transition: background-color 0.3s ease;
}

.amf svg {transition: transform 0.4s ease;}
.active svg { transform: rotate(180deg);}

.amfpanel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.active, .amf:hover {
	background-color: inherit;
}











@media screen and (max-width: 1399px) {
#menu-flotante {flex-wrap: wrap; justify-content: space-around;}
.hl {display: block;}
.vl3{display:none}
	
}

@media screen and (max-width: 991px) {
#menu-flotante {flex-wrap: wrap; justify-content: space-around;}
.hl {display: block;}
.vl2{display:none}
	
}


@media screen and (max-width: 767px) {
.destrazas-titulo {font-size: 24px; line-height:30px}
.destrazas-container {max-width: 360px; margin: auto;}
#menu-flotante {flex-direction: column; gap:12px}	
.visible .mfcuaa {display:none}
.flotante .amfuaa-container {display:initial}

}

@media screen and (max-width: 550px) {
#admision {
	flex-direction: column;
	gap: 7px;
}
	#fecha-inicio {
	margin-right: 0px;
}
	
}
