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

.listado_pie_mov{
    display: none;
}

/******/


.listado_cubiertas{font-size: 0}

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

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

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

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

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


/*******/


.listado_rehabilitaciones{font-size: 0}

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

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

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

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

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

/*******/

.galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.item-galeria {
    flex: 1 1 120px;
    max-width: 150px;
    text-align: center;
    border: 1px solid rgba(187, 18, 63, 0.2);
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    line-height: 25px;
    transition: all ease 0.5s;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.item-galeria:hover {
    border: 1px solid rgba(187, 18, 63, 0.4);
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}


.item-galeria p {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.item-galeria h3 {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.item-galeria img {
    width: 50%;
    height: auto;
    border: none;
    background: none;
}


/****/

.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 img {
    width: 100%;
    vertical-align: top;
}

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

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


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


/****/

.cont_izq {
    float: left;
    width: 60%;
    vertical-align: top;
}

.cont_der {
    float: right;
    width: 35%;
    vertical-align: top;
}

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

.rellena {
    padding-bottom: 4%;
}

.campo_inputs {
    border: 1px solid rgba(187, 18, 63, 0.2);
    width: 96%;
    padding: 2%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: sans-serif;
}

.campo_textareas {
    border: 1px solid rgba(187, 18, 63, 0.2);
    width: 96%;
    padding: 2%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 120px;
    font-family: sans-serif;
}

.contiene_acepto {
    font-family: sans-serif;
    font-size: 0.9em;
}

.contiene_acepto a {
    color: #999;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    bottom: 1px;
}

.enviar {
    padding: 2%;
    background: #7d0f2a;
    border-radius: 5px;
    color: #fff;
    float: right;
    border: 0px solid #7d0f2a;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
    transition: all 0.3s ease;
}

.enviar:hover {
    background: #000;
    color: #fff;
}

.texto_legal {
    font-size: 0.8em;
    line-height: 20px;
    text-align: justify !important;
}

.seis_items_bis {
    color: #666;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    border: 1px solid rgba(187, 18, 63, 0.2);
    border-radius: 5px;
    margin-top: 25px;
}

.seis_items_bis ul {
    font-size: 0;
}

.seis_items_bis ul li {
    font-size: 14px;
    /* display: inline-block; */
    /* width: 100%; */
    vertical-align: top;
    margin: 26px;
}

.seis_items_bis ul li a {
    /* display: inline-block; */
    color: #666;
}

.titulo_ico {
    color: #000;
}

.centrado_2025 {
    text-align: center;
    line-height: 40px;
}

/****/


.mapa {
    position: relative;
    top: 7px;
}

.zero {
    border: 0;
}




/** **/

/* 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: 84px;
}


/* 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_pie{
float: left;
}

.logo_pie img{
    width: 50%;
    vertical-align: top;
    
}



.logo{
	float: left;
}


.logo img {
    width: 170px;
    vertical-align: top;
    /* padding: 5px; */
    position: relative;
    left: 10px;
    top: 0;
}

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




.menu{
	background: #fff;
    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: 1300px;
	margin: 0 auto;
}

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

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

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

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

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

.btn_2025:hover{
	color: #999;
}

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

.tam{
	font-size: 1.3em;
}

.tam_blanco{
    font-size: 1.3em;
    color: #fff;
}


.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{
	 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;
}

.titulo_h1_granate{
    font-size:1.6em;
    color:#632633;
    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;
}



.granate{
    color: #632633;
}


.envuelve_bg{
    padding: 2%;
    background:#632633;
     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%;
    color: #fff!important;
}

.envuelve_bg_gris{
    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%;
    color: #000!important;
}

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

/** PIE **/

.pie_web {
    background: #000;
    text-align: center;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 25px;
    color: #fff;
    border-top: 2px solid #000;
    width: 100%;
    padding: 2%;
}

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

.pie_web a{color: #999;transition: all .3s ease;}
.pie_web a:hover{color: #fff}

.listado_pie{
    width: auto;
}

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

.listado_pie li:last-child{
    margin-right: 0;
}





.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: #666;
	font-weight: normal;
}

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

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

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

.slide_mov{
    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;
    }


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

 .slide {
    display: none;
} 

.slide_mov {
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 0;
    height: 200px;
    overflow: hidden;  /* agregar */
    width: 100%;       /* agregar */
}

.slide_mov img {
    width: 100%;              /* agregar */
    height: 100%;             /* cambiar de 200px a 100% */
    object-fit: cover;        /* agregar */
    object-position: center;  /* agregar */
    vertical-align: top;
} 


.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.3em;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
        line-height: 30px;
        padding-left: 2%;
        padding-right: 2%;
    }

.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: 4%;
    }


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

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

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

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

.space_2025{
    height:20px;
    
}

.item-galeria {
    flex: 1 1 120px;
    max-width: 250px;
    text-align: center;
    border: 1px solid rgba(187, 18, 63, 0.2);
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    line-height: 25px;
    transition: all ease 0.5s;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.listado_pie_mov{
    display: block;
    width: 100%;
}

.listado_pie_mov li{
    width: 100%;
}

.pie_datos{
    display: none;
}

.centrado {
    text-align: center;
    width: 92%;
    padding: 4%;
}

.envuelve_bg {
    padding: 1%;
    background: #632633;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 0;
    width: 98%;
    color: #fff !important;
}

.envuelve_bg_gris {
    padding: 1%;
    background: #ccc;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 0;
    width: 98%;
    color: #000 !important;
}

.listado_pie {
    width: 100%;
}

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

.no_mov{
    display: none;
}

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

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

.tam_blanco {
    font-size: 1.3em;
    color: #fff;
    padding-left: 2%;
    padding-right: 2%;
}

.tam {
    font-size: 1.3em;
    padding-left: 2%;
    padding-right: 2%;
}

.cont_izq {
    float: left;
    width: 96%;
    vertical-align: top;
    padding: 2%;
}

.cont_der {
    float: left;
    width: 96%;
    vertical-align: top;
    padding: 2%;
}

.enviar {
    padding: 4%;
    background: #7d0f2a;
    border-radius: 5px;
    color: #fff;
    float: left;
    border: 0px solid #7d0f2a;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

.seis_items_bis {
    color: #666;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    border: 1px solid rgba(187, 18, 63, 0.2);
    border-radius: 5px;
    margin-top: 25px;
    line-height: 12px;
}

.cont_tit_mov{
    text-align: center;
}

.campo_inputs {
    border: 1px solid rgba(187, 18, 63, 0.2);
    width: 92%;
    padding: 4%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: sans-serif;
}

.campo_textareas {
    border: 1px solid rgba(187, 18, 63, 0.2);
    width: 92%;
    padding: 4%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 120px;
    font-family: sans-serif;
}






}