/**
 * FICHERO DE ESTILOS PARA LA PERSONALIZACION DEL CLIENTE
 * 
 * version: 0.4
 * fecha: 28/08/2020
 * cliente: Diputación de Castellón
 * 
 * Contenido:
 *
 * - FUENTES
 * - LOGOS
 * - COLORES
 * - CABECERA
 * - CONTENIDO
 * - FOOTER
 * - WIDGETs con estilos especiales
 * - Personalizacion extra de cliente
 *
 *
 */


/************************************/
/********** FUENTES *****************/
/************************************/

/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);
*/


body
{
	font-family:'Roboto',sans-serif;
}

/************************************/
/********** LOGOS   *****************/
/************************************/

.logospie{
	background-image: url("../img/logos-pie.png");
}
.textos-logos-pie{
	font-size:14px;;
    }



#logo a { background-image: url("../img/logoCabecera.png");} 
/* #logo a { background-image: none} para quitar la imagen,
   #logo   { display:none; }  para quitar todo el link */
@media screen and (max-width: 500px) { 
    #logo a { 
    	background-image: url("../img/logoReducido.png");
    }

    /*Lichi. Para logos en el pie responsive */
    .logospie{
	width:50%;
	background-image: url("../img/logos-pie-reducido.png");
    }
    .textos-logos-pie{
	font-size:0.5em;
	line-height: 1.2em;
    }
} 




footer .entidad-sede .imagen-entidad {
    background-image: url("../img/logoFooter.png"); }






/************************************/
/********** COLORES *****************/
/************************************/

/* COLORES toda la pagina ----------*/
html {
    background-color: white;
    color:  #293a58 !important;
}

/* COLOR: Links , Botones, Tabs */
a,
.ui-btn,
a.ui-btn:not(.disabled),
a.ui-btn:hover:not(.disabled):not(.secondary),
.ui-widget-content a,
header .contenidoFlotante a,
.tabs input:checked + label {
	color: #a90034;
	border-color: #a90034 ;
}

/* BOTONES PRIMARIOS Y SECUNDARIOS */
.ui-btn.primary:not(.disabled),
.ui-btn.primary:not(.disabled):not(.secondary):hover
{
    color: white;
    background-color: #333 ;
}
/* BARRA DE LA VENTANA MODAL */
.iziModal:not(.error):not(.ok):not(.warning):not(.info) .iziModal-header,
.iziModal:not(.error):not(.ok):not(.warning):not(.info) .iziModal-header.iziModal-noSubtitle
{
    color: white;
    background-color: #aeb3bc;
}  
    
/* COLOR: hover links */
a:hover:not(.ui-btn) {
        color: #333;
}


/* COLORES HEADER ---------------*/
/* COLOR: fondo, color, links y hover-links */

header {
    /* background-image: url("../img/cabecera.jpg"); 
    background-repeat: no-repeat; */
    background-size: cover;
    background-position: center center;
    background: linear-gradient(to bottom, #4D72B8 0%, #E6EEFA 60%, #FFFFFF 100%);
}
header a {
	color:#000;
	border-color: #666;
	text-shadow: none;
}
#textosHeader a {
    color: #333;
}
header .contenidoFlotante a {
	text-shadow: none;
}
header a:hover:not(.ui-btn) {
	color: #a90034;
	border-color: inherit;
}
           
/* COLOR: barra superior transparente */
header section#global {
	background-color: #ededed
}

/* COLOR: barra separadora TITULO/SEDE  */
.global-title {
	background-color: #a90034 ;
}
.global-title a,
.global-title a {
	color: white;
} 

/* COLOR: hover border iconos navegaciÃ³n usuario */ 
header .contenidoFlotante,
header .nav-user > li:hover {
	border-color: #a90034 ;
}

/*COLORES CONTENIDO -------------*/
/* COLOR: titulos principales y color principal */
h3,
.main-element,
.liqsec-param-concepto-title.seleccionado,
h4{
   color: #a90034 ;
}
/*
h5,
.second-element {
  color: #a90034;
  fill: #666;
}
*/


