/**
*
* -----------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* Configurado para Quicksite AIR 2.0
*
* -----------------------------------------------------------------
*
*/

/* ==================================================== */
/*  EXCLUSIVO PADRÃO QUICKSITE
/* ==================================================== */

.border_dashed{
	border-style: dashed;
	border-width: 2px;
	border-color: #333;
}

#section{
	background-color: #ffffff;
}

#modules{
	background-color: #222222;
}

/* =================================== */
/*	Basic Style
/* =================================== */

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.tooltip.fade.top.in{
	display:none !important; 
}

figure,
p,
address {
	margin: 0;
	cursor: default;
}

iframe {
	border: 0;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus,
label:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	cursor: default;
}

main>section {
	padding: 80px 0 100px 0;
}


.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.no_records{
	color: rgb(100, 100, 100);
}

.ul-external-no-format{
    padding: 0 !important;
}

ul.external li div {
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	display: block;
	padding: 10px 18px 13px;
	background-color: #818181;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

ul.external li div:hover {
	background-color: #222222;
	color: #fff;
}

/* === TÍTULO ESCURO === */

.sec-title {
	margin-bottom: 40px;
}

.sec-title h2 {
	font-size: 34px;
	margin: 0 0 20px 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.sec-title p {
	color: #333333;
}

/* === TÍTULO CLARO === */

.sec-title_white {
	margin-bottom: 40px;
}

.sec-title_white h2{
	font-size: 34px;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.sec-title_white p {
	color: #fff;
}

/* === BOTÕES === */

.botao {
	border-radius: 4px;
	position: relative;
	text-transform: uppercase;
}

.botao-orange {
	background-color: transparent;
	padding: 11px 30px 8px 30px;
	font-family: 'Nexa', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* === BUTTON TO TOP === */

.scrollToTop {
	bottom: 60px;
	background-color: rgb(90, 90, 90);
	display: none;
	font-size: 30px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 55px;
	border-radius: 50%;
}

.scrollToTop i {
	color: #fff;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background-color: rgb(150, 150, 150);
}

/* ==================================================== */
/*  FORÇAR CENTRALIZAÇÃO
/* ==================================================== */

.centralizando_vertical{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.centralizar_vertical{
	display: -webkit-grid;
	display: grid;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* ==================================================== */
/*  POP-UP
/* ==================================================== */

.total_pop_up{
	width: 100%;
	height: 100%;
}

.modal_pop-up {
	top: 0 !important;
	width: 96%;
	max-width: 600px;
	margin: 0 auto !important;
}

/*=================================================================
	Over Header
==================================================================*/

/* #over-header{
	position: sticky;
	top: 0;
	width: 100%;
    padding: 8px 0 6px 0;
	background-color: #333;
	z-index: 1010;
	border-bottom: solid 1px #444;
}

.overHeader-text p{
	font-size: 14px;
	color: #fff;
}

.overHeader-data{
	display: inline;
	float: right;
	margin: 0 6px;
}

.overHeader-data i{
	font-size: 16px;
	color: #fff;
}

i.color{
	color: #fff;
}

.overHeader-data a{
	font-size: 14px;
	color: #fff;
}

.overHeader-data a:hover{
	color: #333;
	text-decoration: underline;
}

.overHeader-data p{
	display: inline-block;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 14px;
	color: #fff;
} */

/*=================================================================
	Header
==================================================================*/

#navigation {
	/* - Margin adcionado para mostrar o Over Header - */
	/* margin-top: 37px; */
	/* - FIM - */
	background: transparent;

	-webkit-transition: all 0.8s ease 0s;
	   -moz-transition: all 0.8s ease 0s;
	    -ms-transition: all 0.8s ease 0s;
		 -o-transition: all 0.8s ease 0s;
			transition: all 0.8s ease 0s;
}

#navigation.animated-header {
	color: #fff;
}

.navbar-brand{
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 30px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: #111111 1px 1px 8px;
}

.navbar-brand img {
	width: 100%;
}

.menu{
	padding: 20px !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: #111111 1px 1px 8px;
}

.navbar-brand a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.navbar-nav>li>a{
	padding: 10px 15px;
}

.navbar-inverse .navbar-nav>li>a {
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color: #ffffff;background-color:transparent;}

.navbar-inverse .navbar-toggle { border-color: #999; background-color: transparent;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #333;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { border-color: #333; background-color: rgba(255,255,255,0.6);}
.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar { background-color: #999;}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar { background-color: #333;}

/* -------------- */
/* MENU QUICKSITE */
/* -------------- */
.menu--quick .menu__link {
	position: relative;
	display: block;
	margin: 0 30px;
	padding: 16px 0;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

/* .menu--quick .menu__link:hover {
	color: #eda856;
}

.menu--quick .menu__item--current .menu__link {
	color: #eda856;
} */

/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
	position: relative;
	padding: 0;
}


.slide-caption {
	color: #fff;
	display: table;
	height: 100%;
	left: 0;
	min-height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 11;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
}

.no-webp .bg-slide-caption {background-image: url("../img/overlay.png");} 
.webp .bg-slide-caption {background-image: url("../img/overlay.webp");} 
.no-js .bg-slide-caption {background-image: url("../img/overlay.png");} 

.slide-caption .caption-content {
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
}

.caption-content h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.caption-content>span {
	display: block;
	font-size: 24px;
	margin-bottom: 45px;
	cursor: default;
}

.caption-content p {
	font-size: 29px;
	margin-bottom: 65px;
}

.no-webp .bg-slide {background-image: url(../img/unavailable/1920x1080.jpg);}
.webp .bg-slide {background-image: url(../img/unavailable/1920x1080.webp);}
.no-js .bg-slide {background-image: url(../img/unavailable/1920x1080.jpg);}

/*=================================================================
	About
==================================================================*/

#about {
	background-color: #ffffff;
	color: #333;
}

.text-about{
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
	color: #333333;
}

.text-about p{
	margin-bottom: 12px;
}

.img-about picture source,
.img-about picture img{
		width: 100%;
}

/*=================================================================
	Social
==================================================================*/

/* #social {
	background-image: url("../img/unavailable/1920x1080.jpg");
	padding: 0;
	color: #fff;
}

#social .overlay {
	background: url("../img/overlay.png") repeat scroll 0 0 transparent;
	padding: 100px 0 100px 0;
}

.social-button {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social-button li {
	display: inline-block;
	margin: 45px 25px 0 25px;
}

.social-button li a {
	display: block;
	height: 90px;
	line-height: 96px;
	width: 90px;
}
.social-button>li>a>p {
	color: #fff;
	line-height: 30px;

	-webkit-transition: all 0.2s ease 0s;
	   -moz-transition: all 0.2s ease 0s;
	    -ms-transition: all 0.2s ease 0s;
	     -o-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.social-button>li>a>p>i {
	color: #fff;

	-webkit-transition: all 0.2s ease 0s;
	   -moz-transition: all 0.2s ease 0s;
	    -ms-transition: all 0.2s ease 0s;
	     -o-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.social-button>li:hover > a > p{
	color: #ccc !important;
}

.social-button>li:hover > a > p > i{
	color: #ccc !important;
}

@media (max-width:445px) {
	.social-button li {
		display: inline-block;
		margin: 45px 0;
	}
} */

/*=================================================================
	Serviços
==================================================================*/

#solutions .text p{
	text-align: justify;
}

#solutions .content{
	padding: 10px 0;
	min-height: 238px;
}

#solutions .content h4{
	color: #111111;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 800;
	margin: 20px 0 12px 0;
	display: block;
	cursor: default;
}

#solutions .content p{
	cursor: default;
}

/*=================================================================
	Contact
==================================================================*/

#contact{
	background-position: center;
	padding: 0 !important;
	position: relative;
	margin-top: 262px;
}

.fundo_contato{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 40px 30px;
	position: relative;
	z-index: 2;
}

.contact-title{
	text-align: left;
	padding: 30px 0 10px 0;
}

.contact-title h2{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
}

/* .dados{
} */

.dados h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.dados p{
	font-size: 16px;
}

#btfone{
	font-size: 20px;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#btfone span{
	font-size: 14px;
}

