:root {
    --corPrincipalc: #072258;
    --corPrincipal: #051637;
    --laranja:#F09061;

}

a{
    text-decoration: none !important;
}

.desce{
    margin-top: 60px;
}

.linha{
    margin-top: 0px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A276B2;

    h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
}

.headline{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(media/Fundo\ Headline.webp);
    background-size: cover;
    padding:20px;

    p:nth-of-type(1){
        text-align: center;
        width: 40%;
        font-weight: 400;
        font-size: 35px;
    }
    p:nth-of-type(2){
        text-align: center;
        color:#145598;
        width: 40%;
        font-weight: 600;
        font-size: 40px;
    }
    .images{
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img:nth-of-type(2){
        width: 30%;
    }
        img:nth-of-type(1){
        margin:20px;
        width: 10%;
    }
    }
    a{
        background-color: #008300;
        color:white;
        width: 40%;
        text-align: center;
        border-radius: 10px;
        font-weight: 600;
        font-size: 25px;
        padding:15px 0px;
        transition: 200ms;
        margin-top:-10px;

        &:hover{
            background-color: #086608;
        }
    }

    p:nth-of-type(3){
        margin-top:20px;
        width: 40%;
        text-align: center;
        font-size: 18px;
    }

    p:nth-of-type(4){
        text-decoration: underline;
        font-size: 22px;
    }
}
/* Video-Container */
.container2{
    width: 100%;
    background: #EBC8BE;
    display: flex;
    flex-direction: column;
    justify-content: content;
    align-items: center;
    padding:50px;

    .video-container{
        display: flex;
        justify-content: center; /* Centraliza o vídeo */
        align-items: center;
        width: 100%; /* Ajuste a largura conforme necessário */
        max-width: 100%;
        position: relative;

    iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* Garante a proporção correta */
        border: none;
        }

    ul:nth-of-type(1){
        box-shadow: 0px 0px 15px #bb9f97;
        font-size: 16px;
        text-align: justify;
        margin-top:50px;
        padding:20px 20px;
        background-color: rgb(238, 238, 238);
        width: 40%;
        list-style-position: inside;

        
    }

    a{
            background-color: #008300;
            color:white;
            width: 40%;
            text-align: center;
            border-radius: 10px;
            font-weight: 600;
            font-size: 25px;
            padding:15px 0px;
            transition: 200ms;
            margin-top:20px;
    
            &:hover{
                background-color: #086608;
            }
        }
}
}

