/* Estilo automático para a página: portal-do-corretor */
header {
    background: var(--bord) !important;
}

#portal-corretor{
    padding: 80px 0;

    .efeito-titulo {
        text-align: center;
    }

    .corretor {
        color: var(--chumbo, #5D5E58);
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
    }

    .img-corretor{
        width: 100%;
        height: 330px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        @media (max-width: 991.98px) {
            height: 300px;
        }
    }

    .btn-padrao{
        color: var(--bord) !important;
        border: 1px solid var(--bord);

        &:hover{
            background-color: var(--bord);
            color: var(--branco) !important;
            border: 1px solid var(--bord);
        }
    }
}


/* MOBILE */
@media (max-width: 767px) {
    #portal-corretor{
        .efeito-titulo {
            text-align: left;
            margin-bottom: 16px;
        }
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

}
