@media only screen and (max-width: 1099px) {
    /*MENU*/
    #div-menu-topo {
        width: 180px;
        margin-top: 47px;
        z-index: 99999999;
    }
    .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*/
    #texto-conteudo {
        width: 50%;
        margin-left: 1%;
    }
    #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-2-parte3 {
        width: 35%;
        float: right;
        margin: 0px 0% 0px 1%;
    }
    /*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%;
    }
    .container_planos p {
    color: #31333e;
    font-size: 1.35rem;
    font-weight: 400;
    padding-bottom: 30px;
    width: 100%;
    }
    #irinvestimentos .container_planos {
    width: 90%;
    margin: 0 auto;
    padding: 4% 0%;
    color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    
    .bloco3 h5 {
    background-color: #27ca46;
    width: 83%;
    margin: 0 auto;
    text-align: center;
    padding: 14px 30px;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
    
    #irinvestimentos h3 {
    color: #31333e;
    font-size: 1.45rem;
    padding-bottom: 22px;
    font-weight: 600;
    width: 90%;
    padding: 6% 0%;
}
    
    #irinvestimentos .container_planos {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0%;
    color: #fff;
}
    
    .container_planos p {
    color: #31333e;
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 30px;
    width: 100%;
}
    
    #irinvestimentos h1 {
    font-size: 2rem;
    width: 90%;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 50px;
    border-left: 31px solid #da2811;
    padding-left: 13px;
    height: 54px;
    margin-bottom: 50px;
}

	#div-logo-topo {
		width: 288px;
		height: 100px;
		margin-left: 5%;
		float: left;
		padding-top: 3px;
		padding-bottom: 10%;
	}

    #utilitarios-1 {
        background: #fff;
        padding: 9% 0% 9% 0%;
        height: 550px;
	}
	
    /*Conteudo*/
    #texto-conteudo {
        width: 80%;
        float: none;
        padding-bottom: 30px;
        padding-top: 20px;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    #idocumentos {
        width: 80%;
        float: none;
        margin: 10px auto;
        padding-bottom: 30px;
    }
    #idocumentos-form input {
        margin: 5px 8%;
    }
    #wrap-conteudo #conteudo-index {
        padding: 10px 0px;
    }
    #icalendario {
        width: 100%;
        margin-top: 60px;
        text-align: center;
        padding-bottom: 65px;
        padding-top: 50px;
    }
    .utilitarios1 {
        width: 100%;
        margin: 10px 0px;
    }
    .utilitarios2 {
        width: 100%;
        margin: 10px 0px;
    }
    /*Utilitarios 2*/
    #utilitarios-2-container {
        width: 80%;
        float: none;
        margin-left: 10%;
    }
    #utilitarios-2-parte3 {
        width: 98%;
        float: none;
        clear: both;
    }
    #icalendario table {
        width: 60%;
    }
    /*Utilitarios 4*/
    #utilitarios-4 {
        display: none;
    }
    /*Rodape*/
    #top_rodape {
        display: none;
    }
    #rodape-direito {
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    #rodape-esquerdo {
        width: 45%;
    }
    #rodape-meio {
        width: 45%;
        margin-right: 0%;
    }
    #contato {
        width: 90%;
        border: 0px;
    }
    .box-parceiro {
        width: 96%;
    }
}

@media only screen and (max-width: 550px) {
    
    #irinvestimentos .bx_planos {
    margin-bottom: 30px;
}
    
    #irinvestimentos .box_ir_planos {
    display: block;
}
    
    #irinvestimentos .planos {
    width: 100%;
}
    
    #irinvestimentos h2 {
    color: #31333e;
    font-size: 1.65rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 9%;
}
    
    #irinvestimentos ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 30px;
    padding-bottom: 17px;
}
    
    #irinvestimentos h1 {
    font-size: 1.55rem;
    width: 90%;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 50px;
    border-left: 17px solid #da2811;
    padding-left: 13px;
    height: 44px;
    margin-bottom: 50px;
}
    
    #full-slider-wrapper p{
        display:none;
    }
    
    .slide-out-div {
        display: none;
    }
    #icone-utili,
    #icone-manual,
    #icone-tab,
    #icone-indices {
        display: none;
    }
    #texto-utili,
    #texto-manual,
    #texto-tab,
    #texto-indices {
        width: 100%;
    }
    /*Utilitarios 3*/
    #icone-iartigos,
    #icone-atendimentoonline,
    #icone-igaleria-video,
    #icone-igaleria-foto {
        display: none;
    }
    #texto-iartigos,
    #texto-atendimentoonline,
    #texto-igaleria-video,
    #texto-igaleria-foto {
        width: 100%;
    }
    #utilitarios-3 {
        padding-top: 10px;
    }
    #icalendario table {
        width: 80%;
    }
    /*Utilitarios 4*/
    #inewsletter {
        clear: both;
    }
    #icone-inewsletter {
        display: none;
    }
    #texto-inewsletter {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
    }
    #texto-inewsletter p {
        display: none;
    }
    #form-inewsletter {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #rodape {
        float: left;
        text-align: center;
    }
    #rodape-esquerdo {
        width: 98%;
        height: auto;
    }
    #rodape-meio {
        width: 98%;
        height: auto;
    }
    #wrap-topo {
        height: 200px;
    }
    #div-logo-topo {
        width: 95%;
        text-align: center;
    }
    #div-menu-topo {
        float: none;
        margin: 0 auto;
        clear: both;
    }
    #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: 200px !important;
    }
}

@media only screen and (max-width: 400px) {
    #full-slider-wrapper {
        display: none;
    }
    #contato-fundo {
        width: 100%;
    }
    #contato {
        border: none;
        width: 90%;
    }
}