/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

ul.listado, ol.listado {padding-left: 30px;}

#aviso_cookies {position: fixed; left:0; bottom: 0;  background-color:#FFFFFF; padding: 20px 90px 10px; z-index: 1000;}
#aviso_cookies.dark {background-color: #333333}
#aviso_cookies h5 {margin-bottom: 10px}
::selection {
    background: #7a6d59;
}


/* ----------------------------------------------------------------
	NUEVOS ESTILOS
-----------------------------------------------------------------*/

#content {
    background-color: #FBFBFB;
}

body, .dropdown-menu {
    font-size: 1rem !important;
}

body{
    font-family: "Ubuntu", sans-serif;
}

.tit1, .tit2, .tit3, .tit4, .tit5, .tit6 {
    font-family: "Berlin Sans FB Demi", sans-serif;
}


@font-face {
    font-family: "Berlin Sans FB Demi";
    src: url("/tipografia/BRLNSDB.TTF");
}

.i-plain {
    color: #444;
    text-shadow: 0px 0px 0px #FFF;
    margin: 0px;
}



/*---------------------------------COLORES CAMINOS---------------------------------*

/*-------------NEUTRO-------------  mantiene los estilos, menos el color, que se le aplica luego en php con las variales de 
/css/colores.php */
/*
la seccion de neutro debe sustitul a los bloques que vienen mas abajo con colores predefinidos.
*/


.borde_camino{
    border-left-width: 7px;
    margin-bottom: 10px!important;
}

.rosa {
    background-color: #fce7f5;
    color: #444;
    border-radius: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0px !important;
}
.rosa:hover {
    background-color: #fbcfec;
    color: #444;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.promo.promo-lightrosa {
    background-color: #fce7f5;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.promo.promo-lightrosa:hover {
    background-color: #fbcfec;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}


/*-------------ROSA-------------*/

.irosa{
    color: #C61870 !important;
}

.borderrosa{
    border-left: 7px solid #C61870 !important;
}

.rosa {
    background-color: #fce7f5;
    color: #444;
    border-radius: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0px !important;
}
.rosa:hover {
    background-color: #fbcfec;
    color: #444;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.promo.promo-lightrosa {
    background-color: #fce7f5;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.promo.promo-lightrosa:hover {
    background-color: #fbcfec;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}


/*-------------NARANJA-------------*/

.inaranja{
    color: #FF8A19 !important;
}

.bordernaranja{
    border-left: 7px solid #FF8A19 !important;
}

.naranja {
    background-color: #fff1d4;
    color: #444;
    border-radius: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0px !important;
}
.naranja:hover {
    background-color: #ffdea8;
    color: #444;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.promo.promo-lightnaranja {
    background-color: #fff1d4;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.promo.promo-lightnaranja:hover {
    background-color: #ffdea8;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}


/*-------------VERDE-------------*/

.iverde{
    color: #A2C037 !important;
}

.borderverde{
    border-left: 7px solid #A2C037 !important;
}

.verde {
    background-color: #eff4d3;
    color: #444;
    border-radius: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0px !important;
}
.verde:hover {
    background-color: #e0ebab;
    color: #444;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.promo.promo-lightverde {
    background-color: #eff4d3;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.promo.promo-lightverde:hover {
    background-color: #e0ebab;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}


/*-------------AZUL-------------*/

.iazul{
    color: #68A8DE !important;
}

.azul {
    background-color: #E3F1FB;
    color: #444;
    border-radius: 10px;
    padding-left: 30px;
    text-transform: none;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0px !important;
}

.azul:hover {
    background-color: #C1E3F6;
    color: #444;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.borderazul{
    border-left: 7px solid #68A8DE !important;
}

.promo.promo-lightazul {
    background-color: #E3F1FB;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.promo.promo-lightazul:hover {
    background-color: #C1E3F6;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}





.caminos-fila {
	display: flex;
	flex-wrap: wrap;
}
.caminos-columna{
	flex: 1 1 50%; /* 50% de ancho */
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
/* Estilos para las filas impares */
.caminos-columna:nth-child(odd) {
	padding-right: 6px;
}
/* Estilos para las filas pares */
.caminos-columna:nth-child(even) {
	padding-left: 6px;
	padding-right: 0;
}
.caminos-columna a{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

@media (max-width: 576px) {
	.caminos-columna{
		flex: 1 1 100%; /* 100% de ancho */
	}
	/* Estilos para las filas impares */
	.caminos-columna:nth-child(odd) {
		padding-right: 15px;
	}
	/* Estilos para las filas pares */
	.caminos-columna:nth-child(even) {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*---------------------------------Formulario---------------------------------*/
label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

.sm-form-control {
    border-radius: 10px !important;
}

.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #7a6d59 !important;
    color: #FFF;
}
.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, 
.radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
    display: block !important ;
}

/*---------------------------------HEADER---------------------------------*/

#header.full-header #logo2 {
    border-right: 0px solid #EEE;
} 
#header.full-header #primary-menu > ul {
    border-right: 0px solid #EEE;
}
/*
#primary-menu > ul {
	margin-top: 30px;
}
	*/
#header.transparent-header.floating-header .container {
    border-radius: 20px;
}

.fancy-title .tit1, .fancy-title .tit2, .fancy-title .tit3, 
.fancy-title .tit4, .fancy-title .tit5, .fancy-title .tit6 {
    background-color: transparent;
    text-transform: uppercase;
}

.fancy-title.title-dotted-border {
    background: none;
}

.clear {
    height: 110px;
}



#logo2 {
    position: relative;
    float: none;
    display: flex;
    justify-content: flex-start;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
    margin-top: 60px;
    z-index: 2000;
}

/*#header.sticky-style-2 {
    height: 195px;
}*/

#header.sticky-style-2 {
    height: 100%;
}

#header.sticky-style-2 #header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}

#primary-menu.style-2 {
    border-top: 0px solid #F5F5F5;
}


.bgimglg{
    background-image: url(/../images/Mask.png); 
    align-content: center;
    background-repeat: no-repeat;
    background-position: top;
}

.bgimgpie{
    background-image: url(/../images/pie-color.png); 
    align-content: center;
    background-repeat: no-repeat;
    background-position: top;
}

#primary-menu ul li > a i {
    top:0px !important;
    vertical-align: middle;
}