/*COLORES Y ESTILOS DE CAJAS */
.style-box-1 {
	border-color:  #ccc;
}
.style-box-2 {
}
.style-box-3 {
}
.style-box-4 {
}
.style-box-5 {
}


.head{ background-color: #eae5d7; }



/* COLORES  MENU -----------------*/
/*.nav-text, a.nav-text {              color: white;} /* COLOR: texto linea primer nivel */
/*.nav-item .nav-text   {              color: #fff;} /* COLOR: texto linea segundo nivel */
/*.nav-item .nav-text   :hover      {          color: #fff;} 
/*a.nav-text:hover      {              color: #ccc;} /* COLOR: link hover*/

/*.nav-item > .nav-text {border-bottom-color: inherit;} /* COLOR: separador items segundo nivel */
/*#nav-menu             {background-color: #666 ;} /* COLOR: fondo item primer nivel en movil */
/*.nav-items            {background-color:    #a90034 ;} /* COLOR: fondo item segundo nivel */
/*.nav-group > .nav-text{border-right-color:  #F5F5F5;} /* COLOR : separador vertical items primer nivel */

.nav-text, a.nav-text {              color: white;} /* COLOR: texto linea primer nivel */
.nav-item .nav-text   {              color: #fff;} /* COLOR: texto linea segundo nivel */
.nav-item .nav-text   :hover      {          color: #a90034;} 
a.nav-text:hover      {              color: #a90034;} /* COLOR: link hover*/

.nav-item > .nav-text {border-bottom-color: inherit;} /* COLOR: separador items segundo nivel */
#nav-menu             {background-color: #a90034 ;} /* COLOR: fondo item primer nivel en movil */
.nav-items            {background-color:    #FFF ;} /* COLOR: fondo item segundo nivel */
.nav-group > .nav-text{border-right-color:  #F5F5F5;} /* COLOR : separador vertical items primer nivel */

/* @media screen PARA MENU HORIZONTAL */
@media screen and (min-width: 800px) {
    /*   .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); } NECESARIO PARA TRANSPARENCIA CON EL FONDO DEL HEADER */
    .page.has-image .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); } /*NECESARIO PARA TRANSPARENCIA CON LA IMAGEN TEMATICA DEL CONTENIDO */
}

/*COLORES FOOTER -------------*/
footer {
    color:#fff !IMPORTANT;
    background-color:#333 !IMPORTANT;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;



}
footer a:not(.contextual-links) { color: inherit; opacity: 0.7; }
footer a:not(.ui-btn):hover { color: inherit; opacity: 1; }

/*COLORES VARIOS ----------------------*/



/************************************/
/********* HEADER *******************/
/************************************/

header{
    background-image: none;
    text-shadow: inherit; /* Sombra por si hay resaltar el texto si hay color de fondo */ 
}
header .navItem svg.icon { filter: drop-shadow(0px 0px 1px transparent);} /* Sombra por si hay resaltar el texto si hay color de fondo */ 


#textosHeader a {
    /* font-size: inherit; */
    /* font-weight: lighter; */
    /* text-transform: inherit; */
  	color: #FFFFFF;
}

/* MENU PRINCIPAL CENTRADO *******************************************
   este metodo sirve para 2,3,4 y 5 al mismo tiempo */
   
@media screen and (min-width: 800px) 
{
	.nav-menu > ul{
		display: flex;
		justify-content: space-evenly; 
		
    }
    .nav-group > .nav-text {padding: 1em 0.2em}

    
    .nav-group:first-child:nth-last-child(2) .nav-items,
    .nav-group:first-child:nth-last-child(2) ~ .nav-group .nav-items { width: 50%; }    
    .nav-group:first-child:nth-last-child(3) .nav-items,
    .nav-group:first-child:nth-last-child(3) ~ .nav-group .nav-items { width: 33.33%; }    
    .nav-group:first-child:nth-last-child(4) .nav-items,
    .nav-group:first-child:nth-last-child(4) ~ .nav-group .nav-items { width: 25%; }    
    .nav-group:first-child:nth-last-child(5) .nav-items,
    .nav-group:first-child:nth-last-child(5) ~ .nav-group .nav-items { width: 20%; }    
}
.nav-group > .nav-text { font-weight: bold; text-align: center; }

/*Estilo original*/
/*
.nav-menu .nav-group:hover > .nav-text::before { 
opacity: 0.08; 
}
/*PRUEBAS Efecto hover menu primer nivel*/
/*
.nav-menu .nav-group:hover > .nav-text::before { 
   background-color:#FFF;
   color:#a90034;
}
*/
.nav-menu .nav-group:hover > .nav-text::before {
    opacity: 0;
}
.nav-group > .nav-text:hover {
    background-color: #9b0034;
	color:#fff;
	opacity: 1; 
}
/*FI PRUEBAS*/

.nav-menu .nav-item:hover > .nav-text::before { opacity: 0; }
.nav-items { text-transform: none;}

.nav-menu .nav-group {flex: 1;}

/************************************/
/********* CONTENT ******************/
/************************************/
/* Titulos y subtitulos  -------------*/ 
h3 {
    /* font-size: inherit;  */
}
h4 {
    /*font-weight: lighter;*/
    /* font-size: inherit; */
    /* text-transform: inherit; */
    /* border: inherit;  */
}
h5 {
    /* font-weight: inherit; */
    /* font-size: inherit; */
    /* text-transform: inherit; */
    /* border: inherit;  */
}

/* TamaÃ±o de las imagenes tematicas del contenido 
.content-image.has-image {
    height: 14em;
}
*/
/*  EJEMPLO PONER IMAGEN TEMATICA de CONTENIDO vÃ­a CSS */
/*
#page_PTS2_ORDENANZAAE .content-image {
    display: inherit;
    height: 14em;
    background-size: cover;
    background-image: url('https://www.dipcas.es/uploads/dipcas/paginas/57ff9593d3b905285081961.jpg');
}
*/
    /* HACER TRANSPARENTE el menu en horizontal PARA las paginas con imagen tematica */
    @media screen and (min-width: 800px) {
       /* #page_PTS2_ORDENANZAAE .nav-menu > ul { background-color: rgba(0, 0, 0, 0.5); }*/
    }

/******************************/
/**** FOOTER ******************/
/******************************/
/*Para poder el orden de los bloques del footer */
.footer-block1 { order: 0; }
.footer-menu   { order: 10; }
.footer-block2 { order: 20; }
.footer-area   { order: 30; }
.footer-block3 { order: 40; }


/******************************************************************************/
/* PERSONALIZACIÃ“N EXTRA DE CLIENTE */
/* Zona para aÃ±adir estilos */
/******************************************************************************/

/*********** TAÃ‘AMOS DE LETRAS SEGUN PANTALLA, modificando el base *******************/

@media screen and (max-width: 400px) {
    main {
        font-size: 14px;
    }
}

@media screen and (min-width: 400px) {
    main {
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) {
    main {
        font-size: 14px;
    }
}

@media screen and (min-width: 800px) {
    main {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    main {
        font-size: 14px;
    }
}


/*//////////////////////////////////////////////////////*/

/* WIDGET CON ESTILOS ESPECIALES */


#NAV_BANNERMISDATOS{
background-image: url("../img/fondoMISDATOS.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media screen and (min-width: 501px) {
    #NAV_BANNERMISDATOS h4 {color:#333 ;font-weight: bold}
}

.NAVEGACION .BANNEROTROS a.item-navegacion 
{
   width: 15em; 
}


#NAV_BANNEROTROS{
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;       
}


/* TITULO con fondo para facil lectura 
#NAV_BANNEROTROS h4 {
    background: white;
    display: inline-block;
    padding: 0.3em;
    margin: 1em auto 0;
}
*/


#PTS2_COVID19 .Informativo {
    display: block;
  
}
#PTS2_COVID19 .Informativo h3 {
    text-align:center;
    margin-top: 0.5em;
}
.NAVEGACION .BANNEROTROS a.item-navegacion {
	   width: 12em; 
}

/*JVD Personalizar para quitar separadores de menu*/
.nav-group > .nav-text {
    border-width: 0 0 0 0;
}
.nav-group:first-child > .nav-text {
    border-left-width: 0px;
}

/* Estilo en tamaÃ±os medios y grandes ********/
/*********** @media screen *******************
@media screen and (min-width: 501px) {
    h3 { 
        border-left: 8px solid silver;
        padding-left: .4em;   
    }
    h4{
    }
}

/******************************************************************************/
/* PERSONALIZACION EXTRA DE CLIENTE */
/* Zona para anyadir estilos */

/*Estilos genericos modificados*/
button, input, optgroup, select, textarea, .fake-ui-in s {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
}

/* Cabecera con fondo de imagen*/
header {
	/* background-image: url("../img/cabecera.jpg");  */
	background-size: cover;
	background-position: center;
	
}


.nav-user {
    border-radius: 7px;
	color:#c66400
}

.nav-user-title {
/*    display: block; No quieren el titulo menu en responsive*/
    display: none;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 1px;
    opacity: 0.8;
	color:#333
}

#header a h1{
color:#eee
}

.cabeceraDcha {
color:#000
}

.cabeceraIzq {
color:#333
}


.identify-user {
color:#333
}
.nav-user a:hover{
    color: #333;
}
.nav-items a:hover{
    background-color: #F7F7F5;
	color:#a90034 !IMPORTANT;
}
.nav-items a:actived{
    background-color:#4F4F4F; color:#fff
}
.entidad-sede .imagen-entidad {
    background-position: top center;}

.NAVEGACION.estilo12 .nav-item-text {
    color: #333;
	fill: #666;
}

.NAVEGACION.widget .item-navegacion .nav-item-text { /*Texto de los iconos a 14px*/
	font-size: 14px;
}

#entity {
    display: flex;
    align-items: center;
    height: 8em;
    padding: 0.5em;
    position: relative;
    
}

