/* Estilos general de todos los sitios USAL  */

/* HEADER */
header { 
	position: sticky; 
	
	/*position: fixed !important;  
	width: 100%;
	transition: top 1s;
	*/ 
	transition: top 0.5s;
	
	top: 0; 
	z-index: 999;
	box-shadow: 0px 2px 5px 0px #053123 !important;
}
  
/* BARRA NOMBRE DEL SITIO */
#barra_sitio_desktop,#barra_sitio_mobile {
	background-color: #08473B;
	border-bottom-left-radius: 20px;
	box-shadow: 0px 2px 5px 0px #08473B !important;
	margin-left: 15px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* Asegura que el título del sitio no tenga estilo */
header #barra_sitio_desktop h1 a, header #barra_sitio_mobile h1 a {
	text-decoration: none !important;
	letter-spacing: -1px;
	margin-right: 10px;
}

/* Achica la letra del nombre del sitio en mobile */
@media (max-width: 550px) {
	#barra_sitio_desktop h1, #barra_sitio_mobile h1 { 
		font-size: var(--wp--preset--font-size--x-small) !important;
	}
}


/* HEADERS */ 

#header-desktop .custom-logo img {
	width: 160px !important;
	margin-left: 5px;
	margin-right: 5px;
	/*max-width: fit-content;*/
}

#header-mobile .custom-logo img {
	width: 90px !important;
	margin-left: 5px;
	margin-right: 5px;
	/*max-width: fit-content;*/
}

/* HEADERS SIN BARRA DE TITULO */ 

#header-desktop.sin-barra-titulo #barra_sitio_desktop,
#header-mobile.sin-barra-titulo #barra_sitio_mobile {
	display: none !important;
}


/* Selector de Idioma */
.selector-idioma {
	font-size: var(--wp--preset--font-size--x-small) !important;
	background: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--base) !important;
	padding: 3px;
	border: 0;
}

/* Menu mobile */


.wp-block-navigation__responsive-container-content {
	margin-left: 5px;
}

.wp-block-navigation__responsive-container-content ul {
	margin-top: 0px;
	padding-top: 0px;
}

/* SIDEBAR BOTONES */
.sidebar-botones {
    top: 10em;
    position: sticky;
}
.sidebar-botones a {
	text-decoration: none;
	font-size: smaller;
}

@media (max-width: 780px) {
	.sidebar-botones {
		flex-direction: row !important;
		font-size: 10px;
		flex-flow: wrap !important;
		display: flex;
		justify-content: center !important;
		margin-top: 15px !important;
		gap: 5px;
	}
}

.boton-main {
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
	display: grid;
	align-items: center;
	max-width: 200px;
	min-width: 150px;
}

.boton-menu {
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
}

@media (max-width: 780px) {
	.boton-main {
		width: 200px;
		height: 50px;
		font-size: 1.2em !important;
	}
	.boton-menu svg {
		max-height: 100px;
	}	
	    
}



/* HOME */
.portada-video {
	aspect-ratio: 3; 
    min-height: unset;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 1) !important;
}
.portada-video .caja-busqueda-home {
	position: absolute;
	bottom: 5px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 400px;
}

@media (max-width: 550px) {
	.portada-video {
		aspect-ratio: 2.25; 
	}
	.portada-video .caja-busqueda-home {
		bottom: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.portada-video .caja-busqueda-home button {
		padding: 5px;
	}
	p, pre, li, td {
		font-size: smaller !important;
	}
	/*
	h1 { font-size: 1.3em; }
	h2 { font-size: 1.1em; }
	h3 { font-size: 0.9em; }
	*/
}

/* las leyendas sobre las imagenes de portada */
.titulo-portada {
/*	-webkit-text-stroke: 1px black; */
   text-shadow: 0px 0px 10px black;
	font-size: clamp(1rem, 1rem + ((1vw - 0.2rem) * 2.285), 3rem) !important;
}



header nav button.wp-block-navigation__responsive-container-open {
	background: #065240;
    padding: 5px;
    border-radius: 5px;
}

header nav button.wp-block-navigation__responsive-container-open svg {
	color: white !important;
}

header nav ul {
	gap: 0.5em !important;
}

/* */

.fondo-especial-fill img {
	object-fit: fill !important;
}

.linea-base-titulo {
	height: 1px !important;
	border-radius: 3px !important;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}


#banner-home, .wp-block-post-featured-image {
    box-shadow: 0px 2px 5px 0px #999999 !important;
}

li figure.wp-block-post-featured-image {
    box-shadow: none !important;
}

li.category-novedades {
	padding: 5px;
	box-shadow: 0px 2px 5px 0px #999999 !important;
}