#primary-menu ul li > a {
    font-size: 14px !important;
    font-family: "Ubuntu", sans-serif;
    padding: 29px 2px;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #7a6d59;
}



/*---------------------------------SECTIONS---------------------------------*/

.promo.promo-light {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}


.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.bscolor {
    background-color: #2599D2;
    border-color: #2599D2;
    color: #fff;
}
.bscolor:hover {
    color: #fff;
    background-color: #164664;
    border-color: #164664;
}

.promo.promo-centerV2 {
    text-align: center;
    padding: 10px 20px;
}

.fondo {
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    background-color: #fff;

}

.parrafo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.patheight{
    display: block;
    min-height: 180px;
}

.patheight p{color:#555}
.patheight:hover{background-color: #f1f1f1;}

.parrafo2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.parralng{
    text-align: center;
}



.row2 {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
}

.portfolio-meta li span {
    width: 100% !important;
}

.colstyle{
    padding-right: 0px;
    padding-left: 0px;

    text-align: center;
}

.colstyle2{
    padding-right: 0px;

    text-align: center;
}
.colstyle3{
    padding-right: 10px; 
    padding-left: 10px;
}


/*---------------------------------BUTTONS---------------------------------*/


.bttmg{
    margin-bottom: 15px;
    width: 260px;
}

.button-xlarge.tright i {
    margin: 0 10px 0 0 !important;
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #5e5e5e;
}


/*---------------------------------FOOTER---------------------------------*/

#footer.dark, .dark #footer {
    background-color: #e0952c;
    color: #000;
    border-top-color: rgba(0, 0, 0, 0);
}

.dark #copyrights {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.dark .widget_links li a  {
    color: #000 !important;
    background-image: url(../images/icons/widget-link.png);
    font-size: 16px;
}

.dark .footer-widgets-wrap a {
    color: #000000 !important;
}

.dark .widget_links li a, .dark .widget .tit3 {
    color: #000 !important;
}

.btn-subs {
    color: #fff;
    background-color: #7a6d59;
    border-color: #7a6d59;
    border-radius: 10px;
}


.swiper_wrapper .swiper-container {	background-image: none;}