/*Ocultamos identificacion*/
.user-identity {
/*    display: none; */
}

/*Links del bloque extra en el pie*/
.pieLinks {
margin-left: 4em;
margin-right: 4em;
white-space: nowrap;
}

/*Fuerzo una separacion minima al final y q se muestre en la fila solo si cabe distribuyendo espacio*/
.footer-block3 {
padding-bottom: 1.45em;
padding-top: 1em;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

/*Canvie estil per a alineacio a esquerra OJO*/
.sede {
display:inline-flex;
}
/*I fixe un tamany per a la data*/
.sede .fecha-hora {
    min-width: 12em;
}
/*Text del identif*/
.identify-user > a {
    font-size: 1rem;
}

.idioma-seleccionado {
opacity: 0.5;color:#666
}

img.logo.unesco {
    height: 100px;
}

.footer-area .middle {
    text-align: center;
}
.NAVEGACION.estilo12 h4 {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}
.NAVEGACION.estilo6 h4 {
    text-align: center; font-weight: bold;

}

/*Cambios para el RESPONSIVE que nos han pedido*/
/*El color del menu se veia alterado*/
@media screen and (max-width: 800px) {
.strip::before, .strip::after {
  background-color:#a90034;
}
}
/*Se reduce tamanyo letra en menu*/
@media screen and (max-width: 600px){
.nav-item > .nav-text {font-size:12px;} 
}

/*********************/
/*Anyadimos estilo 17*/
/*********************/

.NAVEGACION.estilo17 {
/*    background-color: whitesmoke; *//*color fondo de la botonera*/
	FONT-VARIANT-CAPS: SMALL-CAPS;
}

.NAVEGACION.estilo17 h4 {
    text-align: center;
	 font-size: x-large;
}

.NAVEGACION.estilo17 nav {
    display: flex;
    flex-flow: row wrap; /*menu en varias lineas para responsive*/
    justify-content: center;
    margin: 2em auto 3em;
/*    max-width: 70em; */
}

.NAVEGACION.estilo17 .item-navegacion {
    align-items: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    position: relative;
    justify-content: space-around;
    flex: 1 1 0;
    margin: 0.5em;
    font-weight: bold;
    border-radius: 1em;
/*    background-color: currentColor; */
    background-color: #333; 
    max-width: 15em;
  /*  min-width: 20em;*/
    transition: all .4s ease; /*, background-color .3s ease .1s;*/
}

.NAVEGACION.estilo17 .item-navegacion:hover {
    box-shadow: 0em 1em 6em -16px rgba(0,0,0,0.5);
    background: #FFF;   
}

.NAVEGACION.estilo17 .nav-item-graph {
    display: inherit;
    position: absolute;
    bottom: 0;
    height: 4.5em;
    width: 100%;
    text-align: center;
}

.NAVEGACION.estilo17 .nav-item-text {
    min-height: 2.5em;
/*    margin-bottom: 3em; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transition: all .4s ease;    
}
.NAVEGACION.estilo17  .no-icon .nav-item-text {
   margin: 0.5em;
}

.NAVEGACION.estilo17 .item-navegacion:hover .nav-item-text {
    color: inherit;
}

.NAVEGACION.estilo17 .nav-item-graph .icon
{
}
.NAVEGACION.estilo17 .nav-item-graph svg {
    width: 1em;  /*redimensiono a 1em el icono*/
    height: 1em; /*redimensiono a 1em el icono*/
    fill: white;
    transition: all .4s ease;
}
.NAVEGACION.estilo17 .item-navegacion:hover .nav-item-graph svg{
    fill: currentColor;
}
.NAVEGACION.estilo17 .itemMenuSelected{
background-color:#a90034 /*El color base utilizado como item seleccionado*/
}

/* estilo17 Icono *******************************/
.NAVEGACION.estilo17 .nav-item-graph {
    font-size: 1.5rem;
    position: relative;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.4s ease;
    height: 1em; /*acorde a la redimension a 1em del icono*/
    width: 1em; /*acorde a la redimension a 1em del icono*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.NAVEGACION.estilo17 .nav-item-graph svg { fill: white;}


.NAVEGACION.estilo17 .nav-item-graph:after {
        content: "";
        width: 100%;
        height: 100%;
        border: solid 2px;
        transform: scale(0.8);
        position: absolute;
        top: -2px;
        left: -2px;
        border-radius: 50%;
        transition: all 0.4s ease;
}

.NAVEGACION.estilo17 a.item-navegacion:hover .nav-item-graph:after {
    transform: scale(1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

.NAVEGACION.estilo17 .nav-item-graph {
        background-color: currentColor;
}

.NAVEGACION.estilo17 a.item-navegacion:hover .nav-item-graph svg {
        fill: currentColor;
}

.NAVEGACION.estilo17 .nav-item-graph:after {
        border-color: currentColor;
}

.NAVEGACION.estilo17 a.item-navegacion:hover .nav-item-graph {
        background-color: transparent;
        /*transform: rotate(360deg);*/
        cursor: pointer;
        box-shadow: none;
}

/***************/
/*FIN estilo 17*/
/***************/

/*Redimension generica del tamano para ajustar a su estilo*/
html {
    font-size: 14px;
    font-weight: 500;
}

h3 {
    font-size: 1.50em;
    font-weight: 700;
}

/*Permito mas espacio para etiquetas para evitar algunos saltos */
.field > label, .field > .label {
    max-width: 17em;
}

/*Dimension logo*/
#logo a {
width: 30em;
}

