@import url('https://fonts.googleapis.com/css?family=Rubik:100,300,400,700');
 
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  -webkit-appearance:none;
}
 
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 498px; 
/*  margin-bottom: 392px;*/
  font-family: 'Rubik', sans-serif;
  color: #0b537f;
  overflow-x: hidden;
  font-size: 14px;
  background-color: #fafafa;
  
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 428px) {
	body {
	  /* margin-bottom: 323px; */
	margin-bottom: 392px;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	body {
	   margin-bottom: 412px; 
	}
}	

@media (min-width: 1200px) {
	body {
	   margin-bottom: 323px; 
	}}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  color: #fff;
  /*min-height: 412px;*/
   min-height: 392px;
  background-color: #083c5e;
}
@media (min-width: 428px) {
	.footer {
		/*min-height: 323px;*/
		 
	}
}
@media (min-width: 1200px) {
	.footer {
		min-height: 323px;
		 
	}
}


.footer img {
	margin-top: 40px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #e9761f;
}

.footer .legal, .footer .legal a {
	font-size: 12px;
	color: #e9761f;
}

.footer .list-inline li {
	padding: 0px 10px 10px 10px;
}

.footer .list-inline>li {
	vertical-align: text-top;
}

.footer .list-unstyled li:first-child {
	color:#e9761f;
	font-weight: bold;
	padding-top: 40px;
}

.footer .direccion {
	font-size: 13px;
	padding-top: 15px;
}
@media (min-width: 768px) {
	.footer .direccion {
		padding-top: 50px;
	}
}

.cabecera{
	height: 175px;
}

#logos_cabecera {
	padding-top: 50px;
}

a { color:#0b537f; text-decoration: none;}
a:hover, .footer .legal a:hover { text-decoration: none; color:#e9761f;}

#aviso_cookies {
 	position:fixed; 
 	bottom:0px; 
 	z-index:2000; 
 	left:0; 
 	width:100%;  
 	background-color: #000000;
 	color:#ffffff; 
 	font-size:10px;
}

#aviso_cookies .cerrar {
	float:right; 
	padding-right:20px;
	padding-top:5px;
	font-size:16px;
	font-weigth:bold;
	cursor:pointer;
}

.texto_cookies {
	margin: 0 auto; 
	padding: 1em 1.25em; 
	max-width: 80%;
}

.texto_cookies span {
	font-size:12px;
	line-height:25px;
}	

.texto_cookies a {
	color:#e9761f;
	font-size:10px;
}

a.email {
	direction: rtl;
	unicode-bidi: bidi-override;
	color:#0b537f;
}

a.email span {display: none;}

#previo_menu {
	height: 35px;
	background-color: #dbdbdb;
	color: #ffffff;
}

.texto_resaltado {
	font-size: 18px;
	font-weight: bold;
}


#previo_menu ul {
	height: 40px;
	margin-bottom:0px;
	margin-top: 7px;
}

#previo_menu ul>li a{ color: #aaaaaa; }
#previo_menu ul>li a:hover { color: #e9761f; }

