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*/ /* 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; 
  }
  }
