* {
	padding: 0px;
	margin: 0px;
}
html, body {
  height: 100%;
}
body {
	background-color:#fff;	
	overflow-x: hidden; /*temp*/
	font-family: 'Open Sans', 'Comic Sans', sans-serif !important;
  font-size: 13px;
  background: url(../img/bg_header.jpg) no-repeat center center fixed; /*fixed dá umas lagadinhas hein*/
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}

h1{
	font-size: 45px;
}

h3{
	font-size: 21px;
}

@media (max-width: 767px) {
	h1{
		font-size: 30px;
	}
	h3{
		font-size: 14px;
	}
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

.form-group{
	margin-bottom: 18px;
}

.textEllipsis{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1024px) {
	.disableOverflowY, .modal-open{
		overflow-y: hidden;
		margin-right: 17px;
	}
	.disableOverflowY .pageLoaderInner, .modal-open .pageLoaderInner{
		padding-right: 17px;
	}
	.pageOverlay{
		background-color: rgba(51, 51, 51, 0.5);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  z-index: 9999999;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: all 0.2s ease-in-out 0s;
	  -moz-transition: all 0.2s ease-in-out 0s;
	  -ms-transition: all 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0s;
	}
	.pageOverlayHidden{
	  -webkit-transition: all 0.2s ease-in-out 0s;
	  -moz-transition: all 0.2s ease-in-out 0s;
	  -ms-transition: all 0.2s ease-in-out 0s;
	  transition: all 0.2s ease-in-out 0s;
	  opacity: 0;
	  visibility: hidden;
	}
	.avoidPageOverlay{
		z-index: 999999999999;
	}
	.avoidPageOverlayReset{
		z-index: 1;
	}
}


.pageLoader{
	background-color: rgba(52, 152, 219, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999999;
  opacity: 1;
  visibility: visible;  
}

.pageLoaderFirstLoading{
	background-color: rgb(52, 152, 219);
}

.pageLoaderHidden{
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.pageLoaderInner{
  position: fixed;
  top: 50%;
  left: 50%;
  color: white;
  margin-top: -7em;
  margin-left: -15em;
  width: 30em;
  text-align: center;
}

.minhaContaBtn{
	width: 151.2px; text-align: right;
}


@media (max-width: 768px){
	.minhaContaBtn{
		width: auto; 
		text-align: left;
	}
}

/* ===== Background principal ===== */
.logoWrld{
	margin-top: 32px;
	width: 423px;
	height: 391px; 
}
.presentation{
  background: transparent;
  /*width: 100%;*/
  /*height: 700px;*/
  height: 100%;
  /*min-height: 640px;*/
  padding-bottom: 2%;
}
.presentationText{
	padding-top: 6.4%;
  color: #383838;
  /*text-shadow: 1px 1px 2px rgb(0, 0, 0);*/
  text-align: center;
  cursor: default;
}
.presentationText h1{
	margin-top: 4%;
	font-size: 80px;
	font-family: 'Segoe UI', 'Open Sans', 'Tahoma', 'Times New Roman';
	font-weight: normal;
}
.presentationText h3{
	letter-spacing: 6.4pt;
	font-size: 26px;
	font-weight: lighter;
	margin-top: 0.2%;
}
#section0{
	/*border-bottom: 2em solid #3498db;*/
}
#section1{
	background-color: #fefefe;
  /*min-height: 400px;*/
  text-align: center;
	padding-top: 82px;
	padding-bottom: 12px;
}
#section2, #section3{
	background: #444 url(../img/bg_prods.jpg) no-repeat center center fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
#section3{
	margin-top: 40px;
	background: #444 url(../img/bg_prods2.jpg) no-repeat center center fixed;
}
.products{
	/*border-radius: 4px;*/
  background-color: rgba(250, 250, 250, 0.7);
  padding: 46px 18px;
}
.productMainInfo{
	margin-bottom: 46px; 
	text-align: left; 
	padding: 0px 40px;
}
.products .btn{
	padding: 10px 20px;
	font-size: 16px;
}
.circleIcon, .circleIconMini, .circleIconBig{
	position: relative; 
	border-radius: 50%; 
	width: 100px; 
	height: 100px; 
	margin-left: auto; 
	margin-right: auto;
}
.circleIconMini{
	width: 62px;
	height: 62px;
}
.circleIconBig{
	width: 132px;
	height: 132px;
	display: inline-block;
	z-index: 2;
}
/*@media (max-width: 767px) {
	.circleIcon, .circleIconMini{
		width: 50px;
		height: 50px;
	}
	.circleIconBig{
		width: 72px;
		height: 72px;
	}
	.circleIcon i{
		font-size: 24px !important;
	}
	.circleIcon i.fa-medkit{
		padding-top: 12px !important;
	}
	.circleIcon i.fa-heart{
		padding-top: 14px !important;
	}
	.circleIcon i.fa-rocket{
		padding-top: 13px !important;
	}
	.iconContainer{
		min-height: 40px !important;
	}
}*/