.azul { color: #0b537f;}
.naranja { color: #e9761f;}
.azul_claro { color:#448ebc;}
.gris { color:#aaaaaa;}
.gris_oscuro { color:#929292;}
.gris_oscuro2 { color:#6a6a6a;}


a.azul:hover { color: #0b537f; }

.enlace_transicion {
	-webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    -ms-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
}

.enlace_blanco:hover [class^=col-] {
	background-color: #fff;
	color: #0b537f;
}

.fondo_laberinto { background-image: url(../img/trama_laberinto.jpg); }
.fondo_poligono { background-image: url(../img/trama_poligono.jpg); }
.fondo_poligono_gris_oscuro { background-image: url(../img/trama_poligono_gris_oscuro.jpg); }
.fondo_azul_tramado { background-image: url(../img/trama_azul.jpg);}
.fondo_blanco { background-color:#fff;}

.linea_separador { 
	height: 1px;
	border-top: 1px solid #dbdbdb;
}

.linea_separador_naranja { 
	height: 1px;
	border-top: 1px solid #e9761f;
}

.titular {
	font-size: 38px;
	font-weight: 300;
	font-style: italic;
}

.titular_seccion {
	font-size: 30px;
}
@media (min-width: 428px) {
	.titular_seccion {
		font-size: 40px;
	}
}

.titular2 {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
}



.subtitulo_seccion {
	color: #e9761f;
	font-size: 18px;
	margin:0 0 20px;
}

.volver a{
	text-decoration: none !important;
}

.texto_peque {
	font-size: 11px;
	color: #aaaaaa;
	margin-top: 15px;
}

.separador_superior {
	height: 20px;
}
@media (min-width: 428px) {
	.separador_superior {
		height: 40px;
	}
}

.separador_inferior {
	height: 50px;
}
@media (min-width: 428px) {
	.separador_inferior {
		height: 40px;
	}
}

.separador_superior_panel, .separador_inferior_panel  {
	height: 20px;
}

.lista_tamano_grande {
	font-size: 21px;
	font-style: italic;
	font-weight: 100;
}

.lista_tamano_grande.fa-ul {
	margin-left: 1.44285714em;
}

.enlaces_trasparencia .fa-ul {
	margin-left: 5px !important;
}

.cuadro_resplandor, .cuadro_resplandor_full {
	-webkit-box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	background-color: #fff;
	padding: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 25px 0px;
}

.cuadro_resplandor_full {
	margin: 0px;
	padding: 0px;
}

.list-group.cuadro_resplandor_full {
	border: 0px;
}

.list-group.cuadro_resplandor_full .list-group-item {
	border: none;
	border-top: 1px solid #e9761f ;
	padding: 15px 15px;
}
.list-group.cuadro_resplandor_full .list-group-item:first-child {
	border: none;
}

.list-group.cuadro_resplandor_full .list-group-item a {
	font-size: 12px;
}

.list-group.cuadro_resplandor_full .list-group-item a .fa {
	font-size: 14px;
	line-height: 19px;
}

.cuadro_resplandor_full.tipo_cabecera li:first-child, .cuadro_resplandor_full.tipo_cabecera .pie a {
	background-color: #448ebc;
	color: #ffffff !important;
	padding: 15px 15px !important;	
}

.cuadro_resplandor_full.tipo_cabecera .seleccionado {
	background-color: #ffbe8b;
}

.cuadro_resplandor_full.tipo_cabecera li {
	padding: 0 !important;	
}

.cuadro_resplandor_full.tipo_cabecera li a {
	padding: 15px 15px;	
	display: block;
}

.cuadro_resplandor_full.tipo_cabecera li a:hover {
	background-color: #ffbe8b;	
	color: #0b537f;
}


.enlace_naranja_seleccionado {
	background-color: #ffbe8b;	
	color: #0b537f;
}


.cuadro_resplandor_full.tipo_cabecera .pie a {
	font-style: normal;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	font-size: 14px;
}
.cuadro_resplandor_full.tipo_cabecera .pie a:hover {
	color: #0b537f !important;
}

.margen_menu_lateral_columna {
	padding-left: 0px;
}
@media (min-width: 768px) {
	.margen_menu_lateral_columna {
		padding-left: 20px;
	}
}

.ajuste_columna_secciones {
	padding-left: 30px;
}
@media (min-width: 768px) {
	.ajuste_columna_secciones {
		padding-left: 5px ;
		padding-right: 13px ;
	}
}

.pestanas_seccion .nav-tabs li {
	width: 50%;
}

.pestanas_seccion .nav-tabs a {
	background-color: #f3f3f3;
	color: #929292 !important;
	font-weight: 500;
	font-size: 15px !important;
	font-style: italic;
	margin-right: 0px;
	border-bottom: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0px 10px 2px;
	margin-top: 8px;
}

.pestanas_seccion .nav-tabs a:hover {
	background-color: #ffa35c !important;
	border-bottom: 1px solid #fff;
}

.pestanas_seccion .nav-tabs .active a {
	color: #0b537f !important;
	border: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 0px;
	padding: 5px 10px;
}
.pestanas_seccion .nav-tabs .active a:hover {
	background-color: #ffffff !important;
}

.pestanas_seccion .tab-pane {
	background-color: #fff;
}

.pestanas_seccion .tab-content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

[type=file] + label {
  border-radius: 3px;
  text-align: left;
  margin: 0;
  left: 0;
  position: absolute;
}
[type=file] + label {
	background-color: #0b537f !important;
	padding: 8px 13px 7px 13px;
	color: #ffffff !important; 	
	font-size: 13px;
	margin-top: 25px;
	margin-left: 15px;
	cursor: pointer;
}
[type=file] + label:hover {
  	color: #0b537f !important;
	background-color: #e9761f !important;
}

[type=file] + label + p {
	margin: 8px 0 0 155px;
	color: #929292;
	min-height: 30px;
}

.foto_parking {
	padding: 10px 0 5px 0;
}

.error-captcha{color: #a94442;}


.ver_zoom {
	position: absolute;
	top: 0;
	padding: 5px;
}

/* ! ---- CLASES GENERICAS ------- */

.icon-logo-sagulpa{
	font-size: 50px;
}

.centrado_vertical {
	display:table;
	height:100%;
}

.centrado_vertical>div {
	display:table-cell;
	vertical-align: middle;
}

.texto_error {
	color: #A94442;
    font-size: 85%;
}

.rojo {color: #A94442;} 

.sin-padding-left { padding-left: 0px !important;}
.sin-padding-top { padding-top: 0px !important;}
.sin-padding-right { padding-right: 0px !important;}
.sin-padding-bottom { padding-bottom: 0px !important;}
.sin-margin-bottom { margin-bottom: 0px !important;}
.sin-margin-top { margin-top: 0px !important;}
.sin-margin-left { margin-left: 0px !important;}

.ajuste_top_5 { padding-top: 5px;}
.ajuste_top_10 { padding-top: 10px;}
.ajuste_top_15 { padding-top: 15px;}
.ajuste_top_20 { padding-top: 20px;}
.ajuste_top_30 { padding-top: 30px;}
.ajuste_top_40 { padding-top: 40px;}
.ajuste_top_3 { padding-top: 3px;}
.ajuste_bot_10 { padding-bottom: 10px;}
.ajuste_bot_15 { padding-bottom: 15px;}
.ajuste_bot_20 { padding-bottom: 20px;}
.ajuste_bot_30 { padding-bottom: 30px;}
.ajuste_bot_40 { padding-bottom: 40px;}
.ajuste_left_5 {padding-left: 5px !important;}
.ajuste_left_10 {padding-left: 10px !important;}
.ajuste_left_15 {padding-left: 15px !important;}
.ajuste_left_20 {padding-left: 20px !important;}
.ajuste_left_30 {padding-left: 30px !important;}
.ajuste_right_30 {padding-right: 30px !important;}
.ajuste_right_15 {padding-right: 15px !important;}

.ajuste_pad_30 { padding: 30px !important;}

.ajuste_margin_top_5 { margin-top: 5px !important;}
.ajuste_margin_top_15 { margin-top: 15px !important;}
.ajuste_margin_top_40 { margin-top: 40px !important;}

.ajuste_margin_right_15 { margin-right: 15px !important;}

.ajuste_30_xs {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.ajuste_30_xs {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.ajuste_top_xs {
	padding-top: 10px;
}
@media (min-width: 768px) {
	.ajuste_top_xs {
		padding-top: 0px;
	}
}

.ancho-xs-100{width: 100%;}

@media (min-width: 768px) {
	.ancho-xs-100{width:auto;}
}

.cursor { cursor: pointer;}
.oculto { display:none; }

.fuente_normal { font-weight: 400;}

input:focus {outline: none !important;}
textarea:focus {outline: none !important;}
select:focus {outline:none !important;}

h2 { 
	margin-top: 0px;
	font-size: 25px;
}

.oculto_peque {
	display: none;
}
@media (min-width: 528px) {
	.oculto_peque {
		display: inline-block;
	}
}

.visible_peque {
	display: inline-block;
}
@media (min-width: 528px) {
	.visible_peque {
		display: none;
	}
}

.ajuste_igual_height { 
	display:inline-block; 
	width: 100%;
}

::-webkit-input-placeholder {
   color: #aaaaaa !important;
   font-size: 12px;
   padding-top: 2px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaaaaa !important;  
   font-size: 12px;
   padding-top: 2px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaaaaa !important; 
   font-size: 12px;
   padding-top: 2px; 
}

:-ms-input-placeholder {  
   color: #aaaaaa !important;  
   font-size: 12px;
   padding-top: 2px;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spinner {
	font-size: 32px;
}

/* captcha de google responsive */
@media (max-width: 428px) {
	#rc-imageselect, .g-recaptcha {
		display: inline; 
	}
	
	#rc-imageselect{
		max-width: 100%;
	}
	
	.g-recaptcha>div>div{
		width: 100% !important;
		height: 78px;
		transform:scale(0.87); 
		-webkit-transform:scale(0.87);
		margin-left: -20px;
		position: relative;
	}
}

.negrita_xs {
	font-weight: bold;
}
@media (min-width: 768px) {
	.negrita_xs {
		font-weight: 400;
	}
}


#lista-hacemos li{
	width: 49%;
	display: inline-table;
}
@media (min-width: 768px) {
	#lista-hacemos li{
		width: 33%;
		display: inline-block;
	}
}	

@media (min-width: 992px) {
	#lista-hacemos li{
		width: 19%;
	}
}	

.fieldset_subcampos {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #ccc;
	
}

.fieldset_subcampos legend {
	 width: auto; 
	 padding: 5px;
	 margin-bottom: 10px;
	 font-size: 17px;
	 color: #929292;
	 border: none;
}


/* ! ------- INCLUDE PLAZAS --------- */

#ocupacion {
	background-image: none;
	background-color: #bed5e5;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 22px;
}
@media (min-width: 768px) {
	#ocupacion {
		/*background-image: url(../img/fondo_mapa_iz2.jpg), url(../img/fondo_mapa_der2.jpg);*/
		background-position: left center, right center;
		background-repeat: no-repeat;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

#ocupacion.estrecha {
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-shadow: 0px -5px 33px 5px rgba(170,170,170,0.74);
	-moz-box-shadow: 0px -5px 33px 5px rgba(170,170,170,0.74);
	box-shadow: 0px -5px 33px 5px rgba(170,170,170,0.74);
	border-top: 1px solid #aaaaaa;
}

#ocupacion.sinsombra {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 0;
}


#ocupacion ul {
	/*padding-top: 20px;*/
}
@media (min-width: 428px) {
	#ocupacion ul {
		/*padding-top: 40px;*/
	}
}

#ocupacion li {
	padding: 0px 5%;
}
@media (min-width: 992px) {
	#ocupacion li {
		padding: 0px 20px;
	}
}


#ocupacion .libreSER,
#ocupacion .libre {
	font-size: 55px;
	font-weight: 300;
}

#ocupacion .libreSER{
	line-height: 50px;
}

