/*
Theme Name: Eletrobika
Theme URI: http://eletrobika.com.br
Author: Nathan Almeida
Author URI: https://facebook.com/NathanvAlmeida
Description: Tema desenvolvido exclusivamente para uso da empresa Eletro Bika
Version: 1.0
Text Domain: eletrobika
*/
/* cores
#c00000 vermelho principal
#8c0000 vermelho escuro
#f23131 vermelho claro
cores */

body {
	background-color: #fff;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	font-size: 16px;
	color: #333;
	font-family: Arial, sans-serif;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header ul.menu-header {
	font-family: 'Lato', sans-serif;
}

/* reset */
#inicio {
	width: 100%;
	float: left;
	height: 80px;
}
.bg-red {
	background-color: #c00000;
}
.padding-no {
	padding: 0;
}
.margin-no {
	margin: 0;
}
a.btn-padrao,
button.btn-padrao {
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
	background-color: #c00000;
	border: 2px solid #c00000;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background-color 0.2s, color 0.2s;
}
a.btn-padrao:hover,
button.btn-padrao:hover {
	color: #c00000;
	background-color: transparent;
}
.title-secao {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.title-secao h2 {
	width: 100%;
	float: left;
	color: #000;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.title-secao .sep {
	width: 10%;
	float: left;
	margin-left: 45%;
	height: 5px;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #8c0000;
}
.title-secao .subtitle-secao {
	width: 100%;
	float: left;
	text-align: center;
	color: #666;
	margin-top: 20px;
}
.title-widget {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.title-widget h2 {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.title-widget .sep {
	width: 10%;
	float: left;
	height: 5px;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #8c0000;
}

/* header */
.header {
	width: 100%;
	float: left;
	height: 80px;
	border-bottom: 1px solid #8c0000;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}
/* menu */
.header ul.menu-header {
	list-style: none;
	position: relative;
	display: flex;
	justify-content: center;
}
.header ul.menu-header li {
	display: inline;
	text-align: center;
}
.header ul.menu-header li a,
.header ul.menu-header li button {
	float: left;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 29px 20px;
	transition: box-shadow 0.2s;
	background-color: transparent;
	border: none;
	outline: none;
}
.header ul.menu-header li a.active,
.header ul.menu-header li a:hover,
.header ul.menu-header li button:hover {
	box-shadow: inset 0 -5px 0 #8c0000;
}

/* slide conceitual */
.slide-conceitual {
	width: 100%;
	float: left;
	height: 550px;
	background-image: url('img/slide2.jpg');
	background-size: cover;
	background-position: center;
}
.slide-conceitual a.logo-header {
	display: inline-block;
	margin-top: 50px;
}
.slide-conceitual a.logo-header img {
	max-width: 100%;
}

/* cta home */
.cta-home {
	width: 100%;
	float: left;
	background-color: #c00000;
	padding: 20px 0;
}
.cta-home h1.title-cta {
	width: 100%;
	font-size: 54px;
	float: left;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: right;
	color: #fff;
	padding-right: 50px;
	border-right: 1px solid #fff;
	margin-top: 0;
}
.cta-home .txt-cta {
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 0;
	color: #fff;
	text-align: justify;
}
.cta-home .btn-quero-orcamento {
	margin-top: 30px;
	background-color: #fff;
	color: #c00000;
	border-color: #fff;
}
.cta-home .btn-quero-orcamento:hover {
	color: #fff;
}

/* quem somos */
.quem-somos {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 50px 0;
}
.quem-somos .foto-empresa {
	width: 100%;
	float: left;
	overflow: hidden;
}
.quem-somos .foto-empresa img {
	width: 100%;
	float: left;
}
.quem-somos .txt-quemsomos {
	width: 100%;
	float: left;
	text-align: justify;
}
.quem-somos .mvv {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.quem-somos .mvv .icon {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.quem-somos .mvv h3.title {
	width: 100%;
	text-transform: uppercase;
	color: #c00000;
	text-align: center;
	font-weight: 900;
}
.quem-somos .mvv .txt {
	width: 100%;
	float: left;
	text-align: justify;
	margin-top: 30px;
}

/* servicos */
.servicos {
	width: 100%;
	float: left;
	background-color: #eee;
	padding: 50px 0 0 0;
}
.servicos ul.servicos-tab {
	width: 100%;
	float: left;
	list-style: none;
	padding-bottom: 50px;
}
.servicos ul.servicos-tab li {
	width: 100%;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #ccc;
	font-weight: bold;	
}
.servicos ul.servicos-tab li a {
	color: #666;
	float: left;
	width: 100%;
	padding: 30px;
	text-decoration: none;
}
.servicos ul.servicos-tab li.active {
	border: 1px solid #ccc;
	border-right: none;
}
.servicos ul.servicos-tab li.active a {
	color: #000;
}
.servicos .tab-content {
	padding-bottom: 50px;
}
.servicos .title-servico {
	width: 100%;
	float: left;
	text-align: center;
	color: #c00000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.servicos .txt-servico {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: justify;
}
.servicos .item {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.servicos .item span.icon {
	color: #c00000;
	font-size: 24px;
}
.servicos .item span.txt-item {
	color: #000;
	font-weight: bold;
}

/* produtos */
.produtos {
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color: #fff;
}
.produtos .produto {
	width: 100%;
	float: left;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(000, 000, 000, 0.2);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.produtos .produto .thumb {
	width: 100%;
	float: left;
	text-align: center;
}
.produtos .produto .thumb img {
	max-width: 100%;
}
.produtos .produto h4.title-produto {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #c00000;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 0;
}

/* galeria de serviços */
.galeria {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 50px 0 30px 0;
}
.galeria ul.galeria-tab {
	width: 100%;
	float: left;
	border-radius: 5px;
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.galeria ul.galeria-tab li {
	width: 33.33%;
	float: left;
	border-right: 1px solid #f23131;
	border-left: 1px solid #8c0000;
}
.galeria ul.galeria-tab li:first-child {
	border-left: none;
}
.galeria ul.galeria-tab li:last-child {
	border-right: none;
}
.galeria ul.galeria-tab li a {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	transition: background-color 0.2s;
}
.galeria ul.galeria-tab li a:hover,
.galeria ul.galeria-tab li.active a {
	background-color: #8c0000;
}
.galeria a.img-link {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	height: 200px;
	margin-bottom: 30px;
	opacity: 0.8;
	transition: opacity 0.2s;
}
.galeria a.img-link:hover {
	opacity: 1;
}

/* clientes */
.clientes {
	width: 100%;
	float: left;
	background-color: #eee;
	padding: 50px 0 45px 0;
}
.clientes .slider-clientes button.slick-prev,
.clientes .slider-clientes button.slick-next {
	background-color: #c00000;
	float: left;
}
.clientes .slider-clientes .slider-clientes-item {
	text-align: center;
}
.clientes .slider-clientes .slider-clientes-item img {
	max-width: 80%;
	display: inline-block;
}
.clientes .cliente {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.clientes ul.lista-clientes {
	width: 100%;
	float: left;
	list-style: none;
}
.clientes ul.lista-clientes li {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	color: #c00000;
	text-transform: uppercase;
}
.clientes ul.lista-clientes li h4 {
	font-weight: 700;
	letter-spacing: 1px;
}

/* contato */
.contato {
	width: 100%;
	float: left;
	background-color: #2a2a2a;
	padding: 50px 0;
}
.contato form {
	width: 100%;
	float: left;
}
.contato form input,
.contato form select,
.contato form textarea {
	width: 100%;
	float: left;
	background-color: #1a1a1a;
	border: none;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	outline: none;
	color: #fff;
}
.contato form textarea {
	height: 200px;
}
.contato form button {
	padding: 15px;
}
.contato .onde-estamos {
	width: 100%;
	float: left;
	background-color: #c00000;
	height: 364px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contato .endereco {
	width: 100%;
	float: left;
	color: #fff;
}

/* footer */
.footer {
	width: 100%;
	float: left;
	height: 80px;
	background-color: #1a1a1a;
	color: #666;
}
.footer .txt-copy {
	float: left;
	margin-top: 29px;
}
.footer .sociais {
	float: right;
	margin-top: 23px;
}
.footer .sociais a {
	float: left;
	color: #c00000;
	font-size: 24px;
	margin-left: 15px;
}