/* Estilo automático para o tipo de post: page */
#display {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 860px;
    display: flex;
    align-items: center;
    margin-top: -120px;

    h2{
        font-weight: 200;
        font-size: 35px;
        color: #9B7B2E;
        margin-bottom: 20px;
    }

    h1{
        font-weight: 600;
        font-size: 38px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    p{
        font-weight: 400;
        font-size: 26px;
        color: #fff;
        margin-bottom: 40px;
    }
    
    .btn-padrao {
        font-weight: 600;
        font-size: 20px;
        padding: 17px 50px;
        color: #fff;
        background-color: #794E09;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover{
            background-color: #9B7B2E;
        }
    }
}

#diferenciais{
    margin-top: -100px;
    position: relative;
    z-index: 10;

    .box-diferencial{
        background-color: #9B7B2E;
        border-radius: 8px;
        box-shadow: 6px 6px 20px 0px #00000040;
        padding: 16px 4px;

        .card-diferenciais{
            background-color: #D9D9D9;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 15px 10px;
            text-align: center;
            border-radius: 8px;
            min-height: 214px;

            .icon-dif{
                object-fit: contain;
                width: 50px;
                height: 40px;
                margin-bottom: 8px;
            }

            h3{
                font-weight: 600;
                font-size: 18px;
                text-align: center;
                color: #444444;
            }

            p{
                font-weight: 500;
                font-size: 13px;
                text-align: center;
                color: #444444;
            }
        }
    }

}

#sobre {
    padding: 220px 0 100px;
    position: relative;
    margin-top: -150px;
    border-top: solid 60px #9B7B2E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    h3{
        font-weight: 400;
        font-size: 28px;
        color: #9B7B2E;
        line-height: 100%;
        margin-bottom: 20px;
    }
    h2{
        font-weight: 600;
        font-size: 36px;
        color: #fff;
        margin-bottom: 30px;
    }
    p{
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 40px;
    }
    .btn-padrao {
        font-weight: 600;
        font-size: 20px;
        padding: 17px 50px;
        color: #fff;
        background-color: #794E09;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover{
            background-color: #9B7B2E;
        }
    }

    .assinatura-position{
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: flex-end;
    }
    .cargo {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #ffffff;
        margin-bottom: 60px;
    }

    
    
    .moldura{
        position: relative;

        .img-sobre {
            object-fit: cover;
            width: 100%;
            border-radius: 0 0 0 96px;
            z-index: 1; 
            position: relative;
            left: -6px;
        }

        &::after{            
            background-color: #9B7B2E;
            background-size: auto;
            display: inline-block;
            width: 350px;
            height: 640px;
            content: "";
            position: absolute;
            right: -10px;
            top: -14px;
            z-index: 0;
        }

    }
}

#cta{
    padding: 50px 0 100px;

    h3{
        font-weight: 400;
        font-size: 28px;
        color: #9B7B2E;
        line-height: 100%;
        margin-bottom: 20px;
    }

    h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 100%;
        color: #444444;
    }
    
    p{
        color: #444444;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0%;
        margin-bottom: 40px;
    }

    .btn-padrao {
        font-weight: 600;
        font-size: 20px;
        padding: 17px 50px;
        color: #fff;
        background-color: #794E09;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover{
            background-color: #9B7B2E;
        }
    }
}

#servicos{
    background-color: #B1976B94;
    padding: 100px 0;

    h2{
        font-weight: 600;
        font-size: 26px;
        text-align: center;
        color: #794E09;
    }

    h3{
        font-weight: 500;
        font-size: 18px;
        color: #444444;
    }

    .centralizacao{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
        .card-servicos{
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             padding: 15px 10px;
             text-align: center;
             border-radius: 8px;
             min-height: 214px;
             box-shadow: 0px 4px 4px 0px #00000040;
             background-color: #1D1D1B;
     
     
             .icon-serv{
                 object-fit: contain;
                 width: 50px;
                 height: 40px;
                 margin-bottom: 18px;
             }
     
             h3{
                 font-weight: 600;
                 font-size: 18px;
                 text-align: center;
                 color: #fff;
             }
     
             p{
                 font-weight: 500;
                 font-size: 13px;
                 text-align: center;
                 color: #fff;
             }
         }
    }

    .btn-padrao {
        font-weight: 600;
        font-size: 20px;
        padding: 17px 50px;
        color: #fff;
        background-color: #794E09;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover{
            background-color: #9B7B2E;
        }
    }

}

#video{
    padding: 80px 0 0;
        
    iframe {
        height: 480px;
        border-radius: 25px;
    }
}

#adicional {
    padding: 60px 0;
    border-bottom: solid 6px #794e09;  

    h2{
        text-align: center;
        font-weight: revert;
        margin: 40px 0;
        text-transform: uppercase;
        text-decoration: underline;
        color: #794e09;
        font-size: 30px;
    }

    h3 {
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: none;
        color: #b1976b;
        margin: 30px 0 10px;
    }
    p{
        line-height: 1.7;
        color: #555;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .btn-padrao {
        font-weight: 600;
        font-size: 20px;
        padding: 17px 50px;
        color: #fff;
        background-color: #794E09;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover{
            background-color: #9B7B2E;
        }
    }
}



/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #diferenciais {
        background-color: #794e09;
        padding: 20px;
    }
    #sobre {
        .moldura {
            &::after {
                background-color: #9B7B2E;
                background-size: auto;
                display: inline-block;
                width: 90%;
                height: 80%;
                content: "";
                position: absolute;
                right: -10px;
                top: -14px;
                z-index: 0;
            }
        }
    }

    header{
        .menu {
            width: 30px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
    }
    #display {
        margin-top: -150px;
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    header{
        .logo-header {
            width: 240px;
        }
        .menu {
            width: 30px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }

        .social-menu {
            align-items: flex-start !important;
            flex-direction: column;

            li {
                margin-bottom: 10px;

                .barra-mob{
                    display: none;
                }
            }
        }
        
    }
    #display {
        margin-top: -150px;

        h1 {
            font-size: 28px;
        }
        h2 {
            font-size: 25px;
        }
        p {
            font-size: 18px;
        }
    }

    #diferenciais {
    .box-diferencial {
        .card-diferenciais {
            margin-bottom: 10px;
            }
        }
    }

    #sobre{
            .moldura {
                display: flex;
                justify-content: center;

                &::after {
                    background-color: #9B7B2E;
                    background-size: auto;
                    display: inline-block;
                    width: 60%;
                    height: 450px;
                    content: "";
                    position: absolute;
                    right: 50px;
                    top: -14px;
                    z-index: 0;
                }

                .img-sobre {
                    object-fit: cover;
                    width: 70%;
                    height: 520px;
                    border-radius: 0 0 0 96px;
                    z-index: 1;
                    position: relative;
                    right: 10px;
                    margin-bottom: 50px;
                }
            }



        .order-mob-1{
            order: 1;
        }
        .order-mob-2{
            order: 2;
        }
    }
    
    #video{
        iframe {
            height: 280px;
        }
    }
}


