*{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif; 
}
/*      banner          */
@keyframes banner{
    from{
        position: relative;
        right: -1050px; 
    }
    to{
       position: relative;
       right: 1050px;
    }
}
.banner{
    height: 10vh;
    display: flex;
    background: rgb(87,89,88);
    justify-content: center;
    overflow: hidden; text-decoration: none;
}
.banner img{
    height: 65%;
    margin: auto 0;
    animation-name:banner;
    animation-fill-mode: forwards;
    animation-duration:20s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.1, 0.1);
    animation-iteration-count: infinite;
} 
.banner h3{
    color: white;
    margin: auto 10px; 
    animation-name:banner;
    animation-fill-mode: forwards;
    animation-duration:20s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.1, 0.1);
    animation-iteration-count: infinite;
}

/*         404         */
.cuatro{
    background: #f6f2ea;
} 
.gif{
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 25%;
}
.textocuatro{
    text-align: center;
    display: block;
    margin: auto;
}
.textocuatro h1{
    font-size: 150px;
    font-weight: 600;
    color: #050e31;
}
.textocuatro h2{
    font-weight: 600;
    color: #050e31;
}

/*     HEADER     */
header{
    background: #050e31;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.contactanos{
    margin: auto;
}
@keyframes header{ 
    from{
        opacity: 0;
        height: 0;
    } 
    to{
        opacity: 1;
        height:8vh;

    }
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation-name: header;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
@keyframes float{ 
    from{
        position: fixed;
        right: 1%;
        top: -14%;
    } 
    to{
        position: fixed;
        right: 1%;
        top: 8%;
        z-index: 1;
        opacity: 1;

    } 
}
#flotante-contac{
    position: fixed;
    right: 1%;
    top: -150px;
    width: 20%; 
    background: #050e31;
    color: white;
    text-align: center;
    border-radius: 20px;
    border:1px solid white;
    padding: 20px;
    opacity: 0;
}
#flotante-contac a{
    color: white;
}
.flotar{
    animation-name: float;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
 

/*         PRINCIPAL         */
#principal{
    background: url(../images/principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 92vh;
}
#principal .texto{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: center;
    color: white;
} 
#principal .texto h1{
    font-size: 50px;
}
.filtro_principal{
    margin-top: 50px;
}  
.filtro_principal select{
    height: 28px;
} 

/*     PROPIEDADES     */
#propiedades{
    background: white;
    padding: 40px 0;
}
.principales{ 
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    background: white;
    border:2px solid #050e31;
    box-shadow: 6px 6px 10px #050e31;
    color: #050e31;
}
.principales img{
    height: 200px;  
    width: 100%;
    border-radius: 20px; 
}
.principales .titulo{
    height: 80px;
    margin: 10px 0;
    font-weight: 600;
    color: #050e31;
    font-size: 18px;
    overflow: hidden;
}
.principales h5{
    font-weight: 600;
}
.principales table tr td{
    font-weight: 500;
    font-size: 15px;
    padding: 6px;
    
}
.principales table tr td span{
    color: #CB9831;
    font-size: 24px;
}
.principales .ubicacion{
    font-weight: 500;
    font-size: 14px;
}

/*     FOOTER     */
footer{
    background: #050e31;
    border-bottom: 2px solid white;
} 

footer .texto{
    width: 30%;
}
footer .texto h5{
    font-weight: 700;
    color: white;
}
footer .texto p{
    color:white;
    font-weight: 600;
    font-size: 18px;
}
footer .texto img{
    width: 80%;
    background: white;
    padding: 10px;
    border-radius: 20px;
} 
footer .texto a{
    margin-right: 30px;
    color: white;
    font-size: 18px;
} 
footer .redes{
    position: absolute;
    bottom: 4%;
    left:3%;
    width: 28%;
    justify-content: space-around;
}
footer .redes a{
    font-size: 40px; 
    color: white;
}
.minilinks{
    font-size: 15px !important;
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px;
}
footer .redes a:hover{
    text-decoration: none;
    color: #CB9831;
} 

.subfooter{ 
    background: #050e31;  
    height: 8vh;
    color: white;
    display: flex;
    align-items: center;  
} 
.subfooter p{ 
    text-align: center;
    width: 100%;
    height: 5px;
}
.subfooter a{
    color: white;
} 
.subfooter a:hover{
    color: white;
}

/*         PAGINA     PROPIEDADES         */
#contenido{
    height: 84vh;

}
#contenido .filtros{
    border-right: 2px solid #050e31;
    font-weight: 600;
    
}
#contenido .filtros h5{
    font-size: 22px;
    margin: 22% auto 0;
    font-weight: 600;
}
#contenido .filtro{
    margin-top: 30%;
}
#contenido .visor{
    padding: 30px;
    overflow: auto;
    height: 84vh;
}

