@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body { 
font-family: 'Titillium Web', sans-serif!important;
}
.titulo, body, button, h1, h2, h3, h4, h5, h6, html, input, select, small, span, strong, textarea {
    font-family: 'Titillium Web', sans-serif!important;
}
/* Alterações FoxTech */
@media screen and (min-width: 1024px) and (max-width: 1443px) {
    .sem-banner {
        display: block !important;
    }
    .modulo.span4 {
    	width: auto !important;
	}
    .menu.superior .nivel-um > li {
        padding: 2px 3px !important;
    }
	.row-fluid .span4 {
        width: 31.623931623931625% !important;
    }
    .menu.superior .titulo {
        font-size: 14px !important;
        font-weight: 600;
        margin: 14px 10px;
    }
    #rodape div.contato li a {
        color: #fff !important;
        opacity: .6;
    }
    #rodape div.contato i {
        margin-right: 6px;
        font-size: 16px;
        color: #ffffff !important;
        opacity: .6;
    }
    .news-rodape {
        display: block !important;
    }
    #rodape .news-rodape {
		position: relative;
		padding: 0;
		display: block;
		float: right;
		right: 3%;
		top: 0px;
	}
    #rodape div.contato {
        font-weight: 350;
        width: 24% !important;
        left: -2px;
        position: relative;
    }
    .news-rodape .newsletter .botao:before {
        left: 16px !important;
    }
}

@media (min-width: 1444px) {
    .menu.superior .titulo {
        font-weight: 700;
        font-size: 13px !important;
        line-height: 16px;
    }
}
/* Alterações FoxTech 