@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: #55A4DA; 
}

::-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;
    background:#021035;
}

#conteudo{
  width:100%;
  height:100%;
  min-height:100%;
  position: relative;
  color:#fff;
  display: inline-block;
  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{
    width: 100%;
    min-height: 90%;
    display: block;
    text-align: center;
    padding:0 30px;
    border: 1px solid #ff0000;
    margin:auto;
  }

  #conteudo .box img{
    max-width: 100%;
    padding:30px;
  }

  #conteudo .box h5{
    display: block;
    padding:60px 30px;
    text-transform: uppercase;
    font-weight: bold;
  }

  #conteudo button{
    position: absolute;
    bottom:30px;
    left:0;
    right:0;
    margin:auto;
    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;
    font-weight: bold;
  }

  #conteudo button i{
    font-size:50px;
    padding:0 15px 0 0;
  }

#copy{
  background:#021035;
  width: 100%;
  height: 10%;
  padding:0 30px;
  color:#fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}





@media (min-width: 340px) and (max-width:768px){


}


@media (min-width: 992px){}
@media (min-width: 1200px){}