:root {
    --corPrincipalc: #072258;
    --corPrincipal: #051637;
    --laranja:#F09061;

}

a{
    text-decoration: none !important;
}

#orange{
    color: var(--laranja);
}

.desce{
    margin-top: 60px;
}

.linha{
    margin-top: 0px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--corPrincipalc);

    h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
}

#headline{
    width: 100vw;
    height: 100vh;
    background-image: url('media/fundo-011.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    &::before{
        content:'';
        bottom: 0;
        left: 0;
        position: absolute;
        background: url('media/fundo-011.png');
        background-size: cover;
        background-position: bottom;
        mask-image: linear-gradient(to top,rgba(0,0,0, 1) 40%, rgba(0,0,0, 0));
        filter: blur(5px);
        z-index: 0;
        width: 100vw;
        height: 200px;
    }

    .content{
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px;
    p:nth-of-type(1){
        text-align: center;
        text-shadow: 0px 0px 15px black;
        font-size: 20px;
        color: white;
        letter-spacing: 2.6px;
    }

    img:nth-of-type(1){
        box-shadow: 0px 0px 15px black;
        border-radius: 50%;
        width: 2%;
    }
    img:nth-of-type(2){
        width: 30%;
        max-width: 500px;
        margin: 0px 0px 35px 0px;
    }
    }
    a:nth-of-type(1){
        z-index: 1;
        width: 40%;
        margin:10px;
        color:white;
        font-size: 25px;
        font-weight: 600;
        padding: 15px 5px;
        text-align: center;
        border-radius: 10px;
        background-color: #072258;
        transition: 0.3s ease-in-out;

        &:hover{
            transform: scale(1.1);
            background-color: #051637;
        }
    }

    p#texto{
        margin:10px;
        transition: 0.5s ease;
        color:white;
        font-size: 25px;
    }

    .swiper {
        position: relative;
        z-index: 0;
        width: 100vw;
        margin-top:-5.5%;
        mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 95%);
        -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 95%);
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 30%;
        max-width: 500px;
    }

    .swiper-slide img {
        border-radius: 25px;
        margin-left:10%;
        display: block;
        width: 98%;
        height: 100%;
        object-fit: cover;
    }
}

.container2{
    background: url('media/fundoprofcarrosel.png');
    background-position: top;
    background-size: cover;
    padding: 40px 0px;
    width: 100vw;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    &::before{
        content:'';
        top:0;
        left: 0;
        position: absolute;
        background: url('media/fundoprofcarrosel.png');
        background-size: cover;
        background-position: top;
        mask-image: linear-gradient(to bottom,rgba(0,0,0, 1) 40%, rgba(0,0,0, 0));
        filter: blur(5px);
        z-index: 1;
        width: 100vw;
        height: 200px;
    }

    .content{
        width: 100%;
        min-height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        h1{
            text-shadow: 0px 0px 15px black;
            z-index: 1;
            color: white;
            font-size: 40px;
            margin:20px;
        }
        ._3prev {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            left: -50px;
            cursor: pointer;
            transition: 0.2s ease-in-out;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }
        
        ._3next {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            right: -50px;
            transition: 0.2s ease-in-out;
            cursor: pointer;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }

        ._3swiper-slide h3{
            margin:10px;
            font-size:24px;
            font-weight: 500;
        }

        ._3swiper-slide p{
            margin:10px;
        }

        ._3swiper-slide img{
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }

        ._3swiper-container {
            border-radius: 5px;
            box-shadow: 0px 0px 20px black;
            position: relative;
            max-width: 400px;
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: auto;
        }
        
        ._3swiper-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        ._3swiper-slide {
            max-width: 500px;
            min-height: 300px;
            width: 100%;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            min-width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
        
        ._3caption {
            font-size: 1.5rem;
            font-weight: 500;
            margin-top: 10px;
        }
        }
    }
.container3{
    width: 100%;
    display: flex;
    padding: 40px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));

    .content{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap:10px;

        .textos{
            display: flex;
            color:white;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            p{
                text-align: center;
            }

            p1{
                text-align: center;
                font-size: 25px;
            }
            p2{
                text-align: center;
                font-weight: 700;
                font-size: 48px;
            }
            p3{
                text-align: center;
            }
        }
        .imagens{
            width: 50%;
            margin:20px;
            display: flex;
            flex-direction: row;
            gap:5%;

            .img1{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                color: rgb(169, 169, 169);
                transition: 0.3s ease-in-out;

                &:hover{
                    transform: scale(1.05);
                }

                img{
                    width: 100%;
                    transition: 0.2s ease-in-out;
                    &:hover{
                        transform: scale(1.02);
                    }
                }
            }
            .img2{  
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                color: rgb(169, 169, 169);
                transition: 0.3s ease-in-out;

                &:hover{
                    transform: scale(1.05);
                }

                img{
                    width: 100%;
                    transition: 0.2s ease-in-out;
                    &:hover{
                        transform: scale(1.02);
                    }
                }
            }
        }
    }
}

