/* Minification failed. Returning unminified contents.
(53,26): run-time error CSS1039: Token not allowed after unary operator: '-white'
(81,26): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
.dt-sc-button {
  text-align: right;
  margin-top: 30px;
}
.dt-sc-button a {
  border: 1px solid #fff;
  position: relative;
  padding: 11px 20px;
  font-size: 14px;
  color: #fff;
}
.tituloBuscador {
  margin-left: 56px;
}
.fotoHome {
  background-image: url('/support2/img/nueva-vivienda.jpg');
  background-image: linear-gradient(64deg, #62A8D1 -2%, #0088cc 127%);
  background-color: #62A8D1;
  background-position: center;
  min-height: 380px;
  position: relative;
  opacity: 0.9;
}
.fotoHome .white {
  color: white;
}
.btnCrea {
  background: white;
  color: #2ae !important;
  border-color: #2ae !important;
  text-decoration: none !important;
}
.btnVerMas {
  background: #41b6e6;
  color: white !important;
  text-decoration: none !important;
}
.creaPromocion {
  position: absolute;
  bottom: 0;
  text-align: right;
  padding-right: 100px;
}
.forosGenerales {
  text-align: center;
}
.foroItem {
  width: 140px;
  height: 140px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  float: left !important;
}
.foroItem a:hover {
  text-decoration: none;
}
.foroItem span {
  width: 130px;
  height: 45px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #26a9e0;
}
.cuadroPie {
  background-color: #f6f6f6;
}
.buscaConsulta {
  font-size: large !important;
  width: 322px;
  height: 40px !important;
  border: 1px solid #ccc !important;
  padding: 40px;
}
.cuadroServicios {
  min-height: 553px;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.cuadroServicios .dt-sc-button {
  text-align: left;
}
.cuadroServicios .foto {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 50px;
}
.cuadroServicios .foto.futuravivienda {
  background-image: url(/support2/img/futuravivienda.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 181px;
}
.cuadroServicios .foto.catastro {
  background-image: url(/support2/img/mapaCatastro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 181px;
}
.cuadroServicios .foto.tubarrio {
  background-image: url(/support2/img/tubarrio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 181px;
}
.cuadroServicios .texto {
  padding: 30px;
}
.tituloInferior {
  padding-bottom: 20px;
  color: #444;
}
.tituloInferior h3 {
  font-size: 16px;
  font-weight: bold;
  color: gray;
  text-transform: initial;
}
.cuadroInferior {
  min-height: 318px;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 20px;
}
.cuadroInferior ul.ul5col {
  list-style-type: none;
}
.cuadroLista ul {
  list-style-type: none;
}
.cuadroLista ul li {
  margin-bottom: 5px;
}
.cuadroLista ul.ul2col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.cuadroLista ul.ul3col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
#ctl00_CPContenido_buscador {
  padding-top: 70px;
}
#mapa_espana {
  border-style: none;
  margin: 0 25px 30px 25px;
  border-width: 0px;
  float: left;
}
@media (min-width: 1320px) {
  .cuadroInferior ul.ul5col {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
  }
}
@media (max-width: 1319px) {
  .cuadroInferior ul.ul5col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (max-width: 1078px) {
  #mapa_espana {
    display: none;
  }
}
@media (min-width: 1200px) {
  .foroItem .imgForo {
    height: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .foroItem.span3 {
    width: 31% !important;
    margin: 0 2% 2% 0;
  }
  .foroItem.span3:nth-child(odd) {
    margin: 0 0 0 18%;
  }
}
@media (max-width: 480px) {
  .foroItem.span3 {
    width: 48% !important;
    margin-bottom: 3%;
  }
  .foroItem.span3:nth-child(odd) {
    margin: 0 3% 3% 0;
  }
  .foroItem.span3:nth-child(even) {
    margin: 0 0 3%;
  }
}