#contenido .propiedad{
    margin: 20px;
    padding: 10px;
    border:2px solid #050e31;
    border-radius: 5px;
    font-weight: 600;
    color: #050e31;
}
#contenido .propiedad:hover{
    text-decoration: none;
    color: white;
    background: #050e31;
    transition: all .2s;
}

#contenido .propiedad img{
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
#contenido .propiedad h5{
    height: 50%;
} 
#contenido .propiedad .elementos tr td{
    font-size: 16px;
    padding: 1px 20px;
}
#contenido .propiedad .elementos tr td span{
    font-size: 22px;
    color: #CB9831;
}
.no-found{
    position: absolute;
    left: 18%; 
    top: 45%;
    font-weight: 800;
    opacity: .7;
    text-align: center;
}

/*         PROPIEDAD         */
 
#propiedad h1{
    margin: 30px 18px;
    font-weight: 600;
    color: #050e31;
} 

#fotos_inmueble img{

    width: 100%;
    height: 70vh;
}
#propiedad .amenidades{
    background: #050e31;
    color: white;
}
#propiedad .amenidades h4{
    padding: 20px 0 20px 10px;
}
#propiedad .amenidades h5{ 
    padding: 10px;
}  
#propiedad .amenidades span{
    color: #CB9831;
} 
#propiedad .interes form{ 
    padding: 15px;
    text-align: center;  
    border-radius: 5px; 
    color: #050e31;
    position: fixed;
    width: 23%;
}  
#propiedad .interes form input{
    margin: 10px 0px;
    border: 1px solid #050e31;
    color: #050e31;
    font-weight: 600;
}
#propiedad .interes form input::placeholder{
    color: #050e31;
    font-weight: 600;
}
#propiedad .interes form input[type=submit]{
    margin: 10px 0px;
    border: 1px solid #050e31;
    color: white;
    background: #050e31;
    font-weight: 600;
}
#propiedad .interes form input[type=submit]:hover{
    color: #050e31;
    background: white;
    transition: all .3s; 
    cursor: pointer;
}
.elements h5{
    font-weight: 800;
    padding: 0 10px;
}
.elements span{
    color: #CB9831;
} 
.elements p{
    padding: 5px 12px; 
    font-weight: 600;
}
.elements{   
    margin: 20px -15px 10px 0px;
    padding: 15px 0;
    border-radius: 5px;
}
.descripcion h2{
    font-weight: 800;
}
.descripcion p{
    font-weight: 600;
    margin: 0 20px;
    font-family: 'Quicksand', sans-serif; 
    font-size: 18px;
    white-space: pre-wrap;
    
}

/*         RESPONSIVE         */

@media (max-width:425px) and (min-width:300px) {
        .banner img{
        height: 60%;
        margin: auto 0;
        
    } 
    .banner h3{
        color: white;
        margin: auto 10px;
        min-width: 462px;
    } 
    .fixed{
        position: relative;
    }
    /*      HEADER         */
    header{
        text-align: center;
    }
    header img{
        padding: 10px;
    }
    .contactanos{
      padding: 10px;  
    }
    
    @keyframes float{ 
    from{
        position: fixed;
        right: 1%;
        top: -14%;
        width: 100%;
    } 
    to{ 
        position: fixed;
        right: 0%;
        width: 100%;
        top: 14%;
        z-index: 1;
        opacity: 1;

    } 
    }
    
    /*        PRINCIPAL         */
    #principal{
       height: 100vh;
    }
    
    /*     FOOTER         */
    footer .d-flex{
        flex-direction: column;
        margin: 10px !important;
    }
    footer .redes {
        position: relative;
        width: 100%;
    }
    footer .redes a{
        margin-left: 7%;
    }
    footer iframe{
        width: 100%;
    }
    footer .texto {
        width: 100%;
    }
    .minilinks{
        display: block;
        text-align: center;
        padding: 10px;
        color: white;
        margin: 0 !important;
    }
    .subfooter{
        height: auto
    }
    .subfooter p{
        height: auto;
        margin: 20px;
        
    }
    
    /*     PROPIEDADES         */
    
    #contenido{
        height: auto;
    }
    #contenido .filtros h5{
        margin-top: 5%;
    }
    #contenido .filtro{
        margin-top: 10%;
    }
    #contenido .visor{
        height: auto;
    }
    #contenido .propiedad{
        margin: 10px;
        padding:5px;
    }
    #contenido .propiedad img{
        margin-top: 10px;
        height: 100%;
    }
    #contenido .propiedad h5{
        margin-top: 10px;
        font-size: 18px;
        height: 50%;    
    }
    #contenido .elementos {
        margin-top: 8%;
    }
    #contenido .elementos tr td{
        font-size: 14px !important;
        padding: 0 8px !important;
    }
    
    /*         PROPIEDAD         */
    #propiedad h1{
        font-size: 32px;
    }
    #propiedad #fotos_inmueble{
        height: 50vh;
        margin-bottom: 20px;
        
    }
    #propiedad #fotos_inmueble img{
         height: 50vh;
    }
    
    .elements .d-flex{
        flex-flow: wrap;
    }
    #propiedad iframe{
        width: 100%;
        margin: 0 !important;
    }
    #propiedad .interes form{
        position: relative;
        width: 100%;;
    }
}



