/* Bootstrap 4 */
.m-a-0{margin:0!important}.m-t-0{margin-top:0!important}.m-r,.m-x{margin-right:1rem!important}.m-l,.m-x{margin-left:1rem!important}.m-t,.m-y{margin-top:1rem!important}.m-b,.m-y{margin-bottom:1rem!important}.m-a{margin:1rem!important}.m-t-md,.m-y-md{margin-top:1.5rem!important}.m-b-md,.m-y-md{margin-bottom:1.5rem!important}.m-x-auto{margin-right:auto!important;margin-left:auto!important}.m-r-md,.m-x-md{margin-right:1.5rem!important}.m-l-md,.m-x-md{margin-left:1.5rem!important}.m-a-md{margin:1.5rem!important}.m-r-lg,.m-x-lg{margin-right:3rem!important}.m-l-lg,.m-x-lg{margin-left:3rem!important}.m-t-lg,.m-y-lg{margin-top:3rem!important}.m-b-lg,.m-y-lg{margin-bottom:3rem!important}.m-a-lg{margin:3rem!important}.p-a-0{padding:0!important}.p-r,.p-x{padding-right:1rem!important}.p-l,.p-x{padding-left:1rem!important}.p-t,.p-y{padding-top:1rem!important}.p-b,.p-y{padding-bottom:1rem!important}.p-a{padding:1rem!important}.p-r-md,.p-x-md{padding-right:1.5rem!important}.p-l-md,.p-x-md{padding-left:1.5rem!important}.p-t-md,.p-y-md{padding-top:1.5rem!important}.p-b-md,.p-y-md{padding-bottom:1.5rem!important}.p-a-md{padding:1.5rem!important}.p-r-lg,.p-x-lg{padding-right:3rem!important}.p-l-lg,.p-x-lg{padding-left:3rem!important}.p-t-lg,.p-y-lg{padding-top:3rem!important}.p-b-lg,.p-y-lg{padding-bottom:3rem!important}.p-a-lg{padding:3rem!important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}

.ng-cloak {
  display: none !important;
}

::-moz-selection {
  background-color: #007BB3;
  color: #fff;
}

::selection {
  background-color: #007BB3;
  color: #fff;
}

/* Materialize css */
/* .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
 }
*/

@media (min-width: 992px) {
    .parallax-container {
        position: relative;
        overflow: hidden;
        height: 500px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .parallax-container {
        position: relative;
        overflow: hidden;
        height: 560px;
    }
}

@media (max-width: 767px) {
    .parallax-container {
        position: relative;
        overflow: hidden;
        height: 540px;
    }

    .input-busqueda {
        margin-bottom: 10px;
    }
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%); }

.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }

.card {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; }
  .card .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }
    .card .card-title.activator {
      cursor: pointer; }
  .card.small, .card.medium, .card.large {
    position: relative; }
    .card.small .card-image, .card.medium .card-image, .card.large .card-image {
      overflow: hidden; }
    .card.small .card-content, .card.medium .card-content, .card.large .card-content {
      overflow: hidden; }
    .card.small .card-action, .card.medium .card-action, .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small {
    height: 300px; }
    .card.small .card-image {
      height: 150px; }
    .card.small .card-content {
      height: 150px; }
  .card.medium {
    height: 400px; }
    .card.medium .card-image {
      height: 250px; }
    .card.medium .card-content {
      height: 150px; }
  .card.large {
    height: 500px; }
    .card.large .card-image {
      height: 330px; }
    .card.large .card-content {
      height: 170px; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 48px; }
  .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
    .card .card-action a {
      color: #ffab40;
      margin-right: 20px;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -o-transition: color .3s ease;
      -ms-transition: color .3s ease;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:hover {
        color: #ffd8a6; }
  .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
    .card .card-reveal .card-title {
      cursor: pointer;
      display: block; }

/* Elementos personalizados */
label.required:before{ content:"*"; color:#FF0189 }

.breadcrumb{ margin-bottom: 10px }

.card-panel, .card, .toast, .btn, .btn-large, .btn-floating {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
}

.card-image .card-title{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.navbar-fixed-top .navbar-brand{

    display: block !important;
}

.navbar{
    z-index: 930;
}

nav{
    height: 50px;
}

#idiomas ul.list-inline{
    margin: 15px 0;
}
#idiomas i{
    color: #999;
}

.navbar-fixed-top.navbar-default{
    background: #BBB;
}
.navbar-default{
    background: #BBB; /* Old browsers */
    border-width: 0 !important;
    border-radius: 0 !important;
}
.navbar-default button{
    color: #fff !important;
}
.navbar-default a{
    background: #BBB;
    color: #fff !important;
    font-weight: bold;
}
.navbar-default .nav a:hover, .navbar-default .active a{
    background: #FF0189 !important;
}
.navbar-default .list-social a:hover{
    color: #FF0189 !important;
}



#slogan a{
    color: #bbb;
}

.list-responsive{
    list-style: none;
    padding-left:0;
}
.list-responsive #slogan{
    float: left;
}
@media (max-width: 767px) {
    .navbar-default{
        background: #BBB !important;
    }

    .list-responsive #slogan{
        float: none;
        margin-bottom: 15px;
    }

    #home .jumbotron select{
        height: 85px;
    }
    #vivienda .jumbotron{
        padding-top: 15px;
    }
    .list-responsive{
      margin-top: 15px;
    }
    .list-responsive .overflow{
      overflow: hidden;
      text-overflow: ellipsis;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-fixed-top li{
        display: none;
    }
    .navbar-fixed-top .visible{
        display: block;
    }
}

@media (min-width: 767px) {
    .jumbotron .h1{
        font-size: 3.5em;
    }

    .list-responsive{
        margin-left:-5px;
    }
    .list-responsive > li{
        display:inline-block;
        padding-right:5px;
        padding-left:5px
    }
}

#home .navbar, #vivienda .navbar{
    margin-bottom: 0;
}



.list-social{

    margin-left: 20px !important;
}

.list-social a{

    display: block;
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 1.8em;
}

#copyright{

    background: #D3D3D3;
    color: #fff;
    padding-top: 15px;
}

#copyright, #copyright a{
    color: #999;
}

/* Buscador */
.jumbotron{

    background: transparent;
}

.jumbotron .h1{
    color: #AAA;
    margin-bottom: 50px;
}

li.active .btn{
    background-color: #E5E5E5;
}

.caja_enlaces ul{ margin:0; padding: 10px 20px;}
.caja_enlaces ul li{ padding-left:5px; padding-bottom:10px;}

.Estilo1 {
        color: #FFFFFF;
        font-weight: bold;
}
.EstiloBusqueda{
        color: #888888;
        font-weight: bold;
}
select {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        background-color: #d9e3fb;
        border: thin solid #666666;
}
.select_buscar{
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        background-color: #d9e3fb;
        border: thin solid #666666;
}
.text_buscar{
        width:230px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        border: thin solid #666666;
}
.boton_buscar{
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        background-color: #d9e3fb;
        border: 1px solid #666666;
}
.boton_buscar_grande{
                -moz-border-radius: 15px;
                border-radius: 15px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:22px;
        font-style: normal;
        font-weight: bold;
        background-color: #d9e3fb;
        border : 1px solid #666666;
        padding-left : 7px;
                padding-right : 7px;
}
.boton_peque{
                -moz-border-radius: 5px;
                border-radius: 5px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size:14px;
        font-style: normal;
        font-weight: bold;
        background-color: #d9e3fb;
        border : 1px solid #666666;
        padding-left : 4px;
        padding-right : 4px;
        margin-top: 4px;
        margin-bottom: 4px;
}
.select_mapa {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        background-color: #d9e3fb;
        border: 1px solid #666666;
}
.tabla1 {
        border: none;
}
.tabla2 {
        border: none;
}
.tabla3 {
        border: none;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
}
.celdatrans {
                background-color:#ffffff;
                opacity:0.8;
                filter:alpha(opacity=80);
}
.titulo1 {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #333333;
}
.descripcion1 {
        font-size: 10px;
        font-style: normal;
        font-weight: regular;
        color: #333333;
}
.Titulos1 {
        font-size: 18px;
        font-face: Arial;
        font-weight: bold;
        color: #666666;
}
.Titulosblancos {
        font-size: 15px;
        font-face: Arial;
        font-weight: bold;
        color: #ffffff;
        font-style: italic;
}
.ppal {
background-color: #0083bc;
height: 18px;
width: 240px;
padding: 4px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/*para IE */
behavior:url(border.htc);
/* para Opera */
border-radius: 5px 5px 5px 5px;
}

