@media screen and (max-width : 1530px) {
    
    #banner-novidades {
        width: 150px;
    }
    
}

@media screen and (max-width : 1340px) {
    
    #banner-novidades {
        width: auto;
        top: auto;
        right: auto;
        left: 0;
        bottom: -153px;
    }
    
    #banner-novidades:hover {
        bottom: 0;
        padding-right: 10px;
    }
    
}

@media screen and (max-width : 1000px) {
    
    .center978 {
        max-width: 90%;
    }
    
    #footer .center978 {
        padding: 16px 0;
    }
    
}

@media screen and (max-width : 690px) {

    #footer p {
        margin: 0;
        display: block;
        float: none;
        text-align: left;
    }
    
    #footer p span.ic {
        display: none;
    }
    
    .form-rdp-pergunta.open {
        bottom: 78px;
    }
    
}

@media screen and (max-width : 510px) {
    
    #content {
        margin: 82px 0 138px;
    }
    
    .rdp-pergunta {
        bottom: 78px;
    }
    
}

@media screen and (max-width : 490px) {
    
    .center400 {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    
}

@media screen and (max-width : 380px) {
    
    #page-login ul.opcoes-login {
        position: relative;
        margin-top: 25px;
    }
    
    #menu-topo {
        height: 64px;
    }
    
    #menu-topo a span {
        font-size: 19pt;
    }
    
    #busca-faq {
        margin-top: 64px;
    }
    
    #busca-faq .center978 {
        padding: 25px 0;
    }
    
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}