@font-face {
	font-family: 'Bebas';
	src: url(../css/fonts/bebas.ttf);
}
@font-face {
	font-family: 'Montserrat Light';
	src: url(../css/fonts/montserrat-light.ttf);
}
@font-face {
	font-family: 'Montserrat Bold';
	src: url(../css/fonts/montserrat-bold.ttf);
}
@font-face {
	font-family: 'Bebas Neue';
	src: url(../css/fonts/BebasNeue.otf);
}

body, ul, li {
	margin:0; padding:0;
	list-style:none;
	font-family: sans-serif;
}

a {
	color:#FFF;
	text-decoration:none
}
.icone { 
	background-image: url(../img/icones.png); 
	margin: 0;
}

p {
	margin: 0;
}

.conteudo {
	display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    width: 1160px;
    box-sizing: border-box;
}

.redes_socias a {
	display: inline-flex;
}
.redes_socias a:nth-child(2) {
	position: relative;
	width: 40px;
	justify-content: center;
}
.redes_socias a:nth-child(2):before, 
.redes_socias a:nth-child(2):after {
	position: absolute;
	content: '.';
	color: #c8372f;
	bottom: -1px;
}
.redes_socias a:nth-child(2):before {
	left: -1px;
}
.redes_socias a:nth-child(2):after {
	right: 0px;
}

.formBusca {
	position: relative;
	display: flex;
	width: 170px;
    border: 1px solid #FFF;
    padding: 5px;
}
.formBusca .termo {
	background-color: transparent;
	border: none;
	font-family: 'Montserrat Light'; font-size: 13px;
	color: #FFF;
	width: 80%;
	outline: none;
}
.termo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.termo::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.termo:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.termo:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.formBusca .icone_busca {
	width: 19px;
	height: 19px;
	background-image: url(../img/botao_busca.png);
	background-color: transparent;
	border: none;
	margin-left: auto;
	outline: none;
}

#aguarde  {
	display: none;
}

#meio {
	background-color: #d6d6d6;
}

/* --- TOPO --- */
#topo {
	position: relative;
	display: flex;
	width: 100%;
	padding: 25px 0;
	justify-content: center;
	background-image: url(../img/fundo_topo.png); background-size: contain;
	background-repeat: round;
}
#topo .topo_conteudo {
	width: 38%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-end;
	flex: 1;
}
.topo_conteudo .redes_socias {
	padding-right: 15px;
}
.topo_conteudo hr {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border: none;
	background-color: #5c5c5c;
}
.topo_conteudo ul {
	display: flex;
}
.topo_conteudo ul li {
	position: relative;
	font-family: 'Bebas Neue'; font-size: 21px;
	padding: 0 15px;
	word-spacing: 5px;
	cursor: pointer;
}
.topo_conteudo ul a {
	position: relative;
	color: #FFF;
}
.topo_conteudo ul li:hover {
	text-decoration: underline;
}
.topo_conteudo ul li:after {
	position: absolute;
	content: '.';
	color: #c8372f;
	right: -1px;
	bottom: 0;
}
.topo_conteudo ul li:last-child:after {
	display: none;
}
#topo #logo_site {
	width: 24%;
	max-width: 290px;
    justify-content: center;
    display: flex;
}
#topo #conteudo_esquerda {
	align-items: flex-start;
}

.menu_categoria-topo {
	display: none;
	position: absolute;
	width: 245px;
	top: 30px;
	padding: 0 10px;
	background-color: #c8372f;
	box-sizing: border-box;
	z-index: 100;
}
.menu_categoria-topo a {
	display: table;
	width: 100%;
	font-family: 'Montserrat Light'; font-size: 16px;
	color: #FFF;
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px solid #a50900;
}
.menu_categoria-topo a:last-child {
	border-bottom: none;
}
.menu_categoria-topo a:hover {
	text-decoration: underline;
}

@media (max-width: 955px){
	.topo_conteudo .redes_socias, .topo_conteudo .formBusca, .topo_conteudo hr {
		display: none;
	}
	#topo {
		flex-direction: column;
	}
	#topo #logo_site {
		order: 1;
		margin: 0 auto 15px auto;
		width: 100%;
	}
	#topo .topo_conteudo {
		order: 2;
		margin: 0 auto;
		width: 100%;
		align-items: center!important;
	}
	.topo_conteudo ul a {
		width: 140px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	#logo_site img {
		height: 95px;
	}
	.topo_conteudo ul a {
		width: 126px;
	}
	.topo_conteudo ul li {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	#logo_site img {
		height: 60px;
	}
	.topo_conteudo ul a {
		width: 100px;
	}
	.topo_conteudo ul li {
		font-size: 10px;
	}
}

