
/* Contenedor de promo */
.promo-container {
    margin: 1%;
	max-width: 97vw;
    display: flex;
    left: auto;
    justify-content: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 32px;
    /* box-shadow: 5px 10px 5px #888888; */

    .card-body {
        background-size: cover;
		padding: 0px;
    }
    
    h3 {
        font-size: 41px;
        padding-left: 10px;
    }
}

/* Contenedor principal */
.main {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.reloj h5, .reloj span{
  /* width: fit-content !important; */
}

.reloj span {
  font-size: 75%;
}

.promo-imagen {
  background-size: cover; 
  background-repeat: no-repeat;
  height: 90% !important;
}

/* Estilos responsive para pantallas más pequeñas */
@media (max-width: 768px) {
  header nav ul {
    flex-direction: column;
  }
}

.informacion-empresa {
  text-align: justify;
  margin: .875rem;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: flex !important;
}