body,
* {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}

.offcanvas.offcanvas-start {
  height: 100vh;
}

@font-face {
  font-family: "GothamBold";
  src: url("./fonts/gotham-bold.TTF") format("woff2");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/gotham-book.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.btn {
  font-family: "GothamBold";
  font-size: 16px;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  border-radius: 0;
}
.btn.solid {
  background: #ffffff;
  color: #003da6;
}
.btn.outlined {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.navbar {
  background: transparent;
  transition: all 0.3s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.navbar.scrolled {
  background-color: #ffffffd0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.49);
  backdrop-filter: blur(10px);
}
.navbar.scrolled .navbar-brand {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  border: 0;
  background-color: #00000090;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .button-wrapper {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  border: 0;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .button-wrapper button {
  margin: 0;
}
.navbar .offcanvas {
  background-color: #ffffffd8;
}
.offcanvas-header {
  padding: 13px;
}
.navbar .nav-item a {
  color: #161d65;
  font-size: 28px;
}
.navbar .nav-item {
  border-bottom: 1px solid #161d65;
}

.main-logo {
  width: 140px;
  height: auto;
  margin: 1rem;
}
main {
  position: relative;
}

section.regular-section {
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main {
  background: url(./images/main-bkg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top;
}

hr.divisor {
  background-color: #6bcdb2;
  border: 0;
  width: 200px;
  height: 10px;
  margin: 2rem 0;
  opacity: 1;
}
/****************************************************************************************/
.section-one {
  background: url(images/us-bkg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-one .content {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.section-one .content .caption {
  width: 32%;
  text-align: center;
}
.section-one .content .image {
  width: 65%;
}
.section-one .content .image > img {
  width: 100%;
  scale: 34;
  background: #ffffff;
}

.section-one .content .caption h2 {
  color: #ffffff;
  font-size: 29px;
}
.section-one .content .caption p {
  color: #ffffff;
  font-size: 19px;
  font-family: "Gotham";
  margin-left: auto;
}

.section-one .content .botones {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.section-one .content .botones .btn {
  flex: 1;
}
/****************************************************************************************/

/****************************************************************************************/
section.regular-section.section-two {
  min-height: auto;
  padding: 10rem 0;
}
.section-two .content h3 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  text-align: center;
}
.section-two .content h2 {
  color: #000000;
  font-size: 30px;
  font-family: "Gotham";
  line-height: 40px;
  text-align: center;
}
.section-two .content .divisor {
  margin: 2rem auto;
}
.section-two .content h2 strong {
  color: #6bcdb2;
}
/****************************************************************************************/

/****************************************************************************************/
#panels {
  background: url(./images/logo-alt.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
#panels #panels-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  text-align: left;
}
#panels #panels-container .panel img.slide-main-image {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
  z-index: 1;
}
.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/****************************************************************************************/

/****************************************************************************************/
.regular-section.section-three {
  padding: 0 !important;
  min-height: auto;
}
.section-three .content h2 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  text-align: center;
}
.section-three > .content p {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-family: "Gotham";
  text-align: center;
}

.section-three > .content p strong {
  color: #161d65;
  font-family: "GothamBold";
}
.section-three .container .divisor {
  margin: 2rem auto;
}
/****************************************************************************************/

/****************************************************************************************/
section.regular-section.section-four {
  padding: 16rem 0;
}
.section-four .container h4 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  line-height: 100px;
  text-align: center;
}
.section-four .container .divisor {
  margin: 2rem auto;
}
.section-four .member,
.section-four .member .content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: start;
}
.section-four .member > div,
.section-four .member .content > div {
  flex: 1;
}
.section-four .member .content h4 {
  font-size: 28px;
  color: #003da6;
  font-family: "Gotham";
  text-align: center;
  text-transform: uppercase;
}
.section-four .member .content h4 strong {
  font-family: "GothamBold";
}
.section-four .member .content p {
  font-size: 20px;
  color: #222222;
  font-family: "Gotham";
  text-align: center;
}
.section-four .member .content img {
  height: 100px;
  margin: 2rem auto;
  display: block;
}
/****************************************************************************************/

/****************************************************************************************/
.section-five {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.section-five .container-fluid {
  position: relative;
  z-index: 2;
}
.section-five .container-fluid h4 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  line-height: 100px;
  text-align: right;
}
.section-five .container-fluid h3 {
  font-size: 30px;
  line-height: 65px;
  text-align: right;
  margin-bottom: 2rem;
}
.section-five .container-fluid h2 {
  font-size: 30px;
  color: #222222;
  font-family: "Gotham";
  line-height: 40px;
  text-align: right;
}
.section-five .container-fluid h2 strong {
  color: #6bcdb2;
}
.section-five .container-fluid .divisor {
  margin-left: auto;
}
.section-five .container-fluid h2 span {
  color: #6bcdb2;
}
.section-five::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;

  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
/****************************************************************************************/

/****************************************************************************************/
.section-six .container h3 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  font-weight: 100;
}
.section-six .container .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding: 2rem 0;
}
.section-six .container .accordion .accordion-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.section-six .container .accordion .accordion-item .accordion-button {
  font-size: 30px;
  font-weight: 100;
  background-color: transparent;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2rem;
  outline: none !important;
  box-shadow: none;
}
.section-six .container .accordion .accordion-button:not(.collapsed) {
  color: #003da6;
  font-family: "GothamBold";
}
.section-six .container .accordion .accordion-item .accordion-button::after {
  margin-left: 0;
  background-image: url(./images/plus.svg);
  background-size: 50px;
  width: 50px;
  height: 50px;
}
.section-six .container .accordion .accordion-item .accordion-body {
  display: flex;
  gap: 2rem;
}
.section-six .container .accordion .accordion-item .accordion-body > div {
  flex: 1;
}
.section-six .container .accordion .accordion-item .accordion-body > div ul li {
  font-size: 22px;
  color: #222222;
  font-family: "Gotham";
  list-style: none;
}
.section-six .container .accordion .accordion-item .accordion-body > div h2 {
  font-size: 40px;
  color: #ffffff;
  font-family: "GothamBold";
}
/****************************************************************************************/

/****************************************************************************************/
.section-seven {
  padding-top: 20rem !important;
}
.section-seven .container h3 {
  font-size: 80px;
  color: #161d65;
  font-family: "Gotham";
  font-weight: 100;
  text-align: center;
}
.section-seven .container .timeline {
  display: flex;
  gap: 6rem;
  justify-content: center;
}
.section-seven .container .timeline h2 {
  font-size: 90px;
  color: #000000;
  max-width: 450px;
}
.section-seven .container .timeline h2 span {
  color: #003da6;
}
.section-seven .container .timeline .the-timeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.section-seven .container .timeline .the-timeline .item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 6rem;
  flex: 1;
  width: 100%;
}
.section-seven .container .timeline .the-timeline .item .item-image {
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}
.section-seven .container .timeline .the-timeline .item .item-text h4 {
  color: #6bcdb2;
  font-size: 28px;
  font-family: "GothamBold";
}
.section-seven .container .timeline .the-timeline .item .item-text p {
  color: #003da6;
  font-size: 20px;
  font-family: "Gotham";
  max-width: 450px;
}
p.horas {
  max-width: 122px;
  width: 122px;
  color: #6bcdb2;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  margin-left: auto;
}
.section-seven .container .timeline .the-timeline .vertical-divisor {
  margin: 0 auto;
}
.section-seven .container .last-item p {
  font-size: 46px;
  color: #000000;
  text-align: center;
  font-family: "Gotham";
}
.section-seven .container .last-item h5 {
  font-size: 56px;
  color: #00a76b;
  text-align: center;
  font-family: "GothamBold";
}
.vertical-divisor {
  background-color: #6bcdb2;
  height: 228px;
  width: 3px;
  opacity: 1;
  border: none;
}

footer {
  padding: 6rem 0 0;
  background-color: #222222;
}
footer .container {
  display: flex;
  gap: 4rem;
  align-items: center;
}
footer .container > div {
  flex: 1;
}
footer .container .contact-data h2 {
  font-size: 39px;
  color: #ffffff;
  font-family: "GothamBold";
}
footer .container .contact-data h3 {
  font-size: 30px;
  color: #6bcdb2;
  font-family: "Gotham";
  max-width: 404px;
}

footer .container .contact-data h4 {
  font-size: 28px;
  color: #003da6;
  font-family: "GothamBold";
  margin-top: 6rem;
}
footer .container .contact-data p {
  font-size: 15px;
  color: #ffffff;
  font-family: "Gotham";
}
footer .container .contact-data p strong {
  font-family: "GothamBold";
}
footer .container .the-form form input,
footer .container .the-form form textarea {
  border: none;
  background-color: #ffffff0e;
  border-radius: 5px;
  min-height: 46px;
  color: #a0a0a0;
}
::placeholder {
  color: #a0a0a0;
}

footer .container .the-form form ::placeholder {
  color: #a0a0a0;
}
footer .container .the-form form ::-webkit-input-placeholder {
  color: #a0a0a0;
}
footer .container .the-form form :-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
footer .container .the-form form ::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
footer .container .the-form form :-ms-input-placeholder {
  color: #a0a0a0;
}
footer .container .the-form form button {
  background-color: #6bcdb2;
  color: #003da6;
  font-family: "GothamBold";
  font-size: 13px;
  text-transform: uppercase;
  border: none;
}
footer .final {
  margin-top: 6rem;
  background-color: #111111;
  padding: 4rem 0;
}
footer .final .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
footer .final .footer-menu,
footer .final .socials {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
footer .final .footer-menu a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
}
footer .final .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff50;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
footer .final .socials a img {
  width: 18px;
}
footer .final .copyright p {
  font-size: 14px;
  color: #ffffff50;
  text-align: center;
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  text-align: center;
}
.modal-content img {
  margin-top: -4rem;
  width: 8rem;
}

#loading {
  position: absolute;
  z-index: 9;
  width: 360px;
  left: 50%;
  top: 40vh;
  margin-left: -180px;
}
#loading p {
  font-family: "Gotham";
  color: #003da6;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  width: 80px;
}