.contenedor {
        background-image: url(/imagen/contenedor.png);
        background-repeat: no-repeat;
        background-position: left top;
        height: 20px;
        width: 267px;
        padding: 0px;
        }
.contenedor1 {
        background-image: url(/imagen/contenedor1.png);
        background-repeat: no-repeat;
        background-position: left top;
        height: 20px;
        width: 219px;
        padding: 0px;
        }
.contenedor_azul {
        background-image: url(/imagen/contenedor_azul.png);
        background-repeat: no-repeat;
        background-position: left top;
        height: 20px;
        width: 267px;
        padding: 0px;
        }
.contenedor1_azul {
        background-image: url(/imagen/contenedor1_azul.png);
        background-repeat: no-repeat;
        background-position: left top;
        height: 20px;
        width: 219px;
        padding: 0px;
        }

.Titulos_atenuados {
        font-size: 18px;
        font-face: Arial;
        font-weight: bold;
        color: #BBBBBB;
}
.Titulos_atenuados_peque {
        font-size: 12px;
        font-face: Arial;
        font-weight: bold;
        color: #999999;
}
.texto_enlaces {
        font-size: 12px;
        line-height: 12px;
        font-face: Arial;
}
.Titulos2 {
        font-size: 12px;
        font-face: Arial;
        font-weight: bold;
        color: #666666;
}
.enlace_destacado {
        font-size: 16px;
        font-face: Arial;
        font-weight: bold;
        color: #ffffff;
}
.Comentario {
        font-size: 10px;
        font-face: Arial;
        color: #888888;
}
.Estilo2 {
        font-size: 14px;
        font-weight: bold;
}
.Estilo4 {font-size: 14px; font-weight: bold; color: #1e19de; }
.siguenos {font-size: 12px; font-face: Arial; font-weight: normal; color: #666666; }


.Titulos_resaltados_peque {
        font-size: 12px;
        font-weight: bold;
        color: #1e19de;
        padding: 3px;
        text-decoration: underline;
        text-transform: uppercase;
}
.caja_enlaces{
    visibility: visible;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 400px;
    overflow: auto;
}
.desplegables{
    visibility: visible;
    left: 0px;
    top: 37px;
    display: none;
    background-color:#ffffff;
    border:1px solid #cdcdcd;
    width: 98%;
    padding-left: 2px;
    height: 400px;
    overflow: auto;
}
.desplegables_caja{
    vertical-align: middle;
    visibility: visible;
    left: 0px;
    top: 37px;
    display: block;
    background-color:#ffffff;
    border:1px solid #cdcdcd;
    width: 98%;
    padding-left: 2px;
}
.cuadro_borde_fino{
    display: block;
    background-color:#ffffff;
    border:1px solid #cdcdcd;
    width: 282;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 32px;
    margin-bottom: 2px;
}
.cuadro_borde_fino1{
    display: block;
    background-color:#ffffff;
    border:1px solid #cdcdcd;
    width: 282;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.cuadro_precios{
    display: block;
    background-color:#ffffff;
    border:0px solid #cdcdcd;
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cuadro_compartir{
    display: block;
    text-align: right;
    background-color:#ffffff;
    width: 150px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 20px;
    margin-bottom: 2px;
}
.post_wp {
    display: block;
    height:150px;
    width:300px;
}

/*--- modulo-diez-pisos ---*/
#diez-viviendas{
    padding:0 0 0 42px;    
}
#diez-viviendas h2{
    padding-left:10px;    
}
#piso-dia img#imagen-del-dia{
    float:left;width:250px;    
}
#piso-dia #caracteristicas{
    margin-left:260px;
    width:690px;    
}
.negrita{
    font-weight:bold;
}
.diez-pisos-modulo{
    width:318px;height:120px;float:left;
}
.diez-pisos-modulo .caracteristicas{
    float:right;width:163px;
}
.diez-pisos-modulo .caracteristicas .formato{
    font-size:10px;color:#999;
}    
.diez-pisos-modulo .imagen{
    width:150px;height:85px;overflow:hidden;text-align:center;
}
.diez-pisos-modulo .imagen img{
    width:150px;
}    
.diez-pisos-modulo .precio{
    text-align:right;padding-right:5px;
}
.diez-pisos-modulo .formato-precio{
    font-size:14px;color:#00c;font-weight:bold;
}


