.rev_slider_wrapper{
	background-color:#483F3E;
}

.txt-font-main{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:500;
}
.txt-font-main-description{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:400;
}
.title-font-main{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:500;
	font-size:34px;
}

.top-bar-button-associado {
  float:right; 
}
.top-bar-info{
	float:right;
}

.top-social-icon{
	float:right;
	margin-right:50px;
}

	 
a.btn-cotacao{ 
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height:0px;
	font-size: 13px; 
	margin-top:12px;
	padding-left:20px !important;
	padding-right:20px !important;
	background: rgba(243, 181, 119, 0.6);
	border: solid 1px rgba(215, 152, 96, 0.5);
	border-radius: 4px;
	color: #000 !important;
	text-align:center;
	text-transform: uppercase; 
	-webkit-transition-duration: 300ms; 
	-o-transition-duration: 300ms; 
	transition-duration: 300ms;
	 }   
	 
	 a.btn-cotacao:hover{ 
		background: rgba(243, 181, 119, 0.9);
		border: solid 1px rgba(215, 152, 96, 0.9);
	 } 
li.cotacao{
	padding-left:10px;
}


a.btn-cotacao-content{ 
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height:0px;
	font-size: 13px; 
	margin-top:12px;
	padding-left:20px !important;
	padding-right:20px !important;
	background: rgba(240, 87, 63, 0.2);
	border: solid 1px rgba(240, 87, 63, 0.5);
	border-radius: 4px;
	color: #FFF;
	text-align:center;
	text-transform: uppercase; 
	-webkit-transition-duration: 300ms; 
	-o-transition-duration: 300ms; 
	transition-duration: 300ms;
	 }   
	 
	 a.btn-cotacao-content:hover{ 
		background: rgba(240, 87, 63, 1);
		color: #FFF;
	 } 


.cliente-icon{
	margin-left:2px;
	margin-right:8px;
}
.logo-footer{
	width:130px;
	margin-bottom:5px;
}
.color-default-icon{
	color:#F1B476;
}