/*El pie no debe cambiar por el link*/
footer a:not(.contextual-links) {
    opacity: 1;
}

.logos_pie{
width: 100%;
text-align: center;
}

.logos_pie img {
margin-left: 4em;
margin-right: 4em;
}


.logo_ajuntament{
width: 15em;
vertical-align: middle;
}

.logo_unesco{
width: 15em;
vertical-align: middle;
}

.adicional_izq{
margin-top: 1em;
}

.adicional_der{
margin-top: 1em;
}

.adicional_centro{
width:100%;
}

.footer-block3 section{
display: inline-flex;
font-size: 1rem;
flex-wrap: wrap;
justify-content: space-around;
}

.adicional_der .centrado{
text-align:center;
}

/*Quitar efecto boton*/
.ui-btn, a.ui-btn {
box-shadow:none;
}

.ui-btn:hover:not(.disabled),
.ui-btn:active:not(.disabled),
a.ui-btn:hover:not(.disabled),
a.ui-btn:active:not(.disabled)
{
box-shadow:none;
}

a.ui-btn:hover:not(.disabled)
{
  transform: none; 
}

/*Tamanyo enlaces cabecera */
header section#global {
	font-size: 12px;
}

/*Efecto caja para area contenido*/
html {
    background-color: #fff;
}

