.historia-section {
    padding: 60px 0 0 0;
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.historia-section .container {
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    max-width: 100%;
    line-height: 20px;
}

.contenedor.txtblock.historia {
    min-height: 250px;
    padding: 50px 100px;
    background-color: #23231F;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-top: 80px;
  }
  
  .contenedor.txtblock{
    padding: 80px 0 80px 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }

.historia-section h2 {
    text-align: center;
    font-size: 31.5px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: -3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.historia-section .icon-works {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.historia-section .icon-works::before,
.historia-section .icon-works::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d3d3d3;
    margin: 0 20px;
}

.historia-section .icon-works img {
    width: 100px;
    height: auto;
}


.historia-section .lead strong {
    color: #999;
    font-weight: bold;
}

.carrusel-hitos-box {
    border-radius: 48px 48px 48px 48px;
    width: 293px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-family: 'Open Sans', Arial, sans-serif;
}
.carrusel-hitos-box .hitos-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}
.carrusel-hitos-box .hitos-year {
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.carrusel-hitos-box .hitos-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.carrusel-hitos-box .hitos-description {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.owl-carousel .item {
    display: flex;
    width: 293px;
    padding: 1px;
    color: white;
    justify-content: center;
    align-items: center;
}
