@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {
	font-family: Raleway, Sans-serif;
	font-size: 18px;
	color: #4c4c4c;
}


a {	
	text-decoration: none!important;
}
a.saiba-mais {
	text-transform: uppercase;
	opacity: .8;
	transition: all .3s;
}
a.saiba-mais:hover {
	opacity: 1;
}

h1, h2, h3, h4 {
	font-family: Raleway;
	font-weight: 600;
}
h2 {
	font-size: 34px;
	text-transform: uppercase;
}

form input.form-control,
form textarea.form-control {
	background: none;
	color: black;
	border: 1px solid black;
	border-radius: 0;
	resize: none;
}
form input[type=submit],
form button[type=submit] {
	float: right;
	border: none;
	background: none;
	color: black;
	font-weight: 700;
}

section .page-title h2 {
	float: left;
	color: black;
	font-size: 40px;
	font-weight: 100;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 50px;
}
section .page-title p {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	color: black;
}
section h3 {
	font-size: 22px;
	color: #e62020;
	margin-top: 2rem;
}
section h3:first-child {
	margin-top: 0;
}

.btn-home {
	margin-top: -5px;
}

#header {
	background: white;
	border-bottom: 1px solid red;
}
#header .logo {
	display: block;
	width: 160px;
    height: 70px;
	margin: 15px auto;
	background: url(../images/cicley-inovando-sempre.png) center center no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#header #nav {
	margin: 0 auto;
	text-align: center;
}
#header #nav ul {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align: bottom;
	font-size: 0;
}
#header #nav ul li {
}
#header #nav ul li a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 1;
	transition: all .3s;
}
#header #nav ul li a .fa {
	font-size: 18px;
}
#header #nav ul li a:hover {
	color: #e62020;
}
#header #nav ul li.current-menu-item a {
	color: #e62020;
	font-weight: 700;
}
#header #nav form {
	display: inline-block;
	margin: 0 20px;
}
#header #nav form input {
	padding: 3px 10px;
	background: url(../images/icons/search.png) right 8px center no-repeat;
	border: 1px solid black;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	outline: none;
}

.owl-carousel {
	display: block;
}
.destaque {
	position: relative;
}
.destaque .item {
	position: relative;
	height: 480px;
	background: center top;
	background-size: cover;
	border-bottom: 1px solid red;
}
.destaque .item .container {
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
}
.destaque .content {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 50px;
	z-index: 9;
}
.destaque .content p {
	max-width: 365px;
	line-height: 36px;
	font-size: 30px;
	font-weight: 700;
	color: #d21628;
	text-transform: none;
}
.destaque .content a {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	max-width: 200px;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	color: black;
}
.destaque .content a:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/icons/down-destaque.png) center center no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 0 2px -20px;
}

.produtos {
	padding: 80px 0 100px;
	background: white;
}
.produtos h2 {
	float: left;
	color: black;
	font-size: 40px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 40px;
}
.produtos p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	color: black;
}
.produtos .cicley {
	background: url(../images/background-produtos.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.produtos .cicley > .image {
	padding: 60px;
	display: inline-block;
}
.produtos .cicley .row {
	background: #e3e4e4;
}
.produtos .cicley .categoria {
	padding: 30px 15px 18px;
}
.produtos .cicley .categoria:nth-child(even) {
	background: #f4f4f4;
}
.produtos .cicley .categoria:nth-child(2n+7) {
	background: #f4f4f4;
}
.produtos .cicley .categoria:nth-child(2n+8) {
	background: #e3e4e4;
}
.produtos .cicley .categoria a {
	display: inline-block;
	color: #585858;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
}
.produtos .cicley .categoria a > .image {
	display: inline-block;
	line-height: 55px;
	margin-bottom: 20px;
}
.produtos .cicley .categoria a > .image.hover {
	display: none;
}
.produtos .cicley .categoria a > image img {
	max-height: 55px;
}
.produtos .cicley .categoria a:hover {
	color: #e91f1e;
}
.produtos .cicley .categoria a:hover .image {
	display: none;
}
.produtos .cicley .categoria a:hover .image.hover {
	display: inline-block;
}
.produtos .linha {
	padding: 50px 0 40px;
	background: url(../images/background-produtos.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.produtos .linha .image {
	display: inline-block;
	line-height: 85px;
	margin-bottom: 30px;
}
.produtos .linha img {
	line-height: 85px;
	max-height: 85px;
}
.produtos .linha a {
	display: inline-block;
	max-width: 180px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: black;
	line-height: 1.2em;
}

.chamada {
	position: relative;
	background: center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.chamada .container {
	position: relative;
	top: 50%;
	transform: translateY(-75%);
}
.chamada p {
	font-size: 36px;
	font-weight: 700;
	color: white;
	line-height: 1em;
}
.chamada p.p1 {
	text-align: left;
}
.chamada p.p2 {
	text-align: right;
}
.chamada a {
	float: right;
	font-size: 16px;
	font-weight: 700;
	color: white;
	opacity: .65;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 100px;
}
.chamada a:hover {
	opacity: 1;
}

.contato {
	padding: 100px 0 80px;
	background: black;
}
.contato .page-title h2 {
	float: left;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 40px;
}
.contato .page-title p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1em;
	color: #cfcfcf;
}
.contato form {
	margin: 50px auto 0;
}
.contato form input.form-control,
.contato form textarea.form-control {
	color: white;
	border: 1px solid white;
}
.contato form [type=submit] {
	color: white;
}
.contato a.mailto {
	font-size: 16px;
	color: white;
}
.contato p.social {
	margin: 20px 0;
	font-size: 18px;
}
.contato p.social a {
	display: inline-block;
	text-align: center;
	width: 34px;
	padding-top: 4px;
	margin: 0 10px 0 0;
	line-height: 30px;
	color: white;
	border: 1px solid white;
	opacity: .6;
	transition: all .3s;
}
.contato p.social a:hover {
	opacity: 1;
}

#breadcrumb {
	background: #f7f8f9;
}
#breadcrumb .breadcrumb {
	padding: .75rem 0;
	margin-bottom: 0;
	background: none;
	font-size: 10px;
	color: #868686;
}
#breadcrumb .breadcrumb a {
	color: #868686;
}
#breadcrumb .breadcrumb a:hover {
	color: #333333;
}