.content-area.standard {
    border-color: #d5d5d5;
}

.content-area{
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 1em;
}

#contenido{
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	padding: 0 1.3em;
	box-sizing: border-box;
}

.widget:not(.HEADER) .widget-area, .panel-advanced {
    max-width: 1200px;
}

/*FIN Efecto caja para area contenido*/

/*Buscador*/
#buscador {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 30em;
    padding-top: 0.5em;
    z-index: 2;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    BACKGROUND-IMAGE: NONE !IMPORTANT;
}

@media screen and (max-width: 1300px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 10.5em;
    z-index: 2;
}
}

@media screen and (max-width: 1024px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 8.5em;
    z-index: 2;
}
}

@media screen and (max-width: 800px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 8.5em;
    z-index: 2;
}
}

@media screen and (max-width: 600px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 7.5em;
    z-index: 2;
}
}

@media screen and (max-width: 580px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
/*	flex-direction: column;*/
	width: 100%;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 7em;
    z-index: 2;
}
#boton_buscar{
	display:none;
}
}

@media screen and (max-width: 500px){
#buscador {
	display: flex;
    flex-wrap: nowrap;
/*	flex-direction: column;*/
	width: 100%;
    align-items: center;
    position: absolute;
  /*  right: 30em;*/
    left: 1em;
    padding-top: 6.5em;
    z-index: 2;
}
#boton_buscar{
	display:none;
}
}
/*Fin buscador*/