.iconContainerMttbls{
	padding-left: 78px;
}
.logoMttbls{
	width: 260px; 
	margin-top: 38px;
}

@media (max-width: 767px) {
	.logoWrld{
		margin-top: 52px;
		width: 211px;
		height: 196px; 
	}
	.iconContainerMttbls{
		padding-left: 0px;
	}
	.logoMttbls{
		width: 260px; 
		margin-top: 38px;
	}
	.presentation{
		height: 400px;
	}
	.presentationText{
		padding-left: 18px;
		padding-right: 18px;
	}
	.presentationText h1{
		margin-top: 9%;
		font-size: 60px;
		font-weight: normal;
	}
	.presentationText h3{
		letter-spacing: 6.4pt;
		font-size: 21px;
		font-weight: lighter;
		margin-top: 4%;
	}
	#section2 .products, #section3 .products{
		padding-bottom: 86px;
	}
	#section2 .productMainInfo, #section3 .productMainInfo{
		padding: 0px 23px;
	}
}

/* ===== Section de produtos ===== */
@media (min-width: 1024px) {
	.sectionDescription .productDescription.productDescriptionFirstChild{
		margin-left: 12.5%;
	}
}
@media (max-width: 1024px) {
	.sectionDescription .productDescriptionBuscaVeiculos{
		clear: both;
	}
	.iconContainerMttbls{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	.sectionDescription .productDescription{
		margin-left: 11%;
	}
	.sectionDescription .productDescriptionMain{
		margin-left: 8.6%;
	}
}
.productDescription{
	text-align: center;
	color: #444;
	margin-bottom: 78px;
}
.productDescription .itemIcon{
	font-size: 30px;
	color: #22a7f0;
}
.productDescriptionBuscaVeiculos .itemIcon{
	background: url('../img/carritos.png') no-repeat top left;
	height: 35px;
	width: 42px;
	margin-top: 5px;
	margin-left: auto;
  margin-right: auto;
}
.productDescription .itemTitle{
	padding: 18px;
	padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #4d4d4d;
}
.productDescription .itemDescription{
	margin-bottom: 20px;
	text-align: center;
}
.productDescription .itemDescription label{
	width: 350px;
	color: #444;
	font-size: 15px;
	font-weight: normal;
	max-width: 93%;
}
.productDescription .btn-white-transparent{

}

/* ==== Section de cases ==== */
.caseDescription{
	background-color: #fff;
  height: 84px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin-bottom: 28px;
  min-width: 190px;
}

.item1, .item5, .item9{
	z-index: 100;
}
.item2, .item6, .item10{
	z-index: 80;
}
.item3, .item7, .item11{
	z-index: 60;
}
.item4, .item8, .item12{
	z-index: 40;
}

@media (max-width: 767px) {
	#casosDeUso .item{
		margin-left: 16.666666%;
	}
}
.item{
	-webkit-animation-duration: 0.28s;
	-moz-animation-duration: 0.28s;
	-ms-animation-duration: 0.28s;
	-o-animation-duration: 0.28s;
	animation-duration: 0.28s;
}

/* ==== Section do Sobre ==== */
.divImgIconsLeft{
	background: url('../img/icons_left.jpg') no-repeat top left;
	height: 385px;
	margin-top: 5px;
}