.container3{
    width: 100%;
    height: auto;
    min-height: 520px;
    background-position: right;
    background-image: url(media/BackgroundProf.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    .text{
        margin-right: 5%;
        width: 20%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        h1{
            font-weight: 500;
            font-size: 35px;
        }

        p:nth-of-type(1){   
            font-size: 18px;
            text-align: left;
        }
        p:nth-of-type(2){   
            padding: 10px;
            font-size: 18px;
            background-color: #E9E7E6;
            text-align: left;
        }
    }
}

.container4{
    padding:20px;
    background-color: #EBC8BE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    h1{
        text-shadow: 0px 0px 25px #bd9b92;
        font-weight: 500;
        margin:0px 0px 20px 0px;
        font-size: 25px;
        text-align: center;
    }

    ul{
        box-shadow: 0px 0px 25px #bd9b92;
        text-align: center;
        background-color: #E9E7E6;
        padding: 20px;
        list-style-type: none;
        li:nth-of-type(1){
            margin:5px;
            font-weight: 600;
        }
        width: 100%;
        height: 100%;
    }
    .text1,.text2,.text3{
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text3{
        width: 25%;
        margin:20px 0px 0px 0px;
    }

    .texts1{
        width: 50%;
        gap: 20px;
        display: flex;
        justify-content: space-between;
    }

    a:nth-of-type(1){
        text-shadow: 0px 0px 15px #012701;
        background-color: #008300;
        box-shadow: 0px 0px 25px #bd9b92;
        color: white;
        font-size: 25px;
        font-weight: 600;
        padding:15px;
        width: 50%;
        text-align: center;
        border-radius: 13px;
        margin-top: 1%;
        transition: 200ms;

        &:hover{
            transition: 200ms;
            background-color: #086608;
        }
    }

}

.container5{
    padding:40px 0px;
    display:flex;
    flex-direction: column;
    background-color: black;
    background-image: url(media/Fundo6_Prancheta\ 1.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    gap:30px;

    h1{
        padding:5px 0px;
        text-align: center;
        background-color: #F8EBFA;
        color:#82469B;
        font-size: 35px;
        width: 40%;
    }

    .depoimentos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
        gap:15px;
    }

    p{
        padding:5px 0px;
        text-align: center;
        font-weight: 700;
        background-color: #F8EBFA;
        color:#82469B;
        font-size: 20px;
        width: 35%;
    }
}

.container6{
    background: #E9CAC0;
    display:Flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:25px 0px;

    h1{
        background-color: white;
        border-radius: 20px;
        padding:10px 20px;
        text-align: center;
        color: #82469B;
        font-size: 40px;
    }
    .container {
        position: relative;
        width: 80%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    
    }
    .container .card {
        position: relative;
        width: 300px;
        height: 420px;
        background: #fff;
        margin: 20px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 25px rgba(0,0,0,0.2);
        transition: 0.5s;
    }
    
    .container .card:hover {
        filter: blur(0px);
        transform: scale(1.1);
        opacity: 1;
    }
    
    .container .card .circle {
        position: relative;
        width: 100%;
        height: 100%;
        background: #000;
        clip-path: circle(180px at center 0);
        text-align: center;
    }
    
    .container .card .circle h2 {
        color: #fff;
        font-size: 3.0em;
        padding: 30px 0;
    }
    
    .container .card .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        bottom: 10px;
        padding:20px;
        page-break-after: 20px;
        text-align: center;
    }
    
    .container .card .content p {
        color: #666;
    }
    
    .container .card .content a {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        background: #000;
        color: #fff;
        border-radius: 40px;
        text-decoration: none;
        margin-top: 20px;
    }
    
    .container .card:nth-child(1) .circle,
    .container .card:nth-child(1) .content a {
        background: #ffaf00;
    }
    
    .container .card:nth-child(2) .circle,
    .container .card:nth-child(2) .content a {
        background: #da2268;
    }
    
    .container .card:nth-child(3) .circle,
    .container .card:nth-child(3) .content a {
        background: #bb02ff;
    }

    
    }

    .container7{
        width: 100%;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-image: url(media/Final.png);
        background-size: cover;
        background-position: center;
        color: white;
        padding:40px 0px;
        gap:20px;

        h1{
            text-decoration: underline;
            font-size: 40px;
        }
        p:nth-of-type(1){
            width: 50%;
            text-align: center;
            font-size: 30px;
        }
        h2{
            margin-top:100px;
            font-size: 50px;
        }
        p:nth-of-type(2){
            font-size:30px;
            text-align: center;
            width: 60%;
        }


    }

.container8{
    width: 100%;
    display: flex;
    padding:20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #C17BCA;
    h1:nth-of-type(1){
        background-color: white;
        border-radius: 20px;
        padding:20px;
        font-size: 30px;
        width: 40%;
        text-align: center;

        span{
            color:#008300;  
        }
    }

    .containerCard{
        padding:30px 0px;
        margin-top:50px;
        width: 100%;
        height: auto;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        gap:10%;

        .card{
            box-shadow: 0px 0px 15px rgba(0,0,0, 0.4);
            background-color: white;
            width: 100%;
            padding:10px;
            height: auto;
            border-radius: 25px;
            position: relative;
            z-index: 0;

            &::after{
                box-shadow: 0px 5px 10px #a1a1a1;
                border-radius: 25px 25px 100% 100%;
                content: '';
                background-color: #008300;
                width: 100%;
                height: 25%;
                position: absolute;
                top:0;
                z-index: -1;
                left:0;
            }
            .cardContent{
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                padding:0px;

                h1:nth-of-type(1){
                    text-shadow: 0px 0px 10px #000000;
                    margin-top: -5%;
                    z-index: 2;
                    width: 100%;
                    background:transparent;
                    position: relative;
                    text-align: center;
                    font-size: 50px;
                    color: rgb(255, 255, 255);
                }
                h2:nth-of-type(1){
                    margin-top:5%;
                    width: 100%;
                    font-size: 23px;
                }

                p:nth-of-type(1){
                    margin-top:5%;
                    font-size: 20px;
                    width: 100%;
                }
            }
        }
        
        
    }
    a:nth-of-type(1){
        width: 50%;
        text-align: center;
        background-color: #008300;
        font-size: 28px;
        font-weight: 600;
        border-radius: 10px;
        padding:10px 0px;
        color:white;
        transition: 200ms;

        &:hover{
            transition: 200ms;
            background-color: #086608;
        }

    }

}

