html,body{
line-height:25px;
font-family: sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}

.localidades{
	font-size: 0;
}

.localidades li{
	font-size: 16px;
	margin-right: 16px;
	display: inline-block;
}

.localidades li a{
color: #000;
transition: all 0.3s ease;
}

.localidades li a:hover{
color: #999;
}


.localidades li::before {
    content: "● "; /* Agrega un punto y un espacio */
    color: #000;  /* Puedes cambiar el color del punto si quieres */
    font-weight: bold;
}

.comarca{
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2%;
	text-align: center;
}

.comarca_borde{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2%;
	text-align: center;
}

.listado_not {
    font-size: 0;
}

.listado_not li {
    font-size: 13px;
    width: 23%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
}

.listado_not li a {
    background: #f5f5f5;
    display: inline-block;
}

.listado_not li img {
    width: 100%;
    vertical-align: top;
}

.listado_not li a .tit_not {
    color: #999;
    transition: all 0.3s ease;
    padding: 2%;
}

.listado_not li a:hover .tit_not {
    color: #000;
}



/** **/

/* Style the buttons that are used to open and close the accordion panel */

    .accordion {
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.4em;
    font-weight: normal;
    position: relative;
    /* bottom: 38px; */
    /* left: 7px; */
    display: inline-block;
    float: left;
    padding-left: 3px;
    padding-top: 0;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background: #fff;
  max-height: 0;
  text-align: center;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}


/** **/



.envuelve_cont {
    margin: 0 auto;
    width: 1200px;
}

.cont_izq {
    float: left;
    width: 49%;
	text-align: center;
	line-height: 35px;
}

.cont_der {
    float: right;
    width: 49%;
	text-align: center;
}

.cont_der img{
    width: 80%;
	vertical-align: top;
}

.cont_subt{
	font-size: 1.3em!important;
}




.menu{
	background: #dedede;
	padding: 1%;
	box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),   /* sombra inferior */
    0 -4px 6px rgba(0, 0, 0, 0.06); /* sombra superior */
	position: relative;
	border-bottom: 1px solid #bebebe;
}

.menu_web{
	font-size: 0;
	text-align: center;
}

.menu_web li{
	font-size: 16px;
	display: inline;
	text-align: center;
	color: #000;
	padding: 1%;
	vertical-align: top;
	font-weight: bold;
}

.menu_web li a {
	color: #777;
	transition: color .3s ease;
}

.menu_web li a:hover {
	color: #000;
}

.btn_2025{
	color: #000;
	font-weight: bold;
	transition: color .3s ease;
}

.btn_2025:hover{
	color: #fc7f4d;
}

.btn_2025_gris{
	color: #999;
	font-weight: bold;
	transition: color .3s ease;
}


.btn_2025_bis{
	color: #fc7f4d;
	font-weight: normal;
	transition: color .3s ease;
}

.btn_2025_bis:hover{
	color: #999;
}

.centrado{
	text-align: center;
}

.container{
width:100%;
overflow:hidden;
line-height:25px;
min-height: 100vh;
display: flex;
flex-direction: column;
}

main {
flex: 1;
}


.cabecera{
	padding: 1%;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	
}

.corner{
	 border-radius: 5px;
	 display: block;
}

.tres{
	font-size: 0;
	width: 1300px;
	margin: 0 auto;
}

.tres li{
	font-size: 16px;
	width: 33.33%;
	display: inline-block;
	text-align: center;
}

.tres li a{
	color: #000;
	transition: color .3s ease;
}

.tres li a:hover{
	color: #fc7f4d;
}

.subir{
	position: relative;
	top: -13px;
}

.container_in{
	width: 1300px;
	margin: 0 auto;
}

.titulo_h1{
	font-size:1.8em;
	color:#000;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
	line-height: 40px;
}

.titulo_h2{
	font-size:1.3em;
	color:#000;
}

.titulo_h2_bis{
	font-size:1.3em;
	color:#000;
	text-align: center;
	margin-bottom: 60px;
}

.titulo_h2_pie{
	font-size:1.6em;
	color:#000;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.not_izq_2025{
	float: left;
	width: 58%;
	text-align: left;
}

.not_der_2025{
	float: right;
	width: 40%;
}

.not_der_2025 img{
	width: 100%;
	vertical-align: top;
	border-radius: 5px;
	 display: block;
}

.texto_ancho_2025{
	text-align: left;
}


.not_izq_2025_bis{
	float: left;
	width: 40%;
}

