@media only screen and (max-width: 1099px) {
    .utilitarios1 {
        width: 50%;
        margin: 0 auto;
        float: left;
        padding-bottom: 4%;
    }
    /*MENU*/
    #div-menu-topo {
        width: 180px;
        margin-top: 61px;
        z-index: 99999999;
    }
	#menu-principal{ display:block; }
    .nav {
        position: relative;
        min-height: 40px;
    }
    .nav ul {
        width: 180px;
        padding: 5px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #aaa;
        background: #fff url('../img/icon-menu.png') no-repeat 10px 11px;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
        height: auto;
    }
    .nav li {
        display: none;
        /* hide all <li> items */
        margin: 0;
        float: none;
    }
    .nav .current {
        display: block;
        /* show only current <li> item */
    }
    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
        line-height: 100%;
        color: #666;
    }
    .nav .current a {
        background: none;
        color: #666;
    }
    /* on nav hover */
    .nav ul:hover {
        background-image: none;
    }
    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }
    .nav .current a:hover,
    .nav a:hover {
        background: url('../img/icon-check.png') no-repeat 10px 7px;
    }
    /*Conteudo*/
    #idocumentos {
        width: 40%;
        margin-right: 1%;
    }
    #conteudo {
        width: 98%;
    }
    #wrap-site {
        width: 98%;
    }
    .box-conteudo {
        width: 98%;
    }
    #contato .tb-form {
        width: 98%;
    }
    #utilitarios-2-container {
        width: 60%;
        float: left;
        margin: 0px 1% 0px 0%;
        padding-bottom: 30px;
    }
    /*Utilitarios 3*/
    #inewsletter {
        width: 98%;
    }
    #form-inewsletter {
        width: 57%;
    }
    #inewsletter button {
        width: 25%;
    }
    /*Utilitarios 4*/
    #box-news {
        width: 98%;
    }
    /*Rodape*/
    #top_rodape_menu {
        margin-left: 1%;
        width: 73%;
    }
    #top_rodape_redesocial {
        margin-right: 1%;
    }
    #rodape-esquerdo {
        margin-left: 1%;
        width: 28%;
    }
    #rodape-meio {
        width: 28%;
    }
    #rodape-direito {
        margin-right: 1%;
        width: 28%;
    }
    .box-parceiro {
        width: 46%;
    }
}

@media only screen and (max-width: 800px) {
    #utilitarios-2-parte3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        clear: both;
    }
    #texto-conteudo {
        width: 90%;
        color: #fff;
        text-align: center;
        clear: both;
        margin: 0 auto;
    }
    #calculadora {
        padding: 9% 0% 12% 0%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        background: #560707;
    }
    #calculadora a {
        text-align: center !important;
        font-size: 1.25em !important;
        background: #860e0e !important;
        color: #fff !important;
        padding: 1% 5% !important;
        font-family: Calibri !important;
    }
    #calculadora h2 {
        width: 90% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 1.45em !important;
        color: #fff !important;
        padding-bottom: 3% !important;
    }
}

@media only screen and (max-width: 550px) {
	
	#utilitarios-1-parte1 {
    /* width: 100%; */
    padding: 2rem;
    height: auto;
    margin: 0 auto;
}
	
	#div-menu-topo {
    width: 180px;
    margin-top: 1rem;
    z-index: 99999999;
}

    #rodape p {
    font-size: 1.2em;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
}
    #rodape h4 {
        font-size: 1.8em;
    }
    #top_rodape_menu {
        margin-left: 0%;
        width: 100%;
        text-align: center;
        clear: both;
        margin: 0 auto;
    }
    #rodape-direito {
        margin-right: 0%;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    #rodape-meio {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3%;
    }
    #rodape-esquerdo {
        margin-left: 0%;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    #wrap-conteudo #conteudo-index {
        background: #560707;
        padding: 10% 0% 15% 0%;
    }
    #wrap-topo {
    height: auto;
    padding: 1rem 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
	.slide-out-div{display:none;}
}

@media only screen and (max-width: 450px) {
    .utilitarios1 {
        width: 100%;
        margin: 0 auto;
        float: left;
        padding-bottom: 9%;
    }
    #calculadora h2 {
        width: 90% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 1.45em !important;
        color: #fff !important;
        padding-bottom: 7% !important;
    }
    #calculadora a {
        text-align: center !important;
        font-size: 1.25em !important;
        background: #860e0e !important;
        color: #fff !important;
        padding: 3% 7% !important;
        font-family: Calibri !important;
    }
    #texto-conteudo p {
        font-size: 1.1em;
        line-height: 24px;
    }
}

@media only screen and (max-width :997px){#simulacao-basic .bordered-black{width:100%}}@media only screen and (max-width :768px){#simulacao-basic,#simulacao-calc{flex:0 0 100%;padding: 0;}}
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; } .g-recaptcha > div { width: 270px!important;} }