:root{
	--naranja: #ff8700;
}
body{
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	margin-top: 100px;
}
h1,h2,h3{
	font-weight: 700;
}
h4,h5,h6{
	font-weight: 500;
}
p{
	font-weight: 300;
}
.alerta .alert{
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 25px 15px;
    border: none;
    z-index: 9999;
    text-align: center;
}
select[multiple] option[disabled] {
    font-weight: 300;
    color: #666;
}

.top-bar{
	background-color: #000;
	font-size: 14px;
}
#mainNav .navbar-brand img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav.navbar-shrink .navbar-brand img{
	width: 150px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav .nav-item{
	margin:0 4px;
}
#mainNav .nav-item.active .nav-link{
	border-bottom:2px solid var(--naranja);
	color: var(--naranja);
}

footer{
	background-color: #000;
}
footer .info{
	font-size: 14px;
}
footer li{
	font-weight: 300;
}

.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 65px;
    height: 65px;
    bottom: 15px;
    left: 15px;
    background-color: #00e576;
    padding: 7px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
    position: absolute;
    font-size: 50px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

.carousel-item{
	height: 73vh;
	min-height: 400px;
	max-height: 800px;
	background-position: center;
	background-size: cover;
	background-color: #bcbcbc;
	background-blend-mode: multiply;
}
.carousel-caption{
    bottom: inherit;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.titulo-slide{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-style: italic;
}
.btn-uno{
    text-transform: uppercase;
    border: 2px solid #F37335;
    border-radius: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 500;
    background: #FDC830;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-uno:hover{
    color: #F37335;
    border: 2px solid #F37335; 
    background: transparent;
}
.btn-naranja{
	background-color: var(--naranja);
	color: #fff;
}
.btn-naranja:hover{
	background-color: #d87300;
	color: #fff;
}
.titulo{
	font-size: 35px;
}

.subtitulo {
    font-weight:400;
    color: black;
}

.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    text-transform: none;
}

.linea-naranja{
	height: 2px;
	width: 150px;
	background-color: var(--naranja);
}

.linea-blanca{
    height: 2px;
    width: 150px;
    background-color: white;
}

.pagination .page-item .page-link {
    border: 1px solid var(--naranja);
    background-color: white;
    color: var(--naranja);
}


.pagination .page-item.active .page-link {
    border: 1px solid var(--naranja);
    background-color:var(--naranja);
    color: white;
}

.bg-naranja{
	background-color: var(--naranja);
}

.text-naranjo {
    font-weight: 500;
    color: var(--naranja);
}

.text-naranjo2 {
    color: var(--naranja);
}



.border-naranja{
	border-color: var(--naranja)!important;
}
.breve{
	font-size: 15px;
}
.busqueda .custom-select{
	border:none;
}
.propiedad .card img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.ocupado-dos{
    border-radius: 5px;
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-weight: 400;
    top: 10px;
    z-index: 1020;
    background-color: var(--naranja);
}
.vendido{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    top:50%;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 1020;
    background-color: #ecbf48;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.propiedad .precio{
	color: var(--naranja);
}

.banner-seccion{
	height: 320px;
	background-size: cover;
	background-position: center;
	background-color: #bcbcbc;
	background-blend-mode: multiply;
}
.banner-seccion h2{
	font-size: 40px;
	color: var(--naranja);
    text-shadow: 0 0 8px rgba(0 0 0 /80%);
}