/*
iconos de recursos asocados a los nombre de los 'objetos'
*/
.icon_punto_informacion:before {content: "\ea8e"; font-family: 'font-icons'; font-style: normal;}
.icon_alojamiento:before {content: "\ea7f"; font-family: 'font-icons'; font-style: normal;}
.icon_restauracion:before {content: "\ec0b"; font-family: 'font-icons'; font-style: normal;}
.icon_transporte:before {content: "\e58f"; font-family: 'Font Awesome 6 Free'; font-style: normal;}
.icon_servicio:before {content: "\f7d9"; font-family: 'Font Awesome 6 Free'; font-style: normal;}
.icon_mirador:before {content: "\e946"; font-family: 'font-icons'; font-style: normal;}
.icon_evento:before {content: "\e968"; font-family: 'font-icons'; font-style: normal;}
.icon_patrimonio:before {content: "\e99d"; font-family: 'font-icons'; font-style: normal;}
.icon_albergue:before {content: "\e93f"; font-family: 'font-icons'; font-style: normal;}
.icon_ctro_interpretacion:before {content: "\eaa5"; font-family: 'font-icons'; font-style: normal;}
.icon_espacio_natural:before {content: "\f6fc"; font-family: 'font-icons'; font-style: normal;}
.icon_alerta:before {content: "\e9f8"; font-family: 'font-icons'; font-style: normal;}

.btn_recurso.inactivo{background-color:#e3e3e3; color:#a7a7a7; box-shadow: none;}



#header-wrap{z-index: 1999;}

#map {height: 600px;}

#map_tools {position: absolute; top: 10px; right: 10px; z-index: 1000;}
#map_tools .map_tile {width:50px; height:50px; border:2px rgb(146, 146, 146) solid; text-align:center; margin:10px; cursor:pointer; background-color:white; border-radius: 6px; display: flex; align-items: center; justify-content: center;
    color: white; /* Color del texto */
    text-shadow: 
      -1px -1px 0 black,  /* Sombra arriba izquierda */
      1px -1px 0 black,   /* Sombra arriba derecha */
      -1px 1px 0 black,   /* Sombra abajo izquierda */
      1px 1px 0 black;    /* Sombra abajo derecha */
    font-size: 16px;      /* Tamaño de fuente */
    font-weight: bold;    /* Grosor de fuente para mejor visibilidad */    
}  
#map_tools .map_tile.openstreet {background-image: url('/images/map_openstreet.png'); background-size: cover;}
#map_tools .map_tile.sat {background-image: url('/images/map_sat.png'); background-size: cover;}
#map_tools .map_tile.ign {background-image: url('/images/map_ign.png'); background-size: cover;}
#map_tools .map_tile.relieve {background-image: url('/images/map_relieve.png'); background-size: cover;}
#map_tools .map_tile.color {background-image: url('/images/map_color.png'); background-size: cover;}

#map_legend {display:none; position: absolute; bottom: 0px; width:100%; right: 0px; z-index: 1000; background-color: tomato; padding: 6px; text-align: center; color: white;}



#resultados_localidades {margin-top: 20px; width: 100%;}
#resultados_localidades tr td {text-align:left;}

