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

@import url(header-internas.css);

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

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

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

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

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

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

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

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

.locadoras{
    margin-top: 60px;
}

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

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

.bloco_categorizado{
    flex-basis: 100%;
    display: none;
}

.bloco_categorizado.active{
    display: block !important;
}

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

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

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

.locadoras_item_cover{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;

    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.locadoras_item_cover img{
    height: 260px;
}

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

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

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