@charset "UTF-8";
body {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
}
a:visited {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
a:link {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

body .btn-red {
    padding: 15px 35px 15px 35px;
    background-color: #C1272D;
    color: #fff;
    border: 1px solid #C1272D;
    cursor: pointer;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
}
body .btn-red:hover {
  background-color: #fff;
  color: #C1272D;
  border: 1px solid #C1272D;
  transition: 0.3s;
}
body #buttontop {
  display: inline-block;
  background-color: #0A2E77;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
body #buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
body #buttontop:hover {
  cursor: pointer;
  background-color: #C1272D;
}
body #buttontop:active {
  background-color: #555;
}
body #buttontop.show {
  opacity: 1;
  visibility: visible;
}

.hero-section {
  position: relative;
  height: 90vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: -100px;
  z-index: -1;
}
@media (max-width: 780px) {
  .hero-section {
    height: 70vh;
  }
}
.hero-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  padding: 0px 50px 15px 50px;
}
.hero-section .hero-content h1 {
  color: #ffffff;
  font-size: 35px;
}
@media (max-width: 780px) {
  .hero-section .hero-content h1 {
    text-align: center;
    font-size: 25px;
  }
}

.two-column-section {
  display: flex;
  padding: 50px;
  border-radius: 50px;
  background: #F3F3F3;
  background: #F3F3F3;
  width: 90%;
  margin: 0 auto;
  position: relative;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .two-column-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
.two-column-section .column-left {
  flex: 1;
  padding: 20px;
}
.two-column-section .column-left h2 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  padding-right: 50px;
}
.texto {
    color: #000;
    font-size: 8px;
    font-weight: 400;
    padding-right: 45px;
    line-height: 30px;
    margin-bottom: 50px;
    border:thin;
}