#social-buttons{
    margin-right:7px;
    float:right;
}

#volver-al-inicio{
    background:#0080e2;
    text-align:right;
    padding:5px 5px;
}
#volver-al-inicio a{        
    font-weight:bold;
    color:#fff;
}       
#volver-al-inicio a:hover{
    text-decoration:underline;
} 

/*--- Enlaces laterales de pisos ---*/
ul#enlaces-lateral-derecho{
    list-style:circle;
}
ul#enlaces-lateral-derecho li{
    margin-left:10px;                
}

#enlaces-lateral-derecho a{
    color:#00578b;
    font-weight:bold;
}

/*--- Utilidades ---*/
.marginTop5{margin-top:5px;}
.marginTop20{margin-top:20px;}
.marginBottom20{margin-bottom:20px;}
.padding0{padding:0;}
.paddingTop20{padding-top:20px;}
.color555{color:#555;}
.ulSinPuntos{list-style:none;padding:0 0 0 10px;}

/*--- header ---*/
/*#banner-cabecera{padding-top:10px;padding-bottom:10px;}*/
#precios-muy-bajas{margin-top:7px;}
#idiomas-ofeta-container{}

/*--- menú ---*/
#menu li a{
    padding-left:4px;padding-right:4px;
}
#tabs .nav{ margin-bottom: -1px}
#tabs .inline{ margin-bottom: 5px;}

#tabs .nav-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
}

/*#tabs .nav-tabs > li.active > a{
    background: #e0e0e0;
    border-bottom: #e0e0e0;
    color:#555;
}*/


#tabs .nav-tabs > li.active > a{
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: default;
}

/*--- Página ---*/
footer{
    background: #eee;
}
.h2titulos-limpios {
    color: #4e4d4d;
    font-weight: 100;
    margin: 10px 0px 20px 0px;
}