#loading p span.text {
  position: absolute;
  width: 300px;
  left: 60px;
}
#loading p span.cursor {
  height: 18px;
  width: 2px;
  background-color: #003da6;
  animation: blink 1s linear infinite;
  position: absolute;
  right: 0;
}
#loading p span img {
  width: 60px;
}
#progressbar {
  width: 0;
  background-color: #003da6;
  height: 2px;
  border-radius: 5px;
}

@keyframes blink {
  0%,
  100% {
    background-color: #003da6;
  }
  50% {
    background-color: #ff3e6b0e;
  }
}

/****************************************************************************************/
#panels-two {
  background: url(./images/logo-alt-dos.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}
#panels-two #panels-two-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
#panels-two #panels-two-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  text-align: left;
}
#panels-two #panels-two-container .panel img.slide-main-image {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
  z-index: 1;
}
#panels-two #panels-two-container .panel .container > div {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 2;
  background: #072a39ea;
  padding: 20rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#panels-two #panels-two-container .panel .container > div > h2 {
  color: #ffffff;
  font-size: 80px;
  margin-bottom: 4rem;
}
#panels-two #panels-two-container .panel .container > div ul {
  list-style: none;
}
#panels-two #panels-two-container .panel .container > div ul h2,
#panels-two #panels-two-container .panel .container > div ul span {
  color: #ffffff;
  font-size: 40px;
}
.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.section-seven .container .timeline .the-timeline .item-special {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.section-seven .container .timeline .the-timeline .item-special h4 {
  font-size: 40px;
  color: #161d65;
  font-family: "Gotham";
  font-weight: 100;
  text-align: center;
}
.section-seven .container .timeline .the-timeline .item-special h5 {
  font-size: 40px;
  color: #161d65;
  font-family: "Gotham";
  font-weight: 100;
  text-align: center;
}
.section-seven .container .timeline .the-timeline .item-special img {
  max-width: 100%;
}

#socios .container img {
  max-width: 100%;
}
#socios .container h3 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-family: "Gotham";
  text-align: center;
}
/****************************************************************************************/

