html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}

body {
  font-family: 'Roboto', sans-serif;
}

.btn-wsp {
  position: fixed;
  width: 6.3rem;
  height: 6.3rem;
  line-height: 6.3rem;
  bottom: 3rem;
  right: 3rem;
  background-color: #01e027;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 3rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.14);
  z-index: 100;
}
.btn-wsp:hover {
  text-decoration: none;
  color: #01e027;
  background-color: #fff;
}
.fa-whatsapp:before {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.vh {
  height: 100vh;
}

.vw {
  width: 100vw;
}

header {
  background-color: black;
  padding: 1rem;
}

body {
  background-image: url("img/fondo_sinfranja.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;

}



.logoHYC {
  width: 100%;
}

@media (min-width: 800px) {
  .logoHYC {
    width: 40%;
  }
}

p {
  margin: 0 0 2rem 0;
}

.franja {
  width: 35%;
}
.colorWhite {
  color: white;
  font-size: 1.3rem;
  margin: auto;
  text-align: center;
}

.mvh {
  margin-top: 10vh;
}

.ptitle {
  font-size: 3.5rem;
}
.textMol {
  font-size: 3.4rem;
  font-weight: bold;
}
.textMol2 {
  font-size: 10rem;
}

@media (min-width: 800px) {
  .textMol {
    font-size: 5.4rem;
    font-weight: bold;
  }
  .textMol2 {
    font-size: 15rem;
  }
}

.lhcero {
  line-height: 0;
  margin-left: 2rem !important;
}

.pinfo {
  font-size: 2.4rem;
}
.purgencia {
  font-size: 3rem;
  color: #0af44c;
}
.cuadro {
  background-color: black;
  margin: auto;
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