.h2titulos-rosados, .h2titulos-rosados-long, .h2titulos-rosados-longest, .h2titulos-rosados-pie, .h2titulos-rosados-largo{
    color:#fff;
    font-style: italic;
    font-weight:bold;
}
.h2titulos-rosados{
	background: transparent linear-gradient(to right, #ff018c 0px, #ff018c 250px, transparent 250px, transparent 400px) repeat scroll 0% 0%;
	
    
    font-size:1.2em;
    padding: 1px 0 1px 15px;   
}

.h2titulos-rosados-pie{
	background: transparent linear-gradient(to right, #ff018c 0px, #ff018c 285px, transparent 285px, transparent 400px) repeat scroll 0% 0%;
	
    
    font-size:1.2em;
    padding: 1px 0 1px 15px;   
}

.h2titulos-rosados-largo{
	background: transparent linear-gradient(to right, #ff018c 0px, #ff018c 100%, transparent 100%, transparent 600px) repeat scroll 0% 0%;
	
    
    font-size:1.2em;
    padding: 1px 0 1px 15px;   
}

.h2titulos-rosados-long{
	background: transparent linear-gradient(to right, #ff018c 0px, #ff018c 250px, transparent 250px, transparent 400px) repeat scroll 0% 0%;
   /* background: url('/imagen/contenedor.png') no-repeat left top;*/
    margin-left:15px;
    padding:1px 0 1px 10px !important;
    font-size: 15px;
}
.h2titulos-rosados-longest{
	background: transparent linear-gradient(to right, #ff018c 0px, #ff018c 250px, transparent 250px, transparent 400px) repeat scroll 0% 0%;
   /* background: url('/imagen/contenedor1long.png') no-repeat left top;*/
    margin-left:15px;
    padding:1px 0 1px 10px !important;
    font-size: 15px;
}
/*--- piso del dia ---*/
#destacado-box{position:relative;max-width:282px;}
#precio-dextacado-box{
    position:absolute;top:15%;left:0;
    font-size:2em;
    width:50%;
    text-align:right;
    color:#fff;
}
#direccion-dextacado-box{
    position:absolute;top:79%;left:0;
    font-size:1.1em;width:100%;color:#fff;text-align:center;padding-top:5px;            
}
#equipamiento-dextacado-box{
    position:absolute;bottom:0;left:0;font-size:14px;width:100%;text-align:center;color:#000;
}
#imagen-dextacado-box{
    position:absolute;top:30%;left:0;width:100%;height:49%;overflow:hidden;            
}
#imagen-dextacado-box img{width:100%;}

/*--- Pisos destacados protada ---*/
#pisos-destacados-portada, #pisos-destacados-portada2{
    margin-bottom:5px;
}
#pisos-destacados-portada .col-sm-3, #pisos-destacados-portada2 .col-sm-3 {
    width:20%;
}
.precio-producto-destacado{
    position:absolute;top:235px;right:10px;
}
.imagen-piso-destacado-portada{
    width:155px;
    height:155px;
    overflow:hidden;
    
    line-height:155px;
}
.imagen-piso-destacado-portada img{
    width:155px;
}

/*--- galeria de viviendas ---*/
#pisos-chollo-portada,#pisos-destacados-portada{padding:0;}

.pisoGaleria a{color:#000;}
.pisoGaleria .nombre{font-size:.9em;}
.pisoGaleria .imagen{width:150px;height:110px;overflow:hidden;margin:0 auto 5px auto;}
.height40{height:40px;}
.precio{font-size:1.3em;}

/*--- lateral portada ---*/
#ultimas-noticias-blog-portada{
    margin-top:10px;height:495px;overflow:auto;
}

footer ul{
    list-style-type: circle;
    padding-left:20px;
}

.btn-ib{
    background-color:#007AB0;
    color:#fff;
}


/*--- Listado ---*/
#radio-botones-listado label{
    font-weight:100;
    color:#888;
    font-size:.9em;
}

#boton-ordenar-precio{margin:20px 0 0 0;}



@media (max-width: 767px) {    
    .hidden-xs-sm{ display: none; }
    #siguenos-menu-izquierda{margin-top:20px;}
    #formulario-mapa{margin-top:60px;}
    #boton-ordenar-precio{float:left !important;margin:0 0 20px 0;}
    #pisos-destacados-portada .col-sm-3, #pisos-destacados-portada2 .col-sm-3{
        width:100%;
    }
    .precio-producto-destacado{
        top:225px;left:15px;
    }    
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs-sm{ display: none; }
    #precios-muy-bajas{width:533px}
    #precio-dextacado-box{top:13.5%;left:2%;}
    #direccion-dextacado-box{top:77.5%;}    
    #pisos-destacados-portada img, #pisos-destacados-portada2 img{
        width:80%;
    }
    .precio-producto-destacado{
        top:300px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    #tabs .nav-tabs > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }

    #precios-muy-bajas{width:525px}
    #menu li a{font-size:13px;padding-left:4px;padding-right:4px;}
    #precio-dextacado-box{top:13.5%;left:2%;}
    #direccion-dextacado-box{top:77.5%;}
    .col-md-4 #precio-dextacado-box{top:15%;left:2%;}
    .col-md-4 #direccion-dextacado-box{top:79%;}
    #pisos-destacados-portada .col-sm-3, #pisos-destacados-portada2 .col-sm-3{

    }    
    #pisos-destacados-portada img, #pisos-destacados-portada2 img{
        width:90%;
    }
    .precio-producto-destacado{
        top:300px;
    }
}
@media (min-width: 1200px) {

}