#produtos {
	padding: 50px 0 100px;
}
#produtos .list-produtos {}
#produtos .list-produtos .row {
	margin: 0 -6px;
}
#produtos .list-produtos .row > div {
	padding: 6px;
}
#produtos .produto {
	padding: 20px;
	background: white;
	border: 1px solid #eee;
	cursor: pointer;
}
#produtos .produto:hover {
	border: 1px solid #aaa;
}
#produtos .produto p {
	margin: 0;
	font-family: 'Titillium Web';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	height: 3.5em;
	overflow: hidden;
}
#produtos .produto p span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #e72020;
}
#produtos .produto p.image {
	margin-bottom: 5px;
	text-align: center;
	line-height: 100px;
	height: 100px;
	vertical-align: middle;
}
#produtos .produto p.image img {
	max-height: 100px;
	vertical-align: middle;
}
#produtos ul.list-group {}
#produtos ul.list-group .list-group-item {
	padding: 8px 0;
	border: none;
	border-top: 1px solid #e8e9e9;
	border-bottom: 1px solid #e8e9e9;
}
#produtos ul.list-group .list-group-item.active {
	background: #e7e5e5;
}
#produtos ul.list-group .list-group-item a {
	display: block;
	font-size: 12px;
	color: #2a2a2a;
}
#produtos ul.list-group .list-group-item a span.image {
	display: inline-block;
	width: 30px;
	margin: 0 5px;
	text-align: center;
}
#produtos ul.list-group .list-group-item a span.image img {
	max-height: 25px;
}
#produtos ul.list-group .list-group-item a span.image.hover {
	display: none;
}
#produtos ul.list-group .list-group-item a:hover span.image {
	display: none;
}
#produtos ul.list-group .list-group-item a:hover span.image.hover {
	display: inline-block;
}
#produtos ul.list-group .list-group-item a:hover {
	color: #e82120;
}
#produtos ul.list-group .list-group-item.active a {
	color: #e82120;
	font-weight: 700;
}
#produtos ul.list-group .list-group-item.active a span.image { display: none; }
#produtos ul.list-group .list-group-item.active a span.image.hover { display: inline-block; }
#produtos .categoria {
	border-radius: 10px 10px 0 0;
	background: #eff0f1;
	padding: 10px;
	font-size: 11px;
	line-height: 1.2em;
	text-transform: uppercase;
}

#produtoModal .modal-content {
	background: #dfdfdf; 
	border-radius: 0;
}
#produtoModal .modal-content .modal-header {
	border-bottom: 1px solid #898e93;
}
#produtoModal .modal-content .btn-group button {
	border: none;
	background: transparent;
	font-family: 'Titillium Web';
	font-size: 14px;
    text-transform: uppercase;
    outline: none;
}
#produtoModal .modal-content .modal-body {
	padding: 40px;
}
#produtoModal .modal-content .modal-body p {
	margin: 0;
	font-family: 'Titillium Web';
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
}
#produtoModal .modal-content .modal-body p span {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #e72020;
	margin-bottom: 20px;
}
#produtoModal .modal-content .modal-body p.image {
	margin-bottom: 20px;
}
#produtoModal .modal-content .modal-body p.image img {
	width: 230px;
}


