html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

li {
  list-style: none;
}

.d-none {
  display: none;
}

.container {
  max-width: 980px;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 980px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
}

/* extras */
.logo img {
  width: 110px;
}

.logo-index img {
  width: 200px;
}

.icono {
  width: 40px;
  height: 40px;
}

.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.hidden-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.hidden-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.separator-line-w {
  height: 0;
  border-top: 1px solid #f0f0f098;
}

.separator-shadow {
  margin-top: 1px;
  margin-bottom: 20px;
  width: 200px;
  height: 100px;
  background: radial-gradient(circle, #aeb9d89a 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(10px);
  border-radius: 50%;
  clip-path: ellipse(100% 50% at 50% 100%);
  margin: 0 auto;
}

.separator-line {
  margin-top: 1px;
  margin-bottom: 20px;
  height: 0;
  border-top: 1px solid #1855964d;
}

.separator-line-v {
  display: inline-block;
  width: 2px;
  height: 100%;
  border-left: 1px solid #d1d1d194;
}

.separator-line-b {
  width: 6px;
  height: 6px;
  background-color: #007bff;
}

#brands .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20%;
}

.brand-logo img {
  height: 35px;
  width: auto;
}

@media (max-width: 768px) {
  .brand-logo {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .brand-logo {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* extras */

/* mains */
#main {
  position: relative;
  overflow: visible;
  height: 80vh;
  min-height: 50vh;
}

#main2 {
  position: relative;
  overflow: visible;
  height: 80vh;
  min-height: 50vh;
}

#main3 {
  position: relative;
  overflow: visible;
  height: 40vh;
  min-height: 50vh;
}

@media (max-width: 768px) {

  #main,
  #main2 {
    height: 90vh;
  }

  #main3 {
    height: 60vh;
  }
}


/* info-index */





/* Flexbox adjustments */
.d-flexi {
  display: flex;
  flex-direction: column;
  align-items: center;
}



@media (min-width: 768px) {
  .d-flexi {
    flex-direction: row;
  }
}


.override-flex {
  display: block;
  /* Cambia esto según la disposición que desees para esta sección */
}

@media (min-width: 768px) {
  .override-flex {
    display: block;
    /* O la propiedad que desees en pantallas grandes */
  }
}



/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */
/* INDEX */

/* Barra de anuncio */

.anuncio-bar {
  background-color: #EF505C;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 12px;
}

/* Ajuste para pantallas móviles */

@media (max-width: 768px) {
  .anuncio-bar {
    padding: 13px 0;
  }

  .anuncio-btn {
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 10px;
    display: inline-block;
    min-width: 150px;
    width: auto;
  }
}

/* Botón dentro de la barra de anuncio */

