/* TOP 2 Y TOP 1 */
/* CON UNA TRANSPARENCIA AL 100% **/
.header-1.header-overlap #sp-top-bar .container > .container-inner > .row .logo-col::after {   border-top: 40px solid rgba(22, 41, 97, 0); }
.header-1.header-overlap #sp-top-bar .container > .container-inner > .row .logo-col::before {  background: rgba(22, 41, 97, 0); }
.header-1.header-overlap #sp-top-bar #sp-top1, .header-1.header-overlap #sp-top-bar #sp-top2 { background: rgba(22, 41, 97, 0); }
.header-1.header-overlap #sp-top-bar .container > .container-inner > .row .logo-col { background: rgba(22, 41, 97, 0); }
.header-1.header-overlap #sp-top-bar #sp-top2::after {   background: rgba(22, 41, 97, 0); }


/*  TITULAR DE CONVOCATORIAS  */
@media (min-width: 1200px) {   h3, .h3 {     
  font-size: 1.4rem;
  font-weight: 700;
} }

/*TITULO DE LOS ARTICULOS*/
.article-details .article-header h1, .article-details .article-header h2 {   
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  font-weight: 650;
}

/*NOTICIAS PRINCIPAL DE NOTICIA*/
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.4rem;
}


/*TAMAÑO DE LAS CONVOCATORIAS RECIENTES*/
h5.mb-1 a {  font-size: 1.01rem;  }


/*LINEA AMARILLA DEL MENU*/
.header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > span, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a, .header-1.header-overlap #sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > span {  
  border-bottom: 5px solid #f4ab3b;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sp-megamenu-parent > li:hover > a {
  color: #ffa500;
  border-bottom: 5px solid #f4ab3b;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*ALINIAMOS EL MENU AL CENTRO 
 .justify-content-end {  justify-content: flex-start !important; }
*/

/* MENU PRINCIPAL*/
.header-1.header-overlap #sp-header:not(.header-sticky) {   background: rgba(22, 41, 97, 0); }

/*TAMAÑO DE LA FUENTE DEL MENU*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
  color: #FFFFFF;
  padding: 0 18px;
  line-height: 80px;
  font-size: 0.92rem;
  margin: 0;
  font-weight: 410;
}

/* LOGO */
@media (min-width: 992px) {  .header-1#sp-header:not(.header-sticky) .logo { margin-top: 0px;   } }


/*SHADOW CERO*/
.header-1#sp-header {   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0); }

/* MENU EN DESPLAZAMIENTO COLOR AZUL*/ 
.header-1#sp-top-bar .container > .container-inner > .row .logo-col::before {   background: rgb(0, 102, 64); }
.header-1#sp-top-bar .container > .container-inner > .row .logo-col {   background: rgb(0, 102, 64); }
#sp-header {   background: rgba(0, 102, 64, 1); }


/*BARRA FOOTER EN HOVER*/
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  border-bottom: 5px solid #f4ab3b;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}


/*MENU LOTAIP AÑOS ANTERIORES*/
ul.menu { padding-left: 0rem;  }
ul.menu li { list-style-type: none;}


/* GACETA TRIBUTARIA PRINCIPAL*/
li.module_document > div.koowa_header:nth-of-type(2n + 1) {  
  background-color: rgba(228, 233, 245, 0.35);
}

/* ALINEAMOS A LA DERECHA LA FECHA */
li.module_document > div.module_document__info{   
  text-align: right; 
  background-color: rgba(228, 233, 245, 0.35);
}
.k-ui-namespace .mod_docman ul li .koowa_header {
  margin: 0px;
  line-height: 1.75em;
}

/* DISTANCIA ENTRE CELDAS 15PX*/
.k-ui-namespace .mod_docman.mod_docman--documents ul li {   margin-bottom: 1px; }





/*ESTILO DEL MENU LOTAIP A{OS ANTERIORES*/
div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu > li  a {
    list-style-type: none;  
    display: block;
    font-size: 0.97rem;
    padding: 12px 12px 12px 15px;
    line-height: 1.2rem;
    margin-top: 7px;    
    font-weight: 425;
    background-color: rgba(230, 233, 235, 0.3);
    border-left: 0.5rem solid rgba(230, 233, 235, 1);
}  


div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu >  li a:hover{          
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 41, 83, 1);
  display:block;
}

div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu li.active a {
  color: #ffffff;
  border-left: 0.5rem solid rgba(244, 171, 59, 1);
  background-color: rgba(255, 41, 83, 1);
}







/* COLORE DE TABLA*/
.k-ui-namespace table td {   border-top: 1px solid rgba(228, 233, 245, 1);; }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(228, 233, 245, 0.35);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  color: var(--bs-table-color);
}

.table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}




