/* Estilo automático para a página: home */
 #display {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    
    img {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 780px;
       object-fit: cover;
       z-index: 1;
       border-radius: 0 0 60px 60px;
    }
    
    .container {
       position: relative;
       z-index: 2;
    }

    h1 {
        font-weight: 700;
        font-size: 64px;
        line-height: 110.00000000000001%;
        color: #fff;
    }

    h2 {
        font-weight: 700;
        font-size: 64px;
        line-height: 100%;
        color: #fff;
        padding-top: 20px;
        margin-right: 20px;
    }

    p {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #fff;
        margin: 0;
    }

    .efeito-banner{
        position: relative;
        display: flex;
        align-items: center;
        
        &:after{
            background-image: url(../img/efeito-1.png);
            background-size: cover;
            display: inline-block;
            width: 100%;
            height: 9px;
            content: "";
            position: absolute;
            top: 0px;
            left: 0;
        }
    }
}


#cards{

    margin-top: -100px;
    position: relative;
    z-index: 1;

    .card-grupo {
        border: 3px solid #FFFFFF;
        box-shadow: 0px 4px 30px 0px #0000001A;
        border-radius: 16px;
        border-width: 3px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        min-height: 322px;
        background-color: #fff;

            
        .alt-img-logo {
            min-height: 160px;
            display: flex;
            align-items: center;
            position: relative;

            img {
                max-width: 100%;
            }
        }

        .btn-acessar{
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            background-color: #77B72A;
            border-radius: 40px;
            padding: 0px 50px ;
            line-height: 45px ;
            color: #fff;
            margin: 30px 0 0 0;
        }
    }
    .cor-pio-1{
        background-color: #F6FFFA;
    }
    .cor-pio-2{
        background-color: #F5FFEA;
    }
    .cor-pio-3{
        background-color: #FFF1F0;
    }
    .cor-pio-4{
        background-color: #FFF8E8;
    }
}

#timeline {
    padding: 112px 0 0;

    h2 {
        font-weight: 700;
        font-size: 48px;
        color: #70706E;
        line-height: 100%;
        margin-bottom: 46px;
    }

    img {
        width: 100%;
        height: 325px;
        object-fit: cover;
        border-radius: 24px;
    }

    .card-timeline{
        h3{
            font-family: "Barlow", sans-serif;
            color: #fff;
            font-size: 104px;
            font-weight: 700;
            -webkit-text-stroke: 2px #77B72A;
        }

        .barra {
            height: 2px;
            background-color: #77B72A;
            width: 336px;
            position: relative;
            left: -90px;
            margin-bottom: 30px;
        }

        p{
            font-weight: 400;
            font-size: 16px;
            color: #70706E;
            text-align: justify;
        }
    }
}

#depoimentos{

    padding: 0 0 90px 0;
   
    h2 {
        font-weight: 700;
        font-size: 48px;
        color: #70706E;
        line-height: 100%;
        margin-bottom: 46px;
    }

    .card-depoimento {
        border: 1px solid #B7B7B7;
        border-radius: 16px;
        margin: 15px;
        padding: 35px;
        display: flex;
        align-items: center;

        .aspas{
            width: 97px;
            margin-bottom: 35px;
        }

        .text-depo{
            font-weight: 400;
            font-size: 16px;
            margin: 0;
            color: #70706E;
            line-height: 22px;
        }

        .info-depo {
            display: flex;
            margin-top: 60px;

            .foto-depoente {
                width: 50px;
                object-fit: cover;
                border-radius: 38px;
                height: 50px;
            }

            .dados-depo {
                margin-left: 12px;

                .depoente {
                    color: #77B72A;
                    font-weight: 600;
                    font-size: 20px;
                    margin: 0;
                }
                .cargo{
                    color: #70706E;
                    font-weight: 500;
                    font-size: 16px;
                    margin: 0;
                }
            }
        }

        iframe{
            width: 100%;
            height: 415px;
            border-radius: 8px;
        }
    }

}


#blog {
    padding: 70px 0;
    background-color: #F9F4EE;

    h2 {
        font-weight: 700;
        font-size: 48px;
        color: #70706E;
        line-height: 100%;
        margin-bottom: 46px;
    }

    .card-blog {
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        background-color: #F0F0F0;
        padding: 18px;

        .img-blog{
            width: 100%;
            height: 210px;
            object-fit: cover;
            border-radius: 8px;
        }

        .data-blog {
            font-weight: 400;
            font-size: 16px;
            color: #77B72A;
            line-height: 100%;
            margin: 17px 0 12px 0;
        }

        h3{
            font-weight: 600;
            font-size: 30px;
            color: #4E4E4E;
            line-height: 32px;
            margin-bottom: 19px;
        }
        
        .btn-ler-noticia{
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #77B72A;

        }
    }
}

#duvida {
    padding: 70px 0;
    background-color: #77B72A;

    h2{
        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFF;
    }

    .card-duvida{
        text-align: center;

        .icon-duvida{
            margin-bottom: 18px;
            object-fit: contain;
            height: 40px;
        }
        p {
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            color: #fff;
            margin-bottom: 24px;
        }
        .btn-link {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            text-transform: uppercase;
            color: #fff;
            border: 1.5px solid #FFFFFF;
            padding: 12px 60px;
            border-radius: 50px;
        }
        .btn-link-email {
            font-weight: 600;
            font-size: 16px;
            line-height: 100%;
            color: #fff;
            border: 1.5px solid #FFFFFF;
            padding: 12px 30px;
            border-radius: 50px;
        }
    } 
}