.anuncio-btn {
  color: #ffffff;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  margin-left: 10px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Efecto hover en el botón */

.anuncio-btn:hover {
  background-color: #ffffff;
  color: #EF505C;
}

.navbar-color {
  margin-top: 2vh;
}

@media (max-width: 768px) {
  .navbar-color {
    margin-top: 5vh;
    /* Más separación en pantallas de celular */
  }
}

/* navbar-section */

/* button-nav */

.button-nav {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}

.button-nav:hover {
  text-decoration: none;
  color: #007bff;
}

@media (max-width: 1024px) {
  .button-nav {
    color: #185596;
  }

  .button-nav:hover {
    color: #007bff;
  }
}

.navbar-color.scrolled .button-nav {
  color: #0b1021;
}

.navbar-color.scrolled .button-nav:hover {
  color: #007bff;
}

.navbar-color {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-color.scrolled {
  background-color: rgba(250, 250, 252, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(8, 12, 18, 0.05);
  border-bottom: 1px solid #ffffff;
}

.navbar-expanded {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.navbar-expanded .button-nav {
  color: #185596;
}

.navbar-expanded .button-nav:hover {
  color: #007bff;
}

/* cover */
.carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Carrusel */
.carousel-cover {
  display: flex;
  height: 100%;
  transition: transform 0.9s ease-in-out;
  width: 200%;
}

.cover {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-index-special {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 1024px) {
  .info-index-special {
    max-width: 700px;
  }
}

@media (max-width: 600px) {
  .info-index-special {
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}


.info-index {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

}

/* Estilos para tablets */
@media (max-width: 1024px) {
  .info-index {
    max-width: 700px;
  }
}

/* Estilos para celulares */
@media (max-width: 600px) {
  .info-index {
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-text {
  display: flex;
  flex-direction: column;
}

.dots-covers {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dots-covers .dot-cover {
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.dots-covers .dot-cover:hover {
  background-color: #1379F3;
  transform: scale(1.2);
}

.dots-covers .dot-cover.active {
  background-color: #1379F3;
}

@media (max-width: 576px) {
  .container-cover-2 {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* imagen-index */
.imagen-index {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: right;
}

@media (min-width: 992px) {
  .imagen-index {
    max-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .imagen-index {
    max-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .imagen-index {
    display: none;
  }
}

@media (max-width: 576px) {
  .text-lg-left {
    text-align: center;
  }

  .main-text {
    order: 1;
  }
}

.separator-line-index {
  height: 0;
  border: 1px solid #ffffff20;
  max-width: 75%;
}

/* Estilos para celulares */
@media (max-width: 600px) {
  .separator-line-index {
    max-width: 30%;
    margin: 0 auto;
  }
}

.separator-line-footer {
  height: 0;
  border: 1px solid #ffffff20;
}

/* Estilos para celulares */
@media (max-width: 600px) {
  .separator-line-footer {
    margin: 0 auto;
  }
}

.brand-container {
  position: relative;
  display: inline-block;
  max-width: 700px;
}

.index-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199.98px) {
  .index-container {
    max-width: 980px;
  }
}

@media (max-width: 991.98px) {
  .index-container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .index-container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .index-container {
    max-width: 100%;
  }
}

/* cover */

/* section-intro */

#section-intro {
  width: auto;
  position: relative;
  padding-bottom: 3%;
  padding-top: 0;
  background: #052347;
}

@media (max-width: 768px) {
  #section-intro {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}


.line-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 10px solid #ffffff79;
  z-index: 2;
}

.shadow-section {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, #0066ff21 0%, rgba(255, 0, 0, 0) 100%);
  filter: blur(0px);
  z-index: -1;
}

@media (max-width: 767px) {
  #section-intro {
    height: 110vh;
  }

  .card-intro-container {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .card-intro {
    padding: 5px;
  }

  .icon-container {
    margin: 0px 0;
  }

  .font-subtitular {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.container-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.card-intro-container {
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  display: flex;
}

.icono-card-intro {
  width: 40px;
  height: 40px;
  margin-bottom: 0%;
}

.card-intro {
  background: linear-gradient(to bottom, #ffffff15 0%, #ffffff05 100%);
  border-radius: 15px;
  border: 1px solid #ffffff20;
  transition: 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 10px;
  text-align: center;
}

.card-intro:hover {
  transform: scale(1.03);
  background: linear-gradient(to bottom, #ffffff10 0%, #ffffff05 100%);
  border-radius: 15px;
  border: 1px solid #ffffff20;
}

.icon-container {
  margin: 10px 0;
}

.card-intro .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .card-intro-container {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}

/* section-about */
#section-about {
  padding: 5% 0 0 0;
}

@media (max-width: 768px) {
  #section-about {
    padding: 10% 0 0 0;
  }
}

.container-about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card-about {
  background-color: #ffffffa2;
  border-radius: 50px;
  transition: 0.3s;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.card-about:hover {
  transform: scale(1.05);
  box-shadow: 5px 15px 15px #18559623;
}

.about-item {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
}

/* Video personalizado */
.video-custom {
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  height: auto;
  object-fit: cover;
  margin: 20px 0;
  box-shadow: 5px 15px 15px #18559623;
}

.video-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Ajuste para pantallas más pequeñas */
@media (max-width: 768px) {
  .container-about {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* Reduce el gap a 10px en pantallas pequeñas */
  }

  .about-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .card-about {
    width: 100%;
    max-width: none;
  }

  .video-custom {
    max-width: 100%;
  }
}

#section-feature1 {
  padding: 5% 0 0 0;
}

.square-heading-feature1,
.square-content-feature1 {
  width: 100%;
  display: block;
}

.square-heading-feature1 {
  background-color: #052347;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  text-align: center;
  color: white;
  width: 100%;
  box-sizing: border-box;
}

.square-heading-feature1 h4 {
  margin: 0;
  font-weight: 400;
}

.square-content-feature1 {
  background-color: #ffffffa2;
  border-radius: 0 0 15px 15px;
  border: 1px solid white;
  padding: 20px;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}

.square-content-feature1 ul {
  padding-left: 20px;
  margin: 0;
}

.square-content-feature1 li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  word-wrap: break-word;
}

/* section-feature2 */
#section-feature2 {
  padding: 5%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#section-feature2 .row {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

#section-feature2 .reportes-col {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Listas */
.lists-feature2 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lists-feature2 li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  text-align: left;
  word-wrap: break-word;
  line-height: 1.6;
}

.lists-feature2 img {
  margin-right: 10px;
  flex-shrink: 0;
}

.square-content-feature2 {
  background-color: #ffffffa2;
  border-radius: 15px;
  border: 1px solid white;
  padding: 40px 20px;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #section-feature2 {
    padding: 20px 15px;
  }

  #section-feature2 .reportes-col {
    padding: 0 15px;
  }

  .square-content-feature2 {
    padding: 20px;
  }

  .lists-feature2 li {
    padding-left: 20px;
  }
}

/* section-data */

#section-data {
  padding: 0;
  position: relative;
}

#section-data .bg-datos {
  position: relative;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-data .contador-bg {
  font-size: 200px;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-data .text-below {
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #section-data .contador-bg {
    font-size: 100px;
  }

  #section-data .text-below {
    margin-top: 10px;
  }
}

/* Sección beneficios */
#section-benefits1 {
  padding: 5% 0 0 0;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.square-content-benefits1 {
  background-color: #ffffffa2;
  border-radius: 15px;
  border: 1px solid white;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  /* Añadida la transición para filter */
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 0 0 transparent;
}

.square-content-benefits1:hover {
  transform: scale(1.05);
  box-shadow: 5px 15px 15px #18559623;
}

.image-benefits1 {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  margin: 0;
}

.image-benefits1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-benefits1-col {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  #section-benefits1 {
    padding: 20px 15px;
  }

  .square-content-benefits1 {
    margin-bottom: 20px;
  }

  .image-benefits1 {
    margin-top: 20px;
  }
}

/* section-benefits2 */

#section-benefits2 {
  padding: 5%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#section-benefits2 .row {
  display: flex;
  flex-wrap: wrap;
}

.square-content-benefits2 {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.65) 100%);
  border-radius: 15px;
  border: 1px solid white;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}

.square-content-benefits2:hover {
  transform: scale(1.05);
  box-shadow: 5px 15px 15px #18559623;
}

.square-content-benefits2 .me-3 {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
}

.square-content-benefits2 p {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  flex-grow: 1;
  width: 100%;
}

/* Flexbox approach for equal height */

.d-flex-square-content-benefits2 {
  display: flex;
  flex-wrap: wrap;
}

.equal-height {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

@media (min-width: 992px) {
  #section-benefits2 .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    flex-direction: column;
  }

  #section-benefits2 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
  }

  .square-content-benefits2 {
    height: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #section-benefits2 .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
  }

  .square-content-benefits2 {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #section-benefits2 {
    padding: 20px 15px;
  }

  #section-benefits2 .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .square-content-benefits2 {
    margin-bottom: 15px;
    min-height: auto;
  }
}

#section-benefits-pld {
  padding: 5% 0 0 0;
  background: #052347;
  box-shadow: 0px 0px 50px #185596a6;
}

.shield-benefits-pld {
  width: 400px;
  height: auto;
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
  position: relative;
  bottom: 0;
}

.content-box-pld {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.text-benefits-pld {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: justify;
  height: 200px;
  overflow-y: auto;
}

.pld-texto {
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 768px) {
  .text-benefits-pld {
    max-width: 100%;
    padding: 20px;
    height: 400px;
    margin-bottom: 15px;
  }

  .shield-benefits-pld {
    width: 250px;
  }
}

.carousel-pld {
  transition: transform 0.9s ease-in-out;
  width: 100%;
}

/* section-guards */
#section-guards {
  padding: 5% 0 0 0;
}

.square-content-guards {
  padding: 30px;
  background-color: #ffffffa2;
  border-radius: 20px;
  border: 1px solid white;
}

.logos-guards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.logo-guards {
  width: 200px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.logo-guards:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .logos-guards {
    justify-content: center;
  }

  .logo-guards {
    width: 100%;
    margin-bottom: 20px;
    flex: 0 0 45%;
  }
}

/* section-costumers */
#section-costumers {
  padding: 5% 0 0 0;
  width: auto;
  box-sizing: border-box;
}

