@charset "UTF-8";
/* CSS Document */

.subrayado {text-decoration: underline !important;}

.bloque {display:block; width:100%; clear: both;}

.clear {display:block; width:100%; clear:both; height:1px;}
.clear10 {display:block; width:100%; clear:both; height:10px;}
.clear20 {display:block; width:100%; clear:both; height:20px;}
.clear30 {display:block; width:100%; clear:both; height:30px;}
.clear40 {display:block; width:100%; clear:both; height:40px;}

/* Buscador Index */
.marginBottom115 {margin-bottom: 115px !important;}
.separacionSuperiorBuscador {z-index: 98 !important; top: 204.5px !important;}

.fontlabels {font-size:20px;}

/* Buscador inmuebles sidebar */
.miFormulario {
  background-color:#CDCDCD !important;
  padding:14px !important;
  box-sizing: border-box !important;
}

/* Estructura Grids */
.altoMaximoFotoPortada {max-height:197px !important;}
.padding15 {padding-left:15px; padding-right:15px;}

/* Detalle de Inmueble */
.tituloH2 {font-size:25px !important;}

/* Colores */

.colorPrimario {color:#2bbbad !important;}
.colorSecundario {}

.fondoPrimario {background-color: #2bbbad !important;}
.fondoSecundario {}

.fondoRojo {background-color:red !important;}

.colorTextoPrimario {}
.colorTextoSecundario {}

.textoBlanco {color:#fff !important;}
.textoRojo {color:red !important;}

.negroMenu {background-color:#2c3742 !important;}
.imagenResposiveLogo {}

.font30 {font-size:30px !important;}

/* Cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	min-height:60px;
	vertical-align:middle;
	line-height:60px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("../images/estructura/cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
	background-color:#0073FC;
	color:#FFF;
	border:none;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
}

/* QUERYS */

.ocultoMovil {display:block;}

@media (max-width:767px){
	.separacionSuperiorBuscador {top:0px !important;}
	.altoMaximoFotoPortada {max-height: 100% !important;}
	.imagenResposiveLogo {width:100%;}
	.ocultoMovil {display:none !important;}
}