<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Frontal ULL
Theme URI: https://www.ull.es/
Description: Plantilla para el site "Frontal ULL" de la pÃ¡gina web de la Universidad de La Laguna
Author: ULL
Author URI: https://www.ull.es
Template: base-ull
Version: 0.1
*/

/*Tabs VolcÃ¡n de talento*/

.wp-block-details&gt;summary{
	background:linear-gradient(90deg, rgba(22,26,156,1) 0%, rgba(0,149,255,1) 100%);
	color:white;
	padding: 28px 52px;
	font-weight: 500;
	font-size:18px;
	border-radius: 12px;
	height: 73px;
	box-shadow: 1px 2px 5px 0px rgba(181,179,181,1);
	border-color: #ebebeb;
}

/*Estilos Gutenberg - Ancho completo*/

.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
}
.alignwide{
    margin: 32px calc(25% - 25vw);
    max-width: 100vw;
}

.ull-body.container{
	z-index:0 !important;
}
#ulldrops{
	z-index:1;
}


.page-template-frontpage .hero-content {
    margin-top: 0;
}

.vc-vivelaull .wpb_content_element,
.vc-oferta .wpb_content_element,
.vc-enlaces-frontal .wpb_content_element,
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0 !important;
}


/*Perfiles*/
.box .wpb_wrapper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.box .wpb_wrapper .wpb_wrapper {
	box-shadow: none;
}

.box .btn-widget {
	margin-bottom: 0 !important;
}

.box .box-info {
	padding: 0 20px 10px;
}

/* FILA VIVE LA ULL */
.vc_row-has-fill.vc-vivelaull&gt;.vc_column_container&gt;.vc_column-inner {
	padding: 0 !important;
}

.vivelaull .header h1,
.vivelaull h3{
	color: #ffffff;
	margin-top: 0;
}

.vivelaull .header {
	background: #111835;
	margin-bottom: 40px;
	padding: 10px 15px;
}

.vivelaull .header h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 40px;
}

.vivelaull h3{
	font-weight: normal;
	padding-bottom: 14px;
}

.vivelaull a:hover,
.vivelaull a:focus {
	text-decoration: none;
}


/* footer mobile */
@media only screen and (max-width: 600px){
p.direccion{
display: none;
}
p.apartado{
display: none;
}
p.cp{
display: none;
}
p.provincia{
display: none;
}
li.campus{
display: none;}
li.portal{
display: none;}
li.sede{
display: none;}
li.biblioteca{
display: none;}
li.directorio{
display: none;}
li.repositorio{
display: none;}
li.mapa{
display: none;}
li.perfil{
display: none;}
li.alumni{
display: none;}
li.fundacion{
display: none;}
li.encuesta{
display: none;}
li.sellos{
display: none;}
li.imagen{
display: none;}
h2.widgettitle{
display: none;	
}
.ull-footer .widget_nav_menu {
    margin-bottom: 0px;
}
.ull-footer .text {
    margin-bottom: 0px;
}
}

</pre></body></html>