#section-costumers .box-costumers {
  background-color: #ffffffa2;
  border-radius: 15px;
  border: 1px solid white;
  padding: 30px;
}

#testimonial-box-costumers {
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
}

#testimonial-box-costumers .testimonial-item {
  margin-bottom: 20px;
}

.costumer-logo {
  cursor: pointer;
  max-height: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.costumer-logo:hover {
  transform: scale(1.05);
}

.testimonial-costumer-logo {
  cursor: pointer;
  max-height: 80px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .costumer-logo {
    max-height: 80px;
  }

  #testimonial-box-costumers .testimonial-costumer-logo {
    max-height: 40px;
  }
}

/* FAQS */
#section-faqs {
  padding: 5% 0 0 0;
  width: auto;
}

.collapse.show {
  transition: height 0.35s ease;
}

.collapse {
  transition: height 0.35s ease;
}

.faq-question svg {
  transition: transform 0.5s ease-in;
}

.faq-question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.separator-line-faqs {
  height: 0;
  border-top: 1px solid #ccc;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.collapse.show+.separator-line-faqs {
  opacity: 1;
}

@media (max-width: 767px) {
  .faq-question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .faq-question svg {
    align-self: flex-end;
  }

  .font-faqs {
    text-align: left !important;
    width: 100%;
  }
}

