@charset "utf-8";
/*
Theme Name: Unifer - Fábrica de Caçambas
Theme URI: https://uniferjatai.com.br
Author: Lagome - Soluções Digitais
Author URI: https://lagome.com.br
*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Ubuntu', Century Gothic, Helvetica, sans-serif;
	min-width:320px;
}
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}
h1 {
	border-left:8px #ED3237 solid;
	padding-left:16px;
	color:#ED3237; 
	margin:60px 0 60px 0; 
}
header {
	position:relative;
	width:100%;
}
.btn {
	background-color:#3E4095;
	color:#fff;
	border:0;
}
.btn:hover {
	background-color:#ED3237;
}
header ul li {list-style:none;display:inline-block}
header #contato-bar {
	background-color:#fff;
	width:100%;
}
header #contato-bar ul li {
	padding:10px 0 10px 0;
	color:#3E4095;
	font-weight:300;
	font-size:1.4em;
	margin:0 8px 0 8px;
}
header #contato-bar a {
	color:#3E4095;
}
header #contato-bar a:hover {
	color:#ED3237;
	text-decoration:none;
}
header #logo_block {
	position:relative;
	z-index:100;
}
header #logo_block #logo_overlay {
	width:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	background-image:url('images/bg_logo_header.png');
	background-size:contain;
	background-position:0 40px;
	background-repeat:no-repeat;
}
header #logo {
	float:right;
	max-width:310px;
	width:100%;
	height:auto;
	padding:30px 15px 30px 0;
	margin-right:80px;
}
header #menu {
	background-color:#3E4095;	
}
header nav {
	float:left;
	z-index:10;
	position:relative;
}
header nav .nav-link {
	color:#fff;
}
header nav .nav-link:hover {
	color:#FFFF00;
}
header nav ul li {
	margin:20px 0 20px 0;
	padding:0 5px 0 5px;
	color:#fff;
	border-right:2px #fff solid;
}
header nav ul li:last-of-type {
	border-right:0;
}
/* SLIDESHOW */
#slide {
	width:100%;
}
/* SOBRE NÓS */
#sobre {
	background-color:#E5E9EE;
	margin-bottom:130px;
}
#sobre #complementos {
	margin-bottom:-130px;
}
#sobre #complementos h2 {
	text-align:left;
}
#sobre #complementos .item {
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
}
#sobre #complementos .item .overlay {
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	padding:20px;
}
#sobre #complementos .item img {
	width:100%;
	height:auto;
}
.texto {
	font-size:2em;
	font-weight:300;
}
/* GALERIA */
#galeria .item {
	min-height:250px;
	margin-bottom:30px;
}
#galeria .item img {
	width:100%;
	height:auto;
	border-radius:15px;
}
/* ORÇAMENTO */
#orcamento {
	min-height:400px;
	background-color:#FFFAF7;
}
#orcamento .btn {
	padding:10px 120px 10px 120px;
	font-size:1.6em;
}
/* MAPA DE LOCALIZAÇÃO */
#mapa #endereco {
	color:#ED3237;
	margin:20px 0 20px 0;
}
/* RODAPÉ */
#rodape {
	background-color:#3E4095;
	padding:45px 0 0 0;
	color:#fff;
}
#rodape ul li {
	display:inline-block;
	padding:0 15px 0 15px;
}
#rodape ul li i {
	padding-right:8px;
}
#rodape img {
	max-width:400px;
	width:100%;
	height:auto;
}
#rodape #copyright {
	margin-top:30px;
	border-top:1px #fff solid;
	padding:15px 0 15px 0;
}
#rodape #copyright p {
	float:left;
}
#rodape #copyright img {
	max-width:150px;
	float:right;
}

/* media queries */

@media (max-width: 1360px) {

	header #logo {
		max-width:280px;
	}	

}
@media (max-width: 1200px) {

	header #logo {
		max-width:250px;
	}	
	header nav {
		float:right;
	}

}
@media (max-width: 1024px) {

	header #logo {
		max-width:230px;
	}	

}
@media (max-width: 992px) {

	header #logo {
		max-width:250px;
		background-color:#fff;
		padding:30px 10px 30px 10px;
		border-radius:0 0 20px 20px;
	}	
	header #logo_block #logo_overlay {
		background-image:none;
	}
	header #contato-bar ul li {
		font-size:1em;
	}
	#rodape #copyright {
		text-align:center;
	}
	#rodape #copyright p {
		float:none;
		width:100%;
		margin-bottom:15px;
	}
	#rodape #copyright img {
		float:none;
	}
}
@media (max-width: 767px) {

	h1 {
		margin:30px 0 30px 0;
	}
	header #logo {
		padding:0;
		max-width:310px;
		margin:30px 0 0 0;
		float:inherit;
	}
	header #logo_block #logo_overlay {
		position:relative;
		text-align:center;
	}
	header #contato-bar {
		text-align:center;
	}
	header nav {
		width:100%;
	}
	header nav ul li {
		width:100%;
		border:0;
		margin:8px 0 8px 0;
	}
	header nav .nav-link:hover {
		background-color:#fff;
		color:#3E4095;
	}
	#orcamento .item {
		margin-bottom:15px;
	}
	#orcamento .btn {
		width:100%;
	}

}
@media (max-width: 580px) {
	h1 {
		font-size:2rem;
	}
	.texto {
		padding:0 15px 0 15px;
		font-size:1.6em;
	}
}
@media (max-width: 380px) {
	h1 {
		font-size:1.6rem;
	}
}