/*ESTILOS del nuevo campo para buscador*/
#search-box {
	margin: 0em -1em 0 auto;
	order: 100;
	
}
#search-box form {
    display: flex;
    align-items: center;
    width: 100%;
}
#search-box input {
	min-width: 8em;
	padding-left: 0.5em;
	border-radius: 0px;
	border: 1px solid #000;
	line-height: 1.4em;
	outline: 0;
	background: transparent;
	color: #000;
	transition: all ease .4s;
}
#search-box input:focus {
	border-color: inherit;
	box-shadow: none;
	background-color: rgba(0,0,0,0.2);
}

#search_btn {
    margin: 0em 0em 0em 0.2em;
    padding: 0;
}
#search svg {
	font-size: 1.00em;
	margin: -0.2em;
	fill: #333;
	position: relative;
}

@media screen and (max-width: 600px) {
.sede {
    justify-content: space-between;
 }             
}

@media screen and (max-width: 500px) {
#search-box {
    display: flex;
    align-items: center;
    margin: 0.5em 0.6em;
    width: 100%;
    order: 20;
}
.sede {
	padding: 0.35em 1em;
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
    align-items: center;
    min-height: 1.5em;
}             
.sede {
    flex-flow: row wrap;
}
#search-box input {
    width: 100%;
}              

.sede > :not(.fecha-hora):first-child {
    margin-left: inherit;
}

}

#bloc_rrss2 {
	order: 200;
}
.sede {
    display: flex;
 }             

.sede .fecha-hora {
	margin-right: initial;color:#000
}
#search-box input::placeholder {
	color: #CCC;
}

/*FIN ESTILOS NUEVO CAMPO*/

/* Estilo en tamaÃ±os medios y grandes ********/
/* Sobre escribo para que no coulte enlaces de sede */

@media screen and (max-width: 600px){
.html-sede { 
	display: flex;
}

/*Aplica reduccion en logos del pie*/
.logo_ajuntament{
	width: 13em;
}

.logo_unesco{
	width: 13em;
}

}

/*Pongo padding para igualar el padding de los enlaces superiores*/
#logo {
	padding: 0 1.5em 0 3em;
}

/*Sobreescribo tamanyos logo cabecera segun dispositivo*/
@media screen and (max-width: 1024px){
#logo a { max-width: 20em;}
}

@media screen and (max-width: 800px){
#logo a { max-width: 18em;}
}

@media screen and (max-width: 600px){
#logo a { max-width: 16em;}
}

