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

/** BLOC **/

.item {
    margin-bottom: 40px;
}

.blog_img {
    float: left;
    width: 20%;
    border: 1px solid #444;
    border-radius: 5px;
}

.blog_img img {
    width: 98%;
    padding: 1%;
    vertical-align: top;
}

.item a .blog_tit {
    color: #fff;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 20px;
}

.blog_describe {
    float: right;
    width: 75%;
    color: #999;
    font-family: sans-serif;
}

.blog_descripcion {
    font-size: 15px;
    color: #999;
}

.default-btn {
    z-index: 1;
    font-family: sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px 16px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #666;
    position: relative;
    overflow: hidden;
}

.default-btn:hover {
background-color: #999;
color: #fff;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#999), to(transparent));
    background: linear-gradient(right, #999, transparent);
    -webkit-animation: right 2s linear infinite;
    animation: right 2s linear infinite;
}

.default-btn span::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#999), to(transparent));
background: linear-gradient(bottom, #999, transparent);
-webkit-animation: bottom 2s linear infinite;
        animation: bottom 2s linear infinite;
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.default-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, right top, left top, from(#999), to(transparent));
background: linear-gradient(right, #999, transparent);
-webkit-animation: right 2s linear infinite;
        animation: right 2s linear infinite;
}

.default-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#999), to(transparent));
background: linear-gradient(left, #999, transparent);
-webkit-animation: left 2s linear infinite;
        animation: left 2s linear infinite;
}






@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}




/******/

.mapa-responsive {
  position: relative;
  padding-bottom: 75%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.mapa-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**
 padding-bottom MAPA

100% = cuadrado perfecto (1:1)
75% = casi cuadrado (4:3)
56.25% = panorámico (16:9)

**/



.bg_negro {
    background: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    z-index: 1;
}


.img_centrada{
    width: 700px;
    margin: 0 auto;
}

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



.centrado_2025{
    text-align: center;
}



.listado_imgs{font-size: 0}

.listado_imgs li{
    width: 23%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
}

.listado_imgs li h3{
    font-weight: normal;
    padding: 3%;
}

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

/*****/


.listado_home{font-size: 0}

.listado_home li{
    width: 23%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    background: #ccc;
    text-align: center;
}

.listado_home li h3{
    font-weight: normal;
    padding: 3%;
}

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

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

.listado_home li a:hover{
    color: #777;
}


/** **/

/* 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;
    display: inline-block;
    float: left;
    padding-left: 3px;
    padding-top: 0;
    bottom: 54px;
}


/* 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;
  position: relative;
  left: -7px;
  margin-top: 13px;

}


/** **/



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

.skitter a img.directionTop {
  cursor: default !important;
  pointer-events: none !important;
}
.skitter a[href] {
  cursor: default !important;
  pointer-events: none !important;
}



.logo{
	float: left;
}

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

.slide{
	box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.4);   /* sombra inferior */
}




.menu{
	background: #fff;
    padding: 1%;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);  /* sombra más grande y oscura */
    position: relative;
    border-bottom: 1px solid #bebebe;
    z-index: 999;
}

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

.menu_web{
	font-size: 0;
	text-align: center;
	float: right;
	width: 900px;
	float: right;
	margin-top: 12px;
}

.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: #999;
}

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

.btn_2025_blanco:hover{
    color: #666;
}

.gris{
    color: #666;
}


.tam{
	font-size: 1.3em;
}


.centrado{
	text-align: center;
}

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

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

.corner_2025{
	 border-radius: 5px;
}

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



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

.titulo_h1_blanco{
    font-size:1.6em;
    color:#fff;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
    line-height: 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;
}

.texto_ancho_2025{
	text-align: left;
}



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

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

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

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


.envuelve_bg{
    padding: 2%;
    background:#ccc;
     box-shadow: 
        0 -5px 10px rgba(0, 0, 0, 0.4),  /* sombra superior */
        0 5px 10px rgba(0, 0, 0, 0.4);   /* sombra inferior */
    position: relative;
    z-index: 0; /* o cualquier valor menor a 50 */   
    width: 100%; 
}

.disseny_2025 a{
    text-align: right;
    padding: 1%;
    font-size: 12px;
    color: #666!important;
    float: right;
}

/** PIE **/

.pie_web {
    background: #719400;
    text-align: center;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 25px;
    color: #fff;
    border-top: 2px solid #719400;
    width: 100%;
    box-shadow: 
        0 -5px 10px rgba(0, 0, 0, 0.4);  /* sombra superior */
}

.pie_web_in {
    margin: 0 auto;
    height: 350px;
}

