@font-face {
  font-family: texto;
  src: url('Fonts/KeepCalm-Medium.ttf');
}

.cont-pouso{
  background: url('../imgs/bg.png')no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-position: center;
 padding-top: 4rem;
}
.logo img{

  width: 420px;
}
.enderecos{
  display: flex;
  list-style: none;
  width: 540px;
  margin-bottom: 0;
  margin-top: 3rem;
}
.email{
  color: #fff;
  display: block;
  margin-top: 2.5rem;
  font-family: texto;

  text-decoration: none;
}
.enderecos li{
  display: flex;
  flex-direction: column;
  background: url(../imgs/bg-endereco.png);
  width: 350px;
  background-size: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  background-repeat: no-repeat;
  margin: 0 1rem;
  color: #1a2655;
  font-family: texto;
  height: auto;

}
.enderecos li h5{
  font-family: texto;
  margin: 0;
  font-size: .8rem;
  margin-bottom: .3rem;

}
.enderecos li span{
  font-family: texto;
  margin: 0;
  font-size: .7rem;
  margin-bottom: .3rem;

}
.enderecos li a{
  font-family: texto;
  margin: 0;
  font-size: .7rem;
  margin-bottom: .3rem;
  color: #1a2655;
  text-decoration: none;
}
address{
  margin-top: 6rem;
}
.whatsapp img{
  width: 180px;
  margin-top: 1rem;
}
.whatsapp {
  display: flex;
  flex-direction: column;
  margin-top:12rem;
}
.whatsapp span{
  font-family: texto;
  color: #fff;
  font-size: .8rem;
}
address{
  margin-top: 4rem;
  font-size: .8rem;
  font-style: normal;
}
.site{
  margin-top: 6rem;

}
.social-list{
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0;
  width: 420px;
  margin-top: 4rem;
  align-items: center;
}
.social-list li{
  font-family: texto;

}
.social-list li img{
  width: 10px;
}
.social-list a {
  color: #1a2655;
  text-decoration: none;
}
.site a {
  color: #6da2eb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .95rem;
}
@media only screen and (max-width:600px){

  .whatsapp img{
    margin-top: 2.5rem;
  }
  .logo img{

    width: 85%;
  }
  .whatsapp{
    margin-top: 3rem;
  }
  .social-list{
    flex-direction: column;
    width: 100%;
  }
  .social-list li{
    margin-bottom: 1rem;
  }
  .enderecos{
    flex-direction: column;
  }
  .enderecos li{
    width: 170px;
   
    border: solid 4px #1a2655;
    margin: 1rem 0;
    border-radius: 40px;
    background: #1a2655;
    color: #fff;
  
  }
  .enderecos{
    width: max-content;
    margin: 0;
    margin-top: 4rem;
    align-items: center;
    padding: 0;
  }
  .enderecos li a{
    color: #fff;
  }
} 