#servicos {
	padding: 50px 0 100px;
}


#institucional {
	padding: 50px 0 100px;
}


#contato {
	padding: 50px 0 100px;
}
#contato .contato {
	padding-top: 0;
	background: white;
}
#contato .contato h2 {
	color: black;
	font-weight: 300;
}
#contato .contato p {
	color: black;
}
#contato .contato form input.form-control,
#contato .contato form textarea.form-control {
	color: black;
	border: 1px solid black;
}
#contato .contato [type=submit] {
	color: black;
}
#contato .contato a.mailto {
	color: black;
}
#contato .contato p.social a {
	color: black;
	border: 1px solid black;
}

#footer {
	border-top: 2px solid red;
	background: white;
}
#footer .cols {
	padding: 50px 15px;
}
#footer .newsletter {}
#footer .newsletter h2 {
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
}
#footer .menu a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: black;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#footer .menu ul {
	list-style: none;
	margin-top: -7px;
	padding: 0;
}
#footer .menu ul li > a {
	font-size: 12px;
	font-weight: 600;
	color: #e92220;
	text-transform: none;
	margin-bottom: 0;
}

#footer .copy {
	background: #f8f8f8;
	color: #878f91;
	font-size: 12px;
	padding: 10px 0;
}
#footer .copy p {
	margin: 0;
}
#footer .copy a {
	font-size: 10px;
	color: #878f91;
}
#footer .copy a:hover {
	color: red;
}

@media (max-width: 575px) {
	.produtos .cicley .categoria {
		background: #e3e4e4!important;
	}
	.produtos .cicley .categoria:nth-child(4n+1),
	.produtos .cicley .categoria:nth-child(4n+4) {
		background: #f4f4f4!important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.produtos .cicley .categoria {
		background: #e3e4e4!important;
	}
	.produtos .cicley .categoria:nth-child(2n+1) {
		background: #f4f4f4!important;
	}
	.produtos .cicley .categoria:nth-child(1n+5) {
		background: #e3e4e4!important;
	}
	.produtos .cicley .categoria:nth-child(2n+6) {
		background: #f4f4f4!important;
	}
	.produtos .cicley .categoria:nth-child(1n+9) {
		background: #e3e4e4!important;
	}
	.produtos .cicley .categoria:nth-child(2n+9) {
		background: #f4f4f4!important;
	}
}
@media (max-width: 767px) {

	#header .btn-nav {
		color: black!important;
		outline: none!important;
		box-shadow: none!important;
	}
	#header #nav {
		padding: 25px 0 50px;
	}
	#header #nav ul,
	#header #nav form {
		display: block;
	}
	#header #nav ul li {
		margin-bottom: 10px;
	}

	#destaque,
	.destaque .item {
		height: 450px;
	}
	.destaque .down {
		position: absolute;
		bottom: 50px;
	}

	.chamada {
		height: 480px;
	}
	.chamada .container {
		transform: translateY(-50%);
		text-align: center;
	}
	.chamada p {
		margin: 0;
		text-align: center!important;
	}
	.chamada a {
		float: none;
		display: inline-block;
		margin: 25px 0 0;
	}

	#footer .menu {
		padding: 25px 15px 15px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	#footer ul {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.produtos .col-linha-1 {
		padding-right: 7.5px;
	}
	.produtos .col-linha-2 {
		padding-left: 7.5px;
	}
}
@media (max-width: 991px) {
	section .page-title h2 {
		float: none!important;
		margin-right: 0!important;
	}
}
@media (min-width: 768px) {

	#header .logo {
		margin: 65px auto 45px;
		width: 240px;
		height: 106px;
	}
	#header.fixed .logo {
		margin: 35px auto 20px;
		width: 288px;
		height: 60px;	
	}
	#header #nav {
		padding-bottom: 10px;
		display: block!important;
	}
	#header #nav ul {
		display: inline-block;
		width: auto;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header #nav ul li {
		display: inline-block;
	}
	#header #nav ul li a {
		margin: 0 10px;
	}

	.chamada {
		height: 480px;
	}

	#produtoModal .modal-content .modal-body p.image {
		float: left;
		margin-right: 30px;
		margin-bottom: 0px;
	}

	#footer .menu {
		padding: 0 30px;
	}
	#footer .menu {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	#footer .copy a {
		float: right;
	}

}

@media (min-width: 992px) {
	#header #nav ul li a {
		margin: 0 20px;
	}
}