:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --beige: #cac1a1;
  --green: #e0f58b;
  --orange: #e7995e;
  --yellow: #eeea86;
  --blue: #a6e6f1;
  --dark-grey: #252525;
}

@font-face {
  font-family: "BricolageGrotesque";
  src: url("../assets/fonts/BricolageGrotesque-Regular.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BricolageGrotesque";
  src: url("../assets/fonts/BricolageGrotesque-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Archivo";
  src: url("../assets/fonts/Archivo-Black.ttf") format("opentype");
  font-weight: 900;
}
html,
body {
  font-family: Open sans, "BricolageGrotesque", sans-serif;
  font-size: 16px;
  color: var(--white);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

.archivo {
  font-family: "Archivo", sans-serif;
}

.t-stroke-white {
  color: transparent;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.t-stroke-black {
  color: transparent;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
}

.d-pad {
  padding: 90px 9%;
}

h1 {
  font-size: 60px;
  font-weight: 900;
}

h2 {
  font-size: 35px;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

.fs-45 {
  font-size: 60px;
  font-weight: 900;
}

.bg-beige {
  background-color: var(--beige);
}

.bg-grey {
  background-color: var(--dark-grey);
}

.text-beige {
  color: var(--beige);
}

.text-green {
  color: var(--green);
}

.text-orange {
  color: var(--orange);
}

.text-yellow {
  color: var(--yellow);
}

.text-blue {
  color: var(--blue);
}

.text-black {
  color: var(--black);
}

.line {
  border: 1px solid var(--beige);
  width: 90%;
}

.check {
  width: 20px;
  height: 20px;
}

.icono-lineas-left {
  width: 80px;
  margin-left: 15px;
}

.icono-lineas-right {
  width: 80px;
  margin-right: 15px;
}

.mobile-item {
  display: none;
}

.header {
  background-image: url("../assets/img/magiclean-header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .logo {
  width: 200px;
}
.header .img {
  width: 800px;
}
.header .icon {
  width: 55px;
}
.header .lang {
  top: 30px;
  right: 30px;
}
.header .bandera {
  width: 20px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header .img {
    width: 350px;
  }
  .header .icon {
    width: 35px;
  }
}

.sec1 .text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .text-vertical {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.sec2 {
  padding: 60px 9% 10px;
}
.sec2 .img {
  width: 350px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 .img {
    width: 230px;
  }
}

.sec3 {
  padding: 15px 9% 10px;
}
.sec3 .img {
  width: 350px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .img {
    width: 230px;
  }
}

.sec4 {
  padding: 60px 9% 10px;
}
.sec4 .img {
  width: 350px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 .img {
    width: 230px;
  }
}

.sec5 {
  padding: 15px 9% 10px;
}
.sec5 .img {
  width: 350px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 .img {
    width: 230px;
  }
}

.sec6 {
  padding: 60px 9% 10px;
}
.sec6 .img {
  width: 450px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 .img {
    width: 300px;
  }
}

.sec6-2 {
  padding: 60px 9% 10px;
}
.sec6-2 .img {
  width: 380px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6-2 .img {
    width: 300px;
  }
}

.sec7 {
  padding: 15px 9% 10px;
}
.sec7 .img {
  width: 450px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec7 .img {
    width: 300px;
  }
}

.sec8 {
  padding: 60px 9% 10px;
}
.sec8 .img {
  width: 450px;
}
.sec8 .espacio {
  padding-top: 10%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec8 .img {
    width: 300px;
  }
}

.sec9 .t-stroke {
  color: transparent;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--beige);
}
.sec9 .zapatos {
  width: 100%;
}
.sec9 .bottom {
  margin-bottom: 80px;
}
.sec9 .icon {
  width: 55px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec9 .bottom {
    margin-bottom: 30px;
  }
  .sec9 .icon {
    width: 35px;
  }
  .sec9 .zapatos {
    width: 300px;
  }
}

.footer {
  padding: 90px 9% 15px;
}
.footer .bottom {
  margin-bottom: 90px;
}
.footer .social-icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.footer .social-icon.ig {
  background-image: url("../assets/img/icono-instagram.png");
}
.footer .social-icon.ig:hover {
  background-image: url("../assets/img/icono-instagram-hov.png");
}
.footer .social-icon.fb {
  background-image: url("../assets/img/icono-face.png");
}
.footer .social-icon.fb:hover {
  background-image: url("../assets/img/icono-face-hov.png");
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    padding: 70px 9% 15px;
  }
  .footer .bottom {
    margin-bottom: 30px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  body {
    font-size: 11px;
  }
  .d-pad {
    padding: 50px 7%;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 27px;
  }
  .fs-20 {
    font-size: 15px;
  }
  .fs-12 {
    font-size: 9px;
  }
  .fs-45 {
    font-size: 45px;
  }
  .t-stroke-white {
    -webkit-text-stroke-width: 1px;
  }
  .t-stroke-black {
    -webkit-text-stroke-width: 1px;
  }
  .check {
    width: 15px;
    height: 15px;
  }
  .icono-lineas-left {
    width: 59px;
    margin-left: 5px;
  }
  .icono-lineas-right {
    width: 59px;
    margin-right: 5px;
  }
  .line {
    width: 80%;
  }
}