*{
    margin:0px;
    padding: 0px;
    color:#636363;
}

html{
    font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
}

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-sizing: border-box;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

li {
    list-style: none;
}

/* ---------- ESTRUCTURA --------------- */
#barrasuperior {
	float: left;
	width: 100%;
	background-color: #ae1e16;
	height: 25px;
	line-height: 25px;
}

#header_ancho{
    float:left;
    width: 100%;
    background: #fff;
	position:relative;
	z-index:999;
}

#header_out{
	width: 100%;
	height: 200px;
}

#header{
    max-width: 990px;
    margin: 0 auto;
}

#logo{
    width: 464px;
    height: 200px;
    float:left;
	/*
    margin-left: 10px;
	margin-top: 10px*/
    background-image: url("./images/logoi2b.png");
	background-image: -webkit-image-set(url("./images/logoi2b.webp")1x );
	background-repeat: no-repeat;
	background-position: center left;
    background-size: contain;
	image-rendering: -webkit-optimize-contrast;
}

#telefono{
	float: right;
	margin: 25px 20px 0px 0px;
	font-weight: 900;
	line-height: 40px;
	text-align: right;
	color: #ae1e16;
}

#telefono a {
	text-decoration: none;
	color: #ae1e16;
}

#telefono i, #contactolocalizacion_direccion i {
    width: 20px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 13pt;
    border: 1px solid #ae1e16;
	color: #ae1e16;
    margin-right: 2px;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#telefono .fa-facebook-square, #telefono .fa-twitter-square, #telefono .fa-instagram, #telefono .fa-google-plus-square, #telefono .fa-pinterest-square, #telefono .fa-whatsapp, #telefono .fa-youtube {
	width: 30px;
	height: 30px;
	font-size: 30px;
	border: 0;
	margin-right: 0px;
	margin-top: 5px;
	vertical-align: bottom;
}

.fa-facebook-square {
	color: #3b5998;
}

.fa-twitter-square {
	color: #55acee;
}

.fa-instagram {
	color: #125688;
}

.fa-youtube {
	color: #ff0000;
}

.fa-google-plus-square {
	color: #dd4b39;
}

.fa-pinterest-square {
	color: #cb2027;
}

.fa-facebook-official {
	color: #3b5998;
}

.fa-twitter {
	color: #55acee;
}

.fa-whatsapp {
	color: #25D366;
}

#menu_out{
	height: 50px;
	background-color: #ae1e16;
	max-width: 990px;
	margin: 0 auto;
}

#menu_contenedor {
    max-width: 990px;
    margin: 0 auto;
}

/* Buscador por referencia */
#buscador_referencia {
	float: right;
	display: flex;
	flex-wrap: wrap;
	width: 23%;
	height: 50px;
	line-height: 50px;
}

#buscador_referencia_texto {
	float: left;
	order: 1;
	color: white;
	padding-right: 2px;
}

#buscador_referencia_input {
	float: left;
	order: 2;
}

#buscador_referencia_boton {
	float: right;
	order: 3;
}

#buscador_referencia_submit {
	color: #ae1e16;
	width: 30px;
	height: 23px;
	margin-left: 4px;
	background-color: white;
	border: 0px none;
	font-weight: 900;
	padding: 0 !important;
	text-align: center !important;
}

#caja_buscador_referencia {
	height: 23px;
	width: 65px;
	border: 0px none;
	font-weight: 900;
	margin-left: 4px;
}

/* --------------- FOTOS -------------- */
#fotos_ancho{
    float:left;
    width: 100%;
    height: 450px;
}

#fotos_ancho_especial{
    width: 100%;
    height: 450px;
    z-index: -3;
    position:absolute;
    top: 100px;
}

#fotos_out{
	width: 100%;
	margin: 0px auto;
	z-index: 1;
	float: left;
}

#fotos_slider {
	position:relative;
	z-index: 0;
	max-width: 990px;
	margin: 0 auto;
}

.bx-viewport {
	height: 450px !important;
}

.bx-wrapper .bx-viewport {
    border: none !important;
	left: 0 !important;
}

#nuevopase {
	width: 990px;
	max-width: 100%;
	margin: 22px auto;
	position: relative;
}

#nuevopase .bxslider2, #nuevopase .bxslider2 > div, #nuevopase .bx-wrapper, #nuevopase  .bx-viewport {
	height: 500px !important;
}

