#bloque3{
 padding-top: 50px;
 padding-bottom: 100px;
    background-color: #404040;
}



.cardSlider{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}


.tituloBloque3{
    font-family: "Bebas Neue", Sans-serif;
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    color: white;
    margin-bottom: 2rem;
    text-align: center;
}



/* SLIDER........................ */


#heroCarousel {
    width: 80%;
    height: 50vh;
    position: relative;
}

.carousel-item {
    height: 50vh;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* Contenido centrado en cada slide */
.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    width: 90%;
}

.carousel-caption-custom h6 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 6rem;
    font-weight: 600;
}

.carousel-caption-custom p {
   font-family: "Montserrat", Sans-serif;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px;
}

.btnEmpezar{
font-family: "Bebas Neue", Sans-serif;
    font-size: 35px;
    font-weight: 500;
border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
}


/* Indicadores circulares */
.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #B69B82;
    opacity: 0.8;
    margin: 0 6px;
    border: none;
    transition: background-color 0.3s, opacity 0.3s;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #ffffff;
    opacity: 1;
}

/* Flechas */
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    cursor: pointer;
    background: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

/* Responsive.............................. */

@media (max-width: 1200px) {

 

}



@media (max-width: 765px) {

    #bloque3{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tituloBloque3{
        font-size: 3rem;
    }
  #heroCarousel {
    width: 100%;
    position: relative;
}



    .carousel-caption-custom h6 {
        font-size: 3.5rem;
    }

    .carousel-caption-custom p {
    font-size: 1.2rem;

}
}
