body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f1f1;
}
.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;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 70px;
    height: 70px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 12px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 45px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(10px, -10px)
    }
}
.form-control {
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    border: 1px solid #e5e5e5;
}
.mensaje{
    height: 200px!important;
}
.btn-dos{
    border: 2px solid #ff8900;
    color: #ff8900;
    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}
.btn-dos:hover{
    color: #fff;
    border: 2px solid #ff8900; 
    background: #ff8900;;
}
.page-item.active .page-link {
    background-color: #ff8900!important;
    border-color: #ff8900!important;
    color: #fff!important;
}
.page-link {
    color: #ff8900!important;
}
.btn-uno, .btn-dos, .btn-tres{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ocupado{
    border-radius: 20px 0 0 20px;
    position: absolute;
    padding: 8px 15px 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    right: 15px;
    top: 15px;
    z-index: 1020;
}
.ocupado-dos{
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: -5px;
    font-size: 14px;
    font-weight: 600;
    top: 15px;
    z-index: 1020;
}
.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: red;
    padding: .5rem 1rem;
    text-transform: uppercase;
}
.card{
    border-radius: 15px;
}
.card-header{
    border-radius: 15px 15px 0 0!important;
}
img.card{
    aspect-ratio: 1;
    object-fit: cover;
}
.img-propiedad{
    height: 250px;
    object-fit: cover;
}
.carousel-item {
    margin-top: 85px;
    height: 55vh;
    min-height: 300px;
    max-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion{
    margin-top: 80px;
    height: 30vh;
    min-height: 300px;
    max-height: 300px;
}
.carousel-caption{
    bottom: inherit;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-indicators {
    left: inherit;
}
.card-home{
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border: none;
    background-color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.card-home figure{
    width: 100%!important;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.card-home figure img{
    z-index: 1020;
    height: 300px;
    transform: scale(1);
    object-fit: cover;
    object-position: top;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home:hover figure img{
    z-index: 1020;
    transform: scale(1.1);
}
.card-home figure .ocupado-tres{
    border: 3px solid #ff0000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    text-align: center;
    color: #ff0000;
    z-index: 1030;
    position: absolute;
    top: 45%;
    margin: auto;
    left: 0;
    right: 0;
}
.card-home figure .degradado{
    z-index: 1030;
    bottom: 0;
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0);
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.card-home .card-body{
    padding: 10px;
}
.card-home .card-body .info-flag{
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    color: #09152a;
}
#mainNav {
    border: 0px!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    padding: 10px 15px;
    color: white;
    border: 0;
    background-color: #ff8900;
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #333;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ff8900;
    text-decoration: underline;
}
.bg-success {
    background-color: #ff8900!important;
}
.btn-danger {
    background-color: #ff8900!important;
    border-color: #ff8900!important;
}
.titulo-slide{
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    font-style: italic;
}
.texto-slide,
.texto-blanco{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.titulo-blanco{
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    font-weight: 600;
}
.titulo-small-blanco{
    color: #fff;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 400;
}
.titulo{
    color: #333;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
}
.titulo-italic{
    font-style: italic;
    color: #666;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.titulo-small{
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
.texto{
    color: #666;
    font-size: 16px;
    font-weight: 300;
}
.texto-underline{
    border-bottom: 1px dashed #ccc;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border: none;

        background-color: rgba(0, 0, 0, 0);
        -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-brand img {
        width: 210px;
        -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-nav .nav-item .nav-link {
        padding: 1.9em 1em !important;
        -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 {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0,0 ,0 , 1);
    }
    #mainNav.navbar-shrink .navbar-brand img {
        width: 170px;
        padding: 0;
    }
    #mainNav.navbar-shrink .nav-item .nav-link {
        padding: 1.4em 1em !important;
    }
}
@media (max-width: 767px) {
    #mainNav .navbar-brand img {
        width: 215px;
    }
    .carousel-item {
        margin-top: 60px;
    }
    .titulo-slide{
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
    }
}
/* Boton para ver la publicacion en Mercado Libre */
.btn-meli{
    display: inline-block;
    border: 2px solid #ffe600;
    background-color: #ffe600;
    color: #2d3277;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-meli:hover{
    background-color: #fff;
    border: 2px solid #ffe600;
    color: #2d3277;
}