/* NEWSLETTER */
#newsletter {
	display: flex;
	align-items: center;
	background-color: #c8372f;
	height: 90px;
}
#newsletter .conteudo {
	justify-content: space-between;
}
#newsletter label {
	display: flex;
	align-items: center;
	font-family: 'Montserrat Bold'; font-size: 30px;
	color: #FFF;
}
#formNews {
	display: flex;
	width: 55%;
	max-width: 630px;
	background-color: #FFF;
	padding: 6px;
	margin-left: 35px;
	flex: 1;
}
#formNews #email {
	background-color: transparent;
	border: none;
	padding: 0 10px; 
    width: 80%;
	font-family: 'Montserrat Light'; font-size: 16px;
	color: #999898;
	outline: none;
}
#email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999898;
}
#email::-moz-placeholder { /* Firefox 19+ */
  color: #999898;
}
#email:-ms-input-placeholder { /* IE 10+ */
  color: #999898;
}
#email:-moz-placeholder { /* Firefox 18- */
  color: #999898;
}
#formNews #bt_enviar {
	width: 105px;
	height: 40px;
	background-color: #232323;
	border: none;
	font-family: 'Bebas'; font-size: 16px;
	color: #fff;
	margin-left: auto;
	cursor: pointer;
}

@media (max-width: 955px) {
	#formNews #bt_enviar {
		height: 35px;
	}
	#newsletter label {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	#newsletter label {
		font-size: 20px;
	}
	#formNews #bt_enviar {
		width: 95px;
		height: 30px;
	}
	#formNews #email, #formNews #bt_enviar {
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	#newsletter .conteudo {
		flex-direction: column;
	}
	#newsletter label {
		font-size: 19px;
	} 
	#formNews {
		margin-top: 5px; margin-left: 0;
		padding: 3px;
		width: 95%;
	}
}

/* --- RODAPÉ --- */
#menu_rodape {
	position: relative;
    display: flex;
	flex-direction: column;
    align-items: center;
	background-color: #212121;
	padding: 50px 0;
}
#menu_rodape #logo_rodape {
	margin-bottom: 30px;
}
#menu_rodape .conteudo li {
	list-style: none;
}
#menu_links {
	margin: 0 auto;
}
#menu_rodape .conteudo .titulo {
	font-size: 14px;
	font-family: 'Montserrat Bold';
	color: #c8372f;
}
#menu_rodape #info {
	font-size: 14px;
	font-family: 'Montserrat Light';
	color: #656565;
	line-height: 20px;
	padding: 10px 0;
}
#menu_rodape #info .nota {
	color: #fff;
}
#menu_rodape  #links {
    width: 250px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 15px 0 20px 0;
}
#menu_rodape  #links a { 
	display: table;
    width: 110px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Montserrat Light';
	line-height: 20px;
}
#menu_rodape  #links li:hover {
	text-decoration: underline;
}
#menu_links .formBusca {
	width: 240px;
}	
#menu_rodape #desenvolvimento {
	display: flex;
	align-items: flex-end;
}
#menu_rodape #logo_jumptec {
	display: table;
	background-position: -498px -162px;
	width: 168px;
	height: 70px;
}
#rodape {
	background-color: #151515;
}
#rodape .conteudo {
	height: 50px;
	align-items: center;
}
#rodape p {
	color: #413f3f;
	font-size: 14px;
	font-family: 'Montserrat Light';
}

@media (max-width: 680px){
	#logo_rodape {
		display: none;
	}
	#menu_rodape .conteudo {
		flex-direction: column;
	}
	#menu_links {
		margin: 15px 0;
	}
}
@media (max-width: 460px) {
	#rodape p {
		padding: 5px 0;
	}
	#rodape .conteudo {
		height: auto;
	}
}

@media (max-width: 1110px){
	#rodape .jumptec { margin-top: -130px; }
	#rodape .selos {display: none;}
	#rodape .linha {margin: 25px 0;}
	#rodape .cnpj {width: 60%;}
	#rodape .redessociais:before {top: -52px;}
}
/*@media (max-width: 850px) {
	#rodape .telefones {
		width:auto;
	}
}
@media (max-width: 680px) {
	#rodape .logo_kagiva {
		display:none;
	}
} 500px */
@media (max-width: 850px) {
	#rodape .telefones, #rodape .redessociais, #rodape .jumptec {
		clear: both;
	    float: none;
		margin: 60px auto 10px auto;
		color:#EAEAEA;
		display:table;
	}
	#rodape .redessociais {
		margin-top:130px;
	}
	#rodape .cnpj {
		padding:0px 10px;
		margin-top:0px;
		box-sizing:border-box;
		color:#EAEAEA;
		width: 100%;
	}
	#rodape .linha {
		margin:0;
		padding:10px 0;
		background:#000;
	}
	#rodape {
		background: black;
	}
}
@media (max-width: 390px) {
	#rodape .jumptec {
		width:100%;
		padding-top:10px;
	}
	#rodape .jumptec span {
		float: none;
		text-align: center;
		margin: 0px auto;
		width: 100%;
		display: table;
	}
	#rodape .jumptec a {
		float:none;
		margin:0px auto;
	}
	#rodape .telefones table {
		width:100%;
	}
}

/*@media screen and (max-width: 1020px) {
	#meio li {min-height: 185px !important;}
}
@media screen and (max-width: 450px){
	#meio li {min-height: 145px !important;}
}*/