/* ----- Notebook ----- */
@media (max-width: 1440px){

    .header{
        height: unset;
    }
    .header-container{
        width: 60%;
    }

    /* --------------------------------------------------- */

    .card-conteudos img{
        width: 180px;
    }

    /* --------------------------------------------------- */

    .plans-container{
        width: 90%;
    }

    /* --------------------------------------------------- */

    .FAQ-container{
        width: 80%;
    }

    /* --------------------------------------------------- */

    .revenda-container{
        width: 80%;
    }

}

/* ----- SMARTPHONE ----- */
@media (max-width: 600px){

    .nav{
        background-color: #0d0d0d;
    }
    .bg-nav-transparent{
        background-color: #0d0d0d;
    }
    .nav-container-content{
        width:90%;
    }
    .nav-left{
        width: 100%;
        justify-content: space-between;
    }
    .nav-rigth.responsive-clear{
        display: flex;
    }
    .menu{
        background-color: #333;
        opacity: 1;
    }

    /* --------------------------------------------------- */

    .header{
        height: unset;
    }
    .header-container{
        width: 85%;
        position: relative;
    }
    .header-top h1{
        font-size: 30px;
    }
    .header-middle h3{
        text-align: center;
        font-size: 16px;
        font-weight: 100;
    }
    .header-bottom{
        flex-direction: column;
    }
    .header-bottom .btn2-l{
        margin-top: 20px;
    }

    /* --------------------------------------------------- */

    .conteudos{
        margin-top:10px;
    }
    .conteudos-top{
        width: 80%;
    }
    .conteudos-top h1{
        font-size: 25px;
        text-align: center;
    }
    .btn-conteudos{
        width: 100px;
        height: 40px;
    }
    .btn-conteudos :hover{
        width: 100px;
        height: 40px;
    }
    .btn-conteudos h2{
        font-size: 14px;
    }
    .cards-row{
        justify-content: center;
    }
    .card-conteudos{
        padding: 10px;
    }
    .card-conteudos img{
        width: 150px;
        border-radius: 10px;
    }
    .conteudos-bottom h1{
        font-size: 40px;
    }

    /* --------------------------------------------------- */

    .como-funciona{
        height: unset;
        margin:80px 0;
    }
    .como-funciona-container{
        width: 80%;
    }
    .como-funciona-top{
        display: flex;
        justify-content: center;
    }
    .como-funciona-top h1{
        text-align: center;
        font-size: 36px;
    }
    .como-funciona-bg{
        height:700px;
        position: absolute;
    }
    .como-funciona-middle h3{
        font-size: 18px;
    }
    .como-funciona-bottom{
        justify-content: center;
    }

    /* --------------------------------------------------- */

    .plans-container{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .plans-top {
        width: 90%;
    }
    .plans-middle{
        width: 80%;
    }
    .plans-top h1{
        text-align: center;
        font-size: 40px;
    }
    .plan-card{
        margin: 10px 10px;
        padding: 15px;
    }
    .plan-bottom h1{
        font-size: 30px;
    }

    /* --------------------------------------------------- */

    .sistemas-compativeis{
        justify-content: center;
        display: flex;
    }
    .sistemas-compativeis-container{
        width: 90%;
        flex-direction: column;
    }
    .sistemas-compativeis-left{
        width:unset;
        padding: 0 40px;
    }
    .sistemas-compativeis-top{
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }
    .sistemas-compativeis-top h1{
        font-size: 40px;
        text-align: center;
        margin-right: 20px;
    }
    .sistemas-compativeis-bottom{
        position: relative;
    }
    .sistemas-compativeis-right{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .sistemas-compativeis-right img{
        width:90%;
        display: flex;
        justify-content: center;
        margin:0 auto;
    }

    /* --------------------------------------------------- */

    .FAQ-container{
        width: 90%;
        flex-direction: column;
    }
    .FAQ-left{
        width: 100%;
    }
    .FAQ-left-middle h1{
        font-size: 40px;
    }
    .accordion-container{
        margin-top: 40px;
        width:100%;
    }
    [id^=accordion]:checked ~ .accordion-content {
        height: 150px;
    }

    /* --------------------------------------------------- */

    .revenda-container-master{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .revenda-container-left{
    display: flex;
    justify-content: center;
    align-items: center;
    }    
    .revenda-container-rigth{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .revenda-middle-right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .revenda-grafh{
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .revenda-grafh img{
        width: 90%;
        margin:0 auto;
    }
    .revenda-container{
        width: 90%;
    }
    .revenda-top h1{
        font-size: 40px;
        text-align: center;
    }
    .revenda-middle{
        flex-direction: column;
        margin-bottom:20px;
    }
    .revenda-bottom{
        display: flex;
        justify-content: center;
    }

    /* --------------------------------------------------- */

    .footer-container{
        width:95%;
    }
    .footer-top{
        flex-direction: column;
    }
    .footer-top-card{
        margin: 40px 0;
    }
    .footer-img img{
        width:200px;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom-left{
        margin-bottom: 10px;
    }
    .footer-bottom-right{
        width: 80%;
        margin-bottom: 10px;
    }
    .footer-bottom-right h3{
        text-align: center;
    }
    

}