/**
 * FICHERO DE ESTILOS PARA LA PERSONALIZACION DEL CLIENTE
 *
 * version: 0.4
 * fecha: 10/02/2021
 * cliente: Terrassa
 *
 * 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);
*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-italic - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body
{
	/* font-family:  TeleGrotesk,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; */
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    background: #F2F2F2;
}

/************************************/
/********** LOGOS   *****************/
/************************************/

#logo a { background-image: url("../img/logo-terrassa.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 {

    }
}
footer .entidad-sede .imagen-entidad {
    background: url("../img/logo-terrassa.png") center center no-repeat;
    background-color: #e42313;
    border-radius: 8px;
    text-align: center;
    margin: 0 1.5em 0 50px;
    box-sizing: border-box;
    width: 236px;
    height: 68px;
 }

 footer .datos-info-sede {
     font-size: .95em;
 }



/************************************/
/********** 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: #e42313;
	border-color: #e42313;
}

/* BOTONES PRIMARIOS Y SECUNDARIOS */
.ui-btn.primary:not(.disabled),
.ui-btn.primary:not(.disabled):not(.secondary):hover
{
    color: white;
    background-color: #e42313;
}
/* 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: #333;
}


/* COLORES HEADER ---------------*/
/* COLOR: fondo, color, links y hover-links */

header {
	background-color: transparent;
	color: #666;
}
header a {
	color:#ccc;
	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: #000;color: #fff
}

/* COLOR: barra separadora TITULO/SEDE  */
.global-title {
    display: none;
	background-color: #e42313;color:#dfaead
}
.simple-page .global-title {
  display: none;
}

.global-title a,
.global-title a {
	color: white;
}

/* COLOR: hover border iconos navegaciÃ³n usuario */
header .contenidoFlotante,
header .nav-user > li:hover {
	border-color: #e42313;
}

/*COLORES CONTENIDO -------------*/
/* COLOR: titulos principales y color principal */
h3,
.main-element,
.liqsec-param-concepto-title.seleccionado,
h4{
   color: #e42313;
}
/*
h5,
.second-element {
  color: #e42313;
  fill: #e42313;
}
*/


/*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: #e42313;}
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: #ccc;border-bottom: 1px solid #fff;
} /* COLOR: fondo item primer nivel en movil */
.nav-items            {background-color:    #eee;} /* COLOR: fondo item segundo nivel */
.nav-group > .nav-text{border-right-color:  #F5F5F5;color:#333} /* 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-color: #333;color:#fff;
border-top: 1px solid #eee;
 }
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:#e6e4e0
}
@media screen and (min-width: 501px) {
    #NAV_BANNERMISDATOS h4 {color:#e42313;}
}

.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{
    }
}

/******************************************************************************/
/* 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;
}


#textosHeader a {
    font-size: 1em;
    font-weight: lighter;color:#333
}

#textosHeader a:hover {color:#333
}

#page_HOME_PROV #nav-menu {
    background-color: #cb9d53;
}
#page_HOME_PROV .global-title {
	background-color: #cb9d53;
}

.NAVEGACION.estilo4 h4  {
color: #333;
}

.NAVEGACION.estilo11 h4 {
color: #e42313;
}
.cabeceraDcha {
color: #fff;
}

.sede .fecha-hora
{
color: #fff;
}
.sede wider-content {
color: #fff;
}
.nav-user a{
    color: #333;
}
.nav-user a:hover{
    color: #666;
}

#entity {
	background-color: #fff;}

#footer-wrapper {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    background-color: #000;
    padding: 1em;
}
.nav-footer-text {
    font-size: 1.85em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #e4e6e6;
}
.menu-footer-items {
    margin: 0;
    padding: 0;
    line-height: 2em;
}


/***************************************************/
/*        Personalizacion MAMG (09/02/2021)        */
/***************************************************/

/*****  Modificaciones para la cabecera   *****/

.identify-user {    display: none;  }

/*
header section#global {
    height: 4em;
    width: 82%;
    float: right;
    border-bottom-left-radius: 8px;

}

#entity {
    height: initial;
    padding-top: 0;
}

#textosHeader {
    display: none;
}

#logo a {
    width: 15em;
}

#logo a {
    display: block;
    position: relative;
    // Linea comentada background-position: center center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 5em;
    width: 18em;
    image-rendering: auto;
    max-height: 7em;
}

*/


/*****  FIN de modificaciones para la cabecera   *****/

.page {
    overflow: hidden;
}

.nav-user {
    margin-top: 0
}

.nav-user > li {
    margin-top: 55px;
}

.navItem > a {
    flex-direction: row;
    font-size: 1rem;
}

.navItem svg.icon {
    height: 1.5em;
    width: 1.5em;
}

header {
    background: #F2F2F2;
}

.HEADER {
    margin: 0 auto;
    max-width: 90rem;
    min-width: 90rem;
    border-bottom: 2px solid #E8E8E8;
    background: white;
}

#aazone\.HEADER {
    display: block !important;
    position: relative;
    margin: 0 auto;
}

header section#global {
    position: absolute;
    background-color: #000;
    color: #fff;
    right: 10px;
    left: 247px;
    top: 0;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    height: 56px;
    overflow: hidden;
}

header section#global .sede {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    display: block;
}

.idiomas {
    place-content: flex-end;
    height: 56px;
    align-items: center;
}

section#entity {
    padding: 0;
    height: auto;
    min-height: 65px;
    max-height: none;
}

#logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 227px;
    background: #E42313;
    border-radius: 0 0 8px 8px;
}

#entity:not(.identificado) #logo {
                width: 227px;
}

#widgets-wrapper {
    background: #F2F2F2;
    margin-bottom: 0;
}

#contenedorWebapps {
    background: white;
    max-width: 90rem;
    min-width: 90rem;
    margin: 0 auto;
    padding: 0;
}

/*****  Modificaciones para el pie   *****/

#logo a {
    width: 227px;
    height: 56px;
    display: block;
    max-width: none;
    max-height: none;
    background: url(../img/logo-terrassa.png) center center no-repeat;
    margin: 0 auto;
}

footer {
    border-top: none;
    overflow: hidden;
}

footer .widget {
    padding: 0;
}

footer .wider-content {
    max-width: 90rem;
}

#footer-wrapper {
    width: 100%;
    padding: 0;
    background: #2f2626;
}

#footer-wrapper > ul {
    background: #1a1010;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
}

#footer-wrapper > ul > li {
    margin: 0 2em 2em 0;
}

#footer-wrapper > ul > li:last-child {
    margin-right: 0;
}

.footer-area.footer-fijo {
    background: #e4e6e6;
    max-width: none;
    justify-content: center;
    padding: 0;
}

.entidad-sede {
    color: #333;
    background: white;
    max-width: 46rem;
    min-width: 46rem;
    margin-bottom: 0;
    padding: 0 1em 0 0;
    box-sizing: border-box;
    min-height: 171px;
    flex: 1;
}

footer .datos-info-sede {
    flex: 1;
}

.social-media {
    background: white;
    color: #333;
}

.info_pie {
    max-width: 44rem;
    min-width: 44rem;
    color: #333;
    box-sizing: border-box;
    padding: 1em 0 1em 0;
    background: white;
    flex: 1;
}

.info_atencion_pie {
    padding: 0 0 0 95px;
    background: white url(../img/pie_bocadillo.png) left center no-repeat
}

.info_pie .social-media {
    /* margin-left: 0;*/
    margin-left: 0.4em;
    margin-right: 0;
    color: #333;
    background: white;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    text-align: center;
}

.info_pie h3 {
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    margin: 1em 0 .4em 0;
    line-height: 1.2;
}

.info_pie p {
    margin:0 0 .5em 0;
}

footer a:not(.contextual-links) { color: inherit; opacity: 1; }
footer a:not(.ui-btn):hover { color: inherit; opacity: 0.7; }

footer .info_pie a {
    color: #b10000;
}

.info_pie .premio {
    float: right;
    display: block;
    width: 185px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/LogoSegellAO_1_Color.png);
    opacity: 1;
    margin-right: 50px;
}

.datos-info-sede .telefono {
    background: url(../img/icono_telefono.png) left center  no-repeat;
    padding: 0 0 0 20px;
}


footer .datos-info-sede a:not(.contextual-links) { color: #b10000; opacity: 1; }
footer .info_atencion_pie a:not(.contextual-links) { color: #b10000; opacity: 1; }

/*
footer .datos-info-sede a:not(.ui-btn):hover { color: #b10000; opacity: 0.7; }
*/

footer #footer-wrapper .footer-area.wider-content {
    padding: 0;
}


@media screen and (max-width: 1275px) {

    .footer-area.footer-fijo {
        background: #fff;
    }

    .entidad-sede {
        min-width: 27rem;
    }

    .social-media {
        min-width: 0;
    }

    .info_pie {
        min-width: 27rem;
    }

    #contenedorWebapps {
      min-width: 0;
      width: 100%;
    }

    .HEADER {
      min-width: 0;
      width: 100%;
    }

    #widgets-wrapper.page-content {
      min-width: 0;
      width: 100%;
    }
}


@media screen and (max-width: 900px) {

    .footer-area.footer-fijo {
        flex-direction: column;
    }

    .entidad-sede {
        flex-flow: column;
        min-width: 0;
        max-width: none;
        padding: 0;
        margin: 0;
        flex: none;
    }

    .info_pie {
        display: block;
        min-width: 0;
        max-width: none;
        flex: none;
    }

    .info_pie .premio {
        float: none;
        margin: 1em auto;
        display: block;
    }

    footer .entidad-sede .imagen-entidad {
        margin: 20px 0 1em 0;
    }

    .info_banners_pie {
        text-align: center;
    }

    .info_atencion_pie {
        display: inline-block;
    }

    .info_pie .social-media {
        display: block;
    }

    .social-media a {
        display: inline-block;
    }

}

@media screen and (max-width: 600px) {
    #footer-wrapper > ul > li {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .nav-user-title {
        display: block;
    }
}

@media screen and (max-width: 400px) {

    .nav-user > li {
        margin-top: 110px;
    }

    section#entity {
        min-height: 120px;
    }

    #logo {
        right: 10px;
        width: auto;
        border-radius: 0;
    }

    #entity:not(.identificado) #logo {
                width: auto;
    }

    header section#global {
        left: 10px;
        top: 56px;
    }

    .idiomas {
        place-content: space-around;
    }
}



/*****  FIN de Modificaciones para el pie   *****/


/*  Ocultar icono de VALID en pagina de identificacion   */
#link-valid {   display: none;   }

/*  Ocultar icono de tornar   */
.back {   display: none;   }
#urlBack  {   display: none;   }
h3 .back {
  display: none;
}
