:root {
  --blue: #144776;
  --white: #fff;
  --blue-ii: #0067ae;
  --grey: #161616;
}

.banner-inicial {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--blue);
  background-image: url('../images/Fondo-banner.png');
  background-position: 100% 25%;
  background-repeat: no-repeat;
  background-size: 45%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.contenedor {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-general {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-general.aside {
  justify-content: space-between;
  width: 100%;
}

.image {
  width: 120px;
}

.nav-link {
  color: var(--blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h1 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-white {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.p-white.regular {
  font-weight: 400;
}

.button-blue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue-ii);
  color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.div-r {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.card-blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue);
  border-radius: 15px;
  flex-flow: column;
  width: 240px;
  padding: 20px;
  display: flex;
}

.image-3 {
  width: 35px;
  height: 35px;
}

.card-white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 240px;
  padding: 20px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

.p-blue {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.p-blue.regular {
  font-weight: 400;
}

.secci-n-general {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.secci-n-general.background {
  background-image: url('../images/Imagen-sección-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.secci-n-general.bg {
  background-image: url('../images/Degradado-azul.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2 {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.h2.white {
  color: var(--white);
}

.h2.azul {
  color: var(--blue);
}

.list-icon {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 20px;
}

.p-black {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.p-black.regular {
  font-weight: 400;
}

.divider {
  background-color: #cde7ff;
  width: 100%;
  height: 1px;
}

.image-4 {
  width: 50px;
  height: 50px;
}

.image-5 {
  width: 50px;
}

.secci-n-general-azul {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--blue);
  background-image: url('../images/Imagen-sección-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.banner-imagen {
  background-color: var(--blue-ii);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-im {
  width: 120px;
}

.image-6 {
  width: 90%;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-9 {
  width: 50%;
}

.tag {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

@media screen and (min-width: 1440px) {
  .banner-inicial {
    padding-bottom: 140px;
  }

  .image-6 {
    width: 85%;
  }
}

@media screen and (min-width: 1920px) {
  .banner-inicial {
    padding-bottom: 220px;
  }

  .div-block-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-6 {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .banner-inicial {
    background-image: url('../images/Fondo-banner-tablet-1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 300px;
  }

  .contenedor {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    color: var(--white);
    font-size: 22px;
  }

  .grid-banner {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 45px;
  }

  .card-blue {
    width: auto;
    height: 100%;
  }

  .card-white {
    width: auto;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .secci-n-general.background {
    background-image: url('../images/Fondo-banner-tablet-3.png');
    background-position: 50% 115%;
    background-size: 100%;
    padding-bottom: 220px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 40px;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading {
    font-size: 22px;
  }

  .p-black {
    font-size: 18px;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .secci-n-general-azul {
    background-image: url('../images/Imagen-sección-2r.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 300px;
  }

  .image-6, .div-block-9 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .banner-inicial {
    background-position: 50% 100%;
    background-size: 100%;
    padding-bottom: 300px;
  }

  .div-general {
    flex-flow: column;
  }

  .nav-link {
    font-size: 20px;
  }

  .div-block {
    justify-content: space-between;
  }

  .h1 {
    font-size: 35px;
    line-height: 120%;
  }

  .p-white {
    font-size: 18px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .secci-n-general.background {
    background-position: 50% 100%;
  }

  .h2 {
    font-size: 35px;
    line-height: 120%;
  }

  .secci-n-general-azul {
    background-position: 50% 100%;
    background-size: 100%;
    padding-bottom: 300px;
  }

  .image-6, .div-block-9 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .banner-inicial {
    height: auto;
    padding-bottom: 280px;
  }

  .contenedor {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
  }

  .h1 {
    font-size: 28px;
  }

  .p-white {
    font-size: 16px;
  }

  .button-blue {
    padding: 10px 20px;
    font-size: 20px;
  }

  .image-2 {
    width: 20px;
  }

  .card-blue {
    width: auto;
    box-shadow: 0 2px 5px #ffffff26;
  }

  .card-white {
    width: auto;
  }

  .div-block-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .secci-n-general.background {
    background-position: 0 100%;
    background-size: 135%;
    padding-top: 40px;
    padding-bottom: 240px;
  }

  .h2 {
    font-size: 28px;
  }

  .secci-n-general-azul {
    padding-bottom: 250px;
  }

  .div-block-10 {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_52fe509c-2573-40af-16e4-9eb558194339-94c3fd22 {
    order: -9999;
  }
}