#nuevopase h1 {
    display: inline;
    font-family: Proxima Nova Light !important;
    font-size: 44px;
    background: rgba(116, 55, 114, 0.4);
    padding: 5px 10px 0px 10px;
    line-height: 80px;
    position: absolute;
    color: #fff;
}

.sliderControls {
	margin-top:220px; 
	position:absolute; 
	width:100%;
}

.sliderControls span { 
	margin-top:0px; 
	opacity:0.5; 
	position:relative;
	z-index:1000;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.sliderControls span:hover { opacity:1.0; }
.sliderControls .slider-prev { float:left; margin-left:15px; }
.sliderControls .slider-next { float:right; margin-right:15px; }

@media all and (max-width: 500px) {
	#nuevopase .bxslider2, #nuevopase .bxslider2 > div, #nuevopase .bx-wrapper, #nuevopase  .bx-viewport {
		height: 300px !important;
	}
	.sliderControls {
		margin-top:120px; 
	}
	#nuevopase h1 {
		display: none;
	}
}

#fotos{
    width: 990px;
	margin: 0px auto;
    background: rgba(255, 255, 255, .5); 
}

.imagen {
	width: 100%;
}

/* --------------- CONTENIDO -------------- */
#contenido_ancho{
    float:left;
    width: 100%;
	margin-bottom: 30px;
	padding-top: 26px;
}

#contenido_out{
    width: 990px;
    margin: 0px auto 40px auto;
}

#contenido{
    width: 100%;
    float:left;
	box-sizing: border-box;
    padding: 10px;
	/* background-color: white; */
}



/* ------------------- PORTADA ---------------- */
#portada1{
	float:left;
	width: 98%;
	padding: 10px 0 0 0;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
}

#portada2{
	float:left;
	width: 30%;
	height: 300px;
}

#portada3{
	float:left;
	width: 30%;
	margin-left:5%;
}

#portada4{
	float:left;
	width: 30%;
	margin-left:5%;
}


.titulo_modulo{
	color:#ae1e16;
	font-size: 28px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: 900;
}

.example1{
	color:#ae1e16;
	font-size: 28px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;	
}

.titulo_modulo a{
	color:#ae1e16;
	text-decoration: none;
}

.links-to-services {
    float:left;
    width: 100%;
	margin-bottom: 14px;
}

.links-to-services p {
	background-color: #ae1e16;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    font-size: 1.74999rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    text-align: center;
	width: 100%;
    max-width: 990px;
}

.links-to-services a {
    color: #ffb46b;
}


/* --------------- INMUEBLES PORTADA -------------- */
#div_inmuebles_ancho{
    float:left;
    width: 100%;
	margin-top: 30px;
}

#div_inmuebles_out{
    width: 990px;
    margin: 0px auto;
    height: auto;
}

#div_inmuebles{
    width: 100%;
    float:left;
}

#div_inmuebles_titulo{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: 24px;
	color: black;
	font-weight: 900;
}

.fa-plus-circle::before {
	color: #7c7b7b;
}

/* --------------- DIRECCION -------------- */


#div_direccion_datos{
	width: 30%;
	float:left;
}

#div_direccion_horario{
	width: 30%;
	float:left;
	margin-left: 5%;
	text-align: center;
}

#div_direccion_enlaces {
	width: 30%;
	float: left;
	margin-left: 5%;
}

#div_direccion_datos ul, #div_direccion_enlaces ul {
	list-style: none;
}

#div_direccion_datos li, #div_direccion_enlaces li {
	color: white;
	padding: 6px 0px 6px 0px;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}

#div_direccion_datos li {
    padding: 5px 0 0 0;
    display: block;
    position: relative;
}

#div_direccion_datos li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #fff;
    margin-right: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#div_direccion_enlaces li {
    border-top: 1px solid #E2E3E7;
    position: relative;
	line-height: 33px;
}

#div_direccion_enlaces li a::after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#div_direccion_datos ul li a, #div_direccion_enlaces ul li a{
	color: white;
	display: inline-block;
}

/* --------------- PIE DE PAGINA -------------- */
#pie_pagina_ancho{
	float: left;
	width: 100%;
	background-color: #ae1e16;
	line-height: 30px;
}

#div_direccion_ancho{
    float:left;
    width: 100%;
    background: #fff;
    margin-top: 10px;
	border-top: 1px solid #ae1e16;
}

#div_direccion_horario > p > a > img {
	margin-top: 16px;
	width: 100%;
}