.divImgIconsRight{
	background: url('../img/icons_right.jpg') no-repeat top right;
	height: 385px;
	margin-top: 10px;
}

.divAbout{
	background-color: #3498db;
  height: 330px;
  margin-top: 36px;
  border: 2px solid #3498db;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  padding: 12px;
}

.divAbout i{
	font-size: 40px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.divAbout .mainLabel{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 12px;
}

.divAbout .descLabel{
	font-size: 14px;
	font-weight: 300;
}

.sectionDescription .col-md-2{
	padding-left: 6px;
	padding-right: 6px;
}

#sobre .sectionDescription{
	background-color: #f2f2f2;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  height: 400px;
}

#sobre{
	height: 400px;
}

@media(min-width: 767px){
	.divAboutFirstParent{
		padding-left: 0px !important;
	}
	.divAboutLastParent{
		padding-right: 0px !important;
	}
	.divAboutFirstParent{
		padding-left: 0;
		margin-bottom: 20px;
	}
	.divAboutSecondParent{
		margin-bottom: 20px;
	}
	.divAboutLastParent
	{
		padding-right: 0;
	}
}

@media(max-width: 767px){
	.divAbout{
	  height: 225px;
	  margin-top: 36px;
	  padding: 6px;
	}
	.divAbout i{
		font-size: 40px;
	  margin-top: 20px;
	  margin-bottom: 12px;
	}
	.divAbout .mainLabel{
		font-size: 21px;
		font-weight: 600;
		margin-bottom: 12px;
	}
	.divAbout .descLabel{
		font-size: 14px;
		font-weight: 300;
	}
	#sobre{
		height: 660px;
		margin-bottom: 30px;
	}
	#sobre .sectionDescription{
		height: 580px;
	}
	.divAboutFirstParent{
		margin-bottom: 20px;
	}
	.divAboutSecondParent{
		margin-bottom: 20px;
	}
}


/* ===== Fale conosco ===== */
.faleConoscoDecription{
	text-align: center;
	background-color: #22a7f0;
	padding: 30px 0px;
	height: 410px;
}
.faleConoscoDecriptionInside{
	padding-left: 40px;
}

.faleConoscoLeftDecription{
	/*border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;*/
}

.faleConoscoLeftDecriptionMessageBox{
	border-top: 0;
	border-bottom: 0;
	margin-top: -26px;
}

.faleConoscoRightDecription{
  background-color: #eee;
}

.faleConoscoRightDecription iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px){
	.faleConoscoRightDecription iframe {
  	height: 170px;
	}
	.faleConoscoRightDecription{
		height: 170px;
	}
}


/* ===== Use agora ===== */
.useAgoraDescription{
	background: #2980b9 url(../img/useagora.jpg) no-repeat center center;
  width: 100%;
  height: 280px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  color: white;
  text-align: center;
  border-top: 5px solid #3498db;
}

#usarAgora{
	padding-top: 100px;
}

.btnFacebook, .btnGPlus{
	margin-top: 12px;
	width: 200px;
}

.btnGPlus{
	margin-left: 16px;
}

@media (max-width: 767px){
	#usarAgora{
		padding-top: 90px;
	}
	.btnGPlus{
		margin-left: 0px;
		margin-top: 12px;
		display: block;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	.faleConoscoDecription{
		height: 460px;
	}
	.faleConoscoDecriptionInside{
		padding-left: 16px;
	}	
}


.pageContent{
	position: relative;
	min-height: 100%;
}


#rodape{
	width: 100%;
	bottom: 0;
	position: relative;
}


