:root{
	--ag-green: #00a859; /*#00a859*/
	--ag-greenl: #05f986;
	--ag-blue: #3e4095;
}
body{background-color: #05f9861a!important}

/*----------navbar-----------------*/
.navbar{background: rgb(0,212,255); background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(32,212,59,1) 100%);}
.navbar a, a:hover{text-decoration: none;  color: #fff; font-weight: bold}
.navbar ul li{list-style: none; border-radius: 5px; margin: 0px 10px; padding: 5px 10px; text-transform: uppercase;}
.navbar ul li a:hover{ text-decoration: none; background-color: var(--ag-green);color: #fff; border-radius: 5px;  margin: 0px -10px; padding: 6px 10px; }

.activo{background-color: var(--ag-green);color: #fff;}
.activo a{color: #fff;}
.navbar-toggler {
    border-color: rgb(var(--ag-blue))!important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(63,62,149, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
  color: var(--ag-blue);
  cursor: pointer;
}
/*----------/navbar----------------*/
footer{background-color:  #20ce7cf7;}
main{min-height: auto;}

.carousel-fade .carousel-item {opacity: 0; transition-duration: .6s; transition-property: opacity; }
.carousel-fade  .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1;}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {opacity: 0;}
.carousel-fade  .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {transform: translateX(0); transform: translate3d(0, 0, 0);}
.carousel {margin-top: 80px;}
.carousel-inner {height: 100%;}
.carousel-item{
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .img-fluid{
  width:100vw!important;
  height:100%;
}
img {
    object-fit: cover;
}
.capa ul li{line-height: 30px}




/* -- Contato -- */
.contato{margin-top: 120px;}

.espaco{width: 100%; height: 30px; margin: 20px auto;}

.linha{
  width:45%;
  height:1px;
  border-top: 1px solid #00a859;
  padding-bottom: 50px;
}
.linha::after{
  content: "";
  display: inline-block!important;
  background-image: url("../imagens/folha.png");
  background-size: cover;
  position: relative;
  height: 36px;
  width: 25px;
  top: -28px;
  left: 100%;
  transform: translate(0%, 9%);

}

/*---- Servicos ------*/
#servicos{margin-top: 120px;}
.servicos .lead,
.servicos h2{
  color: #333;
}
.servicos .lead{
   
    font-size: 1.45rem!important;
    font-weight: 300;

}

.servicos-wrap {
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
  box-shadow: 2px 2px 6px #999;
}

.servicos-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.servicos-wrap .pull-left {
  margin-right: 20px;
}
.servicos .img-servico{overflow: hidden; border-radius: 5px}
.servicos:hover{background-color:#00ffc652; }
.servicos img{
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media {
/* Proper spacing between instances of .media*/
  margin-top: 15px;

  ::first-child {
    margin-top: 0;
  }
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

/* Reset margins on headings for tighter default spacing*/
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Media list variation*/

/* Undo default ul/ol styles*/
.media-list {
  padding-left: 0;
  list-style: none;
}
/******************************/
/**        whatsapp          **/
/******************************/
#whatsapp {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../imagens/trigo.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#whatsapp .whatsapp-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#whatsapp .whatsapp-text {
  color: #fff;
}
.btn-whats{
  padding: 10px 15px;
    background-color: #fff;
    border-radius: 45px;
}
.btn-whats a{
  cursor: pointer;
  color: #00a859;
  font-weight: bold;
  text-decoration: none!important;
}
@media (min-width: 769px) {
  #whatsapp .whatsapp-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#whatsapp .whatsapp-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#whatsapp .whatsapp-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}
/**************************/
/****    Sobre N¨®s    *****/
/**************************/
.sobre{padding: 15px; float: left;}
.sobre-content{float: left;}
.sobre-img {
	float: right;
	width: 150px;
	height: 265px;
	background-image: url(../imagens/sol.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 95px;

}
/**************************/
/****   @mediaquery   *****/
/**************************/

@media (max-width: 320px) {
  .carousel-indicators{display: none!important}
  .linha {
    width: 90%;}
}