.container4{
    width: 100%;
    display: flex;
    padding: 100px 0px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #D6DBE7;

    .content{
        width: 80%;
        display:flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;

        #mec{
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            p:nth-of-type(1){
                text-align: center;
                font-size: 15px;
            }
            p:nth-of-type(2){
                font-weight: 600;
                text-align: center;
                font-size: 30px;
            }
        }
        
        #text{
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            p:nth-of-type(1){
                width: 100%;
                margin:10px;
                text-align: justify;
                font-size: 20px;
            }
            p:nth-of-type(2){
                width: 100%;
                margin:10px;
                text-align: justify;
                font-size: 20px;
            }
        }
    }
}
.container5{
    width: 100%;
    display: flex;
    padding: 40px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));

    .content{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap:10px;
        p:nth-of-type(1){
            color: white;
        }
        h1{
            text-align: center;
            font-size: 48px;
            box-shadow: 0px 0px 15px black;
            font-weight: 500;
            color: black;
            padding: 5px 10px;
            border-radius: 10px;
            background: linear-gradient(to top,#F09061,#ca6533);
        }
        h2{
            text-align: center;
            font-size:18px;
            color: white;
        }
        ul{
            width: 50%;
            border-radius: 25px;
            list-style-position: inside;
            padding: 20px 10px 30px 10px;
            background: #1D2843;
            box-shadow: 0px 0px 15px #030d20;
        }

        p:nth-of-type(2){
            color: white;
            font-size: 18px;
            font-weight: 600;
            text-decoration: underline;
        }

        a:nth-of-type(1){
            width: 30%;
            text-align: center;
            color: black;
            font-size: 30px;
            font-weight: 500;
            border-radius: 10px;
            padding: 10px 15px;
            background-color: #00FF08;
            transition: 0.3s ease-in-out;
            box-shadow: 0px 0px 15px black;

            &:hover{
                transform: scale(1.08);
                background-color: #009805;
            }
        }

        ul li{  
            margin-top:10px;
            text-align: left;
            font-size: 18px;
            color: white;

            #orange{
                font-weight: 600;
            }
        }
    }
}

.container6{
    width: 100%;
    display: flex;
    padding: 100px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #D6DBE7;
    .content{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap:10px;
        p:nth-of-type(1){
            text-align: center;
            font-size: 20px;
        }
        h1:nth-of-type(1){
            width: 100%;
            text-align: center;
            font-size: 30px;
        }

        p:nth-of-type(2){
            box-shadow: 0px 0px 10px rgb(99, 99, 99);
            text-align: center;
            font-weight: 500;
            background-color: #E5F2F5;
            font-size: 18px;
            border-radius: 10px;
            padding: 10px 5px;
            width: 50%;
        }
        ._2prev {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            left: -50px;
            cursor: pointer;
            transition: 0.2s ease-in-out;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }
        
        ._2next {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            right: -50px;
            transition: 0.2s ease-in-out;
            cursor: pointer;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }

        ._2swiper-slide h3{
            margin:10px;
            font-size:24px;
            font-weight: 500;
        }

        ._2swiper-slide p{
            margin:10px;
        }

        ._2swiper-slide iframe{
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }

        ._2swiper-container {
            border-radius: 5px;
            box-shadow: 0px 0px 25px rgb(105, 105, 105);
            position: relative;
            max-width: 400px;
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: auto;
        }
        
        ._2swiper-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        ._2swiper-slide {
            max-width: 500px;
            width: 100%;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            min-width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
        
        ._2caption {
            font-size: 25px;
            font-weight: 500;
            margin-top: 10px;
        }
    }
}

.container7{
    width: 100%;
    padding:40px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));
    a{
        width: 40%;
        color: white;
        font-size: 20px;
        margin:20px 0px;
        font-weight: 600;
        padding: 15px 5px;
        text-align: center;
        border-radius: 10px;
        background-color: black;
        transition: 0.2s ease-in-out;
        text-shadow: 0px 0px 10px black;

        &:hover{
            transform: scale(1.05);
            background-color: rgb(0, 115, 255);
        }
    }

    .content{
        width:100%;
        display:flex;
        color:white;
        align-items: center;
        flex-direction: row;
        gap:30px;
        justify-content: center;

        .textos{
            width: 30%;
            height: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            p{
                width: 100%;
                margin:10px 0px;
                font-size: 20px;
                text-align: justify;
            }
            p:nth-of-type(1){
                margin:0px;
                text-align: center;
                font-size: 20px;
            }
            h1{
                text-align: center;
                font-weight: 700;
                font-size: 30px;  
            }
        }

        .image{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 20%;
            height: 80%;
            img{
                width: 100%;
                box-shadow: inset 0px 0px 15px black;
            }
        }

    }
}