.horario {
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.pie_web ul {
    margin: 0 auto;
    padding-top: 1%;
}

.pie_web ul li {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    width: 32%;
    border: 0px solid rgba(255, 255, 255, 0.15);
    padding: 5px;
    height: 300px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
}

.pie_web ul li .datos {
    background: rgba(255, 255, 255, 0.15);
    margin: 1%;
    padding: 14px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tipografia_little{
    font-size: 0.9em;
}

.pie_web .redes {
    padding: 7%;
}

.pie_web .redes a {
    background: transparent;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.50);
    transition: all .3s ease;
}

.pie_web .redes a:hover {
    color: #fff;
}

.pie_web_in .iconos_pie {
    font-size: 4em;
    padding: 1%;
}

.pie_web a {
    color: #fff;
    padding: 5px;
    transition: all .3s ease;
}

.pie_web a:hover {
    color: #dedede;
    padding: 5px;
}

.pie_web img {
    width: 100%;
    height: auto;
    margin-top: 6px;
}


.amarello {
    color: #9f811f;
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.ala_izq {
    float: left;
    width: 60%;
}

.ala_der {
    float: right;
    width: 37%;
    margin-left: 2%;
}

.ala_der ul{
    font-size: 0;
    margin-bottom: 4%;
}

.ala_der ul li {
    font-size: 14px;
}



.h2_ala_izq {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 4%;
    color: #000;
}

.campo_inputs {
    border: 1px solid #444;
    background: rgba(245, 245, 245, 0.2);
    font-size: 0.9em;
    font-weight: normal;
    padding: 2%;
    width: 96%;
    color: #fff;
    margin-bottom: 1%;
    font-family: sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.campo_textareas {
    border: 1px solid #444;
    background: rgba(245, 245, 245, 0.2);
    font-size: 0.9em;
    font-weight: normal;
    padding: 2%;
    width: 96%;
    color: #fff;
    height: 240px;
    margin-bottom: 1%;
    font-family: sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text_legal{
	font-size: 0.8em;
	color: #999;
}

.estic{
	color: #666;
	transition: all .3s ease;
	font-size: 0.9em;
	position: relative;
	bottom: 2px;
}

.estic:hover{
	color: #000;
}

.enviar {
    font-family: sans-serif;
    cursor: pointer;
    padding: 1%;
    color: #fff;
    background: #666;
    float: right;
    border: 0px solid #666;
    font-size: 1em;
    transition: all 0.3s ease;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.enviar:hover {
    color: #fff;
    background: #444;
    border: 0px solid #444;
}

.space_map{
	height: 10px;
}




.menu_movil{
	display: none;
}




/* PINTADO */

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::-ms-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}


/* PLACEHOLDER */

::-webkit-input-placeholder {
    color: #ccc;
	font-weight: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
	font-weight: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
	font-weight: normal;
}

:-ms-input-placeholder {
    color: #ccc;
	font-weight: normal;
}

.slide_mov{
    display: none;
}

.fon_negro {
    background: #000!important;
    color: #fff!important;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4), 0 -8px 12px rgba(0, 0, 0, 0.4)!important;
    z-index: 1;
}


@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;
    }

    .listado_home li {
    width: 92%;
    margin: 4%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    background: #ccc;
    text-align: center;
}

.listado_home li h3 {
    font-weight: normal;
    padding: 3%;
    color: #000;
}



    .contenido_web {
    width: 98%;
    margin: 0 auto;
    font-size: 0.9em;
     position: relative;
    z-index: 0; /* o cualquier valor menor a 50 */
    padding: 1%;
}

 .slide {
    display: none;
} 

.slide_mov{
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 0;
}  


.menu_movil{
	display: block;
	color: #000!important;

    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);  /* sombra más grande y oscura */
    position: relative;
    border-bottom: 1px solid #bebebe;
    z-index: 999;
}

.menu{
	display: none;
}

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

.logo_mov{
	width: 150px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.logo_mov img{
	width: 150px;
	vertical-align: top;
    position: relative;
    top: 10px;
}


.menu_web {
    font-size: 0;
    text-align: center;
    float: right;
    width: 100%;
    float: left;
    margin-top: 12px;
}


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




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

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

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

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

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

.not_izq_2025_bis img{
	width: 96%;
	vertical-align: top;
}

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

.envuelve_ante{
	width: 100%;
	margin: 0 auto;
}

.space_2025{
    height:20px;
    
}

.pie_web_in {
    margin: 0 auto;
    height: auto;
}

.pie_web ul li {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    width: 32%;
    border: 0px solid rgba(255, 255, 255, 0.15);
    padding: 5px;
    height: auto;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
}

.listado_imgs li {
    width: 96%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
}

.amarello {
    color: #9f811f;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.ala_izq {
    float: left;
    width: 96%;
    padding: 2%;
}

.h2_ala_izq {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 4%;
    color: #fff;
    text-align: center;
}

.campo_inputs {
    border: 1px solid #444;
    background: rgba(245, 245, 245, 0.2);
    font-size: 0.9em;
    font-weight: normal;
    padding: 4%;
    width: 92%;
    color: #fff;
    margin-bottom: 1%;
    font-family: sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.campo_textareas {
    border: 1px solid #444;
    background: rgba(245, 245, 245, 0.2);
    font-size: 0.9em;
    font-weight: normal;
    padding: 4%;
    width: 92%;
    color: #fff;
    height: 240px;
    margin-bottom: 1%;
    font-family: sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text_legal {
    font-size: 0.8em;
    color: #999;
    text-align: center;
}

.ala_der {
    float: left;
    width: 98%;
    padding: 1%;
    margin-left: 0;
    text-align: center;
}

.enviar {
    font-family: sans-serif;
    cursor: pointer;
    padding: 4%;
    color: #fff;
    background: #666;
    float: left;
    border: 0px solid #666;
    font-size: 1em;
    transition: all 0.3s ease;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.enviar:hover {
    color: #fff;
    background: #444;
    border: 0px solid #444;
}


    .fon_negro {
        background: #000!important;
        color: #fff!important;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4)!important;  /* sombra más grande y oscura */
        z-index: 1;
    }






}