.container9{
    width: 100%;
    padding:40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;
    background-color: #E9E7E6;

    .images{
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap:1%;

        img{
            width: 100% !important;
        }
    }
    h1{
    font-size: 20px; 
    }
    a{
        font-size: 21px;
        font-weight: 700;
        border-radius: 15px;
        padding:15px;
        width: 50%;
        text-align: center;
        background-color: #008300;
        color: rgb(255, 255, 255);
        transition: 200ms;

            &:hover{
                transition: 200ms;
                background-color: #086608;
            }
    }
}

.container10{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('media/FundoPensa.avif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    h1{
        font-size: 48px;
        padding:10px 0px;
        width: 100%;
        color: #ffffff;
        text-decoration: underline;
        text-shadow: 0px 0px 15px black;
        text-align: center;
        }

    .images1{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

        img:nth-of-type(1){
            margin-right:35%;
        }
        img:nth-of-type(2){
            margin-top:-10%;
            margin-left:35%;
        }
    }
    .images2{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

        img:nth-of-type(1){
            margin-right:35%;
        }
        img:nth-of-type(2){
            margin-top:-10%;
            margin-left:35%;
        }
    }
    .images3{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

        img:nth-of-type(1){
            margin-right:35%;
        }
        img:nth-of-type(2){
            margin-top:-10%;
            margin-left:35%;
        }
    }
}

.container11{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    background-image: url(media/Dúvidas.avif);
    width: 100%;
    height: 648px;
    transition: 200ms;
    padding:50px;
        .cont11content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap:20px;

            h1{
                width: 30%;
                text-align: center;
                font-size: 30px;
                background-color: #E9E7E6;
                padding:0px 10px;
            }

            p{
                font-size: 30px;
                background-color: #E9E7E6;
                padding:0px 0px;
                width: 25%;
                text-align: center;
            }

            #svg{
                margin:1%;
                width: 150px;
                transition: 200ms;

                &:hover{
                    transition: 200ms;
                    
                    #background{
                       transition: 200ms;
                       fill:#1d7a13;
                    }
                }
            }
        }
}

.cta-container {
    background-color: #E9E7E6;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

        .cta-content{
            width: 50%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            
            h2:nth-of-type(1){
                text-align: center;
                width: 80%;
                font-size: 30px;
                font-weight: 500;
            }
            h2:nth-of-type(2){
                text-align: center;
                width: 80%;
                font-size: 30px;
                font-weight: 700;
            }
            p{
                font-size: 18px;
                text-align: justify;
                width: 80%;
                margin:3%;
            }
            .cta-button {
                display: inline-block;
                background-color: #008000;
                color: #FFFFFF;
                width: 90%;
                padding:20px 0px;
                font-size: 18px;
                font-weight: bold;
                text-decoration: none;
                border-radius: 10px;
                margin-top: 20px;
                transition: 200ms;

                &:hover{
                    transition: 200ms;
                    background-color: #086608;
                }
            }
        }
}