#div_direccion_ancho p, #div_direccion_ancho a {
	font-family: "Ubuntu","Helvetica Neue",sans-serif;
}

#div_direccion_ancho p, #div_direccion_ancho b {
	text-align: center;
}

#div_direccion_out{
    width: 1240px;
    margin: 10px auto;
    height: 170px;
}

#pie_pagina_out{
	width: 990px;
	height: 30px;
	margin: 5px auto;
	text-align: center;
}

#div_direccion{
    width: 100%;
    float:left;
    text-align: left;
    color:white;
	box-sizing: border-box;
}

#pie_pagina{
	width: 100%;
	float: left;
	color: white;
	text-align: center;
}

#pie_pagina a {
    color: #fff;
    text-decoration: none;
}

#pie_pagina i{
    color:white;	
}

#pie_pagina b{
    color:white;
    font-weight: bold;
    margin-bottom: 10px;
}

#pie_pagina p{
	color:white;
}

/* ------------------- LISTADO ---------------- */
.ul_blogtitulares{
	margin:0px;
	padding: 0px;
}

.blogtitulares{
	list-style: none;
	background: url("./images/topo.png") no-repeat 0px 5px;
	padding-left:20px; 
}

.blogtitulares_titulo{
	color:#636363;
	margin-bottom: 10px;	
}

.blogtitulares_titulo a{
	color:#636363;
	text-decoration: none;
	font-weight: bold;
}



.botones{
    background: #fe0000;
    color:white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    width: 90px;
}

#contenido ul{
	margin:0px;
	padding: 0px;
	margin-top: 14px;
}

#contenido ul li{
	list-style: none;
	background: url("./images/topo.png") no-repeat 0px 6px;
	padding-left:20px;
	margin-bottom: 14px;
}

#contenido p{
	margin-bottom: 14px;
}

#titulo{
	color:#ae1e16;
	font-size: 28px;
}

/* --------------- ARTICULO CON DESTACADOS -------------- */

#articulofotos_texto{
	width: 600px;
	float:left;
}

#articulofotos_fotos{
	width: 350px;
	float:right;
	margin-top: 34px;
}

#articulofotos_destacado{
	width: 350px;
	float:left;
	margin-top: 10px;
	background:  #246245;
}

#articulofotos_destacado_titulo{
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto{
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto ul{
	margin:0px;
	padding: 0px;
}


#articulofotos_destacado_texto ul li{
	color:white;
	font-weight: normal;
	list-style: none;
	background: url(./images/topo_blanco.png) no-repeat top left;
}

#articulofotos_destacado_texto a{
	text-decoration: none;
	color:white;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ----------------- FORMULARIO DE CONTACTO ----------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#formularioContacto {
    width: 100%;
    float: left;
    padding: 0px 5px;
}

.formularioContactoLinea{
	float:left;
	width: 100%;
	margin-bottom: 15px;
}

.formularioContactoNombre{
	float:left;
	width: 30%;
}

.formularioContactoCampo{
	float:right;
	width: 68%;	
}

.formularioContactoInput{
	border: 1px solid #ddd;
	width: 92%;
}

.formularioContactoAncho{
	float:left;
	width: 100%;	
}

#formularioContactoBoton{
    width: 100%;
    height:40px;
    line-height: 40px;
    background: #7c7b7b;
    border:0px;
    color:white;
}

form input {
    padding-left: 5px;
    padding-right: 5px;
}

form textarea {
    padding: 5px;
}

/* CONTACTO LOCALIZACION */
#contactolocalizacion_mapa{
	float:right;
	height:auto;
	width: 100%;
	margin: 0 auto 20px auto;
}

/* CONTACTO FORMULARIO */

#contactolocalizacion_formulario{
	float:left;
	width: 100%;
	margin: 0 auto 20px auto;
}

#contactolocalizacion_formulario_titulo{
	width: 100%;
	background-color:#7c7b7b;
	color:white;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 8px;	
}

#contactolocalizacion_formulario_nombre{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_email{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_asunto{
	float:left;
	width: 100%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_mensaje{
	float:left;
	width: 100%;
	height: 130px;
	text-align: center;
}

#contactolocalizacion_formulario_enviar{
	float:left;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	text-align: center;
}

/* INPUTS DE CONTACTO */

#contact_name{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;

}

#contact_telefono{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;

}

#contact_email{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;
}

#contact_subject{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;
}

#contact_text{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:130px;
	width: 100%;
	font-size:12px;
}

