/* Estilos para la cabecera */
.slider-height2 {
    min-height: 300px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.hero-cap {
    padding: 60px 0;
}

.hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}