.masonry-gallery {
  /* Desktop: 4 Columns */
  column-count: 4;
  column-gap: 20px;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; /* Space between rows */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.masonry-item:hover {
  transform: translateY(-5px);
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .masonry-gallery {
    column-count: 3; /* Tablets/Small Laptops */
  }
}

@media (max-width: 800px) {
  .masonry-gallery {
    column-count: 2; /* Large Phones */
  }
}

@media (max-width: 480px) {
  .masonry-gallery {
    column-count: 1; /* Small Phones */
  }
}

/****************************************************************************************/

@media only screen and (max-width: 600px) {
    section#start.regular-section{
    min-height: 100vh !important;
    height: 100vh !important;
  }
  .section-seven .container .timeline .the-timeline .item-special h4 {
    font-size: 20px;
  }
  .section-two .content h3,
  .section-four .container h4 {
    font-size: 60px;
  }
  .section-seven .container .timeline .the-timeline .item {
    display: grid;
    grid-template-columns: 1fr;
  }
  p.horas,
  .section-seven .container .timeline .the-timeline .item .item-text h4,
  .section-seven .container .timeline .the-timeline .item .item-text p {
    margin: auto;
    text-align: center;
  }
  section.regular-section {
    padding: 4rem 0;
    min-height: auto;
  }
  .section-one .content {
    flex-direction: column-reverse;
  }
  #panels-two #panels-two-container .panel .container > div {
    padding: 2rem;
  }
  .section-one .content .botones,
  .section-four .member,
  .section-four .member .content,
  .section-seven .container .timeline .the-timeline .item,
  .section-seven .container .timeline,
  footer .container,
  .section-six .container-fluid .accordion .accordion-item .accordion-body,
  footer .final .footer-menu,
  footer .final .socials {
    flex-direction: column;
  }

  .section-one .content .caption,
  .section-one .content .image,
  .section-four .member .content img,
  .section-three > .content p,
  .the-form {
    width: 100%;
    max-width: 100%;
  }

  .section-two .content h2,
  .section-three .content h2,
  .section-five .container h2,
  .section-seven .container .timeline h2,
  .section-six .container-fluid h3,
  .section-seven .container h3,
  .section-seven .container .last-item h5 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-six .container-fluid .accordion .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 20px;
  }

  .section-six .container-fluid h3,
  .section-seven .container h3,
  .section-seven .container .last-item h5 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-three > .content p,
  .section-seven .container .last-item p,
  .section-seven .container .timeline .the-timeline .item .item-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .section-six
    .container-fluid
    .accordion
    .accordion-item
    .accordion-button::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .section-three .content h2,
  .section-six .container-fluid h3,
  .section-seven .container h3 {
    margin-bottom: 2rem;
  }

  main {
    background-size: 100%;
  }
  #panels {
    overflow-x: hidden !important;
  }

  .section-seven .container .timeline .the-timeline .item {
    align-items: flex-start;
    gap: 2rem;
  }
  footer .final .footer-menu a {
    text-align: center;
  }

  body {
    background: #dfdfdf;
  }

  .section-seven .container .last-item p,
  .section-seven .container .last-item h5 {
    text-align: left;
  }
}