.contact_social{
	padding: 0;
}

.contact_social a{
	float: left;
	/* padding: 8px 12px 6px 12px; */
	margin: 2px 6px;
}

.contact_social a i{
	font-size: 24px;
	color: #333333;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

/* .contact_social a i:hover{
	color: #eda856;
} */

.complete_form{
	margin: 30px 0 0 0;
}

#form_contato label{
	display: block;
}

.input-field {
	margin-top: 10px;
}

.input-field input{
	width: 49%;
	padding: 0 14px;
	height: 44px;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.input-field input::placeholder{
	color: #666;
	font-weight: 400;
}

.input-field textarea::placeholder{
	color: #666;
	font-weight: 400;
}

.input-field2 {
	margin-top: 10px;
}

.input-field2 input{
	margin-right: 2%;
	width: 49%;
	padding: 0 14px;
	height: 44px;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.input-field2 input::placeholder{
	color: #666;
	font-weight: 400;
}

.input-field2 textarea::placeholder{
	color: #666;
	font-weight: 400;
}

.form-control{
	padding: 20px 0;
}

.input-field textarea{
	font-size: 14px;
	color: #555;
	font-weight: 400;
}

textarea.form-control {
	padding: 10px 14px;
	width: 100%;
	height: 140px;
	resize: none;
}

#submit {
	font-family: 'Bebas Neue', cursive;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 30px;
	margin-top: 10px;
	border: none;
	text-align: center;
	border-radius: 4px;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

/* #submit:hover {
	background-color: #eda856;
	color: #ffffff;
} */

.float{
	float: right;
}

/* === Google Maps === */

#google-map {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 0;
	background-color: #F0f0f0;
}

.map-total {
	width: 100%;
	height: 350px;
}

#map-total {
	margin-top: 30px;
	width: 100%;
	height: 350px;
}

.mapa{
	height: 100%;
}

/* === Footer === */

.footer{
	text-align: center;
}

.footer p{
	margin: 16px;
	color: #ffffff;
}

.footer a{
	display: block;
	margin-bottom: 16px;
}