.footer-social-icons ul {
  margin-bottom: 0;
  color:#FFF; }
  .footer-social-icons ul li {
    display: inline-block;
	background-color:#F1B476;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons ul li a {
      color:#154170;
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      width: 35px; }
    .footer-social-icons ul li:hover {
      background: #13477C; }
      .footer-social-icons ul li:hover i {
        color: #fff; }
		
	.footer-social-icons ul li.facebook:hover {
		background-color:#3A559F;
	}
	
	.footer-social-icons ul li.instagram:hover {
		background-color:#EF4958;
	}
	
	.footer-social-icons ul li.youtube:hover {
		background-color:#EF1B0D;
	}
	
	.footer-social-icons ul li.whatsapp:hover {
		background-color:#3EBE4F;
	}
	

.bg-light-green-gray {background-color:#EBF1F0;}	

.icon-diferenciais{
	width:60px;
	height:60px;	
}

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #0E4D45;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  
  background-color:#F1B476;
	
  border-radius: 50%;
  
  width: 40px;
  height: 40px;
  line-height: 38px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease; }
  .scroll-to-top i {
    color: #0E4D45; }
  .scroll-to-top:hover {
    color: #FFF;
    background: #0E4D45; 
	}
    .scroll-to-top:hover i {
      color: #fff; }
  .scroll-to-top:visited {
    color: #282b2d;
    text-decoration: none; }
	
.tp-loader {
  display: none;
  visibility: hidden;
}


.page-title-section h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0; }

.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #4B4B4D; }

/* social links7 */
.social-icon-style-falecom {
  margin-bottom: 0; }
  .social-icon-style-falecom li {
    text-align: center;
    margin-right: 5px;
    display: inline-block; }
    .social-icon-style-falecom li:last-child {
      margin-right: 0; }
    .social-icon-style-falecom li a {
      border: 0px solid #d5d5d5;
            border-top-left-radius: 8px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 8px;
			border-bottom-left-radius: 8px;
      height: 35px;
      width: 35px;
      line-height: 35px;
      display: inline-block;
      background: #efefef;
      color: #F05840; }
      .social-icon-style-falecom li a:hover {
        background: #F1B476;
        color: #fff; }	


.navbar-nav{
	margin-top:-10px;
}
.navbar-default{
	margin-top:-40px;
}

.bg-form-cotacao{
	background: #282b2d;
}
.txt-form-cotacao{
	color:#E5E5E5;
}

.butn:hover {
  background-color:#BC9964;
  cursor: pointer;
  transition-duration: 0.3s;
}

.butn-form-cota {
  background: #282b2d;
  color: #fff;
  text-align: center;
  border-radius:0px;
  padding: .75rem 1.75rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: none !important;
  position: relative;
  z-index: 9999;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s; }
.butn-form-cota:hover {
  	background-color:#BC9964;
    cursor: pointer;
  	transition-duration: 0.3s;
}

.font-headline{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:500;
	line-height: 1.2;
	-webkit-text-stroke: 0.1px #404040;
}
.font-headline-details{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:400;
	line-height: 1;
	-webkit-text-stroke: 0.2px;
}
.bg-gold{
	background-color:#F0B375;
}

.h-form{
	min-height:500px;
}

.scroll-whatsapp {

	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 70px;
	display: none;
	background-color:#2AAC00;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	z-index: 9999;
	outline: 0;


  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease; }
  .scroll-whatsapp i {
    color: #fff; }
  .scroll-whatsapp:hover {
    color: #FFF;
    background: #0E4D45; }
    .scroll-whatsapp:hover i {
      color: #fff; }
  .scroll-whatsapp:visited {
    color: #282b2d;
    text-decoration: none; }
	
@media screen and (max-width: 767px) {	

	.navbar-nav > li > a{ font-weight: 500;  }
	.navbar ul ul li a{ font-weight: 500;  }
	
	
	a.btn-cotacao{ 
		font-family: 'Barlow Semi Condensed', sans-serif;
		line-height:26px;
		font-size: 13px;
		margin-top:0px; 
		background: rgba(240, 87, 63, 0.8);
		border-radius: 0px;
		color: #FFF !important;
		text-align:center;
		text-transform: uppercase; 
		-webkit-transition-duration: 300ms; 
		-o-transition-duration: 300ms; 
		transition-duration: 300ms;
		 }   
		 
		 a.btn-cotacao:hover{ 
			background: rgba(240, 87, 63, 1);
			color: #FFF;
		 } 
	
	
	li.cotacao{
		padding-left:0px;
	}
	
	
	a.btn-cotacao-content{ 
		font-family: 'Barlow Semi Condensed', sans-serif;
		line-height:26px;
		font-size: 13px;
		margin-top:0px; 
		background: rgba(240, 87, 63, 0.8);
		border-radius: 0px;
		color: #FFF !important;
		text-align:center;
		text-transform: uppercase; 
		-webkit-transition-duration: 300ms; 
		-o-transition-duration: 300ms; 
		transition-duration: 300ms;
		 }   
		 
		 a.btn-cotacao-content:hover{ 
			background: rgba(240, 87, 63, 1);
			color: #FFF;
		 } 
		 
		 

}

@media screen and (max-width: 998px) {	
	
	#top-bar{
		display: none;
	    visibility: hidden;
	}	
	
	.navbar-brand img{ max-height: 100px; transition-duration: 0.5s; }
	
	
	.navbar-nav{
		margin-top:0px;
	}
	.navbar-default{
		margin-top:0px;
	}
	
	.img-gold{
		min-height:250px;
		margin-top:30px;
	}
	
	.h-form{
		min-height:100px;
		display:none;
	}

}


@media screen and (max-width: 1366px) {	

	.h-form{
		min-height:400px;
	}

}
