@charset "UTF-8";

/*

Client: Cimeaço
URL: http://www.cimeaco.com.br

Author: Código Forte Soluções Web
Author URL: http://www.codigoforte.com.br

Date: 01/2018

*/



/* ----------------- */
/* ----- Fonts ----- */
/* ----------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');



/* ---------------------------- */
/* ----- General Settings ----- */
/* ---------------------------- */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}

h3 {
	color: #022E50;
}

strong {
	font-weight: 700;
}

a,
a:active,
a:focus,
a:hover {
	color: inherit;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {

	.vertical-align {
		height: 100%;
		min-height: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

}



/* ------------------ */
/* ----- Header ----- */
/* ------------------ */

header {
	color: #022E50;
	font-size: 22px;
	padding: 30px 0;
}

header .img-responsive {
	margin: 0 auto;
}

.phones {
	text-align: right;
}

.ddd {
	font-weight: 300;
}

@media (max-width: 1199px) {

	header {
		font-size: 18px;
		text-align: center;
	}

}

@media (max-width: 991px) {

	.phones {
		margin-top: 20px;
		text-align: center;
	}

}



/* --------------- */
/* ----- Nav ----- */
/* --------------- */

.nav > li > a {
	border-radius: 0;
	color: #022e50;
	font-weight: 300;
	padding-bottom: 0;
	padding-top: 0;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: inherit;
	color: inherit;
	font-weight: 700;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

@media (max-width: 991px) {

	.nav {
		margin-bottom: 20px;
	}

}



/* ---------------- */
/* ----- Main ----- */
/* ---------------- */

main {
	padding-bottom: 50px;
	padding-top: 50px;
}

/* ----- Social Media ----- */

.social-media-i {
	margin-bottom: 20px;
	margin-top: 20px;
}
.social-media a {
	color: #ffffff;
}
.social-media-i a {
	color: #022e50;
}
.social-media a:hover,
.social-media-i a:hover {
	color: #0080d6;
}

/* ----- Banner Header ----- */

.slides {
	background-color:#022e50;
	background-image: url('../images/bg-banner-header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #ffffff;
	padding-bottom: 40px;
	padding-top: 20px;
}
.slides p {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	line-height: 35px;
}
.slides p:first-child {
	font-size: 24px;
	font-weight: 300;
	margin-top: 40px;
}
.slides p:last-child {
	font-weight: 300;
}

@media (max-width: 991px) {

	.slides p {
		font-size: 24px;
		line-height: 28px;
	}
	.slides p:first-child {
		font-size: 18px;
	}
	.slides p:last-child {
		font-weight: 300;
	}

}

/* ----- Produtos ----- */

.produtos {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

h4.tit-produtos {
	color: #0080d6;
}

a.btn-produtos,
a.btn-contato {
	border: 1px solid #022e50;
	color: #022e50;
	display: block;
	font-size: 24px;
	line-height: 25px;
	padding: 0 25px 0 15px;
}

a.btn-produtos:hover,
a.btn-contato:hover {
	color: #0080d6;
	text-decoration: none;
}

a.btn-produtos img,
a.btn-contato img {
	height: 100px;
}

a.btn-produtos .vertical-align,
a.btn-contato .vertical-align {
	height: 100%;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media (max-width: 991px) {

	a.btn-produtos,
	a.btn-contato {
		font-size: 18px;
		line-height: 20px;
	}

	a.btn-produtos {
		margin-bottom: 10px;
	}

	a.btn-produtos img,
	a.btn-contato img {
		height: 60px;
	}

}



/* ----------------- */
/* ----- Forms ----- */
/* ----------------- */

#result {
	display: none;
}

#loading,
#result {
	display: none;
}

.form-control,
.btn,
.input-group-addon,
.alert {
	border-radius: 0;
}

.btn-primary {
	background-color: #022e50;
    border-color: #022e50;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.disabled:hover {
	background-color: #0080d6;
	border-color: #0080d6;
}

h3.tit-cimeaco {
	color: #0080d6;
	margin-top: 30px;
}



/* ------------------ */
/* ----- Footer ----- */
/* ------------------ */

footer {
	padding: 30px 0;
}

footer > .row > div:last-child {
	margin-top: 20px;
	text-align: right;
}

@media (max-width: 991px) {

	footer,
	footer > .row > div:last-child {
		font-size: 14px;
		text-align: center;
	}

}
