/* Estilo automático para a página: direito-imobiliario */
 #cabecalho {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    h1{
        text-align: center;
        font-size: 51px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 100px;
    }
    h2{
        letter-spacing: 3px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
}

#lista-servicos{
    padding: 80px 0;

    h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: none;
        text-align: center;
        color: #161616;
    }

    h3 {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #a8a8a8;
        text-align: center;
    }

    .card-lista-servico {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img{
            width: 60px;
            object-fit: contain;
            height: 50px;

        }
        h4 {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 3px;
            color: #454545;
            margin: 30px 0 20px;
            text-transform: uppercase;
            text-align: center;
            padding: 0 50px;
            line-height: 22px;
            min-height: 44px;
        }
        p{
            line-height: 1.5;
            color: #555;
            text-align: center;
        }
        .btn-lista-servico {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #b1976b;
            padding: 0px 0px 0px 0px;
            border-radius: 0px;
        }
    }

}


#newsletter {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

        .bordar-branca {
            margin: 55px 55px 55px 55px;
            border-width: 1px 1px 1px 1px;
            border-style: solid;
            border-color: #686868;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 360px;
            justify-content: center;
    
            h2{
                font-size: 18px;
                font-weight: 700;
                font-style: normal;
                letter-spacing: 4px;
                text-transform: uppercase;
                color: #ffffff;
                margin-bottom: 20px;
            }
            h3{
                font-size: 26px;
                font-weight: 400;
                letter-spacing: 0px;
                text-transform: none;
                color: #b1976b;
                margin-bottom: 20px;
            }
            li {
                margin-left: 12px;
                margin-right: 0px;
                display: inline;
                color: #fff;
                
                i{
                    color: #b1976b;   
                }
            }
            .ponto{
                position: relative;
                top: -5px;
            }
            .btn-whatsapp {
                font-size: 14px;
                letter-spacing: 2px;
                line-height: 20px;
                padding: 17px 30px 20px;
                background-color: #b1976b;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
            }
        }

}


#palestrar{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 50px;
    position: relative;

    &::after {
        background-color: #f2f2f2;
        background-size: auto;
        display: inline-block;
        width: 100%;
        height: 275px;
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 0;
    }


    .owl-carousel .owl-stage-outer {
        padding: 0px 0 20px 0;
    }

    .centralizar{
        display: flex;
        flex-direction: column;
        align-items: center;

        h2{
            font-size: 30px;
            font-weight: 700;
            text-transform: none;
            color: #2f2f2f;
        }
    
        .btn-palestra{
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #b1976b;
            padding: 13px 33px 10px 33px;
            text-transform: uppercase;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }
    
        .barra {
            height: 27px;
            width: 1px;
            background-color: #b1976b;
            margin: 8px 0px 32px;
        }
    }

    .card-palestrar {
        box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
   
        .info-palestrar {
            background-color: #fff;
            padding: 35px 32px 25px;
    
            h3{
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 3px;
                margin-bottom: 4px;
                color: #383838;
                text-transform: uppercase;
                text-align: center;
            }
            .categoria {
                font-size: 13px;
                font-weight: 500;
                font-style: normal;
                letter-spacing: 2px;
                text-transform: uppercase;
                text-align: center;
                color: #9d9d9d;
            }
        }
    }


    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        padding: 20px 27px 20px 20px;
        background-color: #fefefe;
        width: 65px;
        height: 65px;
        font-size: 30px;
        color: #b1976b;
    }


    
    a:hover .img-palestrante{
        filter: grayscale(0%);
        transform: scale(1.1); /* Aumenta 10% */
    }
    .moldura{
        overflow: hidden;
    }
    .img-palestrante {
        filter: grayscale(100%);
        width: 100%;
        height: 380px;
        object-fit: cover;
        transition: transform 0.3s ease; /* Suaviza a transição */
        transform-origin: center; /* Zoom a partir do centro */
    }

}    


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
        #newsletter {
        .bordar-branca {
            margin: 45px 10px;
            padding: 15px;
        }
        .bordar-branca {
            h3 {
                font-size: 18px;
            }
            ul{
                padding: 0;
                display: flex;
                flex-direction: column;
            }
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 

    #cabecalho {
        h1 {
            font-size: 32px;
            line-height: 2.2;
        }
        h2 {
            line-height: 22px;
        }
    }

    #newsletter {
        .bordar-branca {
            margin: 45px 10px;
            padding: 15px;
        }
        .bordar-branca {
            h3 {
                font-size: 18px;
            }
            ul{
                padding: 0;
                display: flex;
                flex-direction: column;
            }
        }
    }
}