:root {
  --black: #1e1e1e;
  --white: #ffffff;
  --dark-grey: #3f3f3f;
  --yellow: #fdad30;
  --pink: #ff00b6;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Medium.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "HeyCharlie";
  src: url("../assets/fonts/HeyCharlie.ttf") format("opentype");
  font-weight: 400;
}
html, body {
  font-family: Open sans, "Poppins", sans-serif;
  font-size: 20px;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}

.d-pad {
  padding: 80px 9%;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 25px;
}

.charlie {
  font-family: "HeyCharlie", sans-serif;
}

.text-yellow {
  color: var(--yellow);
}

.text-pink {
  color: var(--pink);
}

.text-grey {
  color: var(--dark-grey);
}

.fs-16 {
  font-size: 18px;
}

.mobile-item {
  display: none;
}

.texto-enfrente {
  z-index: 99999999;
}

.header {
  background-image: url("../assets/img/brahma-pets-header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 9% 260px;
}
.header .logo {
  width: 250px;
}
.header .lang {
  top: 30px;
  right: 30px;
}
.header .bandera {
  width: 20px;
}
@media (max-width: 5000px) and (min-width: 1800px) {
  .header {
    padding: 127px 9% 449px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/brahma-pets-header-res.webp");
    padding: 55px 9% 530px;
  }
}
@media (max-width: 1799px) and (min-width: 1600px) {
  .header {
    padding: 100px 9% 384px;
  }
}

.sec1 {
  padding: 80px 9% 40px;
}
.sec1 .line {
  border: 2px solid var(--yellow);
  width: 200px;
}
.sec1 .espacio {
  margin: 0 80px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .espacio {
    margin: 0 20px;
  }
}

.sec2 {
  padding: 20px 9%;
}

.sec3 {
  padding: 20px 9%;
}

.sec4 {
  padding: 20px 9%;
}

.sec5 {
  padding: 20px 9%;
}

.sec6 {
  padding: 20px 9%;
}

.sec7 {
  padding: 20px 9%;
}

.sec8 {
  padding: 20px 9%;
}

.sec9 .line {
  border: 2px solid var(--pink);
  width: 200px;
}
.sec9 .espacio {
  margin: 0 75px;
}
.sec9 .margen {
  margin: 40px 275px 0;
}
.sec9 .tiendas {
  width: 25%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec9 .line {
    width: 35px;
  }
  .sec9 .margen {
    text-align: center;
    margin: 0;
  }
  .sec9 .espacio {
    margin: 0 20px;
  }
  .sec9 .tiendas {
    width: 30%;
  }
}

.footer {
  padding: 20px 9%;
}
.footer .social-icon {
  width: 60px;
  height: 60px;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .social-icon.ig {
  background-image: url("../assets/img/icono-ig.webp");
}
.footer .social-icon.ig:hover {
  background-image: url("../assets/img/icono-ig-hov.webp");
}
.footer .social-icon.fb {
  background-image: url("../assets/img/icono-fb.webp");
}
.footer .social-icon.fb:hover {
  background-image: url("../assets/img/icono-fb-hov.webp");
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  .d-pad {
    padding: 55px 7%;
  }
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 18px;
  }
  .fs-16 {
    font-size: 16px;
  }
}