@media screen and (max-width:768px) and (min-width:320px){
    .container9{
        width: 100%;
        padding:40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:30px;
        background-color: #E9E7E6;
    
        .images{
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap:5%;
    
            img{
                width: 100% !important;
            }
        }
        h1{
        font-size: 20px; 
        }
        a{
            font-size: 21px;
            font-weight: 700;
            border-radius: 15px;
            padding:15px;
            width: 80%;
            text-align: center;
            background-color: #008300;
            color: rgb(255, 255, 255);
            transition: 200ms;
    
                &:hover{
                    transition: 200ms;
                    background-color: #086608;
                }
        }
    }
    
    .container11{
        min-height: auto;
        padding: 0px;
        justify-content: center;
        align-items: center;
        display: flex;
        .cont11content{
            width: 70%;

            h1{
                width: 100%;
            }
            p{
                width: 100%;
            }
        }
    
    }   
    .cta-container {
        background-color: #E9E7E6;
        padding:20px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
            .cta-content{
                width: 100%;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                h2:nth-of-type(1){
                    text-align: center;
                    width: 100%;
                    font-size: 23px;
                    font-weight: 500;
                }
                h2:nth-of-type(2){
                    text-align: center;
                    width: 100%;
                    font-size: 25px;
                    font-weight: 700;
                }
                p{
                    font-size: 18px;
                    text-align: justify;
                    width: 100%;
                    margin:3%;
                }
                .cta-button {
                    display: inline-block;
                    background-color: #008000;
                    color: #FFFFFF;
                    width: 90%;
                    padding:20px 0px;
                    font-size: 16px;
                    font-weight: bold;
                    text-decoration: none;
                    border-radius: 10px;
                    margin-top: 20px;
                    transition: 200ms;
    
                    &:hover{
                        transition: 200ms;
                        background-color: #086608;
                    }
                }
            }
    }
    .container10{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url('media/FundoPensa.avif');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    
        h1{
            font-size: 48px;
            padding:10px 0px;
            width: 100%;
            color: #ffffff;
            text-decoration: underline;
            text-shadow: 0px 0px 15px black;
            text-align: center;
            }
    
        .images1{
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                margin-right:0%;
            }
            img:nth-of-type(2){
                margin-top:0%;
                margin-left:0%;
            }
        }
        .images2{
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                margin-right:0%;
            }
            img:nth-of-type(2){
                margin-top:0%;
                margin-left:0%;
            }
        }
        .images3{
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                margin-right:0%;
            }
            img:nth-of-type(2){
                margin-top:0%;
                margin-left:0%;
            }
        }
    }
    .container8{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #C17BCA;
        a{
            width: 80% !important;
        }
        h1:nth-of-type(1){
            background-color: white;
            border-radius: 20px;
            padding:20px;
            font-size: 30px;
            width: 90%;
            text-align: center;
    
            span{
                color:#008300;  
            }
        }
    
        .containerCard{
            padding:20px;
            margin-top:50px;
            width: 100%;
            height: auto;
            max-width: 1200px;
            display: flex;
            flex-direction: column;
            gap:20px;
    
            .card{
                box-shadow: 0px 0px 15px rgba(0,0,0, 0.4);
                background-color: white;
                width: 100%;
                min-height: 315px;
                padding:10px;
                height: auto;
                border-radius: 25px;
                position: relative;
                z-index: 0;
    
                &::after{
                    box-shadow: 0px 5px 10px #a1a1a1;
                    border-radius: 25px 25px 100% 100%;
                    content: '';
                    background-color: #008300;
                    width: 100%;
                    height: 25%;
                    position: absolute;
                    top:0;
                    z-index: -1;
                    left:0;
                }
                .cardContent{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    text-align: center;
                    padding:0px;
    
                    h1:nth-of-type(1){
                        text-shadow: 0px 0px 10px #000000;
                        margin-top: -3%;
                        z-index: 2;
                        width: 100%;
                        background:transparent;
                        position: relative;
                        text-align: center;
                        font-size: 35px;
                        color: rgb(255, 255, 255);
                    }
                    h2:nth-of-type(1){
                        margin-top:5%;
                        width: 100%;
                        font-size: 23px;
                    }
    
                    p:nth-of-type(1){
                        margin-top:5%;
                        font-size: 20px;
                        width: 100%;
                    }
                }
            }
            
        }
    
    }
    .container5{
        width: 100%;

        h1{
            width: 100%;
            font-size: 25px;
        }
        .depoimentos{
            width: 40%;
            flex-direction: column;

            img{
                width: 100%;
            }
        }
    }
    
    .container4{
        padding:10px 0px;
        .texts1{
            width: 90%;
        }

        .text3{
            width: 50%;
        }

        a:nth-of-type(1){
            width: 80%;
        }
    }

    .container3{
        background-position:center;
        background-size: auto;
        .text{
            margin-right: 0;
            width: 70%;
            h1{
                font-size: 20px;
            }
        }
    }
    .container2{
        padding:0px 0px 20px 0px;
        
        .video-container{
            display: flex;
            justify-content: center; /* Centraliza o vídeo */
            align-items: center;
            width: 100%; /* Ajuste a largura conforme necessário */
            max-width: 100%;
            position: relative;
    
        iframe{
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9; /* Garante a proporção correta */
            border: none;
            }
        
    }
    ul:nth-of-type(1){
        box-shadow: 0px 0px 15px #bb9f97;
        font-size: 16px;
        text-align: justify;
        margin-top:0px;
        padding:20px 20px;
        background-color: rgb(238, 238, 238);
        width: 40%;
        list-style-position: inside;
    }

    a{
        background-color: #008300;
        color:white;
        width: 40%;
        text-align: center;
        border-radius: 10px;
        font-weight: 600;
        font-size: 25px;
        padding:15px 0px;
        transition: 200ms;
        margin-top:20px;

        &:hover{
            background-color: #086608;
        }
    }
}

    .headline{
        p:nth-of-type(1){
            font-size: 25px;
        }
        p:nth-of-type(2){
            font-size: 30px;
        }
        .images{

        img:nth-of-type(1){
            width: 20%;
        }
        img:nth-of-type(2){
            width: 60%;
        }
    }

        a{
          width: 60%;  
        }
    }


}

