:root {
  --blanco: #ffffff;
  --negro: #202020;
  --azul: #165398;
  --gris: #f4f4f4;
  --gris-2: #303030;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

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

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

.muli {
  font-family: "MuliEB", sans-serif;
}

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

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

.btn-cta {
  padding: 15px 40px;
  display: inline-block;
  background-color: var(--azul);
  color: var(--blanco);
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  border: none;
}
.btn-cta:hover {
  color: var(--blanco);
  background-color: var(--azul);
}

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

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

.header {
  padding: 0;
}
.header .contenido {
  padding: 80px 2% 80px 9%;
}
.header .contenido .logo {
  width: 50%;
  margin-bottom: 20%;
}
.header .contenido .fx {
  position: relative;
  left: 90%;
  bottom: 0;
  width: 35px;
}
.header .contenido p {
  padding-right: 12%;
}
.header .fondo {
  background-image: url("../assets/img/img-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 500px) and (min-width: 0px) {
  .header {
    text-align: center !important;
  }
  .header .contenido {
    padding: 80px 5% 0px;
  }
  .header .contenido .logo {
    width: 75% !important;
  }
  .header .contenido p {
    margin-top: 8%;
    margin-bottom: 2% !important;
    padding: 0;
  }
  .header .contenido .fx {
    left: 30%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .fondo {
    background-image: url("../assets/img/res/img-header-res.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
}

.sec1 .box {
  position: absolute;
  background-color: var(--gris-2);
  padding: 16px 32px;
  border-radius: 16px;
  top: 30px;
}
.sec1 img {
  width: 100%;
  margin: 12% 0 2%;
}
@media (max-width: 767px) and (min-width: 425px) {
  .sec1 .box {
    top: 10px;
    left: 22.5%;
  }
}
@media (max-width: 424px) and (min-width: 0px) {
  .sec1 .box {
    top: 10px;
    left: 18.5%;
  }
}

.sec2 .col-md-5 {
  text-align: right;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec2 {
    text-align: center;
  }
  .sec2 h2 {
    margin-bottom: 8% !important;
  }
  .sec2 .col-md-5 {
    text-align: center;
  }
}

.sec3 .icono {
  width: 170px;
  margin: 12% 0 6%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec3 .col {
    width: 100%;
  }
  .sec3 .icono {
    width: 120px;
  }
  .sec3 .glide .glide__bullets {
    bottom: -28px;
  }
  .sec3 .glide .glide__bullet {
    background-color: #f4f4f4;
  }
  .sec3 .glide .glide__bullet--active {
    background-color: #303030;
  }
}

.sec4 .box {
  background-color: var(--blanco);
  padding: 25px 20px;
  border-radius: 28px;
  margin-top: 12%;
  height: 300px;
  -webkit-box-shadow: 0px 2px 10px rgba(48, 48, 48, 0.3);
          box-shadow: 0px 2px 10px rgba(48, 48, 48, 0.3);
}
.sec4 .box .icono {
  width: 70px;
  margin-bottom: 5%;
}
.sec4 .box .icono-marca {
  width: 150px;
  margin-bottom: 10%;
}
.sec4 .box p {
  font-size: 18px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sec4 .box {
    padding: 25px 9px;
    border-radius: 28px;
    margin-top: 12%;
    height: 220px;
  }
  .sec4 .box .icono {
    width: 50px;
  }
  .sec4 .box .icono-marca {
    width: 72px;
  }
  .sec4 .box p {
    font-size: 10px !important;
  }
}
@media (max-width: 424px) and (min-width: 0px) {
  .sec4 .box {
    padding: 18px 10px;
    border-radius: 22px;
  }
  .sec4 .box .icono {
    width: 50px;
  }
  .sec4 .box .icono-marca {
    width: 120px;
  }
  .sec4 .box p {
    font-size: 16px !important;
  }
}

.sec5 .box {
  position: relative;
}
.sec5 .box img {
  border-radius: 16px;
  width: 100%;
  max-height: 550px;
}
.footer {
  position: relative;
  padding: 80px 9% 15px !important;
}
.footer .logo {
  width: 50%;
  margin-bottom: 8%;
}
.footer .icono {
  width: 7%;
}
.footer .fx {
  position: relative;
  left: 99%;
  bottom: 20%;
  width: 35px;
  z-index: 5;
}
.footer .form-col {
  margin-top: 5%;
}
.footer .form-col .formulario {
  position: relative;
  z-index: 9;
  background-color: var(--blanco);
  padding: 8% 5%;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 8px rgba(48, 48, 48, 0.2);
          box-shadow: 0px 1px 8px rgba(48, 48, 48, 0.2);
}
.footer .form-col .formulario .form-control {
  font-size: 20px;
  color: var(--negro);
  border-radius: 18px;
  padding: 15px 18px;
  background-color: var(--gris);
  border: none;
}
.footer .form-col .formulario .form-control::-webkit-input-placeholder {
  color: var(--negro);
}
.footer .form-col .formulario .form-control::-moz-placeholder {
  color: var(--negro);
}
.footer .form-col .formulario .form-control:-ms-input-placeholder {
  color: var(--negro);
}
.footer .form-col .formulario .form-control::-ms-input-placeholder {
  color: var(--negro);
}
.footer .form-col .formulario .form-control::placeholder {
  color: var(--negro);
}
.footer .form-col .formulario .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .form-col .formulario .btn-cta {
  width: 45%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .footer {
    padding: 80px 5% 0px !important;
  }
  .footer .icono {
    width: 12%;
    margin-bottom: 20px;
  }
  .footer .top {
    text-align: center;
  }
  .footer .top .logo {
    width: 75%;
  }
  .footer .form-col .formulario .form-control {
    font-size: 17px;
  }
}

.copyright {
  background-color: var(--gris-2);
  padding: 35px 9%;
}
.copyright .right {
  text-align: right;
}
@media (max-width: 500px) and (min-width: 0px) {
  .copyright {
    padding: 25px 5%;
    font-size: 16px !important;
    text-align: center;
  }
  .copyright .right {
    text-align: center;
    margin-top: 6% !important;
  }
}

.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .btn-cta {
    font-size: 17px;
    padding: 15px 30px;
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  .fs-55 {
    font-size: 37px;
  }
  .d-pad {
    padding: 80px 5%;
  }
  body {
    font-size: 17px;
  }
  .btn-cta {
    font-size: 17px;
    padding: 15px 30px;
  }
}