#contact_enviar{
	float:unset;
	width: 140px;
	background-color:#7c7b7b;
	color:white;
	border:0px;
	height: 25px;
	line-height: 25px;
	margin: 10px auto 0 auto;
	font-weight: 900;
}

#contactolocalizacion_direccion{
	float:left;
	width: 100%;
	margin: 0 auto 20px auto;
}

#contactolocalizacion_titulo{
	background-color:#7c7b7b;
	color:white;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 26px;
}

#contactolocalizacion_calle{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 1%;
    box-sizing: border-box;
}

#contactolocalizacion_telefono{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 1%;
    box-sizing: border-box;
}

#contactolocalizacion_movil{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 1%;
    box-sizing: border-box;
}

#contactolocalizacion_fax{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 1%;
    box-sizing: border-box;
}

#contactolocalizacion_email{
    width: 33.3%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0px 1%;
    box-sizing: border-box;
}

#contactolocalizacion_telefono a, #contactolocalizacion_movil a, #contactolocalizacion_email a{
	color: #ae1e16;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
}

/* Mapas y Leaflet */

#contactolocalizacion_mapa #map_canvas {
	height: 600px !important;
	width: 100% !important;
}

#map_canvas {
	height: 500px !important;
}

.leaflet-popup {
	width: 300px !important;
}

.leaflet-popup-content {
	width: 96% !important;
	padding: 8px 8px !important;
	margin: 0px !important;
}

.leaflet-popup-content-wrapper {
	min-height: 95px;
}

#miniFichaTitular {
	width: 270px !important;
}

#miniFichaTitular a{
    text-decoration:none;
}

.miniFichaTitularTitulo {
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
    color:#ae1e16;
}

#miniFichaDescripcion {
	width: 285px !important;
	text-align: justify;
}

#miniFichaEnlace{
	width: 285px !important;
	text-align: center;    
}

#miniFichaBoton{
    width: 50%;
    margin-left:25%;
    height:20px;
    line-height: 20px;
    background: #ae1e16;
    color:white;
}

.leaflet-container a {
    text-decoration: none;
}


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #444;
	text-align: center;
}

.enews-widget .widgettitle {
	color: inherit;
	font-size: 20px;
}

.enews-widget input {
	margin-bottom: 16px;
	padding: 13px 25px;
}

.enews-widget input:focus {
	border: 1px solid #ccc;
}

.enews-widget input[type="submit"] {
	background: #003643;
	color: #fff;
	margin: 0;
	width: 100%;
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none;
}

.enews-widget input:hover[type="submit"] {
	background: #f4eeee;
	color: #444;
}

.footer-widgets .enews-widget input {
	margin-bottom: 10px;
	width: 31.5%;
}


/* Titles*/

.sidebar .widget-title, 
.after-entry .enews-widget .widget-title,
.author-box h1,
.footer-widgets-2 .widget-title, 
.footer-widgets-1 .widget-title,
.footer-widgets-3 .widget-title,
.above-blog .enews-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    font-family: "EB Garamond","Helvetica Neue",sans-serif;
    text-align:center;
    color:#444;
    font-size:initial;
}

.footer-widgets-3 .widget-title:after, 
.footer-widgets-2 .widget-title:after, 
.footer-widgets-1 .widget-title:after,
.sidebar .widget-title:after {
   	content: '';
    border-bottom: 1px solid #ae1e16;
    content: "";
    display: block;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    width: 15%;
}

.user-profile .avatar-85 {
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #ae1e16;
    height: 85px;
    float: left;
    padding: 12px;
    width: 86px;
    border-radius: 85px;
	box-sizing: border-box;
}

.footer-widgets-2 .widget-title:after, .footer-widgets-1 .widget-title:after, .footer-widgets-3 .widget-title:after {
    border-color: #ae1e16;
}

.user-profile .avatar-85, .user-profile .avatar-125 {
    border-color: #eee;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.widgettitle {
    color: #444;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
}

.footer-widgets {
	color: #444;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 40px;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33%;
	padding: 1%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	
}

.footer-widgets-2 {
	border-left: 1px solid #ae1e16;
	border-right: 1px solid #ae1e16;
}

