@font-face {
  font-family: "HelveticaNeueLTStd-HvCn";
  src: url("fuentes/HelveticaNeueLTStd-HvCn.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Montserrat", sans-serif;
}

.filtroZona:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.filtroZona:hover span {
  border-bottom: 1px solid;
}

.backgroundImageTucci {
  background-image: url("imagenes/background.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: -133px;
}

.filtroBusquedaHome {
  font-size: 1.8vw;
  font-weight: 300;
}

.tucciNavBarImg {
  height: 8vh;
}

.nav-link {
  color: #fff !important;
}

.nav-link:hover {
  color: #8e9d97 !important;
}

#navbarSupportedContent {
  height: -moz-fit-content;
  height: fit-content;
}

.white {
  color: white !important;
}

.ubicacion {
  font-weight: 300;
  font-size: 2vh;
  padding-bottom: 5%;
}

.menuHover:hover {
  color: grey;
  cursor: pointer;
}

.underLineHover:hover {
  cursor: pointer;
  text-decoration: underline;
}

.underLineTucci {
  border-bottom: 1px solid;
}

.contactInputTucci {
  border: none;
  background-color: #133122 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 20px;
  box-shadow: none !important;
}

#textoDetalleInm {
  border: none;
}

.contactInputTucciProp {
  border: none;
  font-weight: 300 !important;
  font-size: 20px;
  box-shadow: none !important;
}

.btn-tucciHome {
  font-size: 2.9vh;
  background-color: #14321e;
  letter-spacing: 3px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.btn-tucciHome:hover {
  background-color: #3c684a;
  font-weight: 700;
}

.tituloInstitucional {
  text-align: center;
  font-weight: 700;
  font-size: 4.3vh;
  letter-spacing: 9px;
  padding: 30px 0px;
}

.textoInstitucional {
  font-size: 3vh;
  font-family: "roboto", sans-serif;
  font-weight: 300;
}

.contenedorInstitucional {
  background-color: #f6f5f5;
  margin-top: 55px;
  padding-bottom: 20px;
}

.carousel-control.right {
  background: transparent;
}

.carousel-control.left {
  background: transparent;
}

#galeriaDestacados {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#tucciNavBar {
  background-color: rgba(20, 50, 30, 0.9);
}

.showFilters {
  position: absolute;
  top: 74px;
  left: 1px;
  z-index: 4;
  background-color: rgba(20, 50, 30, 0.9);
  color: white;
  cursor: pointer;
  border-radius: 0px 96px 96px 0px;
}

.tempProp {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 5%;
  background-color: white;
}

.btn {
  cursor: pointer;
}

.showHideFilters {
  background-color: black;
  /* z-index: 2; */
  color: white !important;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.titlePropBox {
  font-size: 3vh !important;
  letter-spacing: 12px;
  font-weight: 300;
}

.buscarContainer {
  background-color: white;
  border-radius: 12px;
  padding: 15px;
}

.titleTucci {
  text-align: center;
  padding: 150px 0px;
}

.titulo60annos {
  font-size: 2.5vw;
  font-weight: 300;
  letter-spacing: 16px;
}

.formContactos {
  margin: 0px 16%;
}

.filtroZona {
  cursor: pointer;
}

.iconZona {
  height: 60px;
}

#customHeight {
  width: 100%;
  /*height: 278px;*/
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.borderDetalles {
  border-right: 1px solid #ccc;
}

#divContacto {
  margin: 100px 0px;
}

.ubicacion-data {
  font-size: 2vh;
  font-weight: 300;
}

.imgCarouselItem {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 41vh;
}

#listadoFiltro {
  padding-left: 18px;
}

#consulta {
  resize: none;
}

#map {
  height: calc(100% - 45px);
z-index: 0;
margin-top: 40px;
}


@media (max-width: 575.99px) {
  #divContacto {
    margin: 20px 0px;
  }
  #textoDetalleInm {
    font-size: 12px;
  }
  .borderDetalles {
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .backgroundImageTucci {
    background-position-y: -561px;
  }
  .tucciNavBarImg {
    height: 37px !important;
  }
  .filtroPropMap {
    position: absolute;
    top: 59px;
    left: 3px;
    z-index: 4;
  }
  .filtroBusquedaHome {
    font-size: 16px;
    font-weight: 300;
  }
  .titleTucci {
    padding: 70px 0px 20px 0px;
  }
  .titulo60annos {
    font-size: 15px;
  }
  .buscarContainer {
    border-radius: 0px;
  }
  .formContactos {
    margin: 0px;
  }
  .propiedad-datos-container {
    font-size: 12px !important;
  }
  .dato .valor,
  .dato .propiedad {
    font-size: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .backgroundImageTucci {
    background-position-y: -700px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .backgroundImageTucci {
    background-position-y: -323px;
  }
  .iconZona {
    height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  #divContacto {
    margin: 50px 0px;
  }
  .backgroundImageTucci {
    background-position-y: -332px !important;
  }
  .titleTucci {
    padding: 120px 0px !important;
  }
}

@media (min-width: 1200px) {
  .titlePropBox {
    font-size: 1.46vw !important;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .ubicacion {
    font-size: 2.5vh;
  }
  .imgCarouselItem {
    height: 416px;
  }
}

@media (min-height: 920px) {
  .backgroundImageTucci {
    background-position-y: 0px;
  }
  .ubicacion-data,
  .propiedad-datos-container .dato .propiedad,
  .propiedad-datos-container .dato .valor {
    font-size: 20px !important;
  }
  .propTitulo {
    font-size: 30px !important;
  }
  .propiedad-dato-container .propiedad-dato-titulo {
    font-size: 26px !important;
  }
  .propiedad-valor {
    font-size: 33px !important;
  }
  .filtroBusquedaHome {
    font-size: 29px;
  }
}

/*  INDEX CAROUSEL */

.propiedad-titulo-principal {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4px 8px;
  /*background-color: #c2c0c6;
	background: rgba(226, 226, 226, 0.4);*/
  border-bottom: 1px solid #000;
}

.propTitulo {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  font-size: 3.4vh;
}

.propiedad-dato-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0px 8px;
}

.propiedad-dato-container .propiedad-dato-titulo {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 2px;
}

.propiedad-datos-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.propiedad-datos-container .dato {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}

.propiedad-datos-container .dato .propiedad {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 1.9vh;
  font-weight: 700;
  display: flex;
  flex: 1 1 auto;
}

.propiedad-datos-container .dato .valor {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 1.9vh;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  padding-right: 120px;
}

.propiedad-valor {
  background-color: dimgrey;
  height: 5vh;
  font-size: 3vh;
  line-height: 5vh;
  padding: 0px 8px;
  color: white;
  border-radius: 3px;
}

/*  /INDEX CAROUSEL */

.virtual-btn {
  background-image: url("img/vt_icon.png");
  background-size: 123px;
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 80px;
  cursor: pointer;
  border: 3px solid #3a8cae;
  border-radius: 15px;
}

.virtual-btn:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
