.menu-section{
    display: none;
}

@media(max-width: 1250px){
    .footer .links-uteis{
        width: 98%;
    
    }

    .footer .links-uteis ul{
        flex-wrap: wrap;
    }
}

/* Menu Mobile */
@media (max-width: 1024px){
    .menu-section{
        display: inline-block;
    }
    .header .conteiner .nav{
        display: none;
    }
    
    nav{
        display: none;
    }    
    
    .one, .two , .three{
        background-color: #3D67B1;
        height: 5px;
        width: 100%;
        margin: 6px auto;

        transition-duration: 0.3s;
        
    }
    .menu-toggle{
        width: 40px;
        height: 30px;
        margin-right: 25px;
        margin-top: 10px;
    }

    /*fullscren */
    .menu-section.on{
        position: absolute;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;
        background-color: #6EA541;

        z-index: 10;

        display: flex;
        justify-content: center;
        align-items: center;

    }

    .menu-section.on .nav-bar nav {
        display: block;
    }

    .menu-section.on .menu-toggle {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .menu-section.on .menu-toggle .one{
        transform: rotate(45deg) translate(7px, 7px);
    }

    .menu-section.on .menu-toggle .two{
        opacity: 0;
    }

    .menu-section.on .menu-toggle .three{
        transform: rotate(-45deg) translate(8px, -9px);
    }

    .menu-section.on .nav-bar nav ul{
        display: block;
        text-align: center;
        
    }


    .menu-section.on .nav-bar nav ul li{
        list-style: none;
    }

    .menu-section.on .nav-bar nav ul li a{
        transition-duration: 0.5s;
        display: block;
        color: #fff;
        text-decoration: none;

        font-size: 25px;
        padding: 15px 0px;
        
    }

    .menu-section.on .nav-bar nav .redes ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-section.on .nav-bar nav .redes ul li{
        margin: 5px;
    }

    .menu-section.on .nav-bar nav .redes ul li a{
        padding: 10px;
        font-size: 30px;
    }

    /* End Menu Mobile */
}



/* */

@media (max-width: 1440px){
    .banner-hero .hero-text {
        left: 44%;
    }
}
@media (max-width: 1226px){
    .sobre-home .content{
        flex-wrap: wrap;
        
    }
    .sobre-home .content .text{
        width: 100%;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    .sobre-home .content .text p{
        text-align: left;
    }
}

@media (max-width: 1040px){
    .banner-hero-home .hero #home{
        top: 15%;
    }
}


@media (max-width: 1024px){

    .banner-hero .hero-text {
        left: 42%;
    }

    .carrousel .conteiner{
        flex-wrap: wrap;
    }

    .carrousel .conteiner .text {
        width: 100%;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    .carrousel .conteiner .text p {
        text-align: left;
    }
    .parceiros-home .conteiner{
        width: 80%;
    }

    .mis-vis-val .conteiner{
        flex-wrap: wrap;
    }

    .mis-vis-val .conteiner > div{
        padding: 10px;
        
    }

    .mis-vis-val-sobre .conteiner{
        flex-wrap: wrap;
    }

    .mis-vis-val-sobre .conteiner > div{
        padding: 10px;
        
    }

    .lista-parceiros .conteiner{
        width: 85%;
    }
}

@media (max-width: 872px){
    .banner-hero-home .hero #home h3{
        font-size: 3rem;
    }
}

@media (max-width: 768px){

    .banner-hero .hero-text {
        left: 39%;
    }

    .parceiros-home .conteiner .parceiros-list{
        flex-wrap: wrap;
    }

    .footer .conteiner{
        display: block;
        text-align: center;
    }
    .footer .links-uteis{
        text-align: center;
    }

    .footer .links-uteis ul{
        display: block;
    }
}

@media (max-width: 636px){
    .banner-hero-home .hero #home {
        max-width: 100%;
        left: 1%;
        top: 20%;
    }

    .banner-hero-home .hero #home h3{
        font-size: 3.0rem;
    }
}

@media (max-width: 621px){
    .sobre-home .content img{
        width: 400px;
        height: auto;
    }
    .mis-vis-val .conteiner{
        width: 80%;
    }
    .mis-vis-val-sobre .conteiner{
        width: 80%;
    }

    .lista-parceiros .conteiner{
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .lista-parceiros .conteiner .parceiro-unico{
        margin: 25px 30px;
    }
}

@media (max-width: 546px){
    .banner-hero-home .hero-text{
        top: 20%;
    }
}

@media (max-width: 455px){
    

    .banner-hero-home .hero #home h3{
        font-size: 2.0rem;
    }
}

@media (max-width: 458px){
    .banner-hero-home .hero-text{
        top: 20%;
        left: 8%;
    }
    .banner-hero-home .hero-text h3{
        font-size: 4.0rem;
    }
    .banner-hero-home .hero-text p{
        font-size: 1.4rem;
    }

    .banner-hero .hero-text{
        top: 39%;
        left: 34%;
    }
}

@media (max-width: 421px){
    .sobre-home .content img{
        width: 300px;
        height: auto;
    }
    .carrousel .conteiner .slider{
        width: 300px;
    }

    .banner-hero .hero-text {
        left: 30%;
    }
}

@media (max-width: 320px){
    .banner-hero-home .hero-text p{
        font-size: 1.0rem;
    }
    .banner-hero .hero-text{
        top: 39%;
        left: 28%;
    }
    .banner-hero .hero-text h3{
        font-size: 3.0rem;
    }
}

