@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background-color: #FFFFFF;
}
#preloader {
   background: #ffffff url("../imagens/Carregamento-site_1.gif") no-repeat center center;
   background-size: 25%;
   height: 100vh;
   width: 100%;
   position: fixed;
   z-index: 100;
   transition: all 0.5s ease-out;
   background-color: #ffffff;	
	
}
#preloader.fade-out {
   opacity: 0;
}



#myVideo {
  position: fixed;	
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  z-index:-1;	
}

.bkg-video {
  position: fixed;	
  width: 100%;
  height: 100%;	
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  z-index:-1;
  object-fit: cover;	
	
}

.slider{
	display: none;
    width: 888.89px;
    height: 500px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    overflow: hidden;
	border-radius: 30px;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
	display: block;
    width: 888.89px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
	cursor: pointer;
}
.slider .list video{
    width: 888.89px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
	cursor: pointer;
}
.slider .buttons{
    display: none;
}
.slider .buttons button{
    display: none;
}
.slider .dots{
    position: absolute;
    bottom: 0.5vw;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
	opacity: 0.5;
    list-style: none;
    width: 10px;
    height: 10px;
	box-shadow: 0 0 2px 0.75px #b3b3b3;
    background-color: #FFFFFF;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
	cursor: pointer;
	z-index: 5;
}
.slider .dots li.active{
    background: #99cc33;
	opacity: 1;
}



.logo-topo {
position: absolute;
margin: 1.5vw;	
width: 50px;
fill: #ffffff;
}
.logo-nav {
	width: 35px;
	position: relative;
    display: block;	
	margin-top: -45px;
	margin-bottom: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #99cc33;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
  font-size: 14pt;
  font-family: "proxima-soft", sans-serif;
  font-weight:400;
	
	  
}

.sidenav a:hover {
  color: #669933;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.lista-btn{
  height: 25px;
  width: 25px;
  margin: 1.5vw;
  margin-top: 2.2vw;	
  margin-right: 1vw;
  fill: #ffffff;
}

.lista-btn svg:hover {
  fill: #99cc33;	
}
.menu-redes {
  position: absolute;
  right: 0;
  top: 0;
}
.redes-btn{
  height: 30px;
  width: 30px;
  margin: 1.5vw;
  margin-top: 2vw;	
  margin-right: 1vw;
  fill: #ffffff;
}

.redes-btn a:hover {
  fill: #99cc33;	
}
.zap{
  position: absolute;
  height: 80px;
  width: 80px;
  padding: 20px;
  background-color: #99cc33;
  fill: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  bottom: 110px;
  left: 50px;	
}
.redes-btn2 svg{
}

.redes-btn2 :hover {
  background-color: #669933;
}
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}


.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown-content a:hover {background-color: #ddd;}


.show {display:block;}

footer { 	
  padding-top: 10px;
  padding-bottom: 0px;
  position:fixed;
  bottom:0;
  width:100%;
}

.rodape {
  border-radius: 50px;	
  background-color: #99cc33;
  padding: 7.5px 25px;	
  position: relative;
  display: inline-flex;
  margin-left: 8vw;
  margin-bottom: 2vw;
}
.rodape a{	
  color: #FFFFFF;
  font-size: 14pt;	
  font-family: "proxima-soft", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.rodape:hover{
  background-color:#669933;
  transition: 0.5s;	
}
.rodape-2 {
  border-radius: 50px;	
  background-color: #99cc33;
  padding: 7.5px 25px;		
  position: relative;
  display: inline-flex;
  margin-right: 8vw;
  float: right;
  margin-bottom: 2vw;	
}
.rodape-2 a{	
  color: #FFFFFF;
  font-size:14pt;	
  font-family:"proxima-soft", sans-serif;
  font-weight:400;
  text-decoration: none;
}
.rodape-2:hover{
  background-color:#669933;
  transition: 0.5s;	
}
.rodape-geral {
	display: flex;
}
.rodape-3 {
  position: relative;	
  display: inline-flex;
  margin-left: auto;	
  margin-right: auto;
  margin-bottom: 2vw;
 
}
.rodape-3 p{	
  color: #99cc33;
  font-size:10pt;	
  font-family:"proxima-soft", sans-serif;
  font-weight:400;
  text-decoration: none;	
}
@media screen and (max-width: 1200px){
  .slider{
	margin-top: 5vw;
    width:75vw;
    height: 60vh;
}
.slider .list img{
    width: 75vw;
}
.slider .list video{
   width: 75vw;
}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}