.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
font-size: 1.5em;
position: relative;
z-index: 1;
padding: 0;
resize: none;
border: none;
border-radius: 0;
background: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
color: #868e96;
}
.floating-label-form-group label {
font-size: 0.85em;
line-height: 1.764705882em;
position: relative;
z-index: 0;
top: 2em;
display: block;
margin: 0;
-webkit-transition: top 0.3s ease, opacity 0.3s ease;
transition: top 0.3s ease, opacity 0.3s ease;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
}
.floating-label-form-group .help-block {
margin: 15px 0;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #0085A1;
}
form .form-group:first-child .floating-label-form-group {
border-top: 1px solid #dee2e6;
}
body {
    background-color: #a9a9a9;
}
.navbar {
	background: rgb(164,225,74);
background: linear-gradient(90deg, rgba(164,225,74,1) 0%, rgba(99,161,46,1) 100%);
	box-shadow: 0px 0px 35px 0px #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #592e0b;
}
.logo {
	width: 230px;
}
footer {
	background-color: #63a12e;
	padding: 30px 0px 20px 0px;
}
.viewheight {
	height: 100vh !important;
	width: auto !important;
}
 .textoverlay{
    position:absolute;
    color:#FFF;
   font-size:12px;
   display:block;
   bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
   max-width: 400px;
   text-align: center;
   text-shadow: 0px 0px 6px #000;
}
.owl-dots {
    margin-top: -40px !important;
    z-index: 2 !important;
    position: relative;
}
section {
      padding: 150px 0px 150px 0px; 
      min-height: 100vh;
}

#contato {
    background-color:#cecece;
}
.btn-vendas {
    background-color: #f5cc4a; 
    color: #000;
}
.btn-vendas:hover {
    background-color: #f5cc4a; 
    color: #fff; 
}
.bg-home {
    background: url('../images/bg-home.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-top: 200px;
}
.bg-home p {
    font-size: 15px;
    line-height: 1.2;
    text-shadow: 0 0 7px #0006;
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}
.faq-section .mb-0 > a:after {
  content: "+";
  position: absolute;
  right: 0;
  font-weight: 600;
}
.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "-";
  font-weight: 600;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 0px;
    padding-bottom: 30px;
}
.card-header {
    background: rgb(164,225,74);
    background: linear-gradient(90deg, rgba(164,225,74,1) 0%, rgba(99,161,46,1) 100%);
    border-radius: 0px !important;
}
.card-header a {
    color: #fff;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #fff;
}
.bg-home .owl-item img {
    -webkit-filter: drop-shadow(4px 10px 5px #0007);
    filter: drop-shadow(4px 10px 5px #0007);
    padding: 15px;
}
.bg-produtos {
	background: url('../images/bg-produtos.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-timeline {
	background: url('../images/bg-timeline.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mvv {
    color: #fff;
}
#roadmap .owl-carousel .owl-item img {
    -webkit-filter: drop-shadow(4px 10px 5px #0007);
    filter: drop-shadow(4px 10px 5px #0007);
    background-color: #0006;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mvv:after {
	content: "";
    width: 22%;
    height: 1px;
    background-color: #fff5;
    display: block;
    margin-top: 4px;
}
.cesto-legumes {
    pointer-events: none;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}
footer a {
    color: #f7f7f7;
}
footer a:hover {
    color: #f7f7f7;
}
.fa-inverse {
    color: #573D2E;
}
.fa-inverse:hover {
    color: #000;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#fff;
    box-shadow: 2px 2px 3px #0007;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.float:hover {
    color:#000;
        box-shadow: 2px 2px 3px #000;
}
.my-float{
    margin-top:16px;
}
#produtos {
    background-color:#cecece;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
/* ini: Preloader */
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(164,225,74);
background: linear-gradient(90deg, rgba(164,225,74,1) 0%, rgba(99,161,46,1) 100%);
    z-index:1040 !important; /* 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: #fff;
  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:5.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 5.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 5.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; 
  } 
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1484px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}
@media (min-width: 0px) and (max-width: 991px) {
    .cesto-legumes {
     margin-top: -20px;  
    }
    .sacola {
     margin-top: -20px;   
    }
    section {
          padding: 50px 0px 50px 0px;
    }
    .float{
        width:60px;
        height:60px;
        bottom:10px;
        right:10px;
    }
    .bg-quem-somos {
        background: url('../images/bg-quem-somos.jpg') no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .bg-fotos {
        background: url('../images/bg-fotos.jpg') no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .bg-videos {
        background: url('../images/bg-videos.jpg') no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
     .textoverlay{
       display:block;
       bottom: 15%;
      left: 50%;
      max-width: auto !important;
      width: 100%;
      transform: translate(-50%, -5%);
    }
    .bg-home {
    background: url('../images/bg-home.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-top: 100px;
}
.bg-produtos {
    background: url('../images/bg-produtos.jpg') no-repeat center center scroll;
  background-size: auto 100%;
}
.bg-timeline {
    background: url('../images/bg-timeline.jpg') no-repeat center center scroll;
  background-size: auto 100%
}
}