#sharethis {display: none; background-color: #FBFBFB; padding-bottom: 12px;}
.sharethis-inline-share-buttons{background-color: #FBFBFB;}

.dark #copyrights {padding: 0 0 12px 0;}
.dark .copyright-links a {color: #000;}
.dark .copyright-links a:hover { color: rgba(0, 0, 0, 0.50); }



#alert-popup .modal {z-index: 2000 !important;}

.labelpie { 
    letter-spacing: -0.5px; 
    font-weight: 400; 
    color: #000 !important;
    text-transform: none;
}

.pt4 { padding-top: 4px; }
.pt30 { padding-top: 30px; }

.mt4 { margin-top: 4px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.mb30 { margin-bottom: 30px; }

.entrelineas { line-height: normal !important; }
.comprimido { letter-spacing: -0.7px !important; }

.fblanco { background-color: #fff !important; }
.financiacion {display: flex; flex-wrap:wrap; flex-direction: row; justify-content:space-around; padding: 30px 0 20px 0;}
.txofinanciado { color: #555; font-style: italic; text-align:center; }

.icoredespie {color: #000; border-color: #000;}


/* ----------------------------------------------------------------
    SLIDER
-----------------------------------------------------------------*/
.sombra {text-shadow: 2px 2px 1px rgba(0,0,0,1.0) !important;}

.slider-caption h1, h2 {
    font-size: 3rem;
    letter-spacing: 0px; /* Cambió */
    text-transform: uppercase; /* Cambió */
    font-weight: 600; /* Cambió */
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Berlin Sans FB Demi', sans-serif; /* Cambió */
    color: #444; /* Cambió */
}

.buttonslider {
  border-radius: 10px;
  background-color: #7a6d59;
}


.fx-align-end{align-content: end;}

.icon-arrow-left2{
	float: left;
	margin-right: 10px;
}
.icon-arrow-right2{
	float: right;
	margin-left: 10px;
}
.text-wrap{
	overflow-wrap: break-word;
}

.camino-descripcion{
	margin-bottom: 10px !important;
	font-size: .8rem;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
}


.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
	border-radius: 4px;
	color: #495057;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	text-align: left;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: -2px;
	padding-left: 16px;
}
.select-big .select2-container{
	width: 100% !important;
}
.inactivo .icon-svg{
	-webkit-filter: brightness(0) invert(0.6);
	filter: brightness(0) invert(0.6);
}
.icon-svg{
	width: 36px;
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	margin: -.30rem;
	filter: brightness(0) saturate(100%) invert(49%) sepia(11%) saturate(15%) hue-rotate(323deg) brightness(95%) contrast(85%);
}
.button .icon-svg{
	margin-right: 10px;
}



.camino-ostra{
	display: block;
    position: relative;
    margin: 0;
    float: left;
	width: 30.63%;
}
.camino-tit{
	margin-right: 0 !important;
	float: right;
	clear: right;
	display: block;
	position: relative;
	width: 65.33%;
}
.camino-ostra-sm{
	display: none;
}
.icon-nav{
	width: 30px;
	display: inline;
	/*margin: 0 10px;*/
}
li.current a div img, li a:hover div img{
    filter: brightness(0) saturate(100%) invert(45%) sepia(6%) saturate(1581%) hue-rotate(357deg) brightness(93%) contrast(85%);
}
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a img {
	width: 16px;
	display: inline-block;
	margin-right: 6px;
}

@media (max-width: 1200px) {
	.camino-tit{
		width: 100%;
	}
	.camino-ostra{
		display: none;
	}
	.camino-ostra-sm{
		display: block;
		position: relative;
		margin: 0;
		float: left;
		width: 30.63%;
	}
	.camino-tit .title-block{
		width: 65%;
		float: right;
	}
}
@media (max-width: 990px) {
	.camino-ostra-sm{
		width: 25%;
		top: -10px;
	}
	.camino-tit .title-block{
		width: 73%;
	}
	.etp-detalles{
		clear: both;
	}
}
@media (max-width: 767.98px) {
	.camino-ostra-sm{
		width: 20%;
		top: -10px;
		height: 70px;
		overflow: hidden;
	}
}

@media (max-width: 575.98px) {
	.etp-detalles .col-sm-4{
		width: 33%!important;
	}
	.etp-detalles .col-sm-4 .portfolio-meta{
		font-size: 13px;
	}
	.camino-etapas .col_half{
		margin-bottom: 34px !important;
	}
}




@media (max-width: 767.98px) {
    #copyrights .col_half:last-child { display: block !important; }
}

@media (min-width: 576px) {
	.fullcontainer-gbl{
		margin: 20px 20px;
	}

	#header .container {
		max-width: 500px;
	}

}

@media (min-width: 991.98px) {
	#ver{
		display: none;
	}
    .fullcontainer-gbl{
        margin: 40px 40px;
    }
}
@media (max-width: 1107.98px) {
	#primary-menu ul li > a {
		font-size: 13px !important;
	}
	.icon-nav {
		width: 20px;
	}
}
@media (max-width: 991.98px) {
	#logo2{
		margin-right: 10px;
		margin-left: 50px;
		z-index: 1;
	}

    #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
        min-height: 60px;
        justify-content: left;
        top: -100px;
		z-index: 1;
    }
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, 
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, 
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, 
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
		color: #7a6d59 !important;
	}
    #header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
        height: 180px!important;
    }
	#primary-menu {
        display: block;
        float: none;
        width: 100%;
    }
	#primary-menu > ul{
		background-color: #fff;
		padding-left: 10px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
        position: relative;
        top: 236px;
        background-color: #FFFFFF;
        z-index: 99999;
	}
	/*para que el menú se vea por encima de los mapas*/
	#content{
		z-index: 1;
	}
	#header{
		z-index: 2;
	}
}

@media (max-width: 575.98px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	/*
	.row2 {
		margin-left: 15px;
	}
		*/
	.fullcontainer-gbl{
		margin: 15px 15px;
	}
	.parrafo {
		margin-right: 0;
	}

	.container, #header.full-header .container, .container-fullwidth {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#logo2 {
		float: right;
	}
	#header .container {
        max-width: 400px;
    }
	#header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
		height: 150px !important;
	}
	.bottommargin-lg, .bottommargin{
		margin-bottom: 10px!important;
	}
}

.modal-backdrop {z-index: 1999 !important;}
#aviso_cookies a.button{width: 160px;text-align: center;}