:root {
  --black: #202020;
  --white: #ffffff;
  --blue: #002959;
  --celeste: #97e6f7;
  --grey-light: #f4f4f4;
  --grey-dark: #e7e7e7;
}

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

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

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

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

.btn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 9px 30px;
  color: var(--white);
  font-size: 18px;
  border-radius: 5px;
  background-color: var(--blue);
}

.btn-cta-celeste {
  display: inline-block;
  text-decoration: none;
  padding: 9px 30px;
  color: var(--blue);
  font-size: 18px;
  border-radius: 5px;
  background-color: var(--celeste);
}

.body-gracias {
  background-color: var(--blue);
}

.mobile-item {
  display: none;
}

.header {
  background-image: url("../assets/img/coberlum-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 8%;
}
.header .logo {
  width: 20%;
  margin-bottom: 90px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header .logo {
    width: 50%;
    margin-bottom: 70px;
  }
}

.sec1 {
  background-image: url("../assets/img/background-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec2 {
  background-image: url("../assets/img/coberlum-banner-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 8% 40px;
}
.sec2 .box-img {
  background-color: var(--grey-light);
  padding: 90px 30px 30px;
  border-radius: 20px 20px 0 0;
}
.sec2 .box-info {
  background-color: var(--grey-dark);
  padding: 30px 60px;
  border-radius: 0 0 20px 20px;
}
.sec2 .arrow-icons {
  width: 15px;
}
.sec2 .glide__arrow--left {
  left: -2em;
}
.sec2 .glide__arrow--right {
  right: -2em;
}
.sec2 .glide__arrow {
  border: unset !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.sec2 .separacion {
  margin-bottom: 200px;
}
.sec2 .img {
  width: 25%;
  border-radius: 10px;
  margin-right: 10px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sec2 {
    padding: 100px 8% 20px;
  }
  .sec2 .box-info {
    padding: 30px;
    min-height: 190px;
  }
  .sec2 .box-img {
    padding: 90px 20px 30px;
  }
  .sec2 .glide__arrow--left {
    left: -1em;
  }
  .sec2 .glide__arrow--right {
    right: -1em;
  }
  .sec2 .arrow-icons {
    width: 10px;
  }
  .sec2 .fs-16 {
    font-size: 14px;
  }
  .sec2 h3 {
    font-size: 27px;
  }
  .sec2 .img {
    width: 20%;
    border-radius: 5px;
    margin-right: 7px;
  }
  .sec2 .fs-18 {
    font-size: 15px;
  }
  .sec2 .separacion {
    margin-bottom: 150px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 .separacion {
    margin-bottom: 140px;
  }
  .sec2 .separacion-img {
    margin-bottom: 160px !important;
  }
}

.sec3 .line {
  border: 1px solid var(--grey-dark);
  width: 35%;
}
.sec3 .iconos {
  width: 50%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sec3 .col-md-2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    width: 32.666667% !important;
  }
  .sec3 .col-md-1 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    width: 17.333333% !important;
  }
}

.sec4 {
  background-image: url("../assets/img/background-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sec5 .w-100 {
    width: 70% !important;
  }
  .sec5 h2 {
    font-size: 30px;
  }
}
.footer {
  background-image: url("../assets/img/background-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 8%;
}
.footer .btn-cta2 {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  height: 50px;
  color: var(--black);
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  background-color: #c9f2fd;
  border-width: 0px;
}
.footer .form-select {
  width: 90%;
  font-size: 18px;
}
.footer a {
  color: unset;
  text-decoration: none;
}
.footer .icono {
  width: 40px;
  margin-right: 20px;
}
.footer .espacio {
  margin-bottom: 225px;
}
.footer .logo {
  width: 25%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer .icono {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .footer a {
    font-size: 14px;
  }
  .footer .logo {
    width: 40%;
  }
  .footer .espacio {
    margin-bottom: 150px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  body {
    font-size: 18px;
  }
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  .fs-18 {
    font-size: 17px;
  }
  .fs-16 {
    font-size: 14px;
  }
}