
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300&display=swap');

body{
  font-family: 'Kumbh Sans', sans-serif;
}
.header {
  background: url(img/header.jpeg) center no-repeat;
  background-size: cover;
  height: 410px;
}
.title{
  position: relative;
  bottom: 200px;
}
.title h1{
  color:#fff;
  font-weight: 400;
}
.logo{
    padding-left: 0px;
    padding-top: 28px;
    padding-bottom: 270px;
    position: relative;

    bottom: 15px;

}
.etica{
  text-align: center;
  margin-bottom: 2px;
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 7px;
}
.enlace{
  text-decoration: none;
  color: #282828;
  font-size: 12px;
}
.prefooter{
 text-align: center;
 font-size: 12px;
 color:#5c5c5c;
}
@media (max-width: 767.98px) { 
.logo{
  padding-top: 22px;
}
.logo img {
    padding: 10px;
    width: 40%;
}
.prefooter{
font-size: 10px;
 }
.header{
  height: 340px;
}
}