@media screen and (max-width: 500px){
#logo a { max-width: 15em;}
}

@media screen and (max-width: 400px){
#logo a { max-width: 14em;}
}

@media screen and (max-width: 350px){
#logo a { max-width: 13em;}
}

/*Fragmento para colocar RRSS*/
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}

#rrss {
    padding-right: 1em;
}

.logo_rrss {
	padding: 0 0.1em;
    width: 2em;	
}

#rrss a {
/*	max-width: 75%;	*/
    margin-left: 0.1em;
    margin-right: 0.1em;
}

#rrss ul {
   list-style: none;
   display: flex;
   margin: 0px;   
}

#rrss li {
    margin-left: 0.1em;
    margin-right: 0.1em;	
}

/*tamanyos div RRSS segun dispositivo si no hace falta lo quitare*/
@media screen and (max-width: 1024px){
#rrss a { max-width: 2em;}
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}
}

@media screen and (max-width: 800px){
#rrss a { max-width: 1.5em; 
		  margin-left: 0.5em;
		  margin-right: 0.5em;
        }
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}
}

@media screen and (max-width: 600px){
#rrss a { max-width: 1.5em; 
		  margin-left: 0.5em;
		  margin-right: 0.5em;
        }
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}		
}
@media screen and (max-width: 500px){
#rrss a { max-width: 1.5em; 
		  margin-left: 0.5em;
		  margin-right: 0.5em;
        }
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}
}

@media screen and (max-width: 400px){
#rrss a { max-width: 1.5em; 
		  margin-left: 0.5em;
		  margin-right: 0.5em;
        }
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}
}

@media screen and (max-width: 350px){
#rrss a { max-width: 1.5em; 
		  margin-left: 0.5em;
		  margin-right: 0.5em;
        }
#bloc_rrss {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 10em;
    padding-top: 0.7em;
	padding-bottom: 0.5em;
}
}
#search {color:#fff
}