/* ====== General Styles ====== */
.animate { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

label{
	font-weight: normal;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.caret:after {
  content: "";
}
.sectionTitle{
	text-align: center;
	margin-bottom: 52px;
	padding-top: 20px;
}
.sectionTitle.first{
	padding-top: 30px;
}
.sectionTitle span{
	text-transform: uppercase;
  font-size: 23px;
  color: #454545;
  border-bottom: 2px solid #3498db;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.sectionTitleProduto span{
	font-size: 24px;
	color: #444;
	border-bottom: none;
	text-transform: none;
}

/*.sectionTitleProduto.rev span{
	border-bottom: 3px solid #4B77BE;
}

.sectionTitleProduto.mlttbls span{
	border-bottom: 3px solid #632790;
}*/

.label-blue{
	background-color: #3498db;
}

.btn-blue {
  color: #fff;
  background-color: #3498db;
  border-color: #2980b9;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-blue:hover, .btn-white-transparent:hover{
  color: #999;
  background-color: #eee;
  border-color: #eee;
}
.btn-white-transparent:active{
  background-color: #fff;
  color: #888;
  -webkit-box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
  -moz-box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
  box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
}
.btn-white-transparent:active:hover,
.btn-white-transparent.active:hover,
.open > .dropdown-toggle.btn-white-transparent:hover,
.btn-white-transparent:active:focus,
.btn-white-transparent.active:focus,
.open > .dropdown-toggle.btn-white-transparent:focus,
.btn-white-transparent:active.focus,
.btn-white-transparent.active.focus,
.open > .dropdown-toggle.btn-white-transparent.focus {
  background-color: #fff;
  color: #999;
  -webkit-box-shadow: inset 0px 0px 12px -8px rgba(51,51,51,1);
  -moz-box-shadow: inset 0px 0px 12px -8px rgba(51,51,51,1);
  box-shadow: inset 0px 0px 12px -8px rgba(51,51,51,1);
}

.btn-white-transparent.active{
  background-color: #fff;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
  -moz-box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
  box-shadow: inset 0px 0px 36px -8px rgba(51,51,51,1);
}
.btn-grey-transparent:hover{
  color: #fff;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #3498db;
  border-color: #2980b9;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #3498db;
  border-color: #2980b9;
}
.btn-blue .badge {
  color: #3498db;
  background-color: #fff;
}

/* === Alert === */
.alert-blue{
	color: #22a7f0;
  background-color: #FCF7FF;
  border-color: #3498db;
}
.alert-pink{
	color: #db0a5b;
  background-color: #FFFFFF;
  border-color: #db0a5b;
}

/* === Alertify === */
.alertify-log-info{
	background: #2980b9;
}

/* Desabilidando as animações em small Devices, Tablets */
@media only screen and (max-width : 1024px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.animated.hidden{
		display: block !important;
	}
}


/* === Open Sans === */
@font-face {
  font-family: 'Open Sans';
  src: url("open-sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("open-sans/OpenSans-Regular.ttf");
  font-weight: normal;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("open-sans/OpenSans-Semibold.ttf");
  font-weight: normal;
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("open-sans/OpenSans-Bold.ttf");
  font-weight: normal;
  font-weight: 700;
  font-style: normal; }

/* ====== Custom Buttons Styles ====== */
/*.customBtn {
  background: none !important;
  color: #fff !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  border: none !important;
}*/

.btn-big {
	font-size: 16px;
	padding: 12px 14px;
}

.btn-transparent{
	background-color: transparent;
	border: 2px solid #fff !important;
	color: #fff;	
}

.btn-white-transparent{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;		
}

.btn-grey-transparent{
	background-color: transparent;
	border: 2px solid #cfcfcf !important;
  color: #dfdfdf;
}

.btn span, .btn-big span{
	border-left: 1px solid #FFF;
	margin-left: 10px;
	padding-left: 10px;
}

.gplusbutton span{
	margin-left: 4px;
	padding-left: 12px;
}

.btn-white-transparent span{
	border-left: 1px solid #591F84;
}

.btn.blueSeparator span, .btn-big.blueSeparator span{
	border-left: 1px solid #fff;
}

.btn.greySeparator span, .btn-big.greySeparator span{
	border-left: 1px solid #ccc;
}

/*
Pallete: #3498db #2980b9
*/

.btn-group .btn-white-transparent{
	border: 1px solid #ccc !important;
}

#alertify-logs{
	z-index: 999999 !important;
}

.invalidField{
	border: 1px solid #e74c3c !important;
	-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
}