/* section-promise */

#section-promise {
  padding: 3%;
}

@media (max-width: 768px) {
  #section-promise {
    margin-bottom: 10%;
  }
}


.imagen-promise {
  overflow: hidden;
  height: 500px;
  margin: 0;
  width: 100%;
  border-radius: 30px;
}

.imagen-promise img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .imagen-promise img {
    transform: scale(1.1);
    object-position: 30% center;
  }
}

@media (max-width: 767px) {
  #section-promise .row {
    flex-direction: column-reverse;
  }

  .imagen-promise {
    height: auto;
    margin-bottom: 20px;
  }

  .content-box-promise {
    text-align: center;
  }

  .imagen-promise img {
    max-height: 300px;
    object-fit: contain;
  }
}

/* Estilos del footer */

.section-footer {
  background: #052347;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section-footer {
    padding: 80px 0;
  }
}

.logo-guards-footer {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-img-footer {
  width: auto;
  height: 70px;
  margin: 0 7px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .logo-column {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-img-footer {
    height: 90px;
    margin-bottom: 5px;
  }
}

.quick-links a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.quick-links a:hover {
  color: #ffffff;
}

.quick-links li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .social-links li {
    margin-bottom: 0;
  }
}

.contact-info {
  display: block;
}

@media (max-width: 768px) {
  .nav.flex-row {
    flex-direction: row;
  }

  .nav-item {
    margin-bottom: 0;
  }

  #siteseal {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}

/* Textos y enlaces del footer */

/*Footer*/

/*social*/
.social-icon {
  text-decoration: none;
}

.social-icon:hover,
.social-icon:focus {
  text-decoration: none;
  outline: none;
}

.social-icon svg {
  height: 28px;
  width: 28px;
}

@media (max-width: 767.98px) {
  .social-icon svg {
    height: 42px;
    width: 42px;
  }
}

/*social*/

/* NOTES*/
/* NOTES*/
/* NOTES*/
/* NOTES*/
/* NOTES*/
/* NOTES*/
/* NOTES*/

.section-highsquare {
  background-color: #ffffffa2;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.responsive-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  .responsive-image {
    height: auto;
    object-fit: contain;
  }
}

/* Newsletter Section */
.section-footer-newsletter {
  background-color: #185596;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.newsletter-wrapper {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.newsletter-wrapper .form-control {
  width: 100%;
  border-radius: 50px;
  padding: 15px 25px;
  padding-right: 150px;
  /* Space for the button */
  border: none;
  height: 60px;
  font-size: 16px;
}

.newsletter-btn-inner {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  transition: color 0.7s ease, background-color 0.7s ease;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;

}

.newsletter-btn-inner:hover {
  color: #ffffff;
  background-color: #030303;
  cursor: pointer;
}






.navbar-simple.scrolled .button-nav {
  color: #185596;
}

.navbar-simple.scrolled .button-nav:hover {
  color: #007bff;
}


.navbar-simple {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-simple.scrolled {
  background-color: rgba(250, 250, 252, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(8, 12, 18, 0.05);
  border-bottom: 1px solid #ffffff;
}



.simple-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.simple-logo img {
  max-height: 40px;
}




#section-note1 {
  padding-top: 100px;
  padding-bottom: 3%;
}

@media (max-width: 767px) {
  #section-note1 {
    padding-top: 120px;
  }

  #section-note1 .row {
    flex-direction: column-reverse;
  }

  .content-box-terms {
    text-align: center;
  }
}




