/* INICIAL PARAMETERS */
body {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1;
}

.w-1366 {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}

li a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

.p-relative {
  position: relative;
}

.box {
  width: 100vw;
}

h2 {
  font-weight: bold !important;
  font-size: 30px !important;
  margin-bottom: 2rem !important;
}

h4 {
  font-size: 20px !important;
}

@media (min-width: 768px) {
  h2 {
    font-size: 36px !important;
  }

  h4 {
    font-size: 22px !important;
  }
}

.bold {
  font-weight: bold;
}

.shadow-hero {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
  bottom: 0;
  mix-blend-mode: multiply;
}

.shadow-blue {
  position: absolute;
  background: #0068c8;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  bottom: 0;
  mix-blend-mode: multiply;
}

.shadow-card {
  position: absolute;
  background: linear-gradient(transparent, #000);
  width: 100%;
  height: 50%;
  opacity: 0.9;
  z-index: 2;
  bottom: 0;
}

.bio {
  position: absolute;
  background: #002649;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 100%;
  padding: 2rem;
  transition: 0.3s;
}

.bio button {
  width: min-content;
  border: 0;
  background-color: transparent;
  color: #fff;
}

.bio p {
  font-size: 1rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .bio {
    padding: 1rem;
  }

  .bio p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    max-height: 100% !important;
  }
}

.btn-violet {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background-color: #8300ff;
  border-radius: 0;
  border: 1px solid #8300ff;
  font-weight: 400;
  padding: 0.25rem 3rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-violet:hover {
  background-color: #fff !important;
  color: #8300ff !important;
}

.btn-transparent {
  height: fit-content !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0.25rem 2rem;
  font-size: 1rem;
}

.btn-transparent:hover {
  background-color: #fff !important;
  border: 1px solid #3484f7 !important;
  color: #3484f7 !important;
}

@media (max-width: 768px) {
  .btn-transparent {
    padding: 0.25rem 1rem !important;
  }
}

.btn-to-blue {
  height: fit-content !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0.25rem 1rem;
  font-size: 1rem;
}

.btn-to-blue:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #3484f7 !important;
}

.o-a {
  order: 1;
}

.o-b {
  order: 3;
}

.o-c {
  order: 5;
}

.o-d {
  order: 2;
}

.o-e {
  order: 4;
}

.o-f {
  order: 6;
}

/* HEADER - FOOTER */
header {
  position: relative;
  /* fixed */
  top: 0;
  z-index: 99;
}

/* NAV */
#nav {
  position: absolute;
  /* width: 100vw; */
  width: 100%;
}

.navbar-nav {
  margin-left: auto;
}

#navbarSupportedContent ul li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-brand {
  margin-bottom: auto;
}

.navbar-toggler-icon {
  color: white;
}

/* /NAV */

footer {
  background-color: #001c37;
  padding-top: 4rem;
  padding-bottom: 4rem !important;
}

.logo-footer {
  margin: auto;
}

@media (min-width: 768px) {
  /* .content-footer {
        padding-bottom: 3rem !important;
    } */

  .logo-footer {
    margin: inherit;
  }
}

footer a:hover {
  color: white;
}

footer div p {
  font-size: 12px;
}

footer a {
  line-height: 30px;
}

footer li a {
  white-space: pre;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0;
}

footer ul {
  align-content: center;
}

.form-control,
.form-control:focus,
.form-control:active {
  outline: none !important;
  box-shadow: none !important;
}

/* /HEADER - FOOTER */

