/*
* **********************************
* ################################## IMPORTA FOLHAS CSS
* **********************************
*/

@import url(header-internas.css);

/*
* **********************************
* ################################## ESTILOS DO LOCADORA
* **********************************
*/

/*
========================
======================== LOCADORA HEADER
========================
*/

.hospedagem_header{
    background-color: #f3f4f4;
    padding: 50px;
}

.hospedagem_header .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hospedagem_header .section-title .select-custom-default{
    max-width: 520px;
    margin-top: 20px;    
}

.hospedagem_header .section-title .select-custom-default select{
    border: 0;
    padding: 18px !important;
    font-size: 1em;
    color: #3c404b;
}

.hospedagem_header .section-title .select-custom-default .select-arrow {
    top: 23px;
    right: 18px;
}

/*
========================
======================== LOCADORA
========================
*/

.hospedagem{
    margin-top: 60px;
}

.hospedagem .pagination-objects{
    display: flex;
    flex-wrap: wrap;
}

.hospedagem .section-title{
    margin-bottom: 30px;
}

.hospedagem_item{
    flex-basis: calc(25% - 40px);
    margin: 20px;
}

@media(max-width:1024px){
    .hospedagem_item{
        flex-basis: calc(50% - 40px);
    }
}

@media(max-width:680px){
    .hospedagem_item{
        flex-basis: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.hospedagem_item_cover{
    position: relative;
}

.hospedagem_item_cover img {
    min-width: 100%;
    height: 210px;
    object-fit: cover;
}

.hospedagem_item_cover_desconto{
    background-color: #d71920;
    color: #FFF;
    padding: 10px;
    font-size: 1.2em;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.hospedagem_item_desc{
    margin-top: 10px;
    text-align: center;
}

.hospedagem_item_desc h1{
    font-size: 1.25em;
    font-weight: 400;
    color: #3c404b;
}

.hospedagem_item_desc p{
    font-size: 1em;
    font-weight: 300;
    color: #3c404b;
    margin-top: 5px;
}

.hospedagem_item_desc_valor{
    font-size: 1.1em !important;
    color: #d71920 !important;
}

.hospedagem_item_desc .btn{
    background-color: #fed700;
    color: #3c404b;
    width: 100%;
    font-size: 1em;
    font-weight: 300;

    margin-top: 10px;

    padding: 15px;
}

.hospedagem_item_desc .btn:hover{
    background-color: #d9b90a;
}

.hospedagem_item_desconto .btn{
    background-color: #d71920;
    color: #FFF;
}

.hospedagem_item_desconto .btn:hover{
    background-color: #95060b;  
}