/*BOTON LEER MAS*/
/* ARTICULOS RECIENTES */
div.readmore.mt-2 > a{
  font-size: 14px;   background-image: url(/templates/ut_construction/images/presets/default/eye-readmore.png);
  background-repeat: no-repeat;   background-position: left;   padding: 8px 20px 8px 34px;   border-radius: 10px;   font-weight: 450;
}
div.readmore.mt-2 > a:link {background-color: #2ba6de; color: #FFFFFF; border: 0px}
div.readmore.mt-2 > a:visited {background-color: #2ba6de; color: #FFFFFF; border: 0px}
div.readmore.mt-2 > a:active {background-color: #2ba6de; color: #FFFFFF; border: 0px}
div.readmore.mt-2 > a:hover {background-color: #d93b43; color: #FFFFFF; border: 0px}


/*LEER MAS*/
/*ARTICULOS DESTACADOS*/
div.readmore.mt-10 > a{
  font-size: 14px;   background-image: url(/templates/ut_construction/images/presets/default/eye-readmore.png);
  background-repeat: no-repeat;   background-position: left;   
  padding: 3px 20px 3px 35px;   border-radius: 10px;   font-weight: 450;
}
div.readmore.mt-10 > a:link {background-color: #2ba6de; color: #FFFFFF; border: 0px}
div.readmore.mt-10 > a:visited {background-color: #2ba6de; color: #FFFFFF; border: 0px; }
div.readmore.mt-10 > a:active {background-color: #2ba6de; color: #FFFFFF; border: 0px;}
div.readmore.mt-10 > a:hover {background-color: #d93b43; color: #FFFFFF; border: 0px;}







/* MEnU SECUNDARIO */
/*TITULO DEL MENU SECUNDARIO*/
/**********************************************************************************************/
.sp-megamenu-parent .sp-mega-group > li > a {   color: #2B2B2B; } /*COLOR DEL ENCABEZADO*/
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 0.97rem;
  font-weight: 650;
  margin-bottom: 10px;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {   color: #232323; } /* COLOR DE MENU*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {  
  color: #fff; 
  display: block; 
  background: rgba(1, 154, 0,1);
} /* COLOR EN HOVER */ 

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before {    
  background: rgba(1, 154, 0,1);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {   
  color: #fff;
  display: block;
  padding: 10px;
  background: rgb(1, 154, 0,1);
} /* COLOR ACTIVE */


/*********************************************************************************************************/
/*    BOTON    */
/*ALTURA DEL BOTON*/
input.form-control, select.form-control {   height: calc(1.9em + 0.10rem + 1px); }



/*CAJA DEL BOTON */
.form-control {
  display: block;
  width: 100px;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  appearance: none;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}







/*AMPLITUD DEL BOTON BUSCAR*/
#sp-header .sp-module {
  display: inline-flex;
  float: right;
  margin-left: 15px;
  height: 80px;
  align-items: center;    
}

/* BOTON BUSCAR */
.btn {
  --bs-btn-padding-x: 0.125rem;
  --bs-btn-padding-y: 0.010rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.750rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 2;
  --bs-btn-color: #212529;
  --bs-btn-bg: rgba(255, 255, 255, 0.15),;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.125rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* COLOR DE FONDO DE LA CAJA DE BUSQUEDA */
.form-control, .sppb-form-group .sppb-form-control {
  border-color: rgba(173, 181, 189, 0.3);
  background: rgba(255,255,255,0.35);
}

.awesomplete {
  flex: 1 1 auto;
  width: 1%;
  text-align: right;
}
/*TEXTO GUIA CAJA DE BUSQUEDA*/ 
.form-control::placeholder {   color: #dbe1ee;   opacity: 1; }



/* COLOR DE IMAGEN*/
body .btn-primary, body .sppb-btn-primary {
  background: #fd3643;
  background-color: rgb(253, 54, 67);
  color: #FFFFFF;
  border: 1px solid #fd3643;
    border-top-color: rgb(253, 54, 67);
    border-right-color: rgb(253, 54, 67);
    border-bottom-color: rgb(253, 54, 67);
    border-left-color: rgb(253, 54, 67);
}






/*************************************************************************/
/*BREAD CRUMBS */
.sp-page-title .breadcrumb {   background: #E9E9E9; }


/* ULTIMO ELEMENTO DEL BREAD CRUMBS*/ 
.sp-page-title .breadcrumb > .active {   
  color: rgba(38, 40, 37, 0.80);
}


/*ANUAMOS LOS ANGULOS*/
/* BREADCRUMBS*/
.sp-page-title .breadcrumb {
  padding: 10px 40px;
    padding-left: 40px;
  padding-left: 40px;
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  border-radius: 0;
  font-size: 15px;
  line-height: 2;
  display: block;
  text-align: left;
  clip-path: polygon(0px 0, calc(100% - 0px) 0, 100% 100%, 0 100%);
}

/* FONDO AZUL DE BREAD CRUMBS */
.sp-page-title.title-image-bg::before {
  content: ""; display: block;     
  background: rgba(7, 109, 6, 0.40);
  position: absolute;   top: 0; left: 0;   right: 0;   bottom: 0;   z-index: 0;
}

/*TITULO 4 DEL BREADCRUMBS*/
.sp-page-title .sp-page-title-heading {
  text-align: left;
  padding-left: 100px;
  font-size: 2.5em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 0px 0 #c9c9c9, 0 1px 0 #bbb, 0 1px 0 #b9b9b9, 0 1px 0 #aaa, 0 2px 1px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 7px 25px rgba(0,0,0,.15);
}



/* SUB TITULO BREAD CRUMBS */
.sp-page-title .sp-page-title-sub-heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  text-align: left;
  COLOR: #ffffff;
  padding-left: 100px;
}



/* CENTRADO DE IMAGENES DE BREADCRUMS*/
.sp-page-title {  
  background: rgba(10, 30, 88, 0.15);  
  padding: 80px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto;
}

/* DISTAMCIA AL MARGEN DEL CONTENIDO*/ 
#sp-main-body {   padding: 50px 0; }


/* ALINEACION DE LOS BOTONES DEL SLIDE */
/*  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  **  */
.dot-controller-position-vertical_left.sp-slider .sp-dots {
  transform: initial;
  margin: auto;
  max-width: 20px;
  top: 350px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/*PAGINA INFORMATIVO*/
/************************************************************************************************************/
.ublog .article-list .article:hover .article-header h1 a, .ublog .article-list .article:hover .article-header h2 a, .ublog .article-list .article:hover .article-header h3 a, .ublog .article-list .article:focus .article-header h1 a, .ublog .article-list .article:focus .article-header h2 a, .ublog .article-list .article:focus .article-header h3 a {   color: #ff383f; }

/*LINEA DE BAJO DEL TITULO*/
#sp-left .sp-module .sp-module-title::after, #sp-right .sp-module .sp-module-title::after {   background: #ff383f; }




/*NOTICIAS DE PORTADA 3 FILAS*/
a:hover, a:focus, a:active {   color: #ff383f; }



div.readmore.mt2 a:link {
  font-size: 15px;
  background-color: #2ba6de;
  color: #fff;
  background-image: url(templates/ut_construction/images/presets/default/eye-readmore.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 8px 20px 8px 30px;
  border-radius: 10px;
  font-weight: 450;
  }


/* CONTENIDO DE GACETA OFICIAL */
.k-ui-namespace .koowa_wrapped_content {
white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none;
  line-height: 1.3rem;
  text-align: justify;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}





/* CONVOCATORIAS */
/**********************/
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
    padding-bottom: 2px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none;
  line-height: 1.3rem;
  padding-bottom: 25px;
  text-align: justify;
}









/*PAGINA DE CONCEJALES*/
/**********************************************************************************************************/
/* NOMBRES DE CONCEJALES */
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-name {   color: #24325f; }
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay {   background: rgba(226, 61, 68, 0.85); }










/*PARA DATOS MOVILES*/
/* MIGAS DE PAN */
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: rgba(38, 40, 37, 0.80);
}                            
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: rgba(38, 40, 37, 0.80);
    font-size: 0.87rem;
    font-weight: 400;
}

/*
#sp-footer, #sp-bottom {
    background: #fd3a42;
    background-image: url(/images/rba_footer/rba_foot_2024_2.jpg#joomlaImage://local-images/rba_footer/rba_foot_2024_2.jpg?width=1600&height=810);
}
*/


/* CONTENIDO LOTAIP */
/**************************************************************************************/
/*ACORDION DE LOTAIP*/
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading::after { background: #e23d44; color: #FFFFFF; }







/*PIE DE PAGINA*/

/************************************************************************************************************/
/*PIE DE PAGINA*/
#sp-footer, #sp-bottom {   
  padding-top: 80px; 
  color: #e3e3e3;
}


#sp-footer {   border-top: 1px solid #fa6b70; }

/*COLOR DE LA FUENTE DEL FOOTER*/
#sp-footer a, #sp-bottom a {   color: #fcfcfc; }

/* MENU PARROQUIAS */
#sp-bottom .sp-module ul > li > a {   
  display: block;
  margin: 0px;
  font-size: 0.97rem;
}



/*PAGINA DE ERRROR*/
.error-code span {   text-shadow: 3px 3px #FFF, 5px 5px rgb(255, 165, 0); }
.error-code span, .coming-soon-number {   color: rgba(255,165,0,0) !important; }