.container8{
    padding: 40px 0px;
    width:100%;
    display:flex;
    color:white;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    a{
        background-color: red;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-top: 20px;
        font-weight: 600;
        font-size: 25px;
        border-radius: 10px;
        transition: 0.3s ease-in-out;

        &:hover{
            transform: scale(1.05);
            background-color: rgb(174, 12, 12);
        }
    }
    .content{
        display:flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        img{
            width: 70%;
        }

        .videocontainer{
            margin:1%;
            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{
            border-radius: 10px;
            border:none;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9; /* Garante a proporção correta */
            border: none;
            }
        }
    }
}


@media only screen and (max-width: 600px){
    .container7{
        a{
            width: 90%;
        }
        .content{
            width: 100%;
            flex-direction: column;
            .textos{
                width: 90%;

            }
            .image{
                width: 100%;
            }
        }
    }
    .container6{
        .content{
            h1:nth-of-type(1){
                width: 95%;
            }
            p:nth-of-type(2){
                width: 95%;
            }

        }
    }
    .container5{
        .content{
            ul{
                width: 100%;
            }

            a:nth-of-type(1){
                width: 95%;
            }
        }
    }
    .container4{
        padding: 50px 0px;
        .content{
            width: 95%;
            flex-direction: column;
            #mec{
                width: 100%;
            }
            #text{
                width: 100%;
            }
        }
    }
    .container3{
        .content{
            .imagens{
                gap:20px;
                width: 100%;
                flex-direction: column;
            }
        }
    }
    .container2{
        &::before{
            height: 100px;
        }
        .content{
            z-index: 2;
        ._3swiper-slide{
            img{
                width:70%;
            }
        }

        ._3caption{
            font-size: 20px;
        }

        ._3swiper-wrapper{
            width: 100%;
        }
    }
        
    }
    #headline{
        &::before{
            height: 100px;
        }

        .content{
            width: 100%;
            padding: 5px;
            img:nth-of-type(1){
                width: 10%;
            }
            img:nth-of-type(2){
                width: 100%;
            }
        }

        .swiper {
            position: relative;
            z-index: 0;
            width: 100vw;
            margin-top:-5.5%;
            mask-image: linear-gradient(90deg, rgba(0,0,0, 0),rgba(0,0,0, 1) ,rgba(0,0,0, 1),rgba(0,0,0, 0) );
            -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0, 0),rgba(0,0,0, 1) ,rgba(0,0,0, 1),rgba(0,0,0, 0) );
        }

        .swiper-slide{
            width: 100%;
        }

        .swiper-slide img{
            margin-left:0%;
        }

        a:nth-of-type(1){
            width: 95%;
            font-size: 20px;
        }
    }
}
@media only screen and (min-width: 600px){
 #headline{
    .content{
        img:nth-of-type(1){
            width: 5%;
        }
        img:nth-of-type(2){
            width: 70%;
        }

    }
    
    .swiper-slide{
        width: 50%; 
        }
}   

.container2{
    &::before{
        width: 100vw;
        background-position: top;
    }
    .content{
        ._3swiper-slide img{
            width: 80%;
        }
    }
}
.container3{
    .content{
        .imagens{
            flex-direction: column;
            gap:20px;
        }
    }
}
.container4{
    .content{
        width: 90%;
        gap:20px;
    }
}
.container5{
    .content{
        width: 100%;

        ul{
            width: 90%;
        }

        a:nth-of-type(1){
            width: 90%;
        }
    }
}
.container6{
    .content{
        p:nth-of-type(2){
            width: 90%;
        }
    }
}

