@media (min-width: 320px){

    /* PÁGINA INICIAL */
    .main-img-banner{
        display: none;
    }

    #img-banner{
        display: none;
    }
}

@media (min-width: 321px){

    /* PÁGINA INICIAL */
    .main-h1{
        text-align: center;
    }
}

@media (min-width: 768px){

    /* PÁGINA INICIAL */
    .main-column{
        background-image: none;
        padding-bottom: 34px;
    }

    .main-h1{
        text-align: start;
    }

    .main-text {
        width: auto;
    }

    .main-img-banner{
        display: block;
    }

    #img-banner{
        display: block;
    }
    

    /* CARDS PEQUENOS - INFORMATIVOS  */
    .small-cards-row{
        flex-direction: row;
        justify-content: center;
    }

    
    /* COMPONENTS */
    .components-column{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        
    }

    .components-scroll{
        height: 415px;
    }

    .components-img{
        padding: 0 !important;
    }

    .components-h3,
    .components-text{
        margin:0;
        text-align: left;
    }

    .components-text{
        padding-top: 20px;
        max-width: 430px;
    }


    /* SESSÃO DA COMUNIDADE */
    .community-h2::after{
        width: 230px;
    }


    /* SESSÃO DE CONTATO */
    .contact-row{
        display: flex;
        align-items: center;
    }

    .contact-column{
        padding: 50px 15px 50px 15px;
    }

    .contact-p {
        text-align: left;
    }

    .form-column{
        margin-top: 56px !important;
    }
}

@media (min-width: 992px){

    /* NAVBAR */
    .menu-mobile{
        display: none;
    }
    
    a.nav-link.active.nav-link-button{
        background-color: #FFFF;
        color:  black !important;
        padding: 9px 12px;
        border-radius: 5px;
        font-weight: 800;
    }

    .nav-link-button:active{
        position: relative;
        top: 1px;
    } 

    
    /* SESSÃO COMUNIDADE */
    #community-img{
        display: flex;
        margin: 100px auto;
    }

    #community-element{
        display: none;
    }
}

@media (min-width: 1200px){

    /* PAGINA PRINCIPAL */
    .main-column{
        height: 700px;
    }

    .main-h1{
        font-size: 45px !important;
        max-width: 653px;
    }

    .main-text {
        font-size: 22px ;
        max-width: 566px;
    }

    button{
        font-size: 16px;
    }


     /* CARDS PEQUENOS - INFORMATIVOS  */
    .small-cards-section{
        padding: 100px 35px 80px 35px;
    }

    .small-cards-text{
        font-size: 18px;
    }


    /* COMPONENTS */
    .components-h2{
        font-size: 45px !important;
    }

    .components-h4{
        font-size: 25px !important;
    }


    .components-h3{
        font-size: 28px !important;
    }

    .components-img{
        width: auto;
        height: auto;
    }

    .components-text{
        font-size: 22px;
        max-width: 550px;
    }

    picture{
        width: 530px !important;
    }


    /* SESSÃO DA COMUNIDADE */
    .community-h2{
        font-size: 45px !important;
    }

    .community-h2::after{
        width: 402px;
    }


    /* SESSÃO DE CONTATO */
    .contact-h3{
        font-size: 32px  !important;
    }

    .contact-p{
        font-size: 14px !important;
    }

    button.btn-submit{
        width: 169px;
        height: 45px;
        padding: 6px 54px 6px 54px;

        font-size: 22px;
    }
}

@media (min-width: 1400px){

     /* SESSÃO DA COMUNIDADE */
    #community-img img{
        width: 100%;
    }
}
