/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/02/2021, 17:27:37
    Author     : wellington
*/

.card-padrao{
    background-color: #fff;
}

.p-col-sem-borda{
    padding: 0;
}

#divider-opcao-lazer::before{
    border-top: 1px solid #333;
}

#divider-opcao-lazer .ui-divider-content {
    background-color: #dfc767;
}   

.panelgrid-quartos .ui-panelgrid-cell{
    background: transparent !important;
}

.img-padrao{
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid var(--surface-d);
    border-radius: 4px;
}