/*FIN Fragmento RRSS*/
.user-logged {
    margin: 0em 1.5em 0.5em 0;
    align-self: flex-end;
    color: #a90034;
}
.nav-item {
    max-width: 100vw;
    background-color: #a90034;
}
.entry-label {
    background-color: #f3f5f7;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 7em;
    font-weight: bold;
    opacity: 0.7;
    border: 1px solid transparent;
    margin-right: 2px;
    box-sizing: border-box;
    float: none;
    color: #333;
}
.NAVEGACION.estilo11 h4 {
    text-align: center;
    font-size: 1.8em;
    color: #333;

}
.NAVEGACION.estilo3 nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 2em auto 3em;
    max-width: 120em;
}
.NAVEGACION.estilo5 .nav-item-graph {
    display: inherit;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    padding: 1em 0em 0;
    background-color: #a90034;
    transition: all .4s ease;
    height: 5rem;
    border-radius:8px

}
.NAVEGACION.estilo5 :nth-child(5n+1).item-navegacion {
    background-color: #a90034;
}
.NAVEGACION.estilo5 .item-navegacion:nth-child(5n+1) { background-color: #a90034; }
.NAVEGACION.estilo5 .item-navegacion:nth-child(5n+2) { background-color: #a90034; }
.NAVEGACION.estilo5 .item-navegacion:nth-child(5n+3) { background-color: #a90034; }
.NAVEGACION.estilo5 .item-navegacion:nth-child(5n+4) { background-color: #a90034; }
.NAVEGACION.estilo5 .item-navegacion:nth-child(5n+5) { background-color: #a90034; }

.NAVEGACION.estilo5 .item-navegacion {
    border-radius:8px
}
#NAV_BANNERCATALOGO{

background-image: url("../img/fondocatalogo.jpg");} 




/* **************************   Lichi   ****************************/
/*Lichi. Color fondo de menus*/

h3{
    /* Comentado por Lichi - background: #f8f8f8 none repeat scroll 0 0;
	background: linear-gradient(to bottom, #0E80C3 0%,#ffffff 75%); */
	
	
	background-color: #1F4968;

    border-bottom: 1px solid lightgray;
    color: #FFFFFF;
    padding: 11px;
    /*text-shadow: 1px 1px 1px whitesmoke;*/
}


.main-element, .liqsec-param-concepto-title.seleccionado, h4 {
  color: #1F4968;
  color: #666666;
}



/*Lichi. Colores para las opciones de Menu*/
#nav-menu {
  background-color: #1F4968;
  
}

.nav-item {
  max-width: 100vw;
  background-color: #1F4968;
}

.nav-group > .nav-text:hover {
  background-color: #1F4968;
  color: #fff;
  opacity: 1;
}
/*Lichi. Fin Colres para las opciones de Menu*/


/*Colores de  fondo de los botoncitos*/

a {
	color:#1F4968;
}

footer {
  color: #fff !IMPORTANT;
  background-color: #1F4968!IMPORTANT;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.nav-items a:hover {
  background-color: #F7F7F5;
  color: #1F4968 !IMPORTANT;
  font-weight: bold;
}

/*Para ocultar el div que muestra el login hacia Cl@ve */
#link-clave{
	visibility:hidden;
}

a, .ui-btn, a.ui-btn:not(.disabled), a.ui-btn:hover:not(.disabled):not(.secondary), .ui-widget-content a, header .contenidoFlotante a, .tabs input:checked + label {
  color: #1F4968 ;
  border-color: #1F4968 ;
}

#textosHeader a {
  color: #1F4968;
}

.NAVEGACION.estilo20 .nav-intro {
  text-align: left;
}


.NAVEGACION.estilo19 .nav-intro {
  font-size: 1.2em;
  margin: 0.2em auto 1.5em;
  text-align: left;
}

.link-options a {
  border: 2px solid transparent;
  padding: 1em;
  border-radius: 1em;
  font-size: 1.4em;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  text-align: center;
  margin: 0.8em 0.5em;
  background-color: white;
  justify-content: center;
  box-shadow: 2px 2px 35px #ddd;
  transition: all 0.3s ease-out;
  font-weight: bold;
}

.global-title a,
.global-title a {
	color: #1F4968;
} 

.global-title {
  background-color: #FFFFFF;
}


/*******************/
/*******************/
/*******************/
/*Lichi 19-11-2024 */

h3 {
  background-color: #4D72B8;
  background-color: #ED1C24;

  border-bottom: 1px solid lightgray;
  color: #FFFFFF;
  padding: 11px;
  text-shadow: 1px 1px 1px whitesmoke;
}

h2 {
  font-size: 1.1rem;
  margin: 0.2em;
  line-height: 1.25em;
  color: #666;

}


#textosHeader a {
  color: #666;
}


header a {
  color: #666;
  border-color: #7CA16B;
  text-shadow: none;

}


header a:hover:not(.ui-btn) {
	color: #7CA16B;
	border-color: inherit;
}



footer {
  color: #fff !IMPORTANT;
  /* background-image: url('../img/fondopieCastrillon.jpg'); */
  background-color: #4D72B8!IMPORTANT;
  background-color: #ED1C24!IMPORTANT;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


#entity {
  background-image: url('../img/fondocabeceraCastrillon.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  height: 8em;
  padding: 0.5em;
  position: relative;
}

#nav-menu {
  background-color: #6EBF6F;
  background-color: #ED1C24;
  color: #FFFFFF;
}

.nav-group > .nav-text:hover {
  background-color: #6EBF6F;
  background-color: #4D72B8;
  background-color: #D50300;
  color: #fff;
  opacity: 1;
}


.nav-item {
  max-width: 100vw;
  background-color: #6EBF6F;
  background-color: #BC0606;
  color:#666666;
}


.NAVEGACION.estilo4 .nav-item-graph {
  background-color: #4D72B8;
  background-color: #ED1C24;
  
}

.ovt_contenido li {
  margin: 0.1em;
}

#logo a {
  width: 20em;
}

#logo {
  padding: 0 0 0 0;
}


.NAVEGACION .widget-area > * {
  max-width: 100%;
  text-align: left;
}


#link-clave {
  visibility: hidden;
}


.listaOpcionesPrivadas li {
  margin-bottom: 10px; /* separa cada <li> */
}

