/* Estilo automático para a página: a-adesa */

#cabecalho {
    background: linear-gradient(180deg, #E7454A 0%, #C73B41 23.14%, #B6363C 46.81%, #8B272C 81.49%);
    padding: 100px 0;
    text-align: center;

    .navegacao{
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;

        li{
            font-weight: 500;
            font-size: 13px;
            line-height: 100%;
            color: #fff;
            list-style-type: none;
            
            img{
                margin: 0 12px;
            }
            
            span{
                
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                line-height: 100%;
                text-align: right;

            }
        }
    }
    h1{
        font-weight: 800;
        font-size: 42px;
        line-height: 160%;
        text-align: center;
        color: #fff;
    }
}

#sobre {
    padding: 80px 0 0;

    h3{
        font-weight: 600;
        font-size: 18px;
        color: #111827;
        
        span{
            color: #E7454A;
        }
    }
    
    h2{
        font-weight: 500;
        font-size: 30px;
        color: #111827;

        span{
            color: #E7454A;
        }
    }

    .text-sobre{
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: #3C3C3B;
    }

    .img-sobre {
        width: 100%;
        object-fit: contain;
    }

    .btn-padrao-1{
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        line-height: 100%;
        padding: 20px 24px;
        background-color: #E7454A;
        border-radius: 8px;
        transition: 300ms all ease-in-out;

        &:hover {
            background-color: #A63137;
        }
    }
}

#mvv{
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #111827;
        margin-bottom: 60px;
    }

    .card-mvv {
        background-color: #A63137;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 35px;

        .img-mvv{
            margin-bottom: 18px;
        }
        .titulo-mvv{
            font-weight: 600;
            font-size: 24px;
            line-height: 120%;
            text-align: center;
            color: #fff;
        }
        .texto-mvv{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            text-align: center;
            color: #fff;
        }
    }


}

#politica{
    padding: 50px 0;
    background-color: #F6F6F6;
    position: relative;

    .img-politica{
        width: 48%;
        object-fit: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0%;
        color: #111827;

        span{
            font-weight: 600;
            color: #E7454A;
        }
    }
    p{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: -2%;
        color: #3C3C3B;
    }
}


#depo {
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 145%;
        letter-spacing: 0%;
        color: #111827;
        margin-bottom: 30px;
    }
    .text-depo{
        font-weight: 400;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 0%;
        vertical-align: middle;
    }


    .passadores{   
        margin-top: 70px;       

        .swiper-button-next {
            left: 70px;
            background-color: #E7454A;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }
        .swiper-button-prev {
            left: 0px;
            background-color: #E7454A;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }

        .swiper-button-next:after {
            font-size: 20px;
            color: #fff;
            font-weight: 700;
            left: 3px;
            position: relative;
        }
        .swiper-button-prev:after {
            font-size: 20px;
            color: #fff;
            font-weight: 700;
            right: 1px;
            position: relative;
        }
    }

    .card-depo {
        border: 1px solid #DEDEDE;
        padding: 40px 35px;
        border-radius: 10px;
        box-shadow: 0px 4px 12px 0px #0000001A;

        
        .depoimento {
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #3C3C3B;
        }

        .indo-depo {
            display: flex;

            .img-depoente{
                width: 70px;
                height: 70px;
                object-fit: cover;
                border-radius: 40px;
            }

            .nome-cargo{
                margin-left: 16px;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                justify-content: center;

                .nomeDepo {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 100%;
                    color: #E7454A;
                    margin: 0;
                }

                .cargoDepo {
                    font-weight: 400;
                    font-size: 16px;
                    color: #3C3C3B;
                    margin: 0;
                }
            }
        }

    }


    
    .swiper-slide {
      width: 55% !important;
    }
    .position-absolute {
        width: 50%; /* ou o tamanho que você precisar */
    }
}




/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #mvv {
        .card-mvv {
            margin-bottom: 30px;
        }
    }
    #politica {
        .img-politica {
            width: 100%;
            object-fit: cover;
            height: 280px;
            left: 0;
            position: relative;
            margin-bottom: 20px;
            border-radius: 15px;
        }
    }
    #depo {
        .position-absolute {
            position: relative !important;
            width: 100%;
        }


        .card-depo {
            .indo-depo {
                display: flex;
                flex-direction: column;
                align-items: center;
            
                .img-depoente {
                    margin-bottom: 20px;
        
                    .nomeDepo {
                        margin: 20px 0 10px;
                    }
                }

            }
        }

        .passadores {
            position: relative;
                .swiper-button-next{
                    left: auto;
                }
                .swiper-button-prev{
                    left: auto;
                }


        }

        .swiper-slide {
            width: 100% !important;
        }
        
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    #mvv {
        .card-mvv {
            margin-bottom: 30px;
        }
    }
    #politica {
        .img-politica {
            width: 100%;
            object-fit: cover;
            height: 280px;
            left: 0;
            position: relative;
            margin-bottom: 20px;
            border-radius: 15px;
        }
    }

     #depo {
        .position-absolute {
            position: relative !important;
            width: 100%;
        }


        .card-depo {
            .indo-depo {
                display: flex;
                flex-direction: column;
                align-items: center;
            
                .img-depoente {
                    margin-bottom: 20px;
        
                    .nomeDepo {
                        margin: 20px 0 10px;
                    }
                }

            }
        }

        .passadores {
            position: relative;
                .swiper-button-next{
                    left: auto;
                }
                .swiper-button-prev{
                    left: auto;
                }


        }

        .swiper-slide {
            width: 100% !important;
        }
        
    }
    
}