.carousel{
    margin-top:70px;
}
#navegacion, .carousel {
    border-bottom: 1px solid #eaeaea;
}

/* Estilo para centrar las imágenes horizontalmente y ajustar el ancho */
.carousel-inner img {
  width: 100%; /* Ancho del 100% */
  height: auto; /* Altura ajustable */
  display: block; /* Para centrar horizontalmente */
  margin: 0 auto; /* Centrado horizontal */
}

/***************************************************************************************/
/* Estilo para centrar vertical y horizontalmente la carousel-caption */
.cta{
    background: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;

    padding: 20px;
}

/* Ajustes adicionales para el contenido dentro de carousel-caption */
.carousel-caption h3,
.carousel-caption p,
.carousel-caption a {
    color: white;
}
footer, .bajoFooter{
    background-color: #0f1133;
}
footer{
    padding: 30px 0;
}
.bajoFooter{
    border-top: 1px solid #eaeaea;
}


/** ESTILOS BANNER ESTATICO ***********************/
.estatico{
    margin-top: 75px;
}

.hero-banner {            
    background-position: center;
    color: white;
    padding: 100px 0;
    margin-top: 70px;
    height: 350px;
}
.highlight-text {
    text-shadow: 5px 2px 4px rgba(0, 0, 0, 0.7);
  }
.justified-text{
    text-align: justify
}
/** ESTILOS ACERCA ****************************/
#acerca{
    background-image: url('../imagenes/Sistema_HVAC.jpg');
    background-size: cover;
}

/** ESTILOS CONTACTO ****************************/
#contacto{
    background-image: url('../imagenes/contacto_main.jpg');
    background-size: cover;
}







/** ESTILOS PRODUCTOS *************************/
#productos{
    background-image: url('../imagenes/Productos_SFIM.jpg');
    background-size: cover;
}

/** ESTILOS PRODUCTOS *************************/
#servicios{
    background-image: url('../imagenes/trabajador_HVAC.jpg');
    background-size: cover;
}

/** ESTILOS POLITICAS  ************************/
#politicas{
    margin-top: 75px;
}

#politicas ul{
    padding-left: 30px;
}