#social {
    padding: 40px 0;
    background-color: #D9D9D9;

    h2{
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #70706E;
    }

    .barra-cinza{
        border-right: solid 1px #959595;
    }

    .local-social{
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        color: #70706E;
        text-align: center;
    }

    address {
        color: #70706E;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-align: center;

        span {
            font-weight: 600;
        }
    }

    .social-list {
        display: flex;
        justify-content: space-evenly;
        margin: 0;
        padding: 0;
        margin-top: auto;

        li {
            list-style-type: none;
        }
    }
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {    
    #display {
        min-height: 80vh;
    }
}

.ocult-mob{
    display: block;
}
.ocult-desk{
    display: none !important;
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler {
        border: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    header {
        .d-flex-central {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }
    }

    #display{
        h1{
            font-size: 40px;
        }
        img{
            height: 640px;
        }
        .ocult-mob{
            display: none;
        }
    }

    #cards {
        margin-top: -200px;

        .card-grupo {
                margin: 0 0 20px 0;
                min-height: 292px;

            .btn-acessar {
                padding: 0px 30px ;
            }
        }

        .ocult-desk{
            display: flex !important;
        }


            
        .efeito-banner{
            position: relative;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            
            &:after{
                background-image: url(../img/efeito-1.png);
                background-size: cover;
                display: inline-block;
                width: 100%;
                height: 9px;
                content: "";
                position: absolute;
                top: 0px;
                left: 0;
            }

                h2 {
                    font-weight: 700;
                    font-size: 64px;
                    line-height: 100%;
                    color: #77B72A;
                    padding-top: 20px;
                    margin-right: 20px;
                }

                p {
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #4E4E4E;
                    margin: 0;
                }

        }
    }

    #duvida {
        h2{
            text-align: center;
            margin-bottom: 30px;
            margin-top: 20px;
        }
        .card-duvida {
            text-align: center;
            margin-bottom: 50px;
        }
    }

    #social {
        text-align: center;

        h2 {
            margin-bottom: 30px;
        }
        .barra-cinza {
            border-bottom: solid 1px #959595;
            border-right: none;
        }
        .barra-tablet {
            border-bottom: solid 1px #959595;
            border-right: none;
        }
        .local-social {
            margin: 20px 0 10px;
        }
        .social-list {
            margin-bottom: 30px;
        }
    }

}

/* MOBILE */
@media all and (max-width: 767px) { 

    header {
        .d-flex-central {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }
    }

    .logo-header {
        width: 144px;
        padding: 10px 0;
    }
    .navbar-toggler {
        border: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    #display{
        h1{
            font-size: 40px;
        }
        img{
            height: 640px;
        }
        .ocult-mob{
            display: none;
        }
    }

    #cards {
        margin-top: -200px;

        .card-grupo {
                margin: 0 0 20px 0;
                min-height: 292px;

            .btn-acessar {
                padding: 0px 30px ;
            }
        }

        .ocult-desk{
            display: block;
        }


            
        .efeito-banner{
            position: relative;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            
            &:after{
                background-image: url(../img/efeito-1.png);
                background-size: cover;
                display: inline-block;
                width: 100%;
                height: 9px;
                content: "";
                position: absolute;
                top: 0px;
                left: 0;
            }

                h2 {
                    font-weight: 700;
                    font-size: 64px;
                    line-height: 100%;
                    color: #77B72A;
                    padding-top: 20px;
                    margin-right: 20px;
                }

                p {
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #4E4E4E;
                    margin: 0;
                }

        }
    }

    #timeline{
        h2{
            font-size: 32px;
        }
    }

    #depoimentos {
        h2 {
            font-size: 32px;
        }
        .card-depoimento {
            margin: 15px;
            padding: 10px 0;

            .aspas {
                width: 60px;
                margin-bottom: 13px;
            }

            .info-depo {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            iframe {
                height: 239px;
            }
        }

        .molder-depo {
            .passadores-depo {
                width: 100% !important;
                bottom: -30px;
                top: auto !important;
            }
        }
        .order-mob-1{
            order: 1;
        }
        .order-mob-2{
            order: 2;
        }
    }


    #blog {
        padding: 70px 0 120px;

        h2 {
            font-size: 32px;
        }
        .molder-blog {
            .passadores-blog {
                width: 100% !important;
                bottom: -30px;
                top: auto !important;
            }
        }
    }

    #duvida {
        padding: 70px 0 90px;

        h2{
            font-size: 32px;
            text-align: center;
        }

        .card-duvida {
            margin: 30px 0;
        }
    }


    #social {
        text-align: center;

        h2 {
            margin-bottom: 30px;
        }
        .barra-cinza {
            border-bottom: solid 1px #959595;
            border-right: 0;
        }
        .local-social {
            margin: 20px 0 10px;
        }
        .social-list {
            margin-bottom: 30px;
        }
    }

}
