/* CSS Document 
laranja #D66C2B
verde #3C5830
*/

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(font-awesome.min.css);

.container2 {
	width: 99.2%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto

}


body {
	font-family: "Open Sans", sans-serif;
}
.btn a {
	color: #ffffff;
}
.link a {
	color: #000;
}
.link a:hover {
	color: #D98C00;
	text-decoration: none;
}
.nav-item {
	text-align: center;
}
.nav-item a {
	/*color: #007807;*/
	color: #000000;
}
.nav-item a:hover {
	color: #FBB500;
}

.nav-item2 {
	text-align: left;
}
.nav-item2 a {
	color: #000000;
}
.nav-item2 a:hover {
	color: #FBB500;
	text-decoration: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    white-space: nowrap;
}
.nav .navbar {
	width: 100%;
}
.navbar-nav {
		left:100px;
}
nav ul {
   display: flex;
   width: 100%;
}

li {
  flex-grow: 1;
}
.bg-dark {
	background-color: #FFFFFF !important;
	opacity: 0.85;
	border-bottom: #cccccc 1px solid;
	box-shadow: 0 5px 5px 0 rgba(92,92,92,0.20);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 12px;
	font-size: 16px;
	border-right: 1px #ccc solid;
}
.collapse .navbar-collapse {
	float: right;
}
.navbar-toggler  {
	border-color: #000000 !important;
}
.navbar-toggler:hover {
	background-color: #FFAB00 !important;
}
.navbar-toggler:active {
	background-color: #D98700 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #06B500;
}
.icon-bar {
	background-color: #000000 !important;
	display: block;
    width: 22px;
    height: 2px;
	margin: 4px 0;
}
.carousel-item {
	margin-top: 0px;
	height: 650px

}
.carousel-item .active {
	margin-top: 0px;
	height: 650px

}
.indicador{
	color: #ffffff;
	font-size: 60px;
	margin-top:40%;
}
.indicador:hover{
	color: #00A00E;
	font-size: 60px;
}
.carousel-caption {
	padding: 2em;
	position: absolute;
	top: 35%;
	left: 5%;
	width: 90%;
	height:70%;
	/*background: rgba(255,158,0,0.70);
	background: rgba(255,255,255,0.80);*/
}
.carousel-caption {
	font-style: italic;
	font-weight:400;
	color:#3C5830;
	clear: both;
}
/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #3C5830;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}
/**
 * Barra
 */
.barra {
	position: absolute;
	bottom: 0;
}
.titulo {
	border-bottom: solid 1px #FF8B00; 
	padding-top: 30px;
	padding-bottom: 7px;
	width: 100%;
}
.titulo2 {
	border-bottom: solid 1px #FF8B00; 
	padding-bottom: 7px;
	width: 100%;
}
.foto-margin {
	margin-top: -100px;
}
@media (max-width: 576px) {
.navbar-expand-lg .navbar-nav .nav-link {
	border-right: none;
}
.foto-margin {
	margin-top: 20px;
}
	.texto {
		font-size: 14px;
	}
.nav-item {
	text-align: left;
	background-color: #f5f5f5;
}

}
/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}
.imagem{
    min-height: 385px;
	-webkit-background-size: cover;  
	-o-background-size: cover;  
	-moz-background-size: cover;  
	background-size: cover;
	background-position: center center;
}
/*------------------------------------*/
@media (max-width: 576px) {
 .imagem{
	-webkit-background-size: cover;  
	-o-background-size: cover;  
	-moz-background-size: cover;  
	background-size: cover;
	background-position: center center;
	}
 .btn-back-to-top {
    bottom: 55px;
	margin-left: 25px;  
	}
.carousel-caption {
	position: absolute;
	top:30%;
	left: 15%;
	width: 60%;
	height:100%;
	background: rgba(255,255,255,0.80);
}
.carousel-caption h5 {
	font-size: 9px;
	clear: both;
}
.carousel-item {
	margin-top: 110px;
	height: 110px;
	}	

	hr {
		margin-top: 1px;
		margin-bottom: 1px;
	}
/**
 * Button
 */
.btn-transparent {
	display: none
}
.carousel-caption p {
		padding: 0;
	margin-bottom: 0;
	}
h1, .h1 {
    font-size: 1.5rem;
	margin-top: 10px;
}
}
/*[ FOOTER ]
///////////////////////////////////////////////////////////
*/

.templatemo-footer {
	background-color: #B86400;
    width: 100%;
	height:auto !important;
	/* border-top: 2px solid #cccccc; */
    margin-top: 40px;
}

.footer_container {
	margin-top:30px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#fff;
}
.templatemo-footer a{
	color:#fff;
}
.templatemo-footer a:hover{
	color:#060;
}
.footer_texto {
	margin-left: 120px;
	padding-top:120px
}
.base {
	color: white;
	margin-top:30px;
}
.base-texto {
	color: white;
	font-size: 14px;
	padding: 3px 0
}
.base-texto a{
	color: white !important;
}
.base-texto a:hover{
	color: green !important;
	text-decoration: none;
}
.servico {
	color: white;
	font-size: 14px;
	padding: 3px 0
}
.servico a{
	color:#ffffff !important;
}
.servico a:hover{
	color: #F9FF00 !important;
	text-decoration: none;
}
/*////// /////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
@media (max-width: 1100px) {

.navbar-brand{
	margin-left:0;
}

.nav-item {
	padding: 4px 0
}
.navbar-nav {
		float: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
	margin-left: 8px;
	padding: 0 10px;
	font-size: 15px;
}
.collapse .navbar-collapse {
	float:left;
}
.carousel-item {
	margin-top: 110px;
	height:auto;
}
.indicador{
	font-size: 40px;
	margin-top: 100px;
}
.indicador:hover{
	font-size: 40px;
}
/*[ FOOTER ]
///////////////////////////////////////////////////////////
*/
.templatemo-footer {
	height:auto !important;
}

	.servico {
	color: white;
	font-size: 12px;
	padding: 3px 3px 3px 10px;
	}
}
/*[ PRELOADER ]
///////////////////////////////////////////////////////////
*/
body {
  overflow: hidden; 
}
 
/* ini: Preloader */
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: none repeat scroll 0 0 #ffffff;
    /*background-color:#F27620; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #3C5830;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */
/* VIDEO */
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  position: relative;
  padding-top: 10em;
}

#home h1 {
  color: #ffffff;
  font-size: 3em;
  line-height: 1.2em;
}

#home p {
  font-size: 1.3em;
  color: rgba(250,250,250,0.7);
}

#home .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(187,187,187,0.37);
}

#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
/*----------------------------------------MODAL--------------------------------*/
.modal-dialog {
    max-width: 60.2%;
    margin: 1.75rem auto;
}
/*----------------------------------------MODAL--------------------------------*/
.progress-bar{
	background-color: #EDAB00;
	color:#000000;
}