/* section-note1 */

#section-note1 {
  padding-top: 100px;
  padding-bottom: 3%;
}

@media (max-width: 767px) {
  #section-note1 {
    padding-top: 120px;
  }

  #section-note1 .row {
    flex-direction: column-reverse;
  }

  .content-box-terms {
    text-align: center;
  }
}







/*


#section-note1 {
  padding: 5% 0 0 0;
  width: auto;
  
}



#section-note1 .bg-image-wrapper {
  position: relative;
  background-image: url('../images/gallery/imagen-invitation.jpeg');
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-note1 .overlay-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 80%; 
}

#section-note1 p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

#section-note1 .btn {
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}

#section-note1 .btn svg {
  margin-left: 8px; 
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  #section-note1 .bg-image-wrapper {
    height: 300px;
  }

  #section-note1 .overlay-content {
    max-width: 100%;
    padding: 15px;
  }

  #section-note1 p {
    font-size: 1.2rem;
  }
}


body {
  background-color: #E9F2FF;
}

p {
  color: #273b52;
}

::selection {
  background-color: #185596;
  color: #ffffff;
}

.color-a {
  color: #007bff;
}

.color-a3 {
  color: #3496ff;
}

.color-a2 {
  color: #185596;
}

.color-o {
  color: #0b1021;
}

.color-r {
  color: #EF505C;
}

.color-n {
  color: rgb(255, 165, 0);
}

.color-w {
  color: #ffffff;
}

.color-g {
  color: #333;
}

.color-g2 {
  color: #c6c6c6;
}

.color-b {
  color: #273b52;
}

.color-v {
  color: #7ff276;
}

/* navbar */
.navbar {
  background-color: none;
}




#cover1 {
  background: linear-gradient(to bottom, #040C16, #052347);
}



#cover2 {
  background: linear-gradient(to bottom, #040C16, #052347);
}

#cover3 {
  background: #052347;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/* Encabezados principales */

.font-principal {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .font-principal {
    line-height: 50px;
    font-size: 45px;
  }
}



.font-titulos {
  font-size: 40px;
  line-height: 50px;

}

@media (max-width: 767.98px) {
  .font-titulos {
    font-size: 40px;
    line-height: 45px;

  }
}




.font-titular {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .font-titular {
    font-size: 25px;
    line-height: 50px;
  }
}

.font-subtitular {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .font-subtitular {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
  }
}

