:root {
  --black: #000000;
  --white: #ffffff;
  --blue-1: #00bbf8;
  --blue-2: #0188e1;
  --green: #2cd159;
  --orange: #ff7f00;
  --grey: #9e9e9e;
  --grey-light: #e4e4e4;
  --black-2: #1e1e1e;
}

@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;
}
html,
body {
  font-family: Open sans, "Poppins", sans-serif;
  font-size: 18px;
  color: var(--black-2);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.d-pad {
  padding: 80px 9%;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

.bg-green {
  background-color: var(--green);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bg-black {
  background-color: var(--black-2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text-blue {
  color: var(--blue-1);
}

.text-green {
  color: var(--green);
}

.text-orange {
  color: var(--orange);
}

.text-blue-2 {
  color: var(--blue-2);
}

.btn-cta {
  width: 40%;
  display: inline-block;
  text-decoration: none;
  padding: 14px 10px;
  height: 60px;
  color: var(--white);
  font-size: 25px;
  border-radius: 9px;
  text-align: center;
  background-color: var(--black);
  border-width: 0px;
  font-weight: 700;
}

.mobile-item {
  display: none;
}

.logo-gracias {
  width: 10%;
}

.bg-gracias {
  background-image: url("../assets/img/calzalimpio-header.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  background-image: url("../assets/img/calzalimpio-header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 9%;
}
.header .logo {
  width: 160px;
}
.header .lang {
  top: 30px;
  right: 30px;
}
.header .bandera {
  width: 20px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/calzalimpio-header-res.webp");
    padding: 50px 9% 165px 9%;
  }
  .header .logo {
    width: 100px;
  }
}

.sec1 {
  padding: 80px 9%;
}
.sec1 .line {
  height: 2px;
  background-color: var(--grey-light);
  margin-top: 100px;
}
.sec1 .translate-middle-y {
  -webkit-transform: translateY(-2%) !important;
          transform: translateY(-2%) !important;
}
.sec1 .cuadros {
  width: 225px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 {
    padding: 240px 9% 80px 9%;
  }
  .sec1 .cuadros {
    width: 100px;
  }
  .sec1 .translate-middle-y {
    -webkit-transform: translateY(336%) !important;
            transform: translateY(336%) !important;
  }
}

.sec2 {
  padding: 80px 9% 50px 0;
}
.sec2 .icono {
  width: 30px;
  height: 30px;
}
.sec3 {
  padding: 50px 0 50px 9%;
}
.sec3 .icono {
  width: 30px;
  height: 30px;
}

.sec4 {
  padding: 50px 9% 50px 0;
}
.sec4 .icono {
  width: 30px;
  height: 30px;
}

.sec5 {
  padding: 50px 0 100px 9%;
}
.sec5 .icono {
  width: 30px;
  height: 30px;
}

.sec6 {
  padding: 0 13% 150px;
}
.sec6 .tiendas {
  width: 180px;
}
.sec6 .redes {
  width: 55px;
}
.sec6 .line {
  height: 2px;
  background-color: var(--grey-light);
  margin-bottom: 110px;
}
.sec6 .cuadro-1 {
  width: 225px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 {
    padding: 0 13% 80px;
  }
  .sec6 .cuadro-1 {
    width: 100px;
  }
  .sec6 .tiendas {
    width: 95px;
  }
}

.footer {
  padding: 0 9% 80px;
}
.footer form {
  width: 70%;
}
.footer .line {
  height: 2px;
  background-color: var(--grey-light);
  margin-bottom: 110px;
}
.footer .translate-middle {
  -webkit-transform: translate(-115%, -61%) !important;
          transform: translate(-115%, -61%) !important;
}
.footer .translate-middle-y {
  -webkit-transform: translateY(170%) !important;
          transform: translateY(170%) !important;
}
.footer .cuadro-2 {
  width: 225px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    padding: 0 9% 20px;
  }
  .footer .cuadro-2 {
    width: 80px;
  }
  .footer .w-25 {
    width: 37% !important;
  }
  .footer form {
    width: 100%;
  }
  .footer .copy {
    font-size: 13px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 17px;
  }
  .btn-cta {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    padding: 9px 10px;
    height: 50px;
    color: var(--white);
    font-size: 20px;
  }
  .logo-gracias {
    width: 35%;
  }
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
}