/*Esto estaba en IB2.css*/
h1{ margin: 0 !important; }

.modulo-listado-responsive{
    width:100%;
    padding:5px 10px;
    position:relative;
    border:1px solid #888;
    margin-bottom:10px;
    border-radius:5px; 
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.modulo-listado-responsive .imagen-listado{
    width:150px;
    height:150px;
    overflow:hidden;
    margin-right:10px;
}
.modulo-listado-responsive .imagen-listado img{
    width:100%;
}
.modulo-listado-responsive h3{
    font-size:1.5em;
}  
.modulo-listado-responsive .texto-listado{
    font-size:1.1em;
}
.modulo-listado-responsive .precio-listado{
    position:absolute;bottom:2px;right:0;
    padding-right:10px;
    font-size:2em;
    font-weight:bold;        
}

/*--- Ficha vivienda ---*/
ul.unstyled, ol.unstyled {
    margin-left: 0px;
    list-style: outside none none;
    padding: 0px;
}

#fotosVertical li {
    padding-bottom: 5px;
}

#fotosVertical img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
}

.has-error{
    border-color: #D16E6C !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.help-block{
    color: #D16E6C !important;
}

/*--- Galería vivienda ---*/
.carousel-control{
    width:20px;
}
a .fa-chevron-left, a .fa-chevron-right{
    color:#fff;
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa-chevron-left{
    left: 1px;
}
.carousel-control .fa-chevron-right{
    right: 1px;
}
#carousel .thumb{
    overflow:hidden;
    float:left;
    width:23%;
    margin:2px 1%;
}

#wrap-ver-galeria-grande{        
    border:1px solid #ccc;
    padding:5px;
}
#ver-galeria-grande{
    margin:0 auto;
    max-height: 397px;overflow:hidden;
    display: block;            
}


@media (max-width: 767px) {
    #ver-galeria-grande{
        max-height: 270px;
    }
    .jumbotron .h1 {
        font-size: 1.6em;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #ver-galeria-grande{
        max-height: 333px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #ver-galeria-grande{
        max-height: 322px;
    }
}
@media (min-width: 1200px) {
    
}

#cookietool-message {
    position: fixed;left:-5px;bottom:0px;
    width: 100%;
    padding: .5em;
    text-align: center;
    background-color:rgba(0,0,0,0.8);
    border:0px solid #9AA704;
    color: #fff;
    display:none;
}

#cookietool-message p{
    text-align:center;
    font-size:14px;
}
#acceso-cookie-info{
background:#fff;
    border:1px solid #000;
    padding:0 2px;
    color:#000;
    border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
}
#cerrar-cookie-info{
    position:absolute;top:5px;right:18px;
    display:block;background:#fff;
    border:1px solid #000;
    padding:5px;
    color:#000;
    border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
}



#map
{
    width: 420px;
    height:400px;
    margin: 0 auto;
}

#home #map{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
}

.jumbotron select{
    background: rgba(255, 255, 255, .6);
    color: #333;
    border-width: 0;
    font-size: 15px;
}
#home .sombra{
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 30px;
    border-radius: 1rem;
}
#home .nav-pills a{
    background: rgba(0, 0, 0, .4);
    color: #fff;
}

#home .nav-pills a:hover{
    background: #FF0189 !important;
    color: #fff;
}

#vivienda-filtro .radio{
    margin: 3px 0 3px 22px;
    width: 30px;
    float: left;
}

#vivienda-tags .checkbox{
    margin: 3px 0 3px 22px;
    width: 84px;
    float: left;
    font-weight: normal;
}

