/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 0px) and (max-width : 680px) {
/* Styles */

    #logo img {
      width: 90%;
     height: auto;
    }
    #headerinfo{
        float: none !important;
    }
    #headerinfo h1 {
        font-size: 1.2rem !important;
    }
    #atendimento {
       display: none;
    }
    .head2 {
        width: 100% !important;
    }
    #atendimento-mobile {
        display: block !important;
        width: 100% !important;
        text-align: right;
    }
    #atendimento-mobile span {
        background-color: #51a463 !important;
        padding: 0.4rem !important;
        color: white;
    }
    #modulo {
        display: none;
    }






}