@media screen and (max-width:425px) and (min-width:320px){
    .cta-container {
        background-color: #E9E7E6;
        padding:20px 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
            .cta-content{
                width: 100%;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                h2:nth-of-type(1){
                    text-align: center;
                    width: 100%;
                    font-size: 23px;
                    font-weight: 500;
                }
                h2:nth-of-type(2){
                    text-align: center;
                    width: 100%;
                    font-size: 25px;
                    font-weight: 700;
                }
                p{
                    font-size: 18px;
                    text-align: justify;
                    width: 100%;
                    margin:3%;
                }
                .cta-button {
                    display: inline-block;
                    background-color: #008000;
                    color: #FFFFFF;
                    width: 90%;
                    padding:20px 0px;
                    font-size: 16px;
                    font-weight: bold;
                    text-decoration: none;
                    border-radius: 10px;
                    margin-top: 20px;
                    transition: 200ms;
    
                    &:hover{
                        transition: 200ms;
                        background-color: #086608;
                    }
                }
            }
    }
    .container11{
        min-height: auto;
        padding: 0px;
        justify-content: center;
        align-items: center;
        display: flex;
        .cont11content{
            width: 100%;

            h1{
                width: 100%;
            }
            p{
                width: 100%;
            }
        }
    
    }
    .container10{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url('media/FundoPensa.avif');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    
        h1{
            font-size: 20px;
            padding:10px 0px;
            width: 100%;
            color: #ffffff;
            text-decoration: underline;
            text-shadow: 0px 0px 15px black;
            text-align: center;
            }
            .pensamentos{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
        .images1{
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                width: 100%;
                margin-right:0%;
            }
            img:nth-of-type(2){
                width: 100%;
                margin-top:0%;
                margin-left:0%;
            }
        }
        .images2{
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                width: 100%;
                margin-right:0%;
            }
            img:nth-of-type(2){
                width: 100%;
                margin-top:0%;
                margin-left:0%;
            }
        }
        .images3{
            width: 100%;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
    
            img:nth-of-type(1){
                margin-right:0%;
                width: 100%;
            }
            img:nth-of-type(2){
                width: 100%;
                margin-top:0%;
                margin-left:0%;
            }
        }
    }
    .container7{
        h1{
            text-decoration: underline;
            font-size: 25px;
        }
        p:nth-of-type(1){
            width: 90%;
            text-align: center;
            font-size: 20px;
        }
        h2{
            text-align: center;
            margin-top:100px;
            font-size: 30px;
        }
        p:nth-of-type(2){
            font-size:20px;
            text-align: center;
            width: 90%;
        }
    }
    .container6{
        padding: 0;
        h1{
            font-size: 20px;
        }
        .container .card {
            position: relative;
            width: 300px;
            height: 420px;
            background: #fff;
            margin:20px 0px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 25px rgba(0,0,0,0.2);
            transition: 0.5s;
        }

        .container {
            position: relative;
            width: 100%;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        
        }

    }
    .container5{
        .depoimentos{
            width: 80%;
        }

        p{
            width: 80%;
        }
    }
    .container4{
        padding:10px 0px;
        .texts1{
            flex-direction: column;
            width: 90%;
        }

        .text3{
            flex-direction: column;
            width: 90%;
        }

        a:nth-of-type(1){
            margin-top:15px;
            width: 80%;
        }
    }

    .container2{
        ul:nth-of-type(1){
            width: 95%;
            margin-top: 2%;
        }

        a{
            width: 90%;
            font-size: 20px;
        }
    }
    .container3{
        background-position:center;
        background-size: auto;
        .text{
            margin-right: 0;
            width: 90%;
            h1{
                font-size: 20px;
            }
        }
    }


    .linha{
        height: 40px;
        h1{
        font-size: 10px;
    }
    }
    .headline{
        padding: 20px 0px;

        p:nth-of-type(1){
            width: 100%;
            font-size: 20px;
        }
        p:nth-of-type(2){
            width: 100%;
            font-size: 25px;
        }
        p:nth-of-type(3){
            width: 100%;
            font-size: 15px;
        }
        p:nth-of-type(4){
            text-align: center;
            width: 100%;
            font-size: 20px;
        }
        .images{
            

        img:nth-of-type(1){
            width: 50%;
        }
        img:nth-of-type(2){
            width: 90%;
        }
    }

        a{
          width: 90%;  
        }
    }
}

