:root {
  --blanco: #ffffff;
  --negro: #202020;
  --verde-1: #00432d;
  --verde-2: #13a35d;
  --verde-3: #0d3022;
  --fondo: #ecf3f0;
}

@font-face {
  font-family: "Brico";
  src: url("../assets/fonts/BricolageGrotesque-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Brico";
  src: url("../assets/fonts/BricolageGrotesque-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html, body {
  font-family: "Brico", sans-serif;
  font-size: 18px;
  color: var(--negro);
  background-color: var(--fondo);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px;
}

.fs-16 {
  font-size: 16px;
}

.d-pad {
  padding: 70px 5%;
}

.txt-azul {
  color: var(--azul);
}

.btn-cta {
  padding: 12px 80px;
  display: inline-block;
  background-color: var(--verde-2);
  color: var(--blanco);
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  border: none;
}
.btn-cta:hover {
  color: var(--blanco);
  background-color: var(--verde-3);
}

a {
  color: unset;
  text-decoration: none;
}

.gracias {
  background-image: url("../assets/img/marroking-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
}

.header {
  background-image: url("../assets/img/marroking-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .container {
  padding: 80px 5% 140px;
}
.header .logo {
  width: 30%;
}
.header .wssp {
  display: inline-block;
  background-color: var(--verde-2);
  padding: 12px 30px;
  color: var(--blanco);
  border-radius: 15px;
}
.header .wssp .icono {
  width: 25px;
  margin-left: 8px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .header {
    text-align: center;
    background-image: url("../assets/img/marroking-header-res.jpg");
    background-position: right;
  }
  .header .logo {
    width: 70%;
  }
  .header .wssp {
    padding: 12px 60px;
  }
}

.sec1 {
  background-color: var(--verde-3);
}
.sec1 .porc {
  width: 100%;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec1 {
    text-align: center;
  }
  .sec1 .izq {
    border-right: none;
    border-bottom: 4px solid var(--verde-1);
  }
  .sec1 .porc {
    width: 35%;
    margin-bottom: 25px;
    margin-top: 8%;
  }
  .sec1 h4 {
    margin-bottom: 20px !important;
  }
}

.sec2 .container {
  padding-bottom: 0 !important;
}
.sec2 .box {
  margin-top: 8%;
  background-color: var(--blanco);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.sec2 .box .plaga {
  position: absolute;
  z-index: 2;
  width: 110px;
}
.sec2 .box h3 {
  position: relative;
  z-index: 3;
}
.sec2 .combate {
  border-radius: 16px;
  background-color: var(--verde-2);
  position: relative;
  z-index: 10;
  margin-top: 8%;
}
.sec2 .combate .izq {
  background-image: url("../assets/img/marroking-img-01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec2 .combate .der {
  padding: 30px 50px;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec2 {
    text-align: center;
  }
  .sec2 .box {
    min-height: 180px;
    height: 180px !important;
  }
  .sec2 .combate .izq {
    background-image: url("../assets/img/marroking-img-01-res.png");
    min-height: 230px;
  }
}

.sec3 {
  background-color: #00674A;
  background-image: url("../assets/img/marroking-fondo-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -12%;
}
.sec3 .container {
  padding: 250px 5% 60px;
}
.sec3 .container .box {
  padding: 30px;
  border-radius: 16px;
  background-color: var(--verde-1);
  margin-top: 8%;
  min-height: 220px;
}
.sec3 .container .box .icono {
  width: 50px;
  margin-bottom: 20px;
}
.sec3 .container .box:hover {
  background-color: var(--verde-3);
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec3 {
    margin-top: -45%;
    text-align: center;
  }
}

.sec4 {
  background-image: url("../assets/img/marroking-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12% 0;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec4 {
    padding: 30% 0;
    background-image: url("../assets/img/marroking-banner-res.jpg");
  }
}

.footer .formulario {
  border-radius: 16px;
  padding-right: 5%;
}
.footer .formulario .form-control {
  font-size: 18px;
  color: var(--negrp);
  border-radius: 5px;
  padding: 12px 15px;
  border: 1px solid var(--negro);
}
.footer .formulario .form-control::-webkit-input-placeholder {
  color: var(--negrp);
}
.footer .formulario .form-control::-moz-placeholder {
  color: var(--negrp);
}
.footer .formulario .form-control:-ms-input-placeholder {
  color: var(--negrp);
}
.footer .formulario .form-control::-ms-input-placeholder {
  color: var(--negrp);
}
.footer .formulario .form-control::placeholder {
  color: var(--negrp);
}
.footer .formulario .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .separador {
  padding: 12% 0;
}
.footer .box {
  margin-bottom: 8%;
}
.footer .box .icono {
  width: 30px;
  margin-right: 20px;
}
.footer .copy {
  padding-left: 11%;
}
@media (max-width: 579px) and (min-width: 0px) {
  .footer {
    text-align: center;
  }
  .footer .btn-cta {
    width: 100%;
  }
  .footer .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .d-flex .icono {
    margin: 30px 0 10px;
  }
  .footer .copy {
    padding-left: 0%;
  }
}

.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 579px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
}