.font-puntos {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .font-puntos {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}



.font-faqs {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .font-faqs {
    font-size: 17px;
    line-height: 1.5;
  }
}

.font-anuncio-big {
  font-size: 150px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .font-anuncio-big {
    font-size: 80px;
    /* Agrega la unidad de medida */
    line-height: 1;
  }
}




.font-secondary {
  font-size: 20px;
}

.font-normal {
  font-size: 16px;
}

.font-nano {
  font-size: 13px;
}

.font-65 {
  font-size: 85px;
}

.font-54 {
  font-size: 54px;
}

.font-40 {
  font-size: 40px;
}

.font-30 {
  font-size: 36px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-17 {
  font-size: 17px;
}

.font-14 {
  font-size: 14px;
}

.font-13 {
  font-size: 13px;
}

.weight-800 {
  font-weight: 800;
}

.weight-600 {
  font-weight: 600;
}

.weight-500 {
  font-weight: 500;
}

.weight-400 {
  font-weight: 400;
}

.weight-200 {
  font-weight: 200;
}

.weight-100 {
  font-weight: 100;
}

.spacing {
  line-height: 90px;
  letter-spacing: 1px;
}

.text-justified {
  text-align: left;
}

.text-justified-center {
  text-align: center;
}

@media (max-width: 767.98px) {
  .spacing {
    line-height: 80px;
  }
}

.font-italic {
  font-style: italic;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #00aeff;
  line-height: 35px;
  font-weight: 200;
}

.p-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.title-gradient {
  background: -webkit-linear-gradient(top left, #0b1021, #185596);
  background: linear-gradient(to bottom right, #091d33, #185596);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}



.text-justified {
  text-align: justify;
}


.texto-resaltado {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.texto-resaltado:hover {
  transform: scale(1.1);
}






.info-index {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  /* Evita que el texto se divida en pantallas grandes */
  line-height: 1.5;
  /* Agrega espacio entre líneas */
}

/* Estilos para tablets */
@media (max-width: 1024px) {
  .info-index {
    max-width: 700px;
  }
}

/* Estilos para celulares */
@media (max-width: 600px) {
  .info-index {
    max-width: 90%;
    /* Aumenta el ancho máximo para que el texto no se vea amontonado */
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    /* Permite que el texto se divida en líneas */
    text-align: center;
    /* Centra el texto */
    line-height: 1.7;
    /* Aumenta el espacio entre líneas para mejor legibilidad */
  }
}

/* Estilo adicional para pantallas pequeñas */
@media (max-width: 768px) {
  .info-index {
    max-width: 80%;
    /* Ajusta el ancho para pantallas más pequeñas */
    margin: 0 auto;
  }
}

/* menu buttons */
/* button-nav */
/* Estilos para los botones */
/* button-nav */
.button-nav {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}

.button-nav:hover {
  text-decoration: none;
  color: rgb(0, 123, 255);
}

/* Estilos para pantallas móviles */
@media (max-width: 1024px) {
  .button-nav {
    color: #0b1021;
  }

  .button-nav:hover {
    color: #007bff;
  }
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  transition: color 0.7s ease, background-color 0.7s ease;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 50px;
  width: 200px;
  text-align: center;
}

.button-primary:hover {
  color: #ffffff;
  background-color: #030303;
  cursor: pointer;
}

.button-primary-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  transition: color 0.7s ease, background-color 0.7s ease;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 50px;
  width: 200px;
  text-align: center;
}

.button-primary-2:hover {
  color: #030303;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.button-flotante4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #030303;
  background-color: #ffffff00;
  border: 1px solid #030303;
  text-decoration: none;
  transition: color 0.7s ease, background-color 0.7s ease;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 50px;
  width: 200px;
  text-align: center;
}

.button-flotante4:hover {
  color: #ffffff;
  border: 1px solid #6a6a6a;
  background-color: #030303;
  cursor: pointer;
}

.button-flotante2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #007bff00;
  border: 1px solid #ffffff;
  text-decoration: none;
  transition: color 0.7s ease, background-color 0.7s ease;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 50px;
  width: 200px;
  text-align: center;
}

.button-flotante2:hover {
  color: #030303;
  border: 1px solid #6a6a6a;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.heading {
  position: relative;
  color: #007bff;
  background-color: #ffffffa2;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 50px;
}

.heading2 {
  position: relative;
  color: #007bff;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 50px;
}

.ver-mas {
  position: relative;
  z-index: 3;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.ver-mas .arrow {
  margin-left: 5px;
  font-size: 1rem;
  transition: margin-left 0.2s;
  color: #007bff;
}

.ver-mas:hover .arrow {
  margin-left: 10px;
}

.ver-mas:hover {
  color: #ffffff;
}

/* Botones flotantes */
.button-demo svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.button-ws svg {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.cloudbutton-container {
  opacity: 1;
  transition: all 0.3s ease-out;
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1000;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

/* Efecto de hover: elevar el contenedor */
.cloudbutton-container:hover {
  transform: translate(-50%, -10px);
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.2);
}

.cloudbutton-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background-color: #ffffffa2;
  backdrop-filter: blur(10px);
  box-shadow: 5px 20px 15px #18559623;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .cloudbutton-container::before {
    width: 300px;
  }
}

.cloudbutton-container.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s 0.2s;
}

@media (max-width: 768px) {
  .cloudbutton-container .color_bodytext {
    display: none;
  }

  .cloudbutton-container::before {
    width: 300px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-color: #ffffffa2;
    backdrop-filter: blur(10px);
    box-shadow: 5px 20px 15px #18559623;
  }
}

/*button-question*/
.cloudbutton-question-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
}

.button-question {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  border: none;
  border-radius: 50px 0 0 50px;
  height: 50px;
  width: 60px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  outline: none;
}

.button-question:active {
  background-color: #007bff;
}

.button-question:hover {
  background-color: #030303;
}

.icon-question {
  height: 24px;
  width: 24px;
}

@media (max-width: 768px) {
  .button-question {
    height: 40px;
    width: 50px;
  }

  .icon-question {
    height: 20px;
    width: 20px;
  }
}

.button-more {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.button-more .arrow {
  margin-left: 5px;
  font-size: 1rem;
  transition: margin-left 0.2s;
  color: #007bff;
}

.button-more:hover .arrow {
  margin-left: 10px;
}

.button-more:hover {
  color: #ffffff;
}

.arrow-left-pld,
.arrow-right-pld {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  width: auto;
  padding: 0;
}

.arrow-left-pld {
  left: 15px;
}

.arrow-right-pld {
  right: 15px;
}

/* types*/
.container-types-campaign {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.btn-campaign {
  flex: 0 1 calc(50% - 10px);
  height: 55px;
  background: #030303;
  color: rgba(198, 198, 198, 0.355);
  border: 1px solid #030303;
  border-radius: 50px;
  font-size: 16px;
  transition: .3s ease all;
  padding: 0 17px;
  cursor: pointer;
  text-align: center;
}

.btn-campaign:hover {
  background-color: #030303;
}

.btn-campaign:focus {
  outline: none;
  border-color: #fff;
}

@media (max-width: 600px) {
  .btn-campaign {
    flex: 0 1 100%;
  }
}

/* menu buttons */
/* types*/
.container-types-campaign {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.btn-campaign {
  flex: 0 1 calc(50% - 10px);
  height: 55px;
  background: #030303;
  color: rgb(198, 198, 198);
  border: 1px solid #6a6a6a40;
  border-radius: 50px;
  font-size: 16px;
  transition: .3s ease all;
  padding: 0 17px;
  cursor: pointer;
  text-align: center;
}

.btn-campaign:hover {
  background-color: #030303;
}

.btn-campaign:focus {
  outline: none;
  border-color: #fff;
}

@media (max-width: 600px) {
  .btn-campaign {
    flex: 0 1 100%;
  }
}

/* Estilos Base para Botones y Enlaces */
.button-footer {
  color: #030303;
  /* Color blanco inicial */
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.button-footer:hover {
  text-decoration: none;
  color: #007bff;
}

/* pantallas menores a 1025px */
@media (max-width: 1024px) {
  .button-footer {
    color: #030303;
  }

  .button-footer:hover {
    color: #007bff;
  }
}

.nav-link {
  color: #c6c6c6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #007bff;
}

.confirmation-model-button {
  background-color: #007bff;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.7s ease, background-color 0.7s ease;
  margin-right: 10px;
}

.confirmation-model-button:hover {
  background-color: #030303;
}

.confirmation-model-cancel-button {
  background-color: #7492ac;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
}

.confirmation-model-cancel-button:hover {
  background-color: #7492ac;
}