@media (max-width: 575.98px) {
    
    
    /* Show Hide menu */
    #show-mobile {
        display: block !important;
    }

    #show-desktop {
        display: none !important;
    }
    .menu-bar {
        display: block;
    }
    
    .section-1 {
        text-align: center;
    }

    .section-2 iframe {
        width: 90%;
    }
    
    .section-1 h1 {
        
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .imphone {
        margin-top: 30px;
    }
    
    .section-3 h3 {
        text-align: center;
        margin-top: 50px;
    }

    .section-3 {
        padding-top: 30px;
    }

    .section-3 img {
        margin-top: 20px;
    }

    .section-4 h3 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 12px;
        margin-left: 0;
    }

    .section-4 ul {
        margin-left: 0;
        margin-bottom: 60px;
    }

    .section-5 h3 {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
    }

    .section-5 p {
        text-align: center;
        line-height: 28px;
    }

    .section-6 ul li {
        width: 90%;
    }

    .depoimentos ul li {
        width: 90%;
    }

    .baixar ul li {
        display: inline-block;
        width: 40%;
    }

    .header nav ul li:nth-child(5) a {
        background: #fff;
        color: var(--cor-a);
        padding: 0;
        border-radius: 24px;
    }

    .section-3 ul li div img {
        margin-top: 4px;
    }
    .section-4 ul li div img {
        margin-top: 4px;
    }

    .depoimentos h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .baixar h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .sejaguru h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .sejaaprendiz h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .baixar ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}
  
@media (max-width: 767.98px) and (min-width: 990px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}
  