@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;

  color: #fff;
}

.btn {
  display: inline-block;
  background-color: #233e92;
  color: #fff;
  padding: 0 6rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 2rem;
  margin-top: 0.5rem;
  border: 2px solid #233e92;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #233e92;
  border: 2px solid #233e92;
  box-shadow: 0 2px 12px rgba(0, 51, 102, 0.12);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  background-color: #fefeff;
}
.navbar .img-logo {
  max-width: 200px;
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-collapse {
  padding-top: 0rem;
  height: 20em;
  background-color: #fefeff;
  border-radius: 24px;
  width: fit-content;
  max-width: 100%;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link-a {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-a:hover {
  color: #dfcca3;
}
.navbar .color-a {
  color: black !important;
}
@media (min-width: 992px) {
  .navbar .color-a {
    color: #f7f7f7 !important;
  }
}
@media (min-width: 992px) {
  .navbar {
    background-color: transparent !important;
  }
  .navbar body.inicio-con-fondo-compartido {
    background-image: url("..assets/images/seccion1/Fondo.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .navbar .navbar-collapse {
    padding-top: 0;
    background-color: #233E92;
    border-radius: 24px;
    flex-grow: 0 !important;
    width: fit-content;
    max-width: 100%;
    height: 3.1em;
  }
  .navbar .separator {
    align-content: center;
    color: white;
    font-size: 1.2rem;
    margin: 0 0.8rem;
    user-select: none;
  }
}

/* Contenedor verde superior */
.footer-main {
  background-color: #cfcfcf;
  color: white;
}

.navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #dfcca3;
}

.img-logo-foot {
  max-width: 262px;
  margin-left: 68px;
}

.separator-foot {
  align-content: center;
  color: black;
  font-size: 1.2rem;
  margin: 0 0.8rem;
  user-select: none;
}

/* Contenedor negro inferior */
.footer-bottom {
  background-color: #0F144F;
  color: white;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.875rem;
}

.footer-logo {
  flex: 0 1 auto;
  text-align: center;
}

.nav-bar-footer {
  align-items: center;
  justify-content: center;
  list-style: none;
}

@media (min-width: 846px) {
  .footer-container {
    flex-direction: column;
    display: flex;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
  .footer-socials {
    justify-content: center;
    flex: 1 1 100%;
  }
  .nav-bar-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .img-logo-foot {
    max-width: 173px;
    margin-left: 90px;
  }
}
.modal-btn-personalizado {
  background-color: #343a40;
  color: #ffffff;
  border: 2px solid #343a40;
  font-weight: 600;
  padding: 0.5rem 4rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.modal-btn-personalizado:hover {
  background-color: #212529;
  border-color: #212529;
  transform: scale(0.85);
}

.bk-01 {
  padding: 1rem;
}
.bk-01 .container {
  position: relative;
}
.bk-01 .titulo {
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #233E92;
  font-weight: 400;
  font-size: 40px;
}
.bk-01 .subtitulo {
  font-weight: 800;
  margin: 0.1rem 0;
  color: #233E92;
  font-size: 56px;
}
.bk-01 .img-logotipo {
  width: 150px;
  position: absolute;
  top: 0;
  left: 30px;
}
.bk-01 .img-banner {
  max-width: 300px;
  margin-left: 20px;
}
.bk-01 .btn {
  padding: 0.6rem;
}
@media (min-width: 992px) {
  .bk-01 {
    padding: 0rem;
  }
  .bk-01 .texto-banner {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .bk-01 .titulo {
    font-size: 2.8rem;
  }
  .bk-01 .subtitulo {
    font-size: 5rem;
  }
  .bk-01 .btn {
    font-size: 1.5rem;
  }
  .bk-01 .img-logotipo {
    width: 200px;
    left: 0px;
  }
  .bk-01 .img-banner {
    max-width: 100%;
    margin-bottom: -57px;
  }
  .bk-01 .btn {
    padding: 0 6rem;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bk-01 .carousel-container {
  background-color: #ffffff;
}
.bk-01 .carousel-title {
  background-color: #ffffff;
  padding-top: 12px;
  color: #233E92;
}
.bk-01 .scrolling-carousel {
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  background-color: #233E92;
}
.bk-01 .scrolling-carousel__track {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
  animation: scrolling 12s linear infinite;
}
.bk-01 .scrolling-carousel__item {
  width: 100%;
  min-width: 200px;
  color: white;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 20px 0;
  padding: 20px;
  font-size: xx-large;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.bk-01 .scrolling-carousel__item img {
  height: 100%;
  width: 350px;
  object-fit: contain;
  object-position: center;
}

body.inicio-con-fondo-compartido {
  background-image: url("../images/seccion1/fondo1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.bk-02 {
  color: black;
  padding: 3rem 0;
  background-position: left top 0px;
  background: no-repeat;
}
.bk-02 .titulo {
  font-size: 40px;
  font-weight: 600;
}
.bk-02 .subtitulo-dos {
  font-size: 32px;
  font-weight: 500;
}
.bk-02 .subtitulo-tres {
  font-size: 28px;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .bk-02 {
    background-position: center top 0px;
    background-size: contain;
    height: auto;
  }
  .bk-02 .titulo {
    font-size: 40px;
    font-weight: 600;
  }
  .bk-02 .subtitulo-dos {
    font-size: 23px;
    font-weight: 500;
  }
  .bk-02 .subtitulo-tres {
    font-size: 20px;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .bk-02 {
    background-position: center top 0px;
    background-size: cover;
  }
}

.bk-03 {
  padding: 0;
}
.bk-03 .container {
  position: relative;
}
.bk-03 .texto-banner {
  position: absolute;
  top: 30px;
  z-index: 1;
  color: #fff;
}
.bk-03 .img-banner {
  margin-top: 90px;
  max-width: 335px;
}
.bk-03 .titulo {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.bk-03 .subtitulo {
  margin: 0.1rem 0;
  color: #fff;
}
.bk-03 .subtitulo.dos {
  font-weight: 800;
  background-color: #fff;
  color: #003366;
  font-size: 21px;
}
.bk-03 .subtitulo.tres {
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 1rem;
}
.bk-03 .subtitulo.tres img {
  width: 38px;
  margin-right: 1rem;
}
.bk-03 .subtitulo.cuatro {
  text-align: center;
  font-size: 21px;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .bk-03 .texto-banner {
    width: 85%;
  }
  .bk-03 .titulo {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .bk-03 .subtitulo {
    font-size: 2.2rem;
  }
  .bk-03 .subtitulo.dos {
    width: fit-content;
    padding: 0rem 2rem;
    border-radius: 4px;
    margin-bottom: 4rem;
  }
  .bk-03 .subtitulo.tres {
    margin-bottom: 3rem;
    width: 60%;
  }
  .bk-03 .subtitulo.tres img {
    width: 60px;
  }
  .bk-03 .subtitulo.cuatro {
    text-align: left;
    margin-left: 82px;
  }
  .bk-03 .img-banner {
    margin-top: 90px;
    max-width: 100%;
  }
  .bk-03 .btn {
    font-size: 1.2rem;
  }
}

.bk-04 {
  padding-top: 0;
}
.bk-04 .img-tam {
  max-width: 300px;
}
.bk-04 .titulo {
  color: black;
  padding: 1rem;
  font-size: 36px;
  font-weight: 800;
}
.bk-04 .subtitulo {
  margin: 0.1rem 0;
  color: black;
}
.bk-04 .subtitulo.dos {
  color: black;
  font-size: 28px;
  padding-top: 1rem;
  font-weight: 600;
}
.bk-04 .subtitulo.tres {
  color: black;
  font-size: 28px;
}
@media (min-width: 992px) {
  .bk-04 .img-tam {
    max-width: 75%;
    margin-bottom: -32px;
  }
  .bk-04 .titulo {
    font-size: 2.8rem;
    padding-top: 1rem;
  }
  .bk-04 .subtitulo {
    font-size: 2.2rem;
  }
  .bk-04 .subtitulo.dos {
    border-radius: 4px;
    margin-bottom: 1rem;
  }
  .bk-04 .subtitulo.tres {
    font-size: 28px;
  }
}

.bk-05 .titulo {
  color: #fff;
}
.bk-05 .preguntas {
  font-weight: 800;
  font-size: 1rem;
}
.bk-05 .img-banner {
  margin-bottom: -50px;
}
@media (min-width: 992px) {
  .bk-05 .titulo {
    font-size: 2.8rem;
  }
  .bk-05 .preguntas {
    font-size: 1.5rem;
  }
}

.bk-06 {
  background-size: cover;
}
.bk-06 .titulo {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.bk-06 .subtitulo {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: -32px;
}
.bk-06 .subtitulo-dos {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 14px;
}
.bk-06 .card {
  border-radius: 50px;
  min-height: 518px;
}
.bk-06 .card .card-title {
  font-size: 30px;
  margin-bottom: 2rem;
  font-weight: 600;
}
.bk-06 .card .card-subtitle {
  font-size: 26px;
  margin-bottom: 2rem;
}
.bk-06 .icono-tam {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.bk-06 .icono-tam-dos {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .bk-06 .titulo {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
  }
  .bk-06 .subtitulo {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: -32px;
  }
  .bk-06 .subtitulo-dos {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 14px;
  }
  .bk-06 .icono-tam {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-06 .icono-tam-dos {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
  }
  .bk-06 .card {
    min-width: 200px;
    min-height: 518px;
  }
  .bk-06 .card .card-title {
    font-size: 30px;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .bk-06 .card .card-subtitle {
    font-size: 26px;
    margin-bottom: 2rem;
  }
}

.bk-07 {
  background-size: cover;
  /* background-position: center top 0px; */
  position: relative;
  padding: 2rem 0;
  color: #fff;
}
.bk-07 .img-tam {
  max-width: 300px;
}
.bk-07 .titulo {
  color: black;
  padding: 1rem;
  font-size: 36px;
  font-weight: 800;
}
.bk-07 .subtitulo {
  margin: 0.1rem 0;
  color: black;
}
.bk-07 .subtitulo.dos {
  color: black;
  font-size: 28px;
  padding-top: 1rem;
  font-weight: 100;
}
.bk-07 .subtitulo.tres {
  color: black;
  font-size: 28px;
  font-weight: 600;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .bk-07 {
    background-size: cover;
    background-position: center right -40px;
    color: #fff;
    background-repeat: no-repeat;
  }
  .bk-07 .img-tam {
    max-width: 450px;
    margin-left: 188px;
    margin-bottom: -32px;
  }
  .bk-07 .titulo {
    font-size: 42px;
    font-weight: 600;
  }
  .bk-07 .subtitulo {
    font-size: 2.2rem;
  }
  .bk-07 .subtitulo.dos {
    border-radius: 4px;
    margin-bottom: 0rem;
    font-size: 21px;
  }
  .bk-07 .subtitulo.tres {
    font-size: 30px;
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}

.bk-08 {
  color: black;
}
.bk-08 .titulo {
  font-size: 40px;
  font-weight: 800;
}
.bk-08 .subtitulo {
  font-size: 30px;
  font-weight: 600;
}
.bk-08 .subtitulo-dos {
  font-size: 25px;
}
.bk-08 .subtitulo-tres {
  font-size: 24px;
}
.bk-08 table tr {
  border-bottom: 10px solid transparent;
}
.bk-08 table img {
  width: 110px;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .bk-08 .titulo {
    font-size: 37px;
    font-weight: 800;
  }
  .bk-08 .subtitulo {
    font-size: 30px;
    font-weight: 600;
  }
  .bk-08 .subtitulo-dos {
    font-size: 25px;
  }
  .bk-08 .subtitulo-tres {
    font-size: 24px;
    width: 62%;
    margin-left: 58px;
  }
  .bk-08 table tr {
    border-bottom: 40px solid transparent;
  }
  .bk-08 table img {
    width: 60px;
  }
}

.bk-09 {
  color: black;
}
.bk-09 table {
  color: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bk-09 table .trhead {
  background: transparent !important;
}
.bk-09 table .trhead .thtransparente {
  background: transparent;
  border-color: transparent;
}
.bk-09 table .trhead .thcolor {
  background: #1c32aa;
  color: #fff;
  border-color: #1c32aa;
}
.bk-09 table tr:nth-child(odd) {
  background: #1c32aa;
}
.bk-09 table tr:nth-child(even) {
  background: #181b4f;
}
.bk-09 table td {
  color: #fff;
  vertical-align: middle;
  padding: 1rem 0.5rem;
  border: none;
  background-color: transparent;
}
.bk-09 table img {
  width: 30px;
  margin-right: 1rem;
  vertical-align: middle;
}
.bk-09 .card {
  background-color: #cfcfcf;
  min-width: 335 px;
  border-radius: 20px;
}
.bk-09 .titulo {
  font-size: 26px;
  font-weight: 100;
  padding-bottom: 1rem;
}
.bk-09 .subtitulo {
  font-size: 26px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .bk-09 table {
    font-size: 24px;
    font-weight: 100;
  }
  .bk-09 .titulo {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 1rem;
  }
  .bk-09 .subtitulo {
    font-size: 30px;
    font-weight: 100;
  }
  .bk-09 .card {
    background-color: #cfcfcf;
    min-width: 480px;
    border-radius: 20px;
  }
}

@media (min-width: 820px) {
  .bk-09 .card {
    background-color: #cfcfcf;
    min-width: 285px;
    border-radius: 20px;
  }
}
.bk-10 {
  color: #fff;
}
.bk-10 .titulo {
  font-size: 30px;
  padding-bottom: 2rem;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #0F144F;
  font-weight: 100;
}
.bk-10 .subtitulo {
  font-size: 30px;
  font-weight: 600;
  margin: 0.1rem 0;
  color: #0F144F;
  font-weight: 100;
}
.bk-10 .btn {
  font-size: 1.2rem;
  background-color: #0F144F;
  padding-left: 3rem;
  padding-right: 3rem;
}
.bk-10 .img-tam {
  max-width: 260px;
  margin-bottom: -24px;
}
.bk-10 .card {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .bk-10 .img-tam {
    max-width: 460px;
    margin-bottom: -80px;
    margin-left: 46px;
  }
  .bk-10 .btn {
    font-size: 1.2rem;
    background-color: #0F144F;
  }
}

/*# sourceMappingURL=main.css.map */