#ocupacion .completo {
	font-size: 22px;
	font-weight: bold;
	color: #d9101c;
	line-height: 80px;
}
@media (min-width: 428px) {
	#ocupacion .completo {
		line-height: 100px;
	}
}

#ocupacion p {
	font-size: 32px;
	margin:-20px 0 10px;
}
@media (min-width: 428px) {
	#ocupacion p {
		margin:-10px 0 10px;
	}
}

#ocupacion .media{
	font-size: 14px;
}


#bienvenido {
	margin-bottom: 20px;
	padding: 10px 20px;
}


/* ! ------ INICIO -------- */

#seccion_banner {
	border-bottom: 2px solid #0b537f;
}

/*#seccion_hacemos {
	border-top: 2px solid #0b537f;
}*/


.hacemos {
	padding: 0;
}
@media (min-width: 428px) {
	.hacemos {
		padding: 0 10%;
	}
}

.hacemos h3 {
	font-size: 18px;
	font-weight: 400;
}
@media (min-width: 428px) {
	.hacemos h3{
		font-size: 22px;
	}
}

.hacemos p {
	font-size: 12px;
}
@media (min-width: 428px) {
	.hacemos p {
		font-size: 14px;
	}
}

.iconos_hacemos {
	font-family: 'sagulpa';
	color:#fff;
	font-size: 62px;
}
@media (min-width: 428px) {
	.iconos_hacemos {
		font-size: 82px;
	}
}