.footer-widgets-3 {
	float: right;
	
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .widgettitle {
	position: relative;
    margin-bottom: 20px;
    font-family: "EB Garamond","Helvetica Neue",sans-serif;
    text-align: center;
	font-size: 17px;
    color: #ae1e16;
	font-weight: 600;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ccc;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	padding: 5px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignleft .avatar {
    margin-right: 22px;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    background-color: #eeeeee !important;
    border-radius: 25px;
    color: #444444 !important;
    border: 0px #ffffff solid !important;
    font-size: 13px;
    padding: 7px;
}


/* Otros */

#PisosDv250 {
	margin-top: 30px;
}

.Pisoscom {
	margin: 0 auto;
}

#clickviviendas {
    float: left;
    width: 110px;
    text-align: left;
    margin-left: 5px;
}

#avisolegal {
    float: right;
    width: 85px;
    text-align: right;
    margin-right: 5px;
}

#promocional {
	display: inline-block;
	position: relative;
	width: calc(98% - 500px);
	height: 497px;
	background-image: url("./images/portada/footer01.jpg");
	background-image: -webkit-image-set(url("./images/portada/footer01.webp")1x );
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	margin: 0 auto;
}

.widget-wrap i {
	font-size: 20px;
	vertical-align: middle;
}

.fa-whatsapp {
	color: #25D366;
}

/* Media Queries */

@media all and (max-width: 500px) {
	.links-to-services p {
		font-size: 1rem;
	}
	
	#header_out {
		height: 200px !important;
	}
	
	#contactolocalizacion_mapa {
		width: 310px;
		height: auto;
	}
	
	#urlcontacta {
		font-size: 1.9rem !important;
	}
	
	#contactolocalizacion_mapa #map_canvas {
		height: 310px !important;
	}
	
	#map_canvas {
		width: 300px !important;
		height: 300px !important;
	}
	
	#div_direccion_horario > p > a > img {
		margin-top: 0px !important;
	}
	
	.g-recaptcha {
		transform: scale(0.99) !important;
		-webkit-transform: scale(0.99) !important;
	}
	
	#fotos {
		background: transparent !important;
		margin: 0 !important;
	}
	
	#clickviviendas, #avisolegal {
		width: 100% !important;
		text-align: center;
		margin: 0px !important;
	}
	
	/*
	#header_out {
		height: 240px !important;
	}
	*/
	
	#logo {
		width: 100% !important;
		height: 170px !important;
		background-position: center center !important;
		margin: 10px 0 0 0 !important;
	}
	
	#telefono {
		width: 100% !important;
		margin: 0 auto !important;
		text-align: center;
		display: none !important;
	}
	
	#telefono div {
		width: 100% !important;
		text-align: center !important;
	}
	
	#fotos_out {
		height: 250px !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 98% !important;
	}
	
	.cell {
		float: left !important;
		width: 96% !important;
	}
	
	.cell img {
		width: 100% !important;
	}
	
	.cell h2 {
		font-size: 1.5em !important;
		text-align: center;
	}
}

@media screen and (min-width:501px) and (max-width:649px) {	
	.links-to-services p {
		font-size: 1.4rem;
	}
	
	#header_out {
		height: 120px !important;
	}
	
	#logo {
		width: 180px !important;
		background-position: center center !important;
	}
	
	#telefono {
		margin-top: 0 !important;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 48%;
	}
	
	#urlcontacta {
		font-size: 1.9rem !important;
	}
}

@media screen and (min-width:650px) and (max-width:990px) {
	#map_canvas {
		width: 100% !important;
	}
	
	#div_direccion {
		display: flex;
		flex-wrap: wrap;
	}
	
	#div_direccion_datos{
		width: 48% !important;
		order: 1;
	}
	
	#div_direccion_enlaces{
		width: 48% !important;
		order: 2;
	}
	
	#div_direccion_horario{
		width: 100% !important;
		order: 3;
	}
}

