
/*keyframes*/

/*Base do site*/
html,body{
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  background-color:#005070;
}
.logo{
  padding: 25px;
}
.redes{
  display: inline;
  width: 30px;
}
.topo{

  width: 100%;
  height: 85%;
  background: url(../assets/img/peixes.svg) no-repeat;
  background-size: cover;
background-position: center;
}
.topo section{
  height: auto;
  display: flex;
}
.topo section h1{
  color: #8AF437;
  width: 100%;
}
.topo section h2{
  color: #fff;
    width: 100%;
}
.topo .barra{
  margin-top: 15px;
  width: 100%;
}
.topo .barra .redessociais{
  text-align: right;
  width: 100%;
}
.topo .produtos{
  width: 400px;
}
.main{
  padding-top: 25px;
  background-color:#005070;
  color: #fff;
}
.main h1{
  margin-top: 25px;
  padding: 8px;
}
.main h4{
  margin-top: 28px;
  margin-bottom: 10px;
  padding: 8px;
}
.main ul li{
  padding-bottom: 5px;
}
.btn-site{
  margin-top: 28px;
  margin-bottom: 30px;
}
/*Main*/

/* Rodapé do site*/
.footer{
  display: flex;
  width: 100%;
  height: auto;
  background: #7FC3D3;
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}
footer{
  width: 100%;
  height: 45px;
  padding: 15px;
  color: #fff;

}
/*Responsivo*/