.iconos_hacemos i {
	background-color: #448ebc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 16px 5px;
}
@media (min-width: 428px) {
	.iconos_hacemos i {
		padding: 24px 8px;
	}
}

#seccion_hacemos a .iconos_hacemos i {
	-webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    -ms-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
}

#seccion_hacemos a:hover .iconos_hacemos i {
	background-color: #e9761f;
}

#listado_banner_inicio {
	max-width: 892px;
	margin-top: 40px;
	margin-bottom: 0px
}
@media (min-width: 1480px) {
	#listado_banner_inicio {
		max-width: none;
	}	
}	

#listado_banner_inicio li {
	padding: 15px 5px;
}
@media (min-width: 428px) {
	#listado_banner_inicio li {
		padding: 15px;
	}	
}	

.noticia-inicio {
	-webkit-box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	box-shadow: 0px 0px 15px 1px rgba(234,234,234,1);
	overflow: hidden;
	background-color: #fff;
}

.noticia-inicio .noticia-previo {
	padding: 20px;
}

.noticia-inicio .pull-right  {
	padding-right: 20px;
	color: #c4c4c5;
}

.noticia-inicio .pull-right .fa-inverse {
	color: #ebecec;
} 

.noticia-inicio  a:hover .pull-right {
	color:#e9761f;
}

.noticia-inicio a:hover .fa-inverse {
	color: #ffffff;
}

.noticia-inicio img {
	-webkit-box-shadow: 0px 10px 23px 0px rgba(234,234,234,1);
	-moz-box-shadow: 0px 10px 23px 0px rgba(234,234,234,1);
	box-shadow: 0px 10px 23px 0px rgba(234,234,234,1);
}

.noticia-inicio h3 {
	font-size:20px;
}	
@media (min-width: 768px) {
	.noticia-inicio h3 {
		font-size:22px;
	}
}

.cruz {
	border: 2px solid #448ebc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/*padding: 0px 8px 2px;*/
	padding: 0px 10px 2px 10px;
	font-size: 32px;
}

.cruz:hover {
	border: 2px solid #e9761f;
}

#LPApark_inicio, #LPApark_contenido {
	background-color: #4187b2;
	color: #fff;
	padding-top: 10px; 
	padding-bottom: 10px;
}

#LPApark_contenido {
	 padding-bottom: 0px;
}

#LPApark_inicio h2 {
	font-size: 40px;
	margin-bottom: 0px;
}

#LPApark_inicio>.container>.row {
	padding: 15px 0 15px 15px;
}
@media (min-width: 428px) {
	#LPApark_inicio>.container>.row {
		padding: 35px 0 35px 50px;
	}
}

#LPApark_contenido ul, #LPApark_inicio p {
	font-style: italic;
	font-size: 18px;
	margin:0 0 0px;
}

#LPApark_contenido ul {
	padding-left: 30px;
}
@media (min-width: 428px) {
	#LPApark_contenido ul {
		padding-left: 30px;
		font-size: 21px;
	}
}
@media (min-width: 992px) {
	#LPApark_contenido>.container>.row>.col-xs-12:first-child {
		padding-bottom: 30px;
	}
}

#LPApark_contenido ul li, #LPApark_contenido .fa-li {
	padding-top: 5px; 
	padding-bottom: 5px;
	font-weight: 300;
}

@media (min-width: 428px) {
	#LPApark_contenido ul li, #LPApark_contenido .fa-li {
		padding-top: 10px; 
		padding-bottom: 10px;
	}
}

#LPApark_contenido .fa-li {
	color: #94ca1a;
}

#LPApark_contenido img {
	position: relative;
	margin-top: 0px;
}

@media (min-width: 768px) {
	#LPApark_contenido img {
		margin-top: -257px;
		margin-left: 160px;
	}
}
@media (min-width: 992px) {
	#LPApark_contenido img {
		position: absolute;
		/*margin-top: -157px;*/
		margin-top: -177px;
		margin-left: 0px;
	}
}

#LPApark_contenido p  {
	margin-top: 30px;
	font-style: italic;
	margin-bottom: 0px;
	margin-left: 30px;
}


#LPApark_contenido .visible-sm p  {
	margin-top: 15px;
}
@media (min-width: 768px) and (max-width:991px) {
	#LPApark_contenido .visible-sm p  {
		margin-top: 0px;
		font-size: 14px !important;
	}
}

#LPApark_contenido .btn-blanco2	{
	margin-bottom: 10px;
	margin-left: 10px;
}

#LPApark_contenido a {
	color: #fff;
}

#LPApark_contenido a:hover {
	color: #0b537f;
}

#LPApark_contenido form .input-group-addon span  {
	color: #aaaaaa;
}