.two-column-section .column-left p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-right: 45px;
  line-height: 30px;
  margin-bottom: 50px;
}
.two-column-section .column-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  padding: 20px;
}
.two-column-section .column-right .item {
  width: 40%;
  margin-bottom: 10px;
  padding: 25px;
  background-color: #C1272D;
  text-align: left;
  border-radius: 30px;
  border-bottom-right-radius: 0;
}
.two-column-section .column-right .item:hover {
  transition: 0.3s;
  transform: scale(1.05); /* Ajusta el valor según tus preferencias */
  box-shadow: 0 4px 25px rgba(22, 5, 5, 0.7); /* Ajusta la sombra según tus preferencias */
}
@media (max-width: 780px) {
  .two-column-section .column-right .item {
    width: 100%;
  }
}
.two-column-section .column-right .item img {
  width: 60px;
  padding-bottom: 25px;
}
.two-column-section .column-right .item p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.clientes-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .clientes-section {
    width: 100%;
  }
}
.clientes-section .column-one {
  padding: 20px;
  margin-bottom: 25px;
}
.clientes-section .column-one h2 {
  color: #0A2E77;
  font-size: 35px;
  font-weight: bold;
}
.clientes-section .column-one p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .clientes-section .column-one p {
    width: 100%;
  }
}
.clientes-section .column-two {
  display: flex;
  flex-direction: column;
}
@media (max-width: 780px) {
  .clientes-section .column-two {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.clientes-section .column-two .logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 25px;
}
.clientes-section .column-two .logo-row .logo {
  width: 150px;
  height: 150px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.clientes-section .column-two .logo-row .logo img {
  width: 150px;
}
@media (max-width: 768px) {
  .clientes-section .column-two .logo-row .logo {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .clientes-section .column-two .logo-row {
    width: 100%;
    flex-direction: column;
  }
}

.three-column-section {
  display: flex;
  padding: 50px;
  border-radius: 50px;
  background: #0A2E77;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .three-column-section {
    flex-direction: column;
    width: 95%;
    padding: 0;
  }
}
.three-column-section .column {
  flex: 1;
  padding: 20px;
}
.three-column-section .column:nth-child(1) {
  width: 30%;
}
@media (max-width: 780px) {
  .three-column-section .column:nth-child(1) {
    width: 100%;
  }
}
.three-column-section .column:nth-child(2) {
  width: 70%;
  flex: none;
}
@media (max-width: 780px) {
  .three-column-section .column:nth-child(2) {
    width: 100%;
  }
}.three-column-section .column h2 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 25px;
}
.three-column-section .column a {
  color: #0A2E77;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.three-column-section .column .btn-prev-testimonial {
  padding: 0;
  font-size: 14px;
  height: 50px;
  width: 50px;
  background: #0A2E77;
  top: 50%;
  left: -50px;
}
@media (max-width: 780px) {
  .three-column-section .column .btn-prev-testimonial {
    left: 33%;
    top: 98%;
  }
  .three-column-section .column .btn-prev-testimonial .carousel-control-prev-icon {
    width: 15px;
  }
}
.three-column-section .column .btn-next-testimonial {
  padding: 0;
  font-size: 14px;
  height: 50px;
  width: 50px;
  background: #0A2E77;
  top: 50%;
  right: -50px;
}
@media (max-width: 780px) {
  .three-column-section .column .btn-next-testimonial {
    right: 33%;
    top: 98%;
  }
  .three-column-section .column .btn-next-testimonial .carousel-control-next-icon {
    width: 15px;
  }
}
.three-column-section .column a:hover {
  border: 1px solid #fff;
  color: #ffffff;
  background-color: #0A2E77;
  transition: 0.3s;
}
.three-column-section .column p {
  color: #fff;
  font-size: 14px;
}
.three-column-section .column .testimonial-carousel .testimonial {
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.three-column-section .column .testimonial-carousel .testimonial span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two {
  display: flex;
  align-items: center;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .columna1 {
  width: 50%;
}
@media (max-width: 780px) {
  .three-column-section .column .testimonial-carousel .testimonial-inner-two .columna1 {
    width: 100%;
  }
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .columna2 {
  width: 50%;
}
@media (max-width: 780px) {
  .three-column-section .column .testimonial-carousel .testimonial-inner-two .columna2 {
    width: 100%;
  }
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .item-logo {
  padding: 10px;
  margin-right: 25px;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .item-logo img {
  width: 125px;
 border-radius: 10px;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .item-client {
  padding: 10px;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .item-client h4 {
  color: #E25F25;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
}
.three-column-section .column .testimonial-carousel .testimonial-inner-two .item-client p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 780px) {
  .three-column-section .column .testimonial-carousel .testimonial-inner-two {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.three-column-section .column .testimonial-carousel .img-testimonial {
  display: flex;
  justify-content: flex-end;
}
.three-column-section .column .testimonial-carousel .img-testimonial img {
  width: 80%;
  text-align: right;
  padding-right: 15px;
  border-radius: 50px;
}
@media (max-width: 780px) {
  .three-column-section .column .testimonial-carousel .img-testimonial img {
    width: 200px;
  }
}
@media (max-width: 780px) {
  .three-column-section .column .testimonial-carousel .img-testimonial {
    justify-content: center;
    padding: 25px 0px;
  }
}

.three-horizontal-columns {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .three-horizontal-columns {
    flex-direction: column;
  }
}
.three-horizontal-columns .column {
  flex: 1;
  width: 50%;
}
@media (max-width: 780px) {
  .three-horizontal-columns .column {
    padding: 25px;
    width: 100%;
  }
}
.three-horizontal-columns .column h2 {
  color: #0A2E77;
  font-size: 40px;
  font-weight: bold;
}
.three-horizontal-columns .column p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 80%;
  margin-bottom: 50px;
}
.three-horizontal-columns .column .box-inner {
  background-color: #F9F9F9;
  border-radius: 30px;
  padding: 50px;
  height: 350px;
}
.three-horizontal-columns .column .box-inner img {
  width: 200px;
}
.three-horizontal-columns .column .box-inner h3 {
  color: #0A2E77;
  font-size: 16px;
  padding-top: 25px;
}
.three-horizontal-columns .column .box-inner p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 90%;
}
.three-horizontal-columns .column:nth-child(1) {
  padding: 60px;
}
@media (max-width: 780px) {
  .three-horizontal-columns .column:nth-child(1) {
    padding: 25px;
  }
}
.three-horizontal-columns .column:nth-child(2) {
  margin-right: 25px;
}
@media (max-width: 780px) {
  .three-horizontal-columns .column:nth-child(2) {
    margin-right: 0px;
  }
}

.full-width-section {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
}
.full-width-section .background-image {
  width: 100%;
  height: 100%;
  background-image: url("/img/foothome.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-repeat: no-repeat;
}

footer {
  background-color: #0A2E77;
  color: #fff;
  padding: 50px 50px 50px 50px;
}
@media (max-width: 780px) {
  footer {
    padding: 25px;
  }
}
footer .content {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
footer .content .footer-logo {
  text-align: center;
}
footer .content .footer-logo img {
  max-width: 250px;
}
@media (max-width: 780px) {
  footer .content .footer-logo img {
    max-width: 200px;
  }
}
footer .content .footer-links {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 780px) {
  footer .content .footer-links {
    display: flex;
    flex-direction: column;
  }
}
footer .content .footer-links a {
  font-size: 18px;
  color: #0A2E77;
  text-decoration: none;
  margin: 0 10px;
}
footer .content .footer-links .separator {
  color: #0A2E77;
}
@media (max-width: 780px) {
  footer .content .footer-links .separator {
    color: transparent;
  }
}
footer .content p {
  text-align: center;
  margin: 10px 0;
}
footer .content .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
}
footer .content .info a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #0A2E77;
  margin-bottom: 10px;
}
@media (max-width: 780px) {
  footer .content .info a {
    text-align: center;
  }
}
footer .content .social-icons {
  text-align: center;
}
footer .content .social-icons .social-icon {
  display: inline-block;
  margin: 0 10px;
}
footer .content .social-icons .social-icon img {
  max-width: 30px;
}
footer .content .copyrights {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 780px) {
  footer .content .copyrights {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    text-align: center;
    row-gap: 15px;
  }
}
footer .content .copyrights .col-one span {
  font-size: 14px;
  text-align: left;
  color: #000;
}
footer .content .copyrights .col-two span {
  font-size: 14px;
  text-align: right;
  color: #000;
}

.two-col-section {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .two-col-section {
    margin-top: 25px;
    flex-direction: column-reverse;
  }
}
.two-col-section .column {
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 780px) {
  .two-col-section .column {
    padding: 0px 0px 25px 0px;
  }
}
@media (min-width: 768px) {
  .two-col-section .column {
    flex: 0 0 40%; /* Ancho de la columna 1 en pantallas más grandes */
  }
  .two-col-section .column:nth-child(2) {
    flex: 0 0 60%;
  }
}
.two-col-section .column h1 {
  color: #0A2E77;
  font-size: 40px;
}
.two-col-section .column p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
}
.two-col-section .column .btn-more {
  padding: 10px 35px 10px 35px;
  background-color: #C1272D;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  top: 25px;
}
.two-col-section .column a {
  background-color: #0A2E77;
  color: #fff;
  height: 35px;
  top: 47%;
  width: 35px;
}
.two-col-section .column .carousel-control-prev-icon {
  background-size: 15px;
}
.two-col-section .column .carousel-control-next-icon {
  background-size: 15px;
}
.two-col-section .column img {
  max-width: 100%; /* La imagen ocupa el 100% del ancho de su contenedor */
  height: auto;
  display: block; /* Elimina el espacio adicional por alinear la imagen en línea */
  margin-top: 20px; /* Espacio entre la columna 1 y la imagen */
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 780px) {
  .two-col-section .column img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.three-modalidad-columns {
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .three-modalidad-columns {
    display: flex;
    flex-direction: column;
  }
}
.three-modalidad-columns .column {
  flex: 1;
  padding: 25px;
}
.three-modalidad-columns .column h3 {
  color: #0A2E77;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.three-modalidad-columns .column h2 {
  color: #0A2E77;
  font-size: 40px;
  font-weight: bold;
}
.three-modalidad-columns .column p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 80%;
}
.three-modalidad-columns .column .box-inner {
  background-color: #F9F9F9;
  border-radius: 30px;
  padding: 50px;
  height: auto;
}
@media (max-width: 780px) {
  .three-modalidad-columns .column .box-inner {
    padding: 0;
  }
}
.three-modalidad-columns .column .box-inner img {
  width: 200px;
}
.three-modalidad-columns .column .box-inner h3 {
  color: #0A2E77;
  font-size: 16px;
}
.three-modalidad-columns .column .box-inner p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 90%;
}
.three-modalidad-columns .column .box-inner .content-inner {
  display: flex;
  flex-direction: row;
}
.three-modalidad-columns .column .box-inner .content-inner .item {
  background-color: #0A2E77;
  margin: 10px;
  text-align: center;
  padding: 10px;
  border: 30px;
  border-radius: 30px;
  width: 50%;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.three-modalidad-columns .column .box-inner .content-inner .item:nth-child(1) {
  border-bottom-right-radius: 0;
}
.three-modalidad-columns .column .box-inner .content-inner .item:nth-child(2) {
  border-bottom-left-radius: 0;
}
.three-modalidad-columns .column .box-inner .content-inner .item img {
  width: 50px;
}
.three-modalidad-columns .column .box-inner .content-inner .item h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 10px;
}
.three-modalidad-columns .column .box-inner .content-inner:nth-child(2) .item:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
}
.three-modalidad-columns .column .box-inner .content-inner:nth-child(2) .item:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 30px;
}
.three-modalidad-columns .column:nth-child(2) .box-inner {
  display: flex;
  flex-direction: row;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner .item {
  width: auto;
  height: 100%;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner:nth-child(1) .item {
  display: flex;
  justify-content: center;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner:nth-child(2) .item {
  height: 150px;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner:nth-child(2) .item:nth-child(1) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
}
.three-modalidad-columns .column:nth-child(2) .box-inner .content-inner:nth-child(2) .item:nth-child(2) {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
}
.three-modalidad-columns .column:nth-child(3) .box-inner {
  display: flex;
  flex-direction: column;
}
.three-modalidad-columns .column:nth-child(3) .box-inner .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.three-modalidad-columns .column:nth-child(3) .box-inner .content-inner .item {
  width: auto;
}

.centros-dist {
  background-image: url(/img/centros-st.png);
  background-position: center;
  height: 850px;
}
@media (max-width: 780px) {
  .centros-dist {
    height: 500px;
    display: flex;
    flex-direction: column;
  }
}
.centros-dist .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  margin: 50px;
  padding-top: 50px;
}
@media (max-width: 780px) {
  .centros-dist .columns {
    padding-top: 25px;
    margin: 0;
  }
}
.centros-dist .columns .brand {
  width: 40%;
  padding: 50px;
}
@media (max-width: 780px) {
  .centros-dist .columns .brand {
    padding: 25px;
  }
}
.centros-dist .columns .brand span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.centros-dist .columns .content {
  width: 60%;
  padding-left: 50px;
}
@media (max-width: 780px) {
  .centros-dist .columns .content {
    padding-left: 25;
  }
}
.centros-dist .columns .content h3 {
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  font-size: 35px;
  font-weight: 400;
  width: 90%;
}
@media (max-width: 780px) {
  .centros-dist .columns .content h3 {
    font-size: 25px;
  }
}
.centros-dist .columns .content .inner {
  display: flex;
}
@media (max-width: 780px) {
  .centros-dist .columns .content .inner {
    display: flex;
    flex-direction: column;
  }
}
.centros-dist .columns .content .inner h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 780px) {
  .centros-dist .columns .content .inner h5 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.centros-dist .columns .content .inner .item {
  width: 33%;
}

.keycycle-section {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
  width: 95%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (max-width: 780px) {
  .keycycle-section {
    flex-direction: column;
  }
}
.keycycle-section .item {
  background: #f4f4f4;
  padding: 35px;
  border-radius: 30px;
  width: 25%;
}
.keycycle-section .item article h3 {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.keycycle-section .item article img {
  width: 60px;
}
.keycycle-section .item article p {
  font-size: 14px;
  line-height: 25px;
}
.keycycle-section .item article ul {
  margin: 0;
  padding: 0px 25px 0px 25px;
}
.keycycle-section .item article ul li {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 780px) {
  .keycycle-section .item {
    width: 100%;
    margin: 15px auto;
  }
}
@media (max-width: 780px) {
  .keycycle-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
}

.map-hotspot {
  padding-bottom: 50px;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 780px) {
  .map-hotspot {
    flex-direction: column;
  }
}
.map-hotspot .items {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 780px) {
  .map-hotspot .items {
    width: 100%;
  }
}
.map-hotspot .items:nth-child(1) {
  padding: 50px;
}
.map-hotspot .items .title {
  text-align: left;
  padding-bottom: 50px;
  font-size: 45px;
  color: #0B2F77;
  font-weight: 300;
}
.map-hotspot .items .title b {
  font-weight: 700;
}
@media (max-width: 780px) {
  .map-hotspot .items .title {
    font-size: 25px;
  }
}
.map-hotspot .items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.map-hotspot .items ul:hover .cute-bit {
  opacity: 0.5;
}
.map-hotspot .items ul:hover .cute-bit:hover {
  opacity: 1;
}
.map-hotspot .items ul li h2 {
  font-size: 16px;
}
.map-hotspot .items .ancatomy {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #0A2E77;
}
.map-hotspot .items .ancatomy img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.map-hotspot .items .ancatomy .cute-bit {
  position: absolute;
  min-width: 15em;
  transition: all 0.25s ease-out;
}
.map-hotspot .items .ancatomy .cute-bit:hover {
  min-width: 21em !important;
}
.map-hotspot .items .ancatomy .cute-bit.grow-left {
  text-align: left;
}
.map-hotspot .items .ancatomy .cute-bit.grow-left h2 {
  padding-right: 1em;
}
.map-hotspot .items .ancatomy .cute-bit.grow-left h2:after {
  right: 0;
  transform: translate(50%, 50%);
}
.map-hotspot .items .ancatomy .cute-bit.grow-right {
  text-align: right;
}
.map-hotspot .items .ancatomy .cute-bit.grow-right h2 {
  padding-left: 1em;
}
.map-hotspot .items .ancatomy .cute-bit.grow-right h2:after {
  left: 0;
  transform: translate(-50%, 50%);
}
.map-hotspot .items .ancatomy .cute-bit h2 {
  position: relative;
  padding: 0 0 0.4em;
  border-bottom: solid 0.2em;
  margin: 0 0 0.4em;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
}
.map-hotspot .items .ancatomy .cute-bit h2:after {
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #0A2E77;
}
.map-hotspot .items .ancatomy .cute-bit p {
  margin: 0;
  padding: 0;
  text-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
}
.map-hotspot .items .ancatomy .cute-bit.arica {
  right: 49.1%;
  top: 1%;
  min-width: 12em;
}
.map-hotspot .items .ancatomy .cute-bit.iquique {
  right: 49%;
  top: 11%;
}
.map-hotspot .items .ancatomy .cute-bit.antofagasta {
  left: 52%;
  top: 15%;
  min-width: 16em;
}
.map-hotspot .items .ancatomy .cute-bit.copiapo {
  left: 51%;
  top: 24.5%;
}
.map-hotspot .items .ancatomy .cute-bit.serena {
  right: 50%;
  top: 29%;
}
.map-hotspot .items .ancatomy .cute-bit.santiago {
  left: 50%;
  top: 36%;
}
.map-hotspot .items .ancatomy .cute-bit.conce {
  left: 49%;
  top: 48%;
}
.map-hotspot .items .ancatomy .cute-bit.temuco {
  right: 52%;
  top: 53%;
}
.map-hotspot .items .ancatomy .cute-bit.ptomontt {
  left: 49%;
  top: 59%;
}
.map-hotspot .items .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.two-column-contact-section {
  display: flex;
  height: 100%; /* Asegura que la sección ocupe el 100% de la altura de la ventana */
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 780px) {
  .two-column-contact-section {
    flex-direction: column;
  }
}
.two-column-contact-section .column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.two-column-contact-section .content-column {
  flex: 1;
  box-sizing: border-box;
  padding: 50px;
  margin: 0px 50px;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 780px) {
  .two-column-contact-section .content-column {
    margin: 0;
  }
}
.two-column-contact-section .content-column h2 {
  font-size: 45px;
  color: #fff;
  margin: 0;
  line-height: 50px;
  margin-top: 25px;
}
.two-column-contact-section .content-column p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 85%;
}
.two-column-contact-section .content-column span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.two-column-contact-section .content-column .logo {
  margin-right: 25px;
}
.two-column-contact-section .content-column .logo img {
  width: 150px;
}
.two-column-contact-section .content-column .contact .map {
  display: flex;
  margin-bottom: 10px;
}
.two-column-contact-section .content-column .contact .map img {
  width: 15px;
}
.two-column-contact-section .content-column .contact .map span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.two-column-contact-section .content-column .contact .tel {
  display: flex;
  margin-top: 10px;
}
.two-column-contact-section .content-column .contact .tel img {
  width: 15px;
}
.two-column-contact-section .content-column .contact .tel span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.two-column-contact-section .content-column .simple-form {
  max-width: 100%;
  margin: 0 auto;
}
.two-column-contact-section .content-column .simple-form label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.two-column-contact-section .content-column .simple-form input,
.two-column-contact-section .content-column .simple-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
  background-color: transparent;
  font-family: "Libre Franklin", sans-serif;
}
.two-column-contact-section .content-column .simple-form input:focus,
.two-column-contact-section .content-column .simple-form textarea:focus {
  border-color: #3498db;
}
.two-column-contact-section .content-column .simple-form input::placeholder,
.two-column-contact-section .content-column .simple-form textarea::placeholder {
  font-size: 16px;
  color: #000;
}
.two-column-contact-section .content-column .simple-form button {
  background-color: #C1272D;
  color: #fff;
  padding: 15px 35px 15px 35px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.two-column-contact-section .content-column .simple-form button:hover {
  background-color: #C1272D;
}
.two-column-contact-section .content-column:nth-child(1) {
  background: #0A2E77;
  margin-bottom: 50px !important;
}
.two-column-contact-section .content-column:nth-child(2) {
  background: #C1272D;
  margin-bottom: 50px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 25px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 0px;
}
.two-column-contact-section .content-column:nth-child(3) {
  background: #F3F3F3;
}
.two-column-contact-section .background-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}

.two-column-cv-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .two-column-cv-section {
    flex-direction: column;
  }
}
.two-column-cv-section .column {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 780px) {
  .two-column-cv-section .column {
    margin-bottom: 25px;
  }
}
.two-column-cv-section .column span {
  color: #fff;
  font-size: 16px;
}
.two-column-cv-section .column h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 0;
}
.two-column-cv-section .column p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.two-column-cv-section .column:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #C1272D;
  padding: 50px;
  margin: 0 25px;
}
@media (max-width: 780px) {
  .two-column-cv-section .column:nth-child(1) {
    padding: 25px;
    margin: 0;
    margin-bottom: 25px;
  }
}
.two-column-cv-section .column:nth-child(2) {
  background: #F3F3F3;
  padding: 50px;
  margin: 0 25px;
}
@media (max-width: 780px) {
  .two-column-cv-section .column:nth-child(2) {
    padding: 25px;
    margin: 0;
  }
}
.two-column-cv-section .application-form {
  max-width: 100%;
  margin: 0 auto;
}
.two-column-cv-section .application-form label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.two-column-cv-section .application-form input,
.two-column-cv-section .application-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
  background-color: transparent;
}
.two-column-cv-section .application-form input:focus,
.two-column-cv-section .application-form textarea:focus {
  border-color: #3498db;
}
.two-column-cv-section .application-form input::placeholder,
.two-column-cv-section .application-form textarea::placeholder {
  font-size: 16px;
  color: #000;
}
.two-column-cv-section .application-form button {
  background-color: #C1272D;
  color: #fff;
  padding: 15px 35px 15px 35px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.two-column-cv-section .application-form button:hover {
  background-color: #C1272D;
}
.two-column-cv-section .application-form input[type=file] {
  background-color: transparent;
  color: #C1272D;
  padding: 15px 35px 15px 35px;
  border: 1px solid #C1272D;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.two-column-cv-section .application-form input[type=file]:focus {
  outline: none;
}

body {
  font-family: "Libre Franklin", sans-serif !important;
}

.two-col-history-section {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .two-col-history-section {
    width: 95%;
    margin-top: 25px;
    flex-direction: column-reverse;
  }
}
.two-col-history-section .column {
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 780px) {
  .two-col-history-section .column {
    padding: 0px 0px 25px 0px;
  }
}
@media (min-width: 768px) {
  .two-col-history-section .column {
    flex: 0 0 40%; /* Ancho de la columna 1 en pantallas más grandes */
  }
  .two-col-history-section .column:nth-child(2) {
    flex: 0 0 60%;
    padding-top: 0;
  }
}
.two-col-history-section .column:nth-child(1) {
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 780px) {
  .two-col-history-section .column:nth-child(1) {
    padding: 30px;
  }
}
.two-col-history-section .column .logo img {
  width: 125px;
  height: auto;
}
.two-col-history-section .column h1 {
  color: #0A2E77;
  font-size: 35px;
  padding-top: 25px;
}
.two-col-history-section .column p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
}
.two-col-history-section .column a {
  background-color: #0A2E77;
  color: #fff;
  height: 35px;
  top: 47%;
  width: 35px;
}
.two-col-history-section .column .carousel-control-prev-icon {
  background-size: 15px;
}
.two-col-history-section .column .carousel-control-next-icon {
  background-size: 15px;
}
.two-col-history-section .column img {
  max-width: 100%; /* La imagen ocupa el 100% del ancho de su contenedor */
  height: auto;
  display: block; /* Elimina el espacio adicional por alinear la imagen en línea */
  margin-top: 20px; /* Espacio entre la columna 1 y la imagen */
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 780px) {
  .two-col-history-section .column img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.section-title {
  padding-top: 25px;
  padding-bottom: 50px;
}

.timeline {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
  background-color: #f4f4f4;
  padding: 50px;
  border-radius: 30px;
}
.timeline::before {
  content: "";
  background: #C5CAE9;
  width: 5px;
  height: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 25px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.timeline-content:hover {
  scale: 105%;
}
.timeline-content h2 {
  font-size: 20px;
}
.timeline-content p {
  font-size: 14px;
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.timeline-img {
  width: 30px;
  height: 30px;
  background: #0A2E77;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}
.timeline-card a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}
.timeline-item:first-child .timeline-img {
  margin-top: 0;
}
.timeline-item:last-child .timeline-img {
  margin-top: 105px;
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #0A2E77;
  padding: 0 20px;
}

.date {
  background: #C1272D;
  display: inline-block;
  color: #FFFFFF;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.end-text {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
  padding-top: 100px;
  align-items: center;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
}
.end-text .item {
  width: 50%;
  z-index: 1;
}
.end-text .item img {
  width: 100%;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.end-text .item .content {
  padding: 50px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
.end-text .item .content p {
  font-size: 20px;
  color: #0A2E77;
  text-align: center;
  font-weight: 500;
}
.end-text::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("/img/bk001.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.two-col-section-desarrollo {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}
.two-col-section-desarrollo .column {
  box-sizing: border-box;
  padding: 20px;
}
.two-col-section-desarrollo .column .clima {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.two-col-section-desarrollo .column .clima .item {
  width: 30%;
}
.two-col-section-desarrollo .column .clima .item article {
  width: 100%;
}
.two-col-section-desarrollo .column .clima .item article h3 {
  font-size: 16px;
  text-align: center;
}
.two-col-section-desarrollo .column .clima .item article .cont-img {
  background-color: #ffffff;
  text-align: center;
}
.two-col-section-desarrollo .column .clima .item article .cont-img img {
  width: 80px;
}
@media (min-width: 768px) {
  .two-col-section-desarrollo .column {
    flex: 0 0 40%; /* Ancho de la columna 1 en pantallas más grandes */
  }
  .two-col-section-desarrollo .column:nth-child(2) {
    flex: 0 0 60%;
  }
}
.two-col-section-desarrollo .column h1 {
  color: #0A2E77;
  font-size: 40px;
}
.two-col-section-desarrollo .column p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
}
.two-col-section-desarrollo .column a {
  background-color: #0A2E77;
  color: #fff;
  height: 35px;
  top: 47%;
  width: 35px;
}

.section-title-key {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title-key h2 {
  text-align: center;
  color: #0A2E77;
}

.clima-section {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  margin: 0 auto;
  justify-content: center;
  background: #0a2e77;
  border-radius: 30px;
  margin-top: 0;
  width: 90%;
}
@media (max-width: 780px) {
  .clima-section {
    flex-direction: column;
  }
}
.clima-section .item {
  padding: 35px;
  border-radius: 30px;
  width: 25%;
  text-align: center;
}
.clima-section .item article h3 {
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 5px;
  color: #fff;
}
@media (max-width: 780px) {
  .clima-section .item article h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
  }
}
.clima-section .item article .cont-img {
  border-radius: 50px;
  background-color: white;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.clima-section .item article .cont-img img {
  width: 80px;
}
@media (max-width: 780px) {
  .clima-section .item article .cont-img img {
    width: 60px;
  }
}
@media (max-width: 780px) {
  .clima-section .item article .cont-img {
    width: 80px;
    height: 80px;
  }
}
.clima-section .item article p {
  font-size: 14px;
  line-height: 25px;
}
.clima-section .item article ul {
  margin: 0;
  padding: 0px 25px 0px 25px;
}
.clima-section .item article ul li {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 780px) {
  .clima-section .item {
    width: 33%;
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 780px) {
  .clima-section {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 0px;
    flex-direction: row;
    justify-content: center;
    width: 95%;
  }
}

.videos {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}
.videos .video-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  justify-content: center;
}
@media (max-width: 780px) {
  .videos .video-gallery {
    column-gap: 0px;
    row-gap: 15px;
    padding: 0px 5px 0px 5px;
  }
}
.videos .video-gallery .video {
  width: 25%;
  transition: 0.3s;
  text-shadow: none;
}
.videos .video-gallery .video:hover {
  text-decoration: unset;
  scale: 102%;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1882352941));
  text-shadow: none;
}
.videos .video-gallery .video a:hover {
  text-decoration: unset;
  text-shadow: none;
}
.videos .video-gallery .video a img {
  transition: 0.2s;
  width: 100%;
  border: 1px solid #e4e4e4;
										   
			  
															   
}
.videos .video-gallery .video a h3 {
  font-size: 16px;
  text-align: center;
  color: #0A2E77;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 780px) {
  .videos .video-gallery .video a h3 {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 780px) {
  .videos .video-gallery .video {
    width: 50%;
    padding: 0px 5px 0px 5px;
  }
}

.galeria .carousel {
  width: 700px;
  margin: 50px auto;
  margin-top: 0px;
}
@media (max-width: 780px) {
  .galeria .carousel {
    width: 90%;
    padding: 0px 5px 0px 5px;
  }
}
.first-section-history {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 780px) {
  .first-section-history {
    flex-direction: column;
  }
}
.first-section-history .cols {
  margin: 10px;
  border-radius: 50px;
}
@media (max-width: 780px) {
  .first-section-history .cols {
    margin: 0;
    width: 100% !important;
  }
}
.first-section-history .cols .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 780px) {
  .first-section-history .cols .item {
    width: 100%;
  }
}
.first-section-history .cols .item img.quote {
  border-radius: 0;
  width: 60px;
  height: auto;
  transform: translate(35px, -10px);
}
@media (max-width: 780px) {
  .first-section-history .cols .item img.quote {
    width: 40px;
    transform: translate(27px, 35px);
  }
}
.first-section-history .cols .item img {
  width: 100%;
  height: 350px;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 780px) {
  .first-section-history .cols .item img {
    padding-bottom: 25px;
  }
}
.first-section-history .cols .item .content h3 {
  color: #fff;
}
.first-section-history .cols .item .content p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.first-section-history .cols .group1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .first-section-history .cols .group1 {
    flex-direction: column;
  }
}
.first-section-history .cols .group1 .item .content {
  padding: 0px 100px 0px 100px;
}
@media (max-width: 780px) {
  .first-section-history .cols .group1 .item .content {
    padding: 25px;
  }
}
.first-section-history .cols .group1 .item:nth-child(2) {
  background-color: #0A2E77;
}
.first-section-history .cols .group2 {
  display: flex;
  flex-direction: row;
}
@media (max-width: 780px) {
  .first-section-history .cols .group2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 780px) {
  .first-section-history .cols .group2 .item {
    width: 100%;
  }
}
.first-section-history .cols .group2 .item .content {
  padding: 0px 100px 0px 100px;
}
@media (max-width: 780px) {
  .first-section-history .cols .group2 .item .content {
    padding: 25px;
  }
}
.first-section-history .cols .group2 .item:nth-child(1) {
  background-color: #0A2E77;
}
.first-section-history .cols:nth-child(1) {
  background-color: #F3F3F3;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 780px) {
  .first-section-history .cols:nth-child(1) {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.first-section-history .cols:nth-child(1) .col-cont {
  padding: 60px;
}
.first-section-history .cols:nth-child(1) .col-cont .logo h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #0A2E77;
}
.first-section-history .cols:nth-child(1) .col-cont .logo img {
  width: 50px;
  margin-left: -35px;
}
@media (max-width: 780px) {
  .first-section-history .cols:nth-child(1) .col-cont {
    padding: 30px;
  }
}
.first-section-history .cols:nth-child(1) .col-cont p {
  font-size: 16px;
  line-height: 20px;
}
.first-section-history .cols:nth-child(2) {
  width: 70%;
  display: flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 780px) {
  .first-section-history .cols:nth-child(2) {
    width: 100%;
  }
}

.section-title h2 {
  color: #0A2E77;
  font-size: 35px;
  text-align: center;
}

.directory {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 100px;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 780px) {
  .directory {
    flex-direction: column;
  }
}
@media (max-width: 780px) {
  .directory .team {
    margin: 0 auto;
    text-align: center;
  }
}
.directory .team img {
  border-radius: 100px;
}
.directory .team .description h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0px 10px 0px;
  color: #0A2E77;
}
.directory .team .description p {
  font-size: 14px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.directory-team {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 50px;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 780px) {
  .directory-team {
    flex-direction: column;
  }
}
@media (max-width: 780px) {
  .directory-team .team {
    margin: 0 auto;
    text-align: center;
  }
}
.directory-team .team img {
  border-radius: 100px;
}
.directory-team .team .description h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0px 10px 0px;
  color: #0A2E77;
}
.directory-team .team .description p {
  font-size: 12px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.two-col-section-devkey {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 780px) {
  .two-col-section-devkey {
    flex-direction: column;
  }
}
.two-col-section-devkey .column {
  box-sizing: border-box;
  padding: 20px;
  width: 50%;
}
@media (max-width: 780px) {
  .two-col-section-devkey .column {
    width: 100%;
  }
}
.two-col-section-devkey .column:nth-child(1) {
  width: 40%;
}
@media (max-width: 780px) {
  .two-col-section-devkey .column:nth-child(1) {
    width: 100%;
  }
}
.two-col-section-devkey .column:nth-child(2) {
  padding-left: 80px;
}
@media (max-width: 780px) {
  .two-col-section-devkey .column:nth-child(2) {
    padding: 30px;
  }
}
.two-col-section-devkey .column .prof-info {
  margin-bottom: 5px;
  margin-top: 25px;
}
.two-col-section-devkey .column .prof-info h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.two-col-section-devkey .column .prof-info p {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
}
.two-col-section-devkey .column h1 {
  color: #000000;
  font-size: 40px;
}
.two-col-section-devkey .column p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.two-col-section-devkey .column a {
  padding: 10px 35px 10px 35px;
  background-color: #C1272D;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  top: 25px;
}
.two-col-section-devkey .column img {
  max-width: 100%; /* La imagen ocupa el 100% del ancho de su contenedor */
  height: 450px;
  display: block; /* Elimina el espacio adicional por alinear la imagen en línea */
  margin-top: 20px; /* Espacio entre la columna 1 y la imagen */
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  width: 100%;
  object-fit: cover;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}
.form h3 {
  padding-bottom: 25px;
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form input[type=submit] {
        border-radius: 50px;
        text-transform: uppercase;
        outline: 0;
        background-color: #C1272D;
        width: 100%;
        border: 1px solid #C1272D;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }
.form input[type=submit]:hover {
            background-color: #ffffff;
            color: #C1272D;
            transition: 0.3s;
        }
    .form input[type="checkbox"] {
        width:20px;
    }

    .form button {
        border-radius: 50px;
        text-transform: uppercase;
        outline: 0;
        background: #C1272D;
        width: 100%;
        border: 1px solid #C1272D;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

.form button:hover, .form button:active, .form button:focus {
  background: #ffffff;
  color: #C1272D;
  transition: 0.3s;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #C1272D;
  text-decoration: none;
  border-radius: 50px;
}

.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}

.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}

.container .info {
  margin: 50px auto;
  text-align: center;
}

.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}

.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}

.container .info span a {
  color: #000000;
  text-decoration: none;
}

.container .info span .fa {
  color: #EF3B3A;
}

.section-reestablece .reestablece-page {
  padding-top: 50px;
}
.section-reestablece .reestablece-page h3 {
  text-align: center;
  padding-bottom: 0;
}
.section-reestablece .reestablece-page p {
  text-align: center;
}
.section-reestablece .reestablece-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}
.section-reestablece .reestablece-page .form .subtitle {
  text-align: center;
}
.section-reestablece .reestablece-page .form p {
  font-size: 14px;
  text-align: left;
}
.section-reestablece .reestablece-page .form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.section-reestablece .reestablece-page .form input.boton {
  border-radius: 50px;
  text-transform: uppercase;
  outline: 0;
  background: #C1272D;
  width: 100%;
  border: 1px solid #C1272D;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.section-reestablece .reestablece-page .form input.boton:hover, .section-reestablece .reestablece-page .form input.boton:active, .section-reestablece .reestablece-page .form input.boton:focus {
  background: #ffffff;
  color: #C1272D;
  transition: 0.3s;
}
.section-reestablece .reestablece-page .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.section-reestablece .reestablece-page .form .message a {
  color: #C1272D;
  text-decoration: none;
  border-radius: 50px;
}
.section-reestablece .reestablece-page .form .register-form {
  display: none;
}
.section-reestablece .reestablece-page .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.section-reestablece .reestablece-page .container:before, .section-reestablece .reestablece-page .container:after {
  content: "";
  display: block;
  clear: both;
}
.section-reestablece .reestablece-page .container .info {
  margin: 50px auto;
  text-align: center;
}
.section-reestablece .reestablece-page .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.section-reestablece .reestablece-page .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.section-reestablece .reestablece-page .container .info span a {
  color: #000000;
  text-decoration: none;
}
.section-reestablece .reestablece-page .container .info span .fa {
  color: #EF3B3A;
}

.section-recordar .recordar-page {
  padding-top: 50px;
}
.section-recordar .recordar-page h3 {
  text-align: center;
  padding-bottom: 0;
}
.section-recordar .recordar-page p {
  text-align: center;
}
.section-recordar .recordar-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}
.section-recordar .recordar-page .form .subtitle {
  text-align: center;
}
.section-recordar .recordar-page .form p {
  font-size: 14px;
  text-align: left;
}
.section-recordar .recordar-page .form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.section-recordar .recordar-page .form input.boton {
  border-radius: 50px;
  text-transform: uppercase;
  outline: 0;
  background: #C1272D;
  width: 100%;
  border: 1px solid #C1272D;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.section-recordar .recordar-page .form input.boton:hover, .section-recordar .recordar-page .form input.boton:active, .section-recordar .recordar-page .form input.boton:focus {
  background: #ffffff;
  color: #C1272D;
  transition: 0.3s;
}
.section-recordar .recordar-page .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.section-recordar .recordar-page .form .message a {
  color: #C1272D;
  text-decoration: none;
  border-radius: 50px;
}
.section-recordar .recordar-page .form .register-form {
  display: none;
}
.section-recordar .recordar-page .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.section-recordar .recordar-page .container:before, .section-recordar .recordar-page .container:after {
  content: "";
  display: block;
  clear: both;
}
.section-recordar .recordar-page .container .info {
  margin: 50px auto;
  text-align: center;
}
.section-recordar .recordar-page .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.section-recordar .recordar-page .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.section-recordar .recordar-page .container .info span a {
  color: #000000;
  text-decoration: none;
}
.section-recordar .recordar-page .container .info span .fa {
  color: #EF3B3A;
}

.section-denuncia .denuncia-page {
  padding-top: 50px;
}
    .section-denuncia .denuncia-page h3 {
        text-align: center;
        padding-bottom: 0;
        color: #0A2E77;
    }
.section-denuncia .denuncia-page p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
}
@media (max-width: 780px) {
  .section-denuncia .denuncia-page p {
    width: 100%;
    padding: 25px 30px 25px 30px;
  }
}
.section-denuncia .denuncia-page .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  border-radius: 30px;
}
.section-denuncia .denuncia-page .form .subtitle {
  text-align: center;
}
.section-denuncia .denuncia-page .form p {
  font-size: 14px;
  text-align: left;
}
.section-denuncia .denuncia-page .form textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.section-denuncia .denuncia-page .form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.section-denuncia .denuncia-page .form input.boton {
  border-radius: 50px;
  text-transform: uppercase;
  outline: 0;
  background: #C1272D;
  width: 100%;
  border: 1px solid #C1272D;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.section-denuncia .denuncia-page .form input.boton:hover, .section-denuncia .denuncia-page .form .form input.boton:active, .section-denuncia .denuncia-page .form .form input.boton:focus {
  background: #ffffff;
  color: #C1272D;
  transition: 0.3s;
}
.section-denuncia .denuncia-page .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.section-denuncia .denuncia-page .form .message a {
  color: #C1272D;
  text-decoration: none;
  border-radius: 50px;
}
.section-denuncia .denuncia-page .form .register-form {
  display: none;
}
.section-denuncia .denuncia-page .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.section-denuncia .denuncia-page .container:before, .section-denuncia .denuncia-page .container:after {
  content: "";
  display: block;
  clear: both;
}
.section-denuncia .denuncia-page .container .info {
  margin: 50px auto;
  text-align: center;
}
.section-denuncia .denuncia-page .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.section-denuncia .denuncia-page .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.section-denuncia .denuncia-page .container .info span a {
  color: #000000;
  text-decoration: none;
}
.section-denuncia .denuncia-page .container .info span .fa {
  color: #EF3B3A;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
  z-index: 9;
  font-family: "Libre Franklin", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .top-nav {
    margin: 0;
    height: 70px;
  }
}
.top-nav .logo {
  font-size: 1.5em;
  font-weight: bold;
}
.top-nav .logo img {
  width: 150px;
}
.top-nav .logo .mob {
  display: none;
}

.activeMenu {
  background-color: #0a2e77;
  border-radius: 5px;
  transition: 0.3s;
}
.activeMenu a {
  color: #ffffff !important;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.menu > li {
  margin: 0 0.5rem;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
}
.menu > li a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.menu > li a:hover {
  color: #3498db;
}
.menu > li a.button-link {
  display: flex;
  padding: 10px 35px;
  background-color: #fff;
  color: #C1272D;
  border-radius: 50px;
  transition: background-color 0.3s;
  border: 1px solid #C1272D;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 10px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #0A2E77;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 780px) {
  .logo .desk {
    display: none;
  }
  .logo .mob {
    display: block !important;
  }
  .top-nav {
    background-color: #ffffff;
  }
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 70px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9;
    padding-bottom: 25px;
    box-shadow: 20px 30px 30px -35px rgba(0, 0, 0, 0.45);
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
  }
  #menu-toggle:checked ~ .menu li {
    border: 0px solid #333;
    height: 3.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
  }
  .menu > li a {
    color: #000000 !important;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}