:root {
  --clr-900: #F08A24;
}
.text-white {
	text-shadow: 0 0 10px #000;
}
.propiedad-titulo h1 {
  font-weight: bold;
}
.underline-propiedad-titulo {
  width: 1px;
  height: .25em;
  margin: -.5em 0 2em 4em;
  padding: 0 1.5em;
  background-color: var(--clr-900);
}
.propiedad-precio-venta {
  max-width: 350px;
  background-color: #f2f2f2;
  padding: 1em;
  border-radius: 1em;
  margin-bottom: 1em;
}
.propiedad-precio-venta h2 {
  font-weight: bold;
  color: var(--clr-900);
  border-bottom: 1px solid #cdcdcd;
  text-transform: uppercase;
}
.propiedad-precio-venta p {
  font-weight: bold;
  margin: 0;
  font-size: 1.5rem;
  border-left: .35em solid var(--clr-900);
  padding: .25em;
}
.carousel-item {
  background-color: var(--clr-900);
}
.carousel-item img {
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 0 5rem;
}
.propiedad-info-principal-titulo {
  border-bottom: 1px solid var(--clr-900);
}
.propiedad-info-principal-titulo h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
}
.propiedad-info-principal-titulo img {
  max-width: 1em;
}
.propiedad-info-principal img {
  max-width: 1em;
}
.propiedad-fotos img[aria-selected=true] {
  border: .25em solid var(--clr-900);
  padding: 0;
}
.propiedad-detalles {
  background-color: #333;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  border-bottom: .25em solid var(--clr-900);
  border-radius: .5em .5em 0 0;
}
.propiedad-detalle p {
  margin: 0;
  font-weight: 100;
}
.propiedad-detalle p:first-child {
  font-weight: 400;
  color: var(--clr-900);
  padding-top: .5em;
}
.propiedad-formulario button{
  font-weight: bold;
  width: 100%;
  background-color: var(--clr-900);
  border: none;
}
.propiedad-formulario label {
  padding: .5em 0;
  margin: 0;
}
.propiedad-formulario button:hover {
  background-color: hsl(32, 88%, 45%);
}
.propiedad-ubicacion-titulo {
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.propiedad-ubicacion-mapa {
  margin: 0 0 -30vh 0 ;
}
.propiedad-bg-crema {
  background-color: #f5f5ed;
  width: 100%;
  height: 60vh;
}

/* Propertie img gallery*/
.prop-gallery-container {
  height: 140px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.prop-gallery-container .prop-gallery-item {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 108px;
  text-align: center;
  margin-bottom: 10px;
}

.prop-gallery-container .prop-gallery-item img{
  max-width: 100%;
  height: 100%;
}

.prop-gallery-container .prop-gallery-item.active{
  border: #F08A24 3px solid;
}