@media screen and (max-width:990px) {
	#barrasuperior {
		display: none;
	}
	
    #header_out{
		height: 120px;
    }
    
    #boton_cabecera{
	margin-top: 3px;
    }
    
    #logo{
		height: 100px;
		margin: 10px 5px;
		width: 190px;
    }
	
	#telefono{
		margin: 5px 10px 0px 0px;
		font-size: small;
		line-height: 21px;
		width: 300px;
		float: right;
	}

    #menu_out{
	width: 100%;
	height: 50px;
    }
    
	#menu_contenedor {
		width: 100%;
	}
    
    #fotos_ancho{
	float:left;
	width: 100%;
    }
    
    #fotos_out{
	width: 100%;
	background: none;
    }
    
    #fotos{
		width: 98%;
		margin-left: 1%;
		float:left;
    }
	
    
    #contenido_out{
	width: 98%;
    }
    
    #div_inmuebles_ancho{
	width: 98%;
	float:left;
	height: auto;
	margin-left: 1%;
    }
    
    #div_inmuebles_out{
	width: 100%;
	height: auto;
    }
    
    #div_direccion_ancho{
	float:left;
	height: auto;
    }
    
    #div_direccion_out{
	width: 100%;
	height: auto;
    }
    
    #div_direccion_logo{
	width: 100%;
	float:left;
	text-align: center;
	margin-left: 0px;
    }
    
    #div_direccion_logo_foto{
	width: 98%;
	margin-left:1%;
    }
    
    #div_direccion_datos, #div_direccion_horario, #div_direccion_enlaces{
		width: 96%;
		float: left;
		text-align: center;
		margin: 5px 5px 20px 5px;
    }
	
	#div_direccion_datos li {
		text-align: left;
	}
    
    #pie_pagina_out{
	width: 100%;
    }
    
    #enlaces{
	width: 100%;
    }
    
    #articulofotos_texto,#articulofotos_fotos,#articulofotos_destacado{
	width: 100%;
    }
    
    #portada1,#portada2,#portada3,#portada4{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-left:0px;
	margin-right: 0px;
    }
    
    #menu{
	width: 100%;
	float: left;
    }
	
	#contactolocalizacion_direccion, #contactolocalizacion_formulario{
    width: 98%;
	}
	
	#contact_name, #contact_telefono, #contact_email, #contact_subject, #contact_text{
	width: 96%;
	}
	
	#buscador_referencia_texto {
		color: black;
	}
	
	#buscador_referencia {
		padding-bottom: 2px;
		width: 220px;
	}
	
	#caja_buscador_referencia {
		height: 25px;
		border: 1px solid;
	}
	
	#buscador_referencia_submit {
		height: 27px;
		border: 1px solid;
	}
	
	#promocional {
		width: 98%;
		height: 650px;
	}
}

@media screen and (min-width:991px) and (max-width:1280px) {
	#div_direccion_out{
		width: 990px;
	}
}

/*******************************************************************/
/*******************************************************************/
/*******		   ICONOS INMUEBLES		  **********/
/*******************************************************************/
/*******************************************************************/

.icono_email{
    background: url("./images/portatil.png") no-repeat top left;
    width: 54px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}

.icono_telefono{
    background: url("./images/movil.png") no-repeat top left;
    width: 36px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}



#map {
	width: 760px !important; 
	height: 600px; 
	border: 1px solid #ccc;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.g-recaptcha{
    transform:scale(0.75);
    -webkit-transform:scale(0.75);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;   
}

/* Subir Inmueble */
#titulo {
	text-align: center;
	font-size: 22px;
	color: #ae1e16;
	font-weight: bold;
	margin-bottom: 10px;
}

#publicaFormulario {
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
}

.publicaTitulo {
    background: #ae1e16 !important;
    display: table;
    float: left;
    clear: both;
    padding: 5px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
	box-sizing: border-box;
}

.publicaTitulo a {
    color: #fff;
}

.publicaOpciones{
    float: left;
    clear: both;
    width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
    padding: 1%;
	background: rgba(225, 225, 225, 0.5);
}

.publicaCaracteristica{
    float: left;
    height: 45px;
    width: 31.3%;
    margin: 1%;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.publicaCaracteristica input, .publicaCaracteristica textarea {
	width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 0px;
    border: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.publicaCaracteristica input:hover, .publicaCaracteristica textarea:hover {
    border: 1px solid #ae1e16;
}

.publicaCaracteristicaAncho{
    float:left;
    height: 200px;
    width: 95%;       
}

.publicaBoton{
    height:30px;
    font-size:20px;
    width: 200px;
    margin: 0 auto;
    display:block;
    background: #ae1e16 !important;
    border:0px;
    color:#fff;
}

@media all and (max-width: 650px) {
	.publicaCaracteristica{
		width: 100%;
	}
	#publicaFormulario .g-recaptcha {
		margin-left: 0% !important;
	}
}


/* OBLIGARTORIOS PARA LA PARTE DE EDICIîN */

.div_editar{
	width: 640px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}

.div_editar div{
	display:inline;
}

.div_editar form{
	display:inline;
	margin: 5px;
}

.boton_editar{
	background: white;
	border: 1px solid black;
	padding: 5px 20px;
}

