/**
 * FICHERO DE ESTILOS PARA LA PERSONALIZACION DEL CLIENTE
 * 
 * version: 1.0
 * fecha: 30/05/2025
 * cliente: Xaloc3
 * 
 * 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,500,700,900,300,100);

body
{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;	
/*	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;
	text-align:justify;
}

/* 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: #980613;
	border-color: #980613;
}

/* BOTONES PRIMARIOS Y SECUNDARIOS */
.ui-btn.primary:not(.disabled),
.ui-btn.primary:not(.disabled):not(.secondary):hover
{
    color: white;
    background-color: #980613;
}
/* 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: #e4c2c1;
}  
    
/* COLOR: hover links */
a:hover:not(.ui-btn) {
        color: #F00000;
}


/* COLORES HEADER ---------------*/
/* COLOR: fondo, color, links y hover-links */

header {
	background-color: transparent; 
	color: #ae786f;
}
header a {
	color:#000;
	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: #bd2c16; */
	color: #980613;
}

/* COLOR: barra separadora TITULO/SEDE  */
.global-title {
	background-color: #980613;color:#dfaead
}
.global-title a,
.global-title a {
	color: white;
} 

/* COLOR: hover border iconos navegaciÃƒÂ³n usuario */ 
header .contenidoFlotante,
header .nav-user > li:hover {
	border-color: #980613;
}

/*COLORES CONTENIDO -------------*/
/* COLOR: titulos principales y color principal */
h3,
.main-element,
.liqsec-param-concepto-title.seleccionado,
h4{
   color: #980613;
}
/*
h5,
.second-element {
  color: #980613;
  fill: #980613;
}
*/


/*COLORES Y ESTILOS DE CAJAS */
.style-box-1 {
	border-color:  #8fa6b6;
}
.style-box-2 {
}
.style-box-3 {
}
.style-box-4 {
}
.style-box-5 {
}


.head{ background-color: #f6e8d2; }



/* COLORES  MENU -----------------*/
.nav-text, a.nav-text {              color: white;} /* COLOR: texto linea primer nivel */
.nav-item .nav-text   {              color: #000;} /* COLOR: eae5d7texto linea segundo nivel */
.nav-item .nav-text   :hover      {  color: #666;} 
a.nav-text:hover      {              color: #980613;} /* COLOR: link hover. Color DIPSALUT*/

.nav-item > .nav-text {border-bottom-color: #FFF;} /* COLOR: separador items segundo nivel. Canvi inherit per blanc */
#nav-menu             {background-color: #333;} /* 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 {
    background: #000;
    color:#fff;
border-top: 1px solid #ccc;

}
footer a:not(.contextual-links) { 
	color: inherit; 
	opacity: 0.9; 
}
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 */
/******************************************************************************/

/*********************/
/*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: #666; 
    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:#000000 /*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*/
/***************/

/* WIDGET CON ESTILOS ESPECIALES */


#NAV_BANNERMISDATOS{
    background-color:#e6e4e0
}
@media screen and (min-width: 501px) {
    #NAV_BANNERMISDATOS h4 {color:#980613;}
}

.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 
header a h1 {
	color:#333;
	}
 {
    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{
    }
}

/******************************************************************************/
/* PERSONALIZACION EXTRA DE CLIENTE */
/* Zona para anyadir estilos */


/* Cabecera con fondo de imagen*/
header {
	background-image: url("../img/cabecera.jpg"); 
	background-size: cover;
	background-position: center;
}


#textosHeader a {
    font-size: 1em;
    font-weight: lighter;color:#333
}

#textosHeader a:hover {color:#980613
}

#page_HOME_PROV #nav-menu {
    background-color: #cb9d53;
}
#page_HOME_PROV .global-title {
	background-color: #cb9d53;
}

.NAVEGACION.estilo4 h4  {
color: #980613;
}

.NAVEGACION.estilo11 h4 {
color: #980613;
}
.cabeceraDcha {
color: #fff;
}

.sede .fecha-hora
{
color: #000;
}
.sede wider-content {
color: #fff;
}
.contenidoFlotante {
    color: #333;
}

.nav-user a{
    color: #333;
}
.nav-user a:hover{
    color: #666;
}

.NAVEGACION.estilo16 {
    background-color: #F0F2F2;
}