/* SECTION1 */
.section1 {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
.bg-hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.section1,
.carousel-item {
  height: 100vh;
}

.carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-indicators {
  position: relative;
}
.block-indicator {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.item-1 {
  /* background-color: #005EB6; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-2 {
  /* background-color: #1F65A7; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-3 {
  /* background-color: #1F4970; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-4 {
  /* background-color: #1F4263; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-5 {
  /* background-color: #1F3B55; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-6 {
  /* background-color: #1F3448; */
  /* background-image: url('../img/kig-hero.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item {
  position: relative;
}

.carousel-item img {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}

.text-s1 {
  color: white;
  position: absolute;
  z-index: 3;
  font-size: 22px;
  min-height: 100vh;
  top: 0;
  display: flex;
  padding: 0 20%;
  line-height: 34px;
}

.text-s1 strong {
  font-size: 22px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .text-s1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .text-s1 strong {
    font-size: 40px !important;
    font-weight: bold;
  }
}

.text-s1 p {
  margin: auto;
}
@media (min-width: 350px) {
  .text-s1 p {
    /* margin-top: 120px; */
    margin-top: 280px;
  }
}

.carousel-indicators {
  z-index: 10 !important;
}

.carousel-indicators {
  width: fit-content;
  left: 20% !important;
  /* bottom: 10% !important; */
  bottom: 22% !important;
  margin: 0 !important;
}

.linked svg {
  align-self: center;
}

@media (max-width: 768px) {
  .div-s1 {
    line-height: 28px;
  }

  #footer div div ul li a {
    font-size: 18px;
    font-weight: 500;
  }

  .carousel-indicators {
    width: 100%;
    left: unset !important;
    bottom: 6rem !important;
  }

  .carousel-item {
    padding: 5rem 0;
  }
}
@media (max-width: 380px) {
  .carousel-indicators {
    bottom: 3rem !important;
  }
}

@media (min-width: 767px) {
  .div-s1 {
    width: 75%;
    font-size: 40px;
    line-height: 42px;
    margin-left: 5rem;
  }

  .white-space-pre {
    white-space: pre !important;
  }
}

@media (max-width: 320px) {
  .navbar-brand svg {
    width: 8rem;
  }

  .text-s1 {
    font-size: 18px;
  }
}

/* HOME */
.text-s1 {
  font-size: 22px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .text-s1 {
    font-size: 18px;
  }

  .carousel-indicators {
    bottom: 4rem !important;
  }
}

.section2 {
  padding-top: 4rem;
}

.team-card img {
  width: 100%;
}

.content-team-cards {
  justify-content: space-between;
}

.card-body {
  z-index: 3;
}

.position {
  font-size: 14px !important;
}

/* SECTION 3 */
.section3 {
  padding-top: 4rem;
  background-image: url("../img/bg-section-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section3 .w-1366 {
  position: relative;
  z-index: 3;
}

.cont-card {
  background-color: #3484f7;
  opacity: 0.85;
}

.cont-card h3 {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .cont-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .cont-card h3 {
    text-align: center;
  }

  .cont-card a {
    margin: auto !important;
  }
}

.cont-card a {
  margin-bottom: 1rem !important;
}

/* SECTION 4 */
.section4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #001324;
}

.section4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}

.section4 form {
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  #contactForm {
    width: 50%;
  }
}

.form-control {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  min-height: 3rem;
}

#contactForm textarea {
  min-height: 140px;
  resize: none;
}

.form-label {
  font-size: 14px;
}

@media (max-width: 768px) {
  #contactForm .btn-violet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
}

.if-collapsed {
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

[aria-expanded="false"] .if-not-collapsed {
  display: block;
}

[aria-expanded="false"] .if-collapsed {
  display: none;
}

[aria-expanded="true"] .if-not-collapsed {
  display: none;
}

[aria-expanded="true"] .if-collapsed {
  display: flex;
}

.navbar-toggler span {
  width: 2rem;
  height: 2rem;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.form__sending {
  display: none;
}

#msgSubmit {
  display: none;
  font-size: 16px;
}
#msgSubmit2 {
  display: none;
  font-size: 16px;
}
#msgError {
  display: none;
  color: #dc3c3c !important;
  font-size: 16px;
}
#msgError2 {
  display: none;
  color: #dc3c3c !important;
  font-size: 16px;
}
.input-error {
  border: 1px solid #dc3c3c !important;
}

/* Page Investing */
.s1-investing {
  height: 65vh;
}

.s1-investing .text-s1 {
  font-size: 18px !important;
  line-height: normal !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 110%;
  width: 100%;
}
.s1-investing .text-s1 h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
}
.s1-investing .text-s1 p {
  margin: 0;
}

/* section 2 */
.s2-investing {
  padding-block: 100px;
  padding-inline: 3rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s2-investing .container-text {
  width: 786px;
  margin-bottom: 25px;
  position: relative;
}

.s2-investing .container-text h2 {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  margin-bottom: 16px !important;
  margin-top: 50px;
}

.s2-investing .container-text .line-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
}

