/**
 * FICHERO DE ESTILOS PARA LA PERSONALIZACION DEL CLIENTE
 * 
 * version: 0.4
 * fecha: 28/08/2020
 * cliente: Ayuntamiento de Dos Hermanas
 * 
 * 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:  TeleGrotesk,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

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

#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");}} 
footer .entidad-sede .imagen-entidad {
    background-image: url("../img/logoFooter.png"); }



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

/* COLORES toda la pagina ----------*/
html {
    background-color: white;
    color:  #262626;
}

/* 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: #bd2e1e;
	border-color: #000;
    
}

/* BOTONES PRIMARIOS Y SECUNDARIOS */
.ui-btn.primary:not(.disabled),
.ui-btn.primary:not(.disabled):not(.secondary):hover
{
    color: white;
    background-color: #bd2e1e;
}
/* 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: #CCC;
}  
    
/* COLOR: hover links */
a:hover:not(.ui-btn) {
        color: #ccc;
}


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

header {
	background-color: transparent; 
	color: #666;
}
header a {
	color:#bd2e1e;
	border-color: #666;
	text-shadow: none;
}
header .contenidoFlotante a {
	text-shadow: none;
}
header a:hover:not(.ui-btn) {
	color: inherit;
	border-color: inherit;
}
           
/* COLOR: barra superior transparente */
header section#global {
	background-color: rgba(0, 0, 0, 0.03);
}

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

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

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


/*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: #fff;} /* COLOR: texto linea primer nivel */
.nav-item .nav-text   {              color: #000;} /* COLOR: texto linea segundo nivel */
.nav-item .nav-text   :hover      {          color: #c5b075;} 
a.nav-text:hover      {              color: #DDD;} /* 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:    #F5F5F5;} /* 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 {
    background: #eee;
    color:#333;


}
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; */
}

/* 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; }
.nav-menu .nav-group:hover > .nav-text::before { opacity: 0.08; }
.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 */
/******************************************************************************/



/* WIDGET CON ESTILOS ESPECIALES */


#NAV_BANNERMISDATOS{
    background-color:#fff
}
@media screen and (min-width: 501px) {
    #NAV_BANNERMISDATOS h4 {color:#bd2e1e;}
}

.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; 
}




/* 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{
    }
}

/******************************************************************************/
/* PERSONALIZACIÓN EXTRA DE CLIENTE */
/* Zona para añadir estilos */


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

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

footer {
	background-image: url("../img/pie.jpg"); 
	background-size: cover;
	background-position: center;
}


.nav-user-title {
    display: block;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 1px;
    opacity: 0.8;
}


.NAVEGACION.estilo12 .item-navegacion {
	color:#b1484a
}

.NAVEGACION.estilo3 .nav-item-text {
/* JVD: Cambio para adaptar el estilo 
    color:#666 !important */
    color:#CCC !important 
    }
.NAVEGACION.estilo4 .nav-item-text {
    position: relative;
    padding: .5em;
    text-align: center;
    min-height: 3em;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bd2e1e;
}
.NAVEGACION.estilo3 .nav-item-graph svg {
    fill: #666666 !important;
}
.NAVEGACION.estilo4 .nav-item-graph svg {
    fill: #666666 !important;
}
#NAV_BANNERMISDATOS {
background-image: url("../img/fondoMISDATOS.jpg") }