#LPApark_descargas {
	background-image: url(../img/fondo_LPApark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#LPApark_descargas .interior {
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(234,234,234,0.4);
	-moz-box-shadow: 0px 0px 15px 1px rgba(234,234,234,0.4);
	box-shadow: 0px 0px 15px 1px rgba(234,234,234,0.4);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 20px 0 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: none;
}
@media (min-width: 428px) {
	#LPApark_descargas .interior {
		padding: 40px;
	}
}		
@media (min-width: 768px) and (max-width:991px) {
	#LPApark_descargas .interior {
		margin-left: 20%;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	#LPApark_descargas .interior {
		margin-left: 30%;
	}
}		

#LPApark_descargas .interior p {
	margin-bottom: 20px;
}

#LPApark_descargas .interior .pull-left,#LPApark_descargas .interior .pull-right, #botones_aplicacion .pull-right, #botones_aplicacion .pull-left {
	margin-bottom: 20px;
	width: 100%;
}
@media (min-width: 428px) {
	#LPApark_descargas .interior .pull-left, #LPApark_descargas .interior .pull-right  {
		width: auto;
	}
}


/* ! ------ ZONA VERDE ------ */

.cabecera_calles_zona_verde {
	font-size: 11px;
	color: #e9761f;
	border-bottom: 1px solid #d2d2d2;
}

.cabecera_calles_zona_verde_iz {
	border-right: none;
}
@media (min-width: 1200px) {
	.cabecera_calles_zona_verde_iz {
		border-right: 1px solid #d2d2d2;
	}
}

.celda_zona_verde {
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	font-style: italic;
}

.celda_zona_verde_0 {
	border-left: 1px solid #d2d2d2;
}

.celda_zona_verde_1 {
	border-left: 1px solid #d2d2d2;
}

@media (min-width: 1200px) {
	.celda_zona_verde_1 {
		border-left: none;
	}
}


/* ! ----- PERFIL DEL CONTRATANTE --------*/

#perfil_contratante h2 {
	font-style: italic; 
}

#perfil_contratante h3 {
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 0px; 
}

#perfil_contratante h3:hover {
	color:#e9761f; 
}

.mostrar_licitacion {
	margin-bottom: 15px;
}


/* ! ---- FORMULARIO DE CONTACTO ------ */

#listado_oficinas h3{
	font-size: 20px;
}

#listado_oficinas address{
	margin-bottom: 30px;
}


/* ! --- REDES --- */

#seccion_redes .enlace_transicion {
	font-size: 40px;
	color: #448ebc;
}
#seccion_redes .enlace_transicion:hover { 
	text-decoration: none; 
	color:#e9761f;
}

#seccion_redes .list-inline li {
		min-width: 140px;
		padding-bottom: 30px;
}

#contacto input[type=checkbox] {
	margin-top: 1px;
}


/* ! ---- FAQ ------ */

#seccion_faq h3, #seccion_faq .fa {
	font-size: 20px;
}

#seccion_faq h3 {
	margin-top: 0px;
}	


/* ! ------- PARKINGS ------ */

#seccion_parking h2{
	font-size: 30px;
	font-style: italic;
	padding-bottom: 20px;
}


/* ! ---- PORTAL TRANSPARENCIA -------*/

.guion {
	font-size: 30px;
	line-height: 30px;
}

#portal_transparencia h2 {
	font-style: italic; 
}

#portal_transparencia h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.enlaces_trasparencia ul li{
	margin-bottom: 10px;
}

.enlaces_trasparencia ul li i{
	margin-right: 5px;
}


/* ! -- DETALLE NOTICIA -----*/

#detalle_noticia .subtitulo_seccion {
	margin-top: 10px;
}

#detalle_noticia a{
	text-decoration: underline;
}

#detalle_noticia .list-group-item  a{
	text-decoration: none;
}



#detalle_noticia p{
	text-align: justify;
}

.archivos_noticia{
	padding: 25px 30px;;
	background-color: #f1f1f1;
}

.archivos_noticia hr{
	margin: 0;
	border: 0;
	border-top: 1px solid #0b537f;
	height: 1px;
}

.archivos_noticia a {
	text-decoration: none !important;
}

.archivos_parking{
	padding: 25px 30px;;
	background-color: #f1f1f1;
	margin-bottom:30px;
}

.archivos_parking hr{
	margin: 0;
	border: 0;
	border-top: 1px solid #0b537f;
	height: 1px;
}

.archivos_parking a {
	text-decoration: none !important;
}

.video-parking div iframe{
	width: 100%;
	height:380px;
}

.mapa-frame-parking div iframe{
	width:100%;
	height:300px;
}
 
#search, #buscador_web {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 1000;
}

#search.open, #buscador_web.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"],
#buscador_web input[type="search"]  {
    position: absolute;
    top: 30%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    border-bottom: 1px solid #fff;
}

#search .btn, #buscador_web .btn {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: 110px;
    margin-left: -45px;
}

#search .close,
#buscador_web .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

/*
#search label{
	position: absolute;
    top: 10%;
    width: 100%;
    color: rgb(255, 255, 255);

    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
}
*/

