* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: relative;
  height: 100%;
}
html {
  height: 100%;
  width: 100%;
}
body,
html,
p,
h1 {
  margin: 0;
  padding: 0;
}

main {
  width: 100%;
  height: 100%;
  background-image: url("../img/background-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #523b56;
  padding: 10px 10px;
  font-size: 0.8rem;
}

.logo {
  text-align: center;
}
.logo img {
  width: 180px;
}
.bloque1 {
  display: none;
  justify-content: start;
  align-items: center;
}
.bloque1-r {
  display: flex;
  justify-content: end;
  align-items: center;
}
.bloque1-r img {
  width: 35px;
}
.bloque2 {
  display: none;
  justify-content: end;
  text-align: end;
}
.bloque2-r {
  display: flex;
  justify-content: center;
  text-align: center;
}

.linea {
  background-image: url("../img/linea.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 45px;
  margin: 15px 0px;
}
.mail a {
  color: #523b56;
  font-weight: 700;
  text-decoration: none;
}
.mail a:hover {
  text-decoration: underline;
}
.address {
  font-size: 1.2rem;
}
.address2 {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.whatsapp {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.36);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #2fbe39;
  text-align: center;
  z-index: 1800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3600;
  border: 6px solid #d6f2d7;
}
.whatsapp a {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 480px) {
  .logo img {
    width: 120px;
  }
  .bloque1-r img {
    width: 40px;
  }
  .linea {
    height: 10px;
    margin: 15px 0px;
  }
  
}
@media (min-width: 576px) {
  
  .logo img {
    width: 240px;
  }
  main {
    padding: 10px 10px;
  }
  .linea {
    height: 45px;
    margin: 15px 0px;
  }
}
@media (min-width: 768px) {
  main {
    width: 100%;
    height: 100%;
    background-image: url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #523b56;
    padding: 50px 75px;
    font-size: 1.1rem;
  }
  .bloque1 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 45px;
  }
  .bloque1-r {
    display: none;
    justify-content: end;
    align-items: center;
  }
  .bloque2 {
    display: flex;
    justify-content: end;
    text-align: end;
  }
  .bloque2-r {
    display: none;
    justify-content: end;
    text-align: end;
  }
  .logo img {
    width: 200px;
  }
  main {
    font-size: 0.9rem;
  }
  .address {
    font-size: 1rem;
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .logo img {
    width: 250px;
  }
  main {
    font-size: 1.1rem;
  }

  .bloque1 {
    padding-top: 60px;
  }
  .address {
    font-size: 1.2rem;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .logo img {
    width: 300px;
  }
  .bloque1 {
    padding-top: 70px;
  }
  .address {
    padding-top: 45px;
  }
}
@media (min-width: 1500px) {
  .logo img {
    width: 350px;
  }
}