.container7{
    a:nth-of-type(1){
        width: 60%;
    }
    .content{
        padding:0px 10px;
        gap:10px;
        .textos{
            width: 50%;
        }
        .image{
            width: 50%;
        }
    }
}

}
@media only screen and (min-width: 768px){
    .container7{
        a{
            width: 90%;
        }
        .content{
            width: 90%;
            flex-direction: row;
            .textos{
                width: 80%;

            }
            .image{
                width: 50%;
            }
        }
    }
    .container3{
        .content{
            width: 100%;
            .imagens{
                gap:20px;
                width: 100%;
                flex-direction: column;

            }
        }
    }
    #headline{
        .content{
            width: 100%;
            padding: 5px;
            img:nth-of-type(1){
                width: 3%;
            }
            img:nth-of-type(2){
                width: 50%;
            }
        }

        .swiper {
            position: relative;
            z-index: 0;
            width: 100vw;
            margin-top:-5.5%;
            mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 99%);
        -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 99%);
        }

        .swiper-slide{
            width: 50%;
        }

        .swiper-slide img{
            margin-left:5%;
        }

        a:nth-of-type(1){
            width: 70%;
            font-size: 25px;
        }
    }
}
@media only screen and (min-width: 992px){

}

@media only screen and (min-width: 1200px){
    .linha{
        margin-top: 0px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--corPrincipalc);
    
        h1{
            font-size: 15px;
            text-align: center;
            color: white;
        }
    }
    
    #headline{
        width: 100vw;
        height: 100vh;
        background-image: url('media/fundo-011.png');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    
        &::before{
            content:'';
            bottom: 0;
            left: 0;
            position: absolute;
            background: url('media/fundo-011.png');
            background-size: cover;
            background-position: bottom;
            mask-image: linear-gradient(to top,rgba(0,0,0, 1) 40%, rgba(0,0,0, 0));
            filter: blur(5px);
            z-index: 0;
            width: 100vw;
            height: 200px;
        }
    
        .content{
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap:10px;
        p:nth-of-type(1){
            text-align: center;
            text-shadow: 0px 0px 15px black;
            font-size: 20px;
            color: white;
            letter-spacing: 2.6px;
        }
    
        img:nth-of-type(1){
            box-shadow: 0px 0px 15px black;
            border-radius: 50%;
            width: 2%;
        }
        img:nth-of-type(2){
            width: 30%;
        }
        }
        a:nth-of-type(1){
            z-index: 1;
            width: 40%;
            margin:10px;
            color:white;
            font-size: 25px;
            font-weight: 600;
            padding: 15px 5px;
            text-align: center;
            border-radius: 10px;
            background-color: #072258;
            transition: 0.3s ease-in-out;
    
            &:hover{
                transform: scale(1.1);
                background-color: #051637;
            }
        }
    
        p#texto{
            margin:10px;
            transition: 0.5s ease;
            color:white;
            font-size: 25px;
        }
    
        .swiper {
            position: relative;
            z-index: 0;
            width: 100vw;
            margin-top:-5.5%;
            mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 95%);
            -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0, 0) 10%,rgba(0,0,0, 0),rgba(0,0,0, 1),rgba(0,0,0, 1),rgba(0,0,0, 0),rgba(0,0,0, 0) 95%);
        }
    
        .swiper-slide {
            background-position: center;
            background-size: cover;
            width: 30%;
        }
    
        .swiper-slide img {
            border-radius: 25px;
            margin-left:10%;
            display: block;
            width: 98%;
            height: 100%;
            object-fit: cover;
        }
    }
    
    .container2{
    background: url('media/fundoprofcarrosel.png');
    background-position: top;
    background-size: cover;
    padding: 40px 0px;
    width: 100vw;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    &::before{
        content:'';
        top:0;
        left: 0;
        position: absolute;
        background: url('media/fundoprofcarrosel.png');
        background-size: cover;
        background-position: top;
        mask-image: linear-gradient(to bottom,rgba(0,0,0, 1) 40%, rgba(0,0,0, 0));
        filter: blur(5px);
        z-index: 1;
        width: 100vw;
        height: 200px;
    }

    .content{
        width: 100%;
        min-height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        h1{
            text-shadow: 0px 0px 15px black;
            z-index: 1;
            color: white;
            font-size: 40px;
            margin:20px;
        }
        ._3prev {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            left: -50px;
            cursor: pointer;
            transition: 0.2s ease-in-out;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }
        
        ._3next {
            margin:10px;
            background-color: rgba(255, 255, 255, 0.5);
            border:none;
            text-align: center;
            padding: 0px 15px;
            font-size: 40px;
            right: -50px;
            transition: 0.2s ease-in-out;
            cursor: pointer;

            &:hover{
                transform: scale(1.05);
                background-color: rgba(99, 99, 99, 0.4);
            }
        }

        ._3swiper-slide h3{
            margin:10px;
            font-size:24px;
            font-weight: 500;
        }

        ._3swiper-slide p{
            margin:10px;
        }

        ._3swiper-slide img{
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }

        ._3swiper-container {
            border-radius: 5px;
            box-shadow: 0px 0px 20px black;
            position: relative;
            max-width: 400px;
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: auto;
        }
        
        ._3swiper-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        ._3swiper-slide {
            max-width: 500px;
            min-height: 300px;
            width: 100%;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            min-width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
        
        ._3caption {
            font-size: 1.5rem;
            font-weight: 500;
            margin-top: 10px;
        }
        }
    }
    .container3{
        width: 100%;
        display: flex;
        padding: 40px 0px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));
    
        .content{
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            gap:10px;
    
            .textos{
                display: flex;
                color:white;
                align-items: center;
                flex-direction: column;
                justify-content: center;
                p{
                    text-align: center;
                }
    
                p1{
                    text-align: center;
                    font-size: 25px;
                }
                p2{
                    text-align: center;
                    font-weight: 700;
                    font-size: 48px;
                }
                p3{
                    text-align: center;
                }
            }
            .imagens{
                width: 50%;
                margin:20px;
                display: flex;
                flex-direction: row;
                gap:5%;
    
                .img1{
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    color: rgb(169, 169, 169);
                    transition: 0.3s ease-in-out;
    
                    &:hover{
                        transform: scale(1.05);
                    }
    
                    img{
                        width: 100%;
                        transition: 0.2s ease-in-out;
                        &:hover{
                            transform: scale(1.02);
                        }
                    }
                }
                .img2{  
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    color: rgb(169, 169, 169);
                    transition: 0.3s ease-in-out;
    
                    &:hover{
                        transform: scale(1.05);
                    }
    
                    img{
                        width: 100%;
                        transition: 0.2s ease-in-out;
                        &:hover{
                            transform: scale(1.02);
                        }
                    }
                }
            }
        }
    }
    
    .container4{
        width: 100%;
        display: flex;
        padding: 100px 0px;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        background-color: #D6DBE7;
    
        .content{
            width: 80%;
            display:flex;
            align-items: center;
            flex-direction: row;
            justify-content: center;
    
            #mec{
                width: 80%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                p:nth-of-type(1){
                    text-align: center;
                    font-size: 15px;
                }
                p:nth-of-type(2){
                    font-weight: 600;
                    text-align: center;
                    font-size: 30px;
                }
            }
            
            #text{
                width: 80%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
    
                p:nth-of-type(1){
                    width: 100%;
                    margin:10px;
                    text-align: justify;
                    font-size: 20px;
                }
                p:nth-of-type(2){
                    width: 100%;
                    margin:10px;
                    text-align: justify;
                    font-size: 20px;
                }
            }
        }
    }
    .container5{
        width: 100%;
        display: flex;
        padding: 40px 0px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));
    
        .content{
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            gap:10px;
            p:nth-of-type(1){
                color: white;
            }
            h1{
                text-align: center;
                font-size: 48px;
                box-shadow: 0px 0px 15px black;
                font-weight: 500;
                color: black;
                padding: 5px 10px;
                border-radius: 10px;
                background: linear-gradient(to top,#F09061,#ca6533);
            }
            h2{
                text-align: center;
                font-size:18px;
                color: white;
            }
            ul{
                width: 50%;
                border-radius: 25px;
                list-style-position: inside;
                padding: 20px 10px 30px 10px;
                background: #1D2843;
                box-shadow: 0px 0px 15px #030d20;
            }
    
            p:nth-of-type(2){
                color: white;
                font-size: 18px;
                font-weight: 600;
                text-decoration: underline;
            }
    
            a:nth-of-type(1){
                width: 30%;
                text-align: center;
                color: black;
                font-size: 30px;
                font-weight: 500;
                border-radius: 10px;
                padding: 10px 15px;
                background-color: #00FF08;
                transition: 0.3s ease-in-out;
                box-shadow: 0px 0px 15px black;
    
                &:hover{
                    transform: scale(1.08);
                    background-color: #009805;
                }
            }
    
            ul li{  
                margin-top:10px;
                text-align: left;
                font-size: 18px;
                color: white;
    
                #orange{
                    font-weight: 600;
                }
            }
        }
    }
    
    .container6{
        width: 100%;
        display: flex;
        padding: 100px 0px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background-color: #D6DBE7;
        .content{
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            gap:10px;
            p:nth-of-type(1){
                text-align: center;
                font-size: 20px;
            }
            h1:nth-of-type(1){
                width: 100%;
                text-align: center;
                font-size: 30px;
            }
    
            p:nth-of-type(2){
                box-shadow: 0px 0px 10px rgb(99, 99, 99);
                text-align: center;
                font-weight: 500;
                background-color: #E5F2F5;
                font-size: 18px;
                border-radius: 10px;
                padding: 10px 5px;
                width: 50%;
            }
            ._2prev {
                margin:10px;
                background-color: rgba(255, 255, 255, 0.5);
                border:none;
                text-align: center;
                padding: 0px 15px;
                font-size: 40px;
                left: -50px;
                cursor: pointer;
                transition: 0.2s ease-in-out;
    
                &:hover{
                    transform: scale(1.05);
                    background-color: rgba(99, 99, 99, 0.4);
                }
            }
            
            ._2next {
                margin:10px;
                background-color: rgba(255, 255, 255, 0.5);
                border:none;
                text-align: center;
                padding: 0px 15px;
                font-size: 40px;
                right: -50px;
                transition: 0.2s ease-in-out;
                cursor: pointer;
    
                &:hover{
                    transform: scale(1.05);
                    background-color: rgba(99, 99, 99, 0.4);
                }
            }
    
            ._2swiper-slide h3{
                margin:10px;
                font-size:24px;
                font-weight: 500;
            }
    
            ._2swiper-slide p{
                margin:10px;
            }
    
            ._2swiper-slide iframe{
                width: 100%;
                border-radius: 8px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                margin-bottom: 15px;
            }
    
            ._2swiper-container {
                border-radius: 5px;
                box-shadow: 0px 0px 25px rgb(105, 105, 105);
                position: relative;
                max-width: 400px;
                width: 100%;
                height: auto;
                overflow: hidden;
                margin: auto;
            }
            
            ._2swiper-wrapper {
                display: flex;
                transition: transform 0.5s ease-in-out;
            }
            
            ._2swiper-slide {
                max-width: 500px;
                width: 100%;
                padding: 20px;
                background: #fff;
                border-radius: 8px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                min-width: 100%;
                box-sizing: border-box;
                text-align: center;
            }
            
            ._2caption {
                font-size: 25px;
                font-weight: 500;
                margin-top: 10px;
            }
        }
    }
    
    .container7{
        width: 100%;
        padding:40px 0px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(to bottom, var(--corPrincipal),var(--corPrincipalc));
        a{
            width: 40%;
            color: white;
            font-size: 20px;
            margin:20px 0px;
            font-weight: 600;
            padding: 15px 5px;
            text-align: center;
            border-radius: 10px;
            background-color: black;
            transition: 0.2s ease-in-out;
            text-shadow: 0px 0px 10px black;
    
            &:hover{
                transform: scale(1.05);
                background-color: rgb(0, 115, 255);
            }
        }
    
        .content{
            width:100%;
            display:flex;
            color:white;
            align-items: center;
            flex-direction: row;
            gap:30px;
            justify-content: center;
    
            .textos{
                width: 30%;
                height: 80%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                p{
                    width: 100%;
                    margin:10px 0px;
                    font-size: 20px;
                    text-align: justify;
                }
                p:nth-of-type(1){
                    margin:0px;
                    text-align: center;
                    font-size: 20px;
                }
                h1{
                    text-align: center;
                    font-weight: 700;
                    font-size: 30px;  
                }
            }
    
            .image{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 20%;
                height: 80%;
                img{
                    width: 100%;
                    box-shadow: inset 0px 0px 15px black;
                }
            }
    
        }
    }
    
    .container8{
        padding: 40px 0px;
        width:100%;
        display:flex;
        color:white;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        a{
            background-color: red;
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            margin-top: 20px;
            font-weight: 600;
            font-size: 25px;
            border-radius: 10px;
            transition: 0.3s ease-in-out;
    
            &:hover{
                transform: scale(1.05);
                background-color: rgb(174, 12, 12);
            }
        }
        .content{
            display:flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            img{
                width: 70%;
            }
    
            .videocontainer{
                margin:1%;
                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{
                border-radius: 10px;
                border:none;
                width: 100%;
                height: auto;
                aspect-ratio: 16 / 9; /* Garante a proporção correta */
                border: none;
                }
            }
        }
    }
    
}