.not_izq_2025_bis img{
	width: 100%;
	vertical-align: top;
	border-radius: 5px;
	 display: block;
}

.not_der_2025_bis{
	float: right;
	width: 58%;
}

.envuelve_color {
	background: #ccc;
	padding: 2%;
	box-shadow: 
		0 -4px 6px rgba(0, 0, 0, 0.4),
		0 4px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: visible; /* <== por si el padre superior recortaba */
	z-index: 1;
	margin-bottom: 10px; /* o 1em, o lo que te guste */
}

.envuelve_color_bis {
	background: #ccc;
	padding: 2%;
	box-shadow: 
		0 -4px 6px rgba(0, 0, 0, 0.4),
		0 4px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: visible; /* <== por si el padre superior recortaba */
	z-index: 1;
	margin-bottom: 0; /* o 1em, o lo que te guste */
}



.modulos_pie{
	font-size: 0;
}

.modulos_pie li{
	font-size: 16px;
	display: inline-block;
	width: 23%;
	padding: 1%;
	text-align: center;
	font-weight: bold;
}

.modulos_pie li figure{
	margin: 0;
	padding: 0;
}


.modulos_pie li img{
	width: 100%;
	vertical-align: top;
	border-radius: 5px;
	 display: block;
	 margin-bottom: 20px;
	 
}

.modulos_pie li figure img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	margin-bottom: 20px; 
}


.modulos_pie li a{
	color: #000;
	transition: color .3s ease;
}

.modulos_pie li a:hover{
	color: #999;
}





.pie_2025{
	padding: 2%;
	text-align: center;
	background: #000;
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 !important;
}

.pie_2025 a{
	color: #999;
	transition: color .3s ease;
}

.pie_2025 a:hover{
	color: #fc7f4d;
}

.listado_pie{
	width: 1300px;
	margin: 0 auto;
}

.listado_pie li{
	display: inline-block;
	padding: 20px;
}

.link{
	color: #000;
	transition: color .3s ease;
	font-weight: bold;
}

.link:hover{
	color: #fc7f4d;
}

.menu_movil{
	display: none;
}


@media only screen and (min-width:0px) and (max-width:1024px){

.container {
        width: 100%;
        padding: 0;
        overflow: hidden;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

.container_in {
    width: 98%;
	padding: 1%;
    margin: 0 auto;
}

.menu_movil{
	display: block;
}

.menu{
	display: none;
}

.titulo_h1 {
    font-size: 1.4em;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 41px;
}

.titulo_h2 {
    font-size: 1.3em;
    color: #000;
    margin-top: 30px;
	line-height: 31px;
}

.titulo_h2_pie {
    font-size: 1.3em;
    color: #000;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 40px;
}

.modulos_pie li {
    font-size: 16px;
    display: inline-block;
    width: 98%;
    padding: 1%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
}

.modulos_pie li:last-child {
    margin-bottom: 0;
}



.tres {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.tres li {
    font-size: 16px;
    width: 98%;
	padding: 1%;
    display: inline-block;
    text-align: center;
}

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

.not_izq_2025{
	float: left;
	text-align: center;
	width: 96%;
	padding: 2%;
}

.not_der_2025{
	float: left;
	width: 96%;
	padding: 2%;
	text-align: center;
}


.texto_ancho_2025{
	text-align: center;
	width: 96%;
	padding: 2%;
	
}

.not_izq_2025_bis{
	float: left;
	width: 100%;
	text-align: center;
}


.not_der_2025_bis{
	float: left;
	width: 100%;
	text-align: center;
}

.listado_pie {
    width: 92%;
    margin: 0 auto;
    padding: 4%;
}

.listado_pie li {
    display: inline-block;
    padding: 4%;
    width: 92%;
}

.cont_izq {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.cont_der {
    float: left;
    width: 100%;
    text-align: center;
}



.cont_subt{
	font-size: 1em!important;
}

main {
flex: 1;
}



.menu_web li{
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #000;
	width: 98%;
	padding: 1%;
	vertical-align: top;
	font-weight: bold;
}

.cont_der img{
    width: 100%;
	vertical-align: top;
}

.listado_not li {
        font-size: 14px;
        width: 100%;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
	
	.comarca {
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5%;
    padding-top: 4%;
	text-align: center;
}

.envuelve_color_bis {
    background: #ccc;
    padding: 2%;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0), 0 4px 6px rgba(0, 0, 0, 0);
    position: relative;
    overflow: visible;
    z-index: 1;
    margin-bottom: 0;
}


}