.checkbox-option .form-group{
    float: left;
    margin-right: 3px;
}

.more-options{
    margin: -8px -10px;
}

.parallax{
    background: #F0EDE5;
}

#vivienda .parallax-container {
    background: rgba(255, 255, 255, 0.3) !important;
}

.nav > li > a {
    padding-right: 14px;
    padding-left: 14px;
}

h1#logo{
    margin-bottom: 10px !important;
}

#header .fa-whatsapp{color:#65C335 !important;}

.cee{ color: #ccc; }
.ceeA{ color: #009924; }
.ceeB{ color: #00B100; }
.ceeC{ color: #C6D400; }
.ceeD{ color: #FFEE00; }
.ceeE{ color: #FFB800; }
.ceeF{ color: #FF6400; }
.ceeG{ color: #FF0000; }


.jvectormap-container  { 
    width: inherit!important;
    height: inherit!important;
    background: transparent !important;
    text-align: center;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    z-index:60;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    display:none;
}

#carousel-puntos{

    position: relative;
    height: 50px;
}
#carousel .carousel-indicators{ bottom:-40px; }
#carousel .carousel-inner{ margin-bottom:50px; }
#carousel .carousel-indicators li{ border-color: #FF0288; }
#carousel .carousel-indicators li.active{ background-color: #FF0288; }

.card .card-content{
    padding: 10px 15px;
}
.card .list-inline li{
    padding: 4px 0 4px 4px;
}

.card h3.title{
    margin: 5px 0;

    font-size: 1em;
    line-height: 1.3em !important;
    height: 2.6em;
    overflow: hidden;
}

.error .help-inline{
    color: #A94442;;
}

.text-danger2 {
    color:#f00;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    
    border-width: 0px;
    font-size: 15px;
}

.img-left{
    position: relative;
}

@media (min-width: 450px) {

    .img-left{
        float: left;
        margin-right: 1.5rem;
    }
    
    /*
	.tab-pane{
	    padding-top:50px;
	}
	*/    
    
}

#footer-blue{

    background: #007CB8 url(/img/parallax/inmobiliaria-bancaria-pisos-bancos.jpg) center center;
    background-size: cover;
    color: #fff;
}

#footer-blue li{
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer-blue a{
    color: #fff;
}

#footer-blue a:hover{
    opacity: .7;
}

#footer-blue .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-blue .logo-blanco{

    margin-bottom: 20px;
}

#footer-blue .list-unstyled ul{

    padding-left: 10px;
}

.contacto-link{
    background: #FF008C;
    padding: 10px 20px;
    margin: 20px 0 -20px;
    float: right;
    text-decoration: none;
}

/*css para  descarga app movil*/

.disponible
{
    text-align: center;
    margin: 80px;
}

.tiendas-app li
{
    padding: 10px;

}

#ipad
{
    margin-top:50px;
    margin-bottom:50px;
}
#iphone
{
    margin-top:50px;
    margin-bottom:50px;
}
#android
{
    margin-top:50px;
    margin-bottom:50px;
}
#apple
{
    margin-top:50px;
    margin-bottom:50px;
}

.des-app
{
margin-top:20px;
margin-bottom: 30px;    
}
.des-app h3
{
    font-weight: bold;
    color: #007AB0;
}

/*css para  descarga app movil*/

/*cambios  menu*/
.lista-redes
{
margin: 0px 0px;
padding-left: 0px;
list-style: outside none ;
}

.lista-redes > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width:768px){
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -25px;
    margin-left: -25px;
}
}

/*index cambios*/
.registro
{
	    background: #FF0189 none repeat scroll 0% 0% !important;
        padding: 10px;
		color: white;
}
.centrar
{
	 text-align:center;
}

#app-mov
{
margin: 0 auto;	
padding: 30px;
}
/*index cambios*/

/*suscripciones*/
.apuntarme
{
	background-color: black !important;
	color: white;
}
.suscript
{
	font-size:1.3em;
}
.condiciones-priv
{
	text-align:center;
	padding: 10px;
}
/*suscripciones*/

.descuento{
    background: #f00;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0 5px;
}

/*--- adsense cabecera ---*/
@media (max-width: 767px) {    
  .responsive-test-unit { width: 320px; height: 50px; }   
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-test-unit {
    margin-top:8px;width: 320px; height: 50px;        
  } 
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-test-unit {
    margin-top:8px;width: 468px; height: 60px;
  }
}
@media (min-width: 1200px) {
  .responsive-test-unit {
    width: 728px; height: 90px;
  }
}

#carousel-example-generic .item {
  width:131px;height:90px;
}

