.header {
    position: fixed;
    top: 0;
}

.esconde {
    width: 100%;
    height: 80px;
}

.barra {
    width: 400px;
    height: 6px;
    margin-top: 11px;
}

.baner {
    width: 100%;
    height: 586px;
    background-image: url('../img/casa-varandada.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.baner .mascara {
    width: 100%;
    height: 586px;
    background-color: rgba(0, 0, 0, .5);
}

.comprar,
.alugar {
    width: 45%;
    height: 400px;
}

.comprar {
    background-image: url('../img/imagens/casa17.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.alugar {
    background-image: url('../img/imagens/sala.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.fundoComprar,
.fundoAlugar {
    width: 100%;
    height: 400px;
}

.fundoComprar {
    background-color: rgba(9, 29, 53, .7);
}

.fundoAlugar {
    background-color: rgba(220, 94, 92, .5);
}

.carrossel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform .5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation: slide-fade 4s ease-in-out infinite;
}

@keyframes slide-fade {

    0%,
    100% {
        opacity: 0;
    }

    25%,
    75% {
        opacity: 1;
    }
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10px;
}

.prev {
    left: 60px;
}

.next {
    right: 60px;
}

.paralax {
    width: 100%;
    height: 550px;
    background-image: url('../img/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.favoritos h2 a {
    border: none;
    border-bottom: 1px solid #f4f4f4;
}

.contato-form form input,
.contato-form form textarea {
    border: none;
    border-bottom: 1px solid #f4f4f4;
}

.contato-form form input[type="radio"] {
    transform: scale(.5);
    margin: 0;
    vertical-align: middle;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.contato-form form input:checked[type="radio"] {
    background-color: #2294f1;
    border-color: #2294f1;
}

.container-cem {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    /* garante que os filhos fiquem lado a lado */
    align-items: stretch;
    /* estica verticalmente se necessário */
}

.box-2 {
    width: 200px;
    /* ou 20%, ou o que quiser */
    background-color: #222;
    /* só pra visualizar melhor */
}

.box-dois {
    border: 2px solid red;
}

.painel .box-dois ul li {
    border-bottom: 2px solid #ccc;
}

.painel .box-dois ul li a:hover {
    color: red;
}

.coluna {
    display: flex;
    flex-direction: column;
}

tbody tr:nth-child(odd) {
    background-color: #000;
    color: #fff;
}

tbody tr:nth-child(even) {
    background-color: #fff;
    color: #000;
}

.btn-novo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #007bff;
    /* azul */
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-novo i {
    font-size: 1.6rem;
}

.btn-novo:hover {
    background-color: #0056b3;
}

.radio-group {
    display: flex;
    gap: 20px;
    /* espaço entre os botões */
    align-items: center;
    margin-top: 5px;
}

.radio-group label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    /* ou use sua classe .fonte14 */
    font-weight: 400;
    color: #333;
    /* ou sua cor padrão */
    margin-right: 15px;
    line-height: 1;
    /* ajuda no alinhamento vertical */
}

.radio-group input[type="radio"] {
    width: auto;
    height: auto;
    transform: scale(1);
    /* garante que não fiquem ampliados */
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: 5px;
    /* ajuste fino para alinhar a bolinha com o texto */
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    font-size: 14px;
    color: #333;
    font-family: inherit;
}

.btn-centralizado {
    width: 100%;
    display: flex;
    justify-content: center;
}

input[type='file'] {
    display: none;
}

.ativo i {
    cursor: pointer;
}

.imagemcapa {
    height: 250px;
}

.imagemcapa img {
    min-width: 100%;
    height: 250px;
}

.endereco {
    min-height: 80px;
    /* ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.total-msg {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f9b6b6;
}

.msg-cli {
    border: 1px solid #ddd;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    word-break: break-word;
    white-space: normal;
}

.mod {
    border-left: 8px solid #340b93;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    position: absolute;

}

.checkbox-lida {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.check-lida {
    width: 16px;
    height: 16px;
    cursor: pointer;
}