@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700,800');

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #3F5C3F; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

a{
	text-decoration:none!important;
}

html{scroll-behavior: smooth;height:100%;}

body{
	width:100%;
	height:100%;
	min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Fira Sans', sans-serif;
  font-size:14px;
}

#conteudo{
  width:100%;
  height:90%;
  min-height:90%;
  color:#000;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  background:url(../imagens/slide0.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

  #conteudo .box{
    display: block;
    text-align: center;
    padding:0 30px;
  }

  #conteudo .box img{
    max-width: 100%;
    padding:30px;
  }

  #conteudo .box h5{
    display: block;
    padding:60px 30px;
    text-transform: uppercase;
  }

  #conteudo .box button{
    max-width:100%;
    background:#25d366;
    color:#fff;
    padding:10px 30px;
    border:3px solid #FFF;
    border-radius:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    margin: 0 auto;
  }

  #conteudo .box button i{
    font-size:50px;
    padding:0 15px 0 0;
  }

#copy{
  background:#fff;
  width: 100%;
  height: 10%;
  padding:0 30px;
  color:#000;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-top:1px solid #000;
}

#copy a{
  color:#000;
}






@media (min-width: 340px) and (max-width:768px){


}


@media (min-width: 992px){}
@media (min-width: 1200px){}