@media (min-width: 750px) and (max-width: 1100px){
   .card{
        margin-right:35px !important;
   }

   .texto{
        margin-left:35px !important;
   }

    #fundo_header_pc, #fundo_header_cel{
        display: none;
    }

    #fundo_header_tablet{
        display: block;
    }


    #fundo_rodape_pc, #fundo_rodape_cel{
        display: none;
    }

    #fundo_rodape_tablet{
        display: block;
    }
}

@media (min-width: 670px) and (max-width: 749px){
    .card{
        margin-right:35px !important;
        width: 350px;
    }

   .texto{
        margin-left:35px !important;
    }

    button{
        font-size: 12px !important;
    }

    h1{
        font-size: 28px !important;
    }

    h2{
        font-size: 26px !important;
    }


    #fundo_header_pc, #fundo_header_cel{
        display: none;
    }

    #fundo_header_tablet{
        display: block;
    }

    #fundo_rodape_pc, #fundo_rodape_cel{
        display: none;
    }

    #fundo_rodape_tablet{
        display: block;
    }
}


@media (min-width: 500px) and (max-width: 669px) {
    .formulario{
        flex-direction: column;

    }

    .texto{
        text-align: center;
        width: 250px;

    }

    .card{
        margin-bottom: 20px;
        width: 90%;

    }

    h2{
        font-size: 20px !important;
        padding-top: 20px;

    }

    h1{
        display: none;
    }

    #fundo_header_pc, #fundo_header_cel{
        display: none;
    }

    #fundo_header_tablet{
        display: block;
    }

    #fundo_rodape_pc, #fundo_rodape_cel{
        display: none;
    }

    #fundo_rodape_tablet{
        display: block;
    }

}


@media (min-width: 340px) and (max-width: 499px) {
    .formulario{
        flex-direction: column;
        height: 400px;

    }

    .texto{
        text-align: center;
        width: 250px;

    }

    .card{
        width: 90%;
        margin-bottom: 20px;
        margin-top: 0px !important;

    }


    h2{
        font-size: 20px !important;
        padding-top: 20px;

    }

    h1{
        display: none;
    }

    button{
        font-size: 14px !important;
    }


    #fundo_header_pc, #fundo_header_tablet{
        display: none;
    }

    #fundo_header_cel{
        display: block;
    }

    #fundo_rodape_pc, #fundo_rodape_tablet{
        display: none;
    }

    #fundo_rodape_cel{
        display: block;
    }


}


@media screen and (max-width: 339px){
    .formulario{
        flex-direction: column;
        height: 400px;

    }

    .texto{
        text-align: center;
        width: 250px;

    }

    .card{
        width: 90%;
        margin-bottom: 20px;
        margin-top: 0px !important;
    }

    h2{
        font-size: 16px !important;
        margin-top: 20px !important;

    }

    h1{
        display: none;
    }

    button{
        font-size: 11px !important;
        height: 40px;
    }

    input{
        font-size: 14px !important;
        height: 35px;
    }

    
    #fundo_header_pc, #fundo_header_tablet{
        display: none;
    }

    #fundo_header_cel{
        display: block;
    }
        
    #fundo_rodape_pc, #fundo_rodape_tablet{
        display: none;
    }

    #fundo_rodape_cel{
        display: block;
    }

}