.nivel4 {padding-left: 30px !important;}
.nivel5 {padding-left: 45px !important;}
.nivel6 {padding-left: 60px !important;}
.nivel7 {padding-left: 75px !important;}
.nivel8 {padding-left: 90px !important;}
.nivel9 {padding-left: 105px !important;}
.fecha {font-size:0.8em; margin-bottom: 0px; color: #3e3e3e;}
.panel-default>.panel-heading {color: #000;}
#portal_transparencia{font-size: 1.1em;}
/*.resaltado {background-color: rgba(240, 243, 65, 1);}*/
.resaltado {color: #e9761f;}
.negrita {font-weight: bold;}
.btn-primary {background-color: #0b537f;}
.d-block{display:inline-block;}



.informes_finales p{
	margin-bottom: 0;
}



@media screen and (max-width: 1200px) {
	.table-responsive-stack tr {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: row;
	          flex-direction: row;
	}
	
	
	.table-responsive-stack td,
	.table-responsive-stack th {
	   display:block;
	/*      
	   flex-grow | flex-shrink | flex-basis   */
	   -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	}
	
	
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}




/* ! ----- NOTICIAS ------- */
#panel_noticias .item {
	padding-left: 30px;
}
@media (min-width: 768px) {
	#panel_noticias .item {
		padding-left: 15px;
	}	
}

/* ! ------- Busqueda -------- */

.banda_busqueda_verde1 {
	background-color: #78932b;
}
.borde_busqueda_verde1 {
	border-top: 3px solid #78932b;
}

.colorverde{
	color: #78932b !important;
}


.banda_busqueda_azul1 {
	background-color: #446889;
}
.borde_busqueda_azul1 {
	border-top: 3px solid #446889;
}

.banda_busqueda_azul2 {
	background-color: #72a6c3;
}
.borde_busqueda_azul2 {
	border-top: 3px solid #72a6c3;
}

.banda_busqueda_azul3 {
	background-color: #9cb3cf;
}
.borde_busqueda_azul3 {
	border-top: 3px solid #9cb3cf;
}

.banda_busqueda_naranja1 {
	background-color: #d16c44;
}
.borde_busqueda_naranja1 {
	border-top: 3px solid #d16c44;
}

.banda_busqueda_naranja2 {
	background-color: #e7a05f;
}
.borde_busqueda_naranja2 {
	border-top: 3px solid #e7a05f;
}

.pie_resultado_busqueda {
	color:#fff;
	padding: 10px;
}

.icono_resultado_busqueda {
	position: absolute;
	right: 35px;
	font-family: 'sagulpa';
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 1px;
	border-radius: 0 0 50% 50%;
	z-index: 99;
}

.icono_resultado_busqueda>div {
	margin-top: -2px;
}	

/* ! ----- PARTE PRIVADA ------------ */

#btn_filtro {
	margin-top: 5px;
}
@media (min-width: 992px) {
	#btn_filtro {
		margin-top: 25px;
	}
}

#ajuste_form_tique {
	min-height: 200px;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 2px solid #083c5e;
  border-radius: 5px;
  padding: 5px;
  opacity: 1;

}

input[type=radio] + label>img {
  border: none;
  opacity: 0.5;
  cursor: pointer;
}

input{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#btn_comprueba_inf {
	margin-left: 0px;
}
@media (min-width: 768px) {
	#btn_comprueba_inf {
		margin-left: 10px;
	}
}

#cabecera_extracto {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #083c5e;
}

.fila_extracto {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	padding-top: 10px;
}

.fila_derecha_noxs {
	text-align: left;
}
@media (min-width: 768px) {
	.fila_derecha_noxs {
		text-align: right;
	}
}

.titular_extracto {
	font-weight: bold;
}
@media (min-width: 768px) {
	.titular_extracto {
		display:none;
	}
}


/* ! ---- CLASES DEL BOOSTRAP -------  */

.navbar {
	background-color: #0b537f !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
    text-shadow: none;
    margin:0px 0px;
}
@media (min-width: 992px) {
	.navbar-nav {
		margin:0px 15px;
	}	
}

.nav>li>a {
	padding: 10px 15px;
	font-size: 14px !important;
	text-decoration: none;
	text-shadow: none;
	color: #fff !important;
	line-height: 34px;
	text-align: left;
}
@media (min-width: 768px) {
	.nav>li>a {
		text-align: center;
		padding: 10px 10px;
	}
}
@media (min-width: 992px) {
	.nav>li>a {
		padding: 10px 25px;
	}
}

@media (min-width: 1200px) {
	.nav>li>a {
		padding: 10px 35px;
	}
}

.navbar-nav > li {
	float: none;
    display: block;
}
@media (min-width: 768px) {
	.navbar-nav > li {
	    display: inline-block;
	}
}

.navbar-brand {
	padding: 0px 15px;
}