@media screen and (max-width:1024px) and (min-width:768px){
    .container8{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #C17BCA;
        h1:nth-of-type(1){
            background-color: white;
            border-radius: 20px;
            padding:20px;
            font-size: 30px;
            width: 40%;
            text-align: center;
    
            span{
                color:#008300;  
            }
            
        }
    
        .containerCard{
            padding:30px 0px;
            margin-top:50px;
            width: 100%;
            height: auto;
            max-width: 1200px;
            display: flex;
            flex-direction: row;
            gap:5%;
    
            .card{
                box-shadow: 0px 0px 15px rgba(0,0,0, 0.4);
                background-color: white;
                width: 100%;
                padding:10px;
                height: auto;
                border-radius: 25px;
                position: relative;
                z-index: 0;
    
                &::after{
                    box-shadow: 0px 5px 10px #a1a1a1;
                    border-radius: 25px 25px 100% 100%;
                    content: '';
                    background-color: #008300;
                    width: 100%;
                    height: 25%;
                    position: absolute;
                    top:0;
                    z-index: -1;
                    left:0;
                }
                .cardContent{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    text-align: center;
                    padding:0px;
    
                    h1:nth-of-type(1){
                        text-shadow: 0px 0px 10px #000000;
                        margin-top: -5%;
                        z-index: 2;
                        width: 100%;
                        background:transparent;
                        position: relative;
                        text-align: center;
                        font-size: 50px;
                        color: rgb(255, 255, 255);
                    }
                    h2:nth-of-type(1){
                        margin-top:5%;
                        width: 100%;
                        font-size: 23px;
                    }
    
                    p:nth-of-type(1){
                        margin-top:5%;
                        font-size: 20px;
                        width: 100%;
                    }
                }
            }
            
        }
    
    }

    .container5{
        h1{
            width: 60%;
        }
        p{
            width: 55%;
        }
    }
    .headline{
        padding: 20px 0px;

        p:nth-of-type(1){
            width: 100%;
            font-size: 20px;
        }
        p:nth-of-type(2){
            width: 100%;
            font-size: 25px;
        }
        p:nth-of-type(3){
            width: 100%;
            font-size: 15px;
        }
        p:nth-of-type(4){
            text-align: center;
            width: 100%;
            font-size: 20px;
        }
        .images{
            

        img:nth-of-type(1){
            width: 20%;
        }
        img:nth-of-type(2){
            width: 50%;
        }
    }

        a{
          width: 90%;  
        }
    }
    .container2{
        padding:0px 0px 20px 0px;
        .video-container{
            display: flex;
            justify-content: center; /* Centraliza o vídeo */
            align-items: center;
            width: 100%; /* Ajuste a largura conforme necessário */
            max-width: 100%;
            position: relative;
    
        iframe{
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9; /* Garante a proporção correta */
            border: none;
            }

    }
    ul:nth-of-type(1){
        box-shadow: 0px 0px 15px #bb9f97;
        font-size: 16px;
        text-align: justify;
        margin-top:1%;
        padding:20px 20px;
        background-color: rgb(238, 238, 238);
        width: 70%;
        list-style-position: inside;
    }
    a{
        background-color: #008300;
        color:white;
        width: 40%;
        text-align: center;
        border-radius: 10px;
        font-weight: 600;
        font-size: 25px;
        padding:15px 0px;
        transition: 200ms;
        margin-top:20px;

        &:hover{
            background-color: #086608;
        }
    }

}
    .container3{
        .text{
            width: 80%;
        }
    }

    .container4{
        .texts1{
            width: 70%;
        }

        .text3{
            width: 50%;
        }
    }
}

@media only screen and (min-width:1024px){
    .container2{
        ul:nth-of-type(1){
            box-shadow: 0px 0px 15px #bb9f97;
            font-size: 16px;
            text-align: justify;
            margin-top:50px;
            padding:20px 20px;
            background-color: rgb(238, 238, 238);
            width: 40%;
            list-style-position: inside;
    
            
        }
        a{
                background-color: #008300;
                color:white;
                width: 40%;
                text-align: center;
                border-radius: 10px;
                font-weight: 600;
                font-size: 25px;
                padding:15px 0px;
                transition: 200ms;
                margin-top:20px;
        
                &:hover{
                    background-color: #086608;
                }
            }
    }
}