:root {
  --white: #ffffff;
  --black: #1a1a1a;
  --blue: #010658;
  --grey-1: #efefef;
  --grey-2: #a3a3a3;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

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

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

.text-blue {
  color: var(--blue);
}

.bg-grey {
  background-color: var(--grey-1);
}

.btn-cta {
  padding: 10px 50px;
  display: inline-block;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border: 2px solid var(--white);
  border-radius: 10px;
}
.btn-cta:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.line-horizontal {
  border: 2px solid var(--grey-1);
}

.line-vertical {
  border-left: 4px solid var(--grey-1);
  height: 100%;
}

.logo-gracias {
  width: 30%;
}

.header {
  background-image: url("../assets/img/materia-lp-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 350px 9% 50px;
}
.header .btn-cta-header {
  padding: 10px 20px;
  display: inline-block;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border: 2px solid var(--white);
  border-radius: 10px;
}
.header .btn-cta-header:hover {
  background-color: var(--black);
  color: var(--white);
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/materia-lp-header-res.jpg");
    padding: 180px 5% 50px;
    background-position: center;
  }
}

.sec1 .logo {
  width: 18%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .logo {
    width: 60%;
  }
}

.sec2 .logo {
  width: 50%;
}
.sec2 .gx-md-5 {
  --bs-gutter-x: 5rem !important;
}
.sec2 .img {
  width: 90%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 .gx-md-5 {
    --bs-gutter-x: 2rem !important;
  }
  .sec2 .logo {
    width: 100%;
  }
  .sec2 .img {
    width: 100%;
  }
}

.sec3 .logo {
  width: 35%;
}
.sec3 .gx-md-5 {
  --bs-gutter-x: 5rem !important;
}
.sec3 .img {
  width: 90%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .gx-md-5 {
    --bs-gutter-x: 2rem !important;
  }
  .sec3 .logo {
    width: 50%;
  }
  .sec3 .img {
    width: 100%;
  }
}

.sec4 {
  background-image: url("../assets/img/materia-img-05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 9% 90px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 {
    padding: 120px 5%;
  }
}

.sec5 .box-line {
  background-color: var(--grey-1);
  padding: 30px;
  min-height: 125px;
  border: 2px solid var(--white);
}
.sec5 .box-line .flechas {
  background-image: url("../assets/img/icono-flecha-1.png");
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-top: 10px;
}
.sec5 .box-line:hover {
  background-color: var(--blue);
  color: var(--white);
}
.sec5 .box-line:hover .flechas {
  background-image: url("../assets/img/icono-flecha-2.png");
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec5 .box-line {
    padding: 30px 20px;
    min-height: 125px;
  }
  .sec5 .box-line .flechas {
    width: 20px;
    height: 20px;
    margin-right: 18px;
  }
}

.sec7 .line-vertical-blanca {
  border-left: 4px solid var(--white);
  height: 100%;
}
.sec7 .arrow-icon {
  width: 35px;
  height: 35px;
}
.sec7 .glide__arrow {
  width: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec7 .glide__arrow--left {
  left: 1em !important;
}
.sec7 .glide__arrow--right {
  right: 6em !important;
}
.sec7 .glide__arrow {
  top: 95%;
}
@media (max-width: 579px) and (min-width: 0px) {
  .sec7 .line-vertical-blanca {
    height: 50%;
    position: relative;
  }
  .sec7 .glide__slide {
    height: auto;
  }
  .sec7 .arrow-icon {
    width: 30px;
    height: 30px;
  }
  .sec7 .glide__arrow--left {
    left: 0em !important;
  }
  .sec7 .glide__arrow--right {
    right: 5em !important;
  }
  .sec7 .glide__arrow {
    top: 100%;
  }
}

.footer .bg-blue {
  background-color: var(--blue);
  padding: 150px 9%;
}
.footer .bg-white {
  padding: 150px 9% 150px 6%;
}
.footer .text-grey {
  color: var(--grey-2);
}
.footer .logo {
  width: 38%;
}
.footer .icono {
  width: 170%;
  margin-top: 5px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer .bg-blue {
    padding: 100px 5%;
  }
  .footer .bg-white {
    padding: 100px 5%;
  }
  .footer .logo {
    width: 50%;
  }
  .footer .icono {
    width: 100%;
  }
}

.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 574px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  .d-pad {
    padding: 80px 5%;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 25px;
  }
  .fs-16 {
    font-size: 16px;
  }
  .logo-gracias {
    width: 80%;
  }
}