:root {
  --black: #161616;
  --white: #ffffff;
  --yellow: #f5df4d;
  --grey: #f4f4f4;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Regular.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
html,
body {
  font-family: Open sans, "Gilroy", sans-serif;
  font-size: 20px;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

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

.text-grey {
  color: #6b6b6b;
}

.btn-cta {
  padding: 13px 16px;
  display: inline-block;
  color: var(--black);
  background-color: var(--yellow);
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  border: none;
}

.body-gracias {
  background-image: url("../assets/img/stroll-header-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.body-gracias .logo {
  width: 15%;
}

.mobile-item {
  display: none;
}

.header {
  background-image: url("../assets/img/stroll-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 9% 200px;
}
.header .logo {
  width: 20%;
  margin-bottom: 55px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/stroll-header-res.jpg");
    padding: 40px 6% 300px;
  }
  .header .logo {
    width: 28%;
    margin-bottom: 35px;
  }
}

.sec1 .icono {
  width: 35px;
  height: 35px;
  margin-right: 13px;
}
.sec1 .margen {
  margin-left: 45px;
}
.sec1 a {
  font-size: 18px;
  color: var(--black);
}
.sec1 .color-box {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid var(--black);
}
.sec1 .btn-colors {
  border: none;
  background-color: unset;
}
.sec1 .fs-12 {
  font-size: 12px;
}
.sec1 .video-section {
  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;
  height: 100vh;
  padding: 120px 0 60px;
}
.sec1 .video {
  width: 100%;
  max-width: 1200px;
  -webkit-filter: brightness(0.5) contrast(1) blur(0px);
          filter: brightness(0.5) contrast(1) blur(0px);
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .box {
    padding: 45px;
    border-radius: 0 0 20px 20px;
    margin-left: 0;
    margin-top: -7px;
  }
  .sec1 .icono {
    margin-right: 0;
  }
  .sec1 .align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec1 .descripcion {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sec2 {
  background-image: url("../assets/img/stroll-header-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 9%;
}
.sec2 .btn-cta-black {
  padding: 13px 16px;
  display: inline-block;
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  border: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 {
    background-image: url("../assets/img/stroll-header-cta-res.jpg");
    padding: 30px 6% 60px;
    background-position: center;
  }
}

.sec3 {
  padding: 30px 9% 70px;
}
.sec3 .mapa {
  width: 60%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 {
    padding: 30px 6% 70px;
  }
  .sec3 .mapa {
    width: 100%;
  }
}

.footer {
  background-image: url("../assets/img/stroll-header-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 9%;
}
.footer .iconos {
  width: 35px;
  height: 32px;
}
.footer .redes {
  width: 40px;
}
.footer a {
  color: var(--white);
  text-decoration: unset;
}
.footer .logo {
  width: 40%;
}
.footer .box {
  background-color: var(--yellow);
  border-radius: 15px;
  padding: 35px 30px;
}
.footer .box-form {
  background-color: var(--white);
  padding: 35px;
  border-radius: 15px;
}
.footer .form-control {
  background-color: var(--grey);
  border: unset;
  padding: 10px 20px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    background-image: url("../assets/img/stroll-header-footer-res.jpg");
    padding: 30px 6%;
  }
  .footer .copy {
    font-size: 15px;
  }
  .footer .logo {
    width: 25%;
  }
  .footer .form-control {
    padding: 10px;
    font-size: 18px;
  }
  .footer .box-form {
    padding: 22px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  .d-pad {
    padding: 70px 6%;
  }
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  .fs-18 {
    font-size: 15px;
  }
  .btn-cta {
    font-size: 18px;
  }
  .body-gracias .logo {
    width: 55%;
  }
}