.s2-investing .text-main p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
}

.s2-investing .container-text p {
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.s2-investing .container-text img {
  width: 100%;
}

.s2-investing .container-phrase {
  text-align: center;
  padding-inline: 20px;
  margin-bottom: 25px;
}

.s2-investing .container-phrase .phrase {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  margin-bottom: 15px;
}

.s2-investing .container-phrase .author {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.blue-card {
  background-color: rgba(52, 132, 247, 0.8);
  height: 200px;
  padding: 24px;
}
.blue-card h2 {
  color: white;
  font-size: 20px !important;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .blue-card h2 {
    width: auto;
  }
}
.blue-card a {
  text-decoration: none;
}
.blue-card button.btn-to-blue {
  background-color: transparent;
}

/* Page Historic */
.s1-historic .bg-hero {
  filter: brightness(0.5);
}
.s2-historic .container-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 21px;
  gap: 18px 0;
}
.s2-historic .container-items .item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%;
}
.s2-historic .container-items .item p {
  margin: 0;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
}

.s2-historic .container-items .square {
  width: 24px;
  height: 24px;
}

.s2-historic .container-items .item:nth-child(1) .square {
  background-color: #3f70b5;
}
.s2-historic .container-items .item:nth-child(2) .square {
  background-color: #d84532;
}
.s2-historic .container-items .item:nth-child(3) .square {
  background-color: #67ade5;
}
.s2-historic .container-items .item:nth-child(4) .square {
  background-color: #eec15b;
}
.s2-historic .container-items .item:nth-child(5) .square {
  background-color: #fffc71;
}
.s2-historic .container-items .item:nth-child(6) .square {
  background-color: #a9ca71;
}
.s2-historic .container-items .item:nth-child(7) .square {
  background-color: #603d95;
}

.s2-historic .p-small {
  font-size: 12px !important;
  margin-top: 30px;
  margin-bottom: 43px;
}

.container-references {
  width: 786px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 40px;
  margin-bottom: 90px;
}
.container-references p {
  margin-bottom: 0;
}

.container-references a {
  color: black;
}

/*Modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal h2 {
  color: #001c37;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-content form {
    width: 100%;
  }
}
.modal-content form label {
  color: #001c37;
}
.modal-content form .form-control {
  border: 1px solid #001c37 !important;
  color: #001c37;
}
.buttons {
  position: absolute;
  /* bottom: 20%; */
  bottom: 25%;
  z-index: 4;
  left: 20% !important;
  width: 100%;
  gap: 30px;
  display: flex;
}

.buttons .btn-to-blue {
  padding: 10px 1rem !important;
  /* width: 340px; */
  width: 247px;
}
.fecha-historic{
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 1040px) {
  .buttons {
    flex-direction: column;
    gap: 20px;
    width: 90%;
    left: 5% !important;
  }
  .buttons .btn-to-blue {
    width: 100%;
  }
  .text-s1 p {
    margin-top: 120px;
    font-size: 16px;
    text-wrap: pretty;
  }

  .text-s1 {
    padding: 0 7%;
    max-height: 62%;
    font-size: 22px;
  }
}
@media screen and (max-width: 380px) {
  .buttons {
    bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .s1-investing {
    height: 55vh;
  }
  .s1-investing .text-s1 h1 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .text-s1-investing p {
    margin: auto;
    max-width: 197.49px;
    font-size: 16px;
  }
  .s2-investing {
    padding-block: 40px;
    padding-inline: 1.25rem;
  }

  .s2-investing .container-text {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .s2-investing .container-text p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .s2-investing .container-text h2 {
    margin-top: 40px;
  }
  .s2-investing .container-text h2 {
    font-size: 20px !important;
    font-size: 20px !important;
  }
  .s2-investing .container-phrase {
    padding-inline: 8px;
  }
  .s2-investing .container-phrase .phrase {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .container-references {
    width: 100%;
  }

  .s2-historic .container-items .item {
    width: 50%;
  }
  .s2-historic .container-items .square {
    width: 14px;
    height: 14px;
  }
  .s2-historic .container-items {
    gap: 10px 0;
  }
}