@media (max-width:768px) and (min-width:426px) {
    .banner img{
        height: 60%;
        margin: auto 0;
        
    } 
    .banner h3{
        color: white;
        margin: auto 10px;
        min-width: 462px;
    } 
    .fixed{
        position: relative;
    }
    /*      HEADER         */
    header{
        text-align: center;
    }
    header img{
        padding: 10px;
    }
    .contactanos{
      padding: 10px;  
    }
    
    @keyframes float{ 
    from{
        position: fixed;
        right: 1%;
        top: -14%;
        width: 100%;
    } 
    to{ 
        position: fixed;
        right: 0%;
        width: 100%;
        top: 20%;
        z-index: 1;
        opacity: 1;

    } 
    }
    
    /*        PRINCIPAL         */
    #principal{
       height: 70vh;
    }
    
    /*     FOOTER         */
    footer .d-flex{
        margin: 10px !important;
    }
    footer .redes{
        width: 40%;
        bottom: 1%;
    }
    footer .redes a{
        margin-left: 7%;
    }
    footer iframe{
        width: 100%;
    }
    footer .texto {
        width: 100%;
    }
    .minilinks{
        display: block;
        text-align: center;
        padding: 10px;
        color: white;
        margin: 0 !important;
    }
    .subfooter{
        height: auto
    }
    .subfooter p{
        height: auto;
        margin: 20px;
        
    }
    
    /*     PROPIEDADES         */
    
    #contenido{
        height: auto;
    }
    #contenido .filtros h5{
        margin-top: 5%;
    }
    #contenido .filtro{
        margin-top: 10%;
    }
    #contenido .visor{
        height: auto;
    }
    #contenido .propiedad{
        margin: 10px;
    }
    #contenido .propiedad img{
        height: 100%;
    }
    #contenido .propiedad h5{
        margin-top: 10px;
        font-size: 18px;
        height: 50%;    
    }
    #contenido .elementos {
        margin-top: 8%;
    }
    #contenido .elementos tr td{
        font-size: 14px !important;
        padding: 0 8px !important;
    }
    
    /*         PROPIEDAD         */
    #propiedad h1{
        font-size: 32px;
    }
    #propiedad #fotos_inmueble{
        height: 80vh;
        margin-bottom: 20px;
        
    }
    #propiedad #fotos_inmueble img{
         height: 80vh;
    }
    
    .elements .d-flex{
        flex-flow: wrap;
    }
    #propiedad iframe{
        width: 100%;
        margin: 0 !important;
    }
    #propiedad .interes form{
        position: relative;
        width: 100%;;
    }
}
@media (max-width:1024px) and (min-width:769px) {
    .banner img{
        height: 55%;
        margin: auto 0;
        
    } 
    .banner h3{
        color: white;
        margin: auto 10px;
        min-width: 662px;
        font-size:40px;
    } 
    /*     HEADER         */
    @keyframes header{ 
    from{
        opacity: 0;
        height: 0;
    } 
    to{
        opacity: 1;
        height:9vh;

    }
} 
    /*         PROPIEDAD         */
    #contenido .filtros h5{
        margin-top: 15%;
    }
    #contenido .filtros form{
        margin-top: 15%;
    }
    #contenido .propiedad{
        margin: 10px;
    }
    #contenido .propiedad img{
        height: 100%;
    }
    #contenido .propiedad h5{
        margin-top: 10px;
        font-size: 18px;
        height: 50%;    
    }
    #contenido .elementos {
        margin-top: 8%;
    }
    #contenido .elementos tr td{
        font-size: 14px !important;
        padding: 0 8px !important;
    }
    
    /*     FOOTER         */
    footer .d-flex{
        margin: 10px !important;
    }
    footer .redes{
        width: 30%;
        bottom: 1%;
    }
    footer .redes a{
        margin-left: 7%;
    }
    footer iframe{
        width: 100%;
    }
    footer .texto {
        width: 50%;
    }
    .minilinks{
        display: block;
        text-align: center;
        padding: 10px;
        color: white;
        margin: 0 !important;
    }
    .subfooter{
        height: auto;
    }
    .subfooter p{
        height: auto;
        margin: 20px;
        
    }
}


