.floors{
    width: 100%;
    padding: 100px 5% 5%;
    overflow: auto;
    height: 100%;
    background-color: #fff; 
    
}

.title{
    padding: 15px 0px 50px 0px;
}

.title h4{
    font-size: 26px;
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
}

.catalogo{
    padding: 5px;
    display: flex;
    justify-content:space-between;
    border: solid 1px rgba(0, 0, 0, 0.163);
    box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.418);
}

.floors h5{
    font-size: 18px;
    font-weight: 400;
}

.box-text{
    background-color: white;
    padding: 5px;
}
.card{
    margin-bottom: 15px;
    overflow: hidden;
}
.floors a{
    color: black;
    text-decoration: none;
    
}
.floors a:hover{
    color: black;
    
}
.box-img img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
    height: 250px;
}

.card:hover{
    transform: scale(1.05);
    animation: .3s;
    transition-duration: .1s;

}

.call{
    display: flex;
    justify-content:end;
    justify-items: right;
    align-items:flex-end;
    box-shadow: 1px 0px 10px 1px rgba(141, 141, 141, 0.341);
    width: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}


@media only screen and (max-width: 991px) {
    .call{
        padding: 25px;
    }


    .button{
        font-size: small;
        padding: 16px;
    }
    
}



@media only screen and (max-width: 442px) {
    
    .call{
        justify-content:center!important;
    }
}

@media only screen and (max-width: 567px) {
    .call{
        padding: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }


    .call h3{
        font-size: 15px;
    }
}
