@font-face {
  font-family: 'SalmaAlfasans';
  font-weight: 'Light';
  src:  url('../fonts/SalmaAlfasansLight.otf') format('opentype'),
}

body{
  margin: 0;
  padding: 0;
  background-color: #D8D8D6;
}

a{
  color:#000;
  text-decoration: none;
}

.logo_mob{
  display: none;
}

.pronto_mobile{
  display: none;
}

.container{
  height: 90vh;
  display: grid;
  grid-template-rows: 25% 40% 15%;
  max-width: 1280px;
  margin: 0 auto;
}

.header{
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 1.875em;
  font-family: 'SalmaAlfasans';
}

.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}

.logo img{
  width: 100%;
}

.footer{
  width: 100%;
  display: grid;
  justify-content: center;
  font-family: 'SalmaAlfasans';
  align-items: end;
  text-align: center;
}

.footer-content{
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  
}

.redes{
  font-family: 'SalmaAlfasans';
  font-size: 1.0rem;
}

.email{
  font-size: 0.8rem;
  padding-top: 20px;
}

.redes p{
  padding: 0;
  margin: 0;
}

.direccion{
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-top: 10px;
}

.carta{
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 300px) {
  .logo{
    display: none !important;
  }

  .logo_mob{
    padding: 0 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
  }

  .direccion{
    font-size: 1.25rem;
  }

  .footer-content{
    padding-bottom: 71px;
  }

  .pronto_mobile{
    display: block;
  }

  .pronto{
    display: none;
  }
  
  
}