/*--- banners portada ---*/
#banner-70-descuento-portada {
    position:absolute;top:-95px;left:0;
}
#banner-descarga-app-portada {
    position:absolute;top:-87px;right:0;
}


/***************
      Range
***************/

.no-select, input[type=range], input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none !important;
  user-select: none !important;
}

.range-field {
  position: relative;
}

input[type=range], input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0;
}

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #FE0389;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #FE0389;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #FE0389;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #FE0389;
  margin-top: -5px;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #FE0389;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.caja-rebaja
{
	margin-top: 20px;
	margin-bottom:30px;
}


/*--- responsive adsense ---*/
.listado-ads{
    margin-bottom:30px;
}
@media (max-width: 767px) {    
    .responsive_ads { width: 320px; height: 100px;margin:0 auto; }
}
@media (min-width: 768px) and (max-width: 991px) {    
    .responsive_ads { width: 468px; height: 60px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .responsive_ads { width: 468px; height: 60px; }
}
@media (min-width: 1200px) {
    .responsive_ads { width: 728px; height: 90px; }
}

/*--- Promociones ---*/
#promociones {}

.main .work a .caption {
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;

     border : 0px solid black;    
     -webkit-transition : border 500ms ease-out; 
     -moz-transition : border 500ms ease-out;
     -o-transition : border 500ms ease-out;
}

.main .work a:hover .caption{
    opacity: .65;    
}

.work a img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.work a:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h3{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

/* Video Youtube */

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

/* Para enlaces onclick sobre span */

.cursorLink {
    color: #007ab0;	
	cursor: pointer;	
}

.cursorLink:hover {
    color: #004564; 
    text-decoration: underline;    
}

.cursorLinkW {
	cursor: pointer;	
}

.cursorLinkW:hover {
    text-decoration: underline;    
}

/* Ultimo elemento del Breadcumb sin "slash" */

.breadcrumb>li+li:nth-last-child(1):before {
	content: " ";
}

.breadcrumb{
    background-color: #ffffff;
    }

/* Botones de ancho fijo */
.boton-fixed-width {	
	width: 215px !important;
}

/*  Responsive code  */
@media (max-width: 767px) {    
  .main .work{
    width: 100%;
  }
  .main .work .caption{      
      opacity: .65;
    }
}
@media (min-width: 768px) and (max-width: 991px) {    
    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
}

.cinta-vendido {
    position: absolute;top: 0;left: 0;
    margin-left: 15px;
}

#contador-viviendas { font-size: 20px; }
#contador-viviendas-nuevas { font-size: 16px; color: #bbb; }

/*--- Banner Home ---*/
.banner-wrapper {
    margin-top: 5px;
    width:262px;
}

.banner-wrapper a {
    display:block;
    text-decoration: none;              
}

.banner-texto-financiacion {
    float:right;
    text-align: center;
    margin-top:-2px;
    font-size: 12px;
}

.banner-home-precio {
    line-height: 37px;
    margin-top: -37px;
    width: 174px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.banner-home-texto {
    line-height: 37px;
    margin-top: -37px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.imagen-banner {
    max-height: 242px;
    overflow: hidden;           
}

.modal.modal-wide .modal-dialog {
    width: 98%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}

.fontSize10 { font-size: 10px }
.fontSize12 { font-size: 12px }
.fontSize18 { font-size: 18px }
.fontSize24 { font-size: 24px }
.fontSize28 { font-size: 28px }