.navbar-toggle {
  color: #000;
  border: 1px solid #000;
  margin-top: 20px;
  margin-right: 30px;
  z-index: 9000;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.menu_seleccionado, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .nav>li>a:hover  {
	background-color: #e9761f !important;
	color:#ffffff !important;
	text-decoration: none;
	text-shadow: none;
}

.navbar-collapse {
	background-color: #0b537f;
	border-top: none;
}

form label {
	font-weight: 400;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2 {
	width: 100% !important;
}

.modal-content>.modal-header {
	background-color: #0b537f;
}
.modal-content>.modal-header>.modal-title {
	color: #ffffff;
}

.close {
	color: #ffffff;
}

.bootstrap-select .dropdown-menu, .datepicker.dropdown-menu {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #dbdbdb;
}


/* !------ BOTONES -------- */

.btn-blanco {
	color: #0b537f !important;
	margin-top: 10px;
	border: 1px solid #0b537f !important;
	padding: 7px 20px 6px 20px;
	background: #ffffff !important; 	
	border-radius: 0px;
	font-size: 12px;
}

.btn-blanco:hover, btn-blanco:active {
	background: #0b537f !important;
	border: 1px solid #0b537f !important;
	color: #ffffff !important;
}

.btn-blanco2 {
	color: #0b537f !important;
	letter-spacing: 2px;
	margin-top: 5px;
	border: none !important;
	padding: 7px 10px 6px 10px;
	background: #ffffff !important; 	
	font-size: 12px;
	font-weight: bold;
}

.btn-blanco2:hover, btn-blanco2:active {
	background: #0b537f !important;
	border: none !important;
	color: #ffffff !important;
}

.btn-azul {
	background-color: #0b537f !important;
	letter-spacing: 1px;
	border: none !important;
	padding: 8px 13px 7px 13px;
	color: #ffffff !important; 	
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-azul:hover, btn-azul:active {
	color: #0b537f !important;
	border: none !important;
	background-color: #e9761f !important;
}

.btn:focus,.btn:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.alineartop{
	vertical-align: top !important;
	margin-top: 2px;
}


/* !-------- FLEXSLIDER -------- */

.menu-sticky-wrapper {
	height: 50px; 
}

.flexslider {
	margin: 0 0 0px !important;
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.flex-direction-nav a {
	height: 60px !important;
	margin: -30px 0 0 !important;
}

.flex-viewport {
  max-height: 700px !important;
}

#jquery-loader {
	border:2px #e9761f solid !important;
	min-height: 100px;
} 

.sk-fading-circle {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #e9761f;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


/* !-------- error 404 ---------- */

#seccion_error_404 {
	font-size: 16px;
	color: #aaaaaa ;
}
 
#seccion_error_404 .row {
	padding-bottom: 40px;
}	 
 
#seccion_error_404 .error { 
	font-size: 136px;
	font-weight: lighter;
	font-style: italic;
	line-height: 100px;
	font-family: 'Roboto Mono', monospace;
	color: #c7c7c7 !important;
}
@media (min-width: 428px) {
	#seccion_error_404 .error { 
		font-size: 186px;
		line-height: 150px;
	}
}


#seccion_error_404 a { 
	margin-left: 0px !important;
	font-weight: bold;
	font-size: 13px;
}




/*desarrollo sostenible */


.cuadro_sostenible {
	-webkit-box-shadow: 0px 0px 15px 1px rgba(182,182,182,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(182,182,182,1);
	box-shadow: 0px 0px 15px 1px rgba(182,182,182,1);
	background-color: #fff;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	margin: 40px 0 0;
	padding: 0px;
}



.cabecera_sostenible{
	background-color: #0b537f !important;
	color: #fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}

.cabecera_sostenible h2 {
	padding-top:10px; 
}

.pie_sostenible{
	background-color: #2fa262;
	color: #fff;
	font-size: 16px;
	
}

@media (min-width: 1200px) {
	.pie_sostenible { 
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
	}
}


.pie_sostenible .destacado {
	font-size: 18px;
	font-weight: bold;
}

.pie_sostenible p {
	line-height: 24px;
	padding:20px 12px 16px;
	margin: 0;
	
}


.pie_sostenible .arbol{
	position: absolute;
	bottom: 0px;
	max-height: 80px;
}
@media (min-width: 468px) and (max-width:1199px) {
	/*.pie_sostenible .arbol{
		max-height: none;
	}*/
}


.columna_listado_sostenible{
	background-color: #eaedf2;
	padding-bottom:5px;
	padding-top:3px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	height: 542px;
}

@media (min-width: 1200px) {
	.columna_listado_sostenible { 
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
	}
}

@media (max-width: 1200px) {
	.columna_listado_sostenible{
		height: auto !important;
	}
}





.columna_listado_sostenible h3 { 
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
}


.leyenda_sostenible {
	margin-top: 20px;
	margin-bottom: 20px;
}

.leyenda_sostenible li{
	color: #737373;
	font-size: 14px;
	width: 45%
}

.leyenda_sostenible li span{
	border-top-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	
}

.leyenda_sostenible li .verde{
	background-color: #2fa262;
}	


.leyenda_sostenible li .negro{
	background-color: #000000;
}


/*
.piecol{
	padding:5px;
}
*/

.cuadro_detalle_sostenible{
    background-image: linear-gradient(-90deg,  #e6e9ef, #d8dee7 );
	padding: 10px;
	margin:10px;
	color: #737373;
}

.cuadro_detalle_sostenible_verde{
    background-image: linear-gradient(-90deg,  #e6e9ef, #c2e3ce );
	padding: 10px;
	margin:10px;
	color: #737373;
}

.cuadro_detalle_sostenible span, .cuadro_detalle_sostenible_verde span{
	font-weight: bold;
	font-size:15px;
}




.horizontal-line-center-text {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #bec2cd; 
   line-height: 0.1em;
  
} 

.horizontal-line-center-text span { 
    background: #eaedf2; 
    padding:0 10px; 
    color:#b5b6bc;
    font-size:11px;
}

.texto-superior-cuadro-detalle{
	padding-top:6px;
	margin: 10px 10px 13px 10px; 
	padding-top:15px;
}

.texto-fondo-gris-detalle{
	background-color: #ececf4;
	color: #727274;
	text-align: center;
	font-size: 12px;
	padding:4px 0;
}

.detalle-columnas-datos{
	margin-bottom:25px;
}

.col-datos-1{
	padding-right:5px;
}

.col-datos-2{
	padding-left:5px;
}

.col-datos-1 span, .col-datos-2 span{
	font-size: 12px;	
}

.col-datos-1 div{
	background-color: #2fa262;
	color:#047442;
	padding:3px 10px;
}

.col-datos-2 div{
	background-color: #333;
	color:#888888;
	padding:3px 10px;
}

.left-span-col{
	float: right;
	color: #fff;
	font-weight: bold;
	padding-top:2px;
}

@media screen and (max-width: 992px) {
	.col-datos-1{
		padding-right:15px;
		margin-bottom:10px;
	}

	.col-datos-2{
		padding-left:15px;
	}
	
}

/*
	
.graf_strong{
	font-weight: 600;
	margin-bottom:5px;
}
	
	
.graf_mainrow{
	padding-right:13px;
	padding-left:13px;
		
} 

.graf_big{
	font-weight: 600 !important;
}

.graf_bottom_text{
	padding-left:6px;
	
}


*/


.accesibilidad p{
	line-height: 24px;
}

.accesibilidad a{
	color: #e9761f;
}

.fondo_banner_accesibilidad{
	background-color: #e7ebee;
}




/*ESTILOS BICIPASEOS*/

.bicipaseos-enlace-azul{
	color: #0b537f !important;
}
.bicipaseos-img-ruta-listado {
	width:100%;
}
.bicipaseos-w-100{
	width: 100%;
}
.bicipaseos-texto-gris{
	color:#aaaaaa ;
}
.bicipaseos-negrita{
	font-weight: 500;
}
.bicipaseos-pad-right-0{
	padding-right: 0;
}
.bicipaseos-margin-0{
	margin: 0;
}
.bicipaseos-border-gris{
	border-right: 1px solid #e1dcdc;
}
.bicipaseos-padding-4{
	padding:4px;
}
.bicipaseos-panel{
	padding:5px;
	border:0;
}
.bicipaseos-ultimas-plazas-cartel{
	position: absolute;
	top: -18px;
	right: 0;
}
.bicipaseos-hr-caja{
	margin:15px 0 !important;
}
.bicipaseos-panel-inscripcion{
	border:0;	
}
.bicipaseos-panel-inscripcion .panel-heading{
	color: #fff;
	background-color: #0b537f;
}	
.btn-seleccion-pers{
	color:#fff;
	background-color: #c9c9c9;
}
.bicipaseos-btn-naranja{
	color: #fff;
	background-color: #e9761f;
}



.busqueda-radios{
	position: absolute;
	top: 30%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: 190px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}


df-messenger {
	--df-messenger-button-titlebar-font-color: black;
	--df-messenger-bot-message: #dbf1e8;
	--df-messenger-button-titlebar-color: #ffffff;
	--df-messenger-chat-background-color: #ffffff;
	--df-messenger-font-color: black;
	--df-messenger-send-icon: #878fac;
	--df-messenger-user-message: #F18921;
}

.navbar-static-top {
	z-index: 99 !important;
}
.qc-cmp2-persistent-link {
	right: auto !important;
}



/*mapa desarrollo sostenible*/
.map_desarrollo_sostenible,
.map_aparca_rotacion {
	width: 100%;
	height: 450px;
}

#map_desarrollo_sostenible .popover{
	width: 300px !important;
}

#map_desarrollo_sostenible .close,
#map_aparca_rotacion .close {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}


#map_aparca_rotacion .popover{
	width: 200px !important;
}

#map_aparca_rotacion .libre {
	font-size: 22px;
	font-weight: 300;
	line-height: 50px;
}


#map_aparca_rotacion .completo {
	font-size: 22px;
	font-weight: bold;
	color: #d9101c;
	line-height: 50px;
}
/*@media (min-width: 428px) {
	#map_desarrollo_sostenible .completo {
		line-height: 100px;
	}
}*/

#map_aparca_rotacion .nombre_parking {
	font-size: 22px;
	margin:0;
	font-weight: bold;
}
@media (min-width: 428px) {
	#map_aparca_rotacion .nombre_parking {
		margin:0;
	}
}


/*añadido cambio sensores zona verde 13/09*/

.botonestipozona{
	width: 155px;
	margin: 10px;
}

.botones-sensorizacion-mapa button, .botones-sensorizacion-mapa button:hover{
	background-color: #e9761f ;
	border-color:  #e9761f;
	color:#fff;
}

.botones-sensorizacion-mapa .boton-tipo-desact{
	background-color: #fff;
	border-color:  #e9761f;
	color:#e9761f;
}
.separador-leyenda-sensores{
	color: #c5ccde;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 500;
}

.botones-sensorizacion-zonas button, .botones-sensorizacion-zonas button:hover{
	background-color: #e9761f ;
	border-color:  #e9761f;
	color:#fff;
}


.botones-sensorizacion-zonas .boton-tipo-desact{	
	background-color: #bed5e5 ;
	border: 1px solid #e9761f;
	color: #e9761f;
}

/*añadido 3-09-24*/
.web-gallery-carrusel{
	display: flex;
    justify-content: center;
}

.web-gallery-carrusel img{
	 max-width: 100% !important;
	 margin-bottom:10px;
}

.web-gallery-carrusel-col{
	display: flex;
    align-items: center;
}

@media (max-width: 767px) {
	.web-gallery-carrusel{
		display: grid;
	}	
}	
