.hero {
    height: calc(100vh - 135px);
    /*background-image: url("/imagenes/paginas/index/bg-hero.jpeg");*/
    background-image: url("/imagenes/paginas/index/bg-hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
    padding-top: 5%;
}
.hero-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    height: 100%;
    padding-inline-start: 5%;
    max-width: 50dvw;
}
.hero h1 {
    font-size: 64px;
}
.hero .separador{
    max-width: 70dvw;
    width: 500px;
    border-top: 2px solid #fff;
}
.hero-subtitle{
    max-width: calc(500px*1.6);
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.hero .btn{
    font-size: 20px;
}


.color-principal-destacado {
    color: rgb(255, 49, 49);
}

.card-servicios .card-header {
    height: 300px;
}

.card-servicios .card-body {
    min-height: 250px;
}

.img-eventos {
    height: 300px;
}

.prevesan-numeros {
    background-color: #ebebeb;
}

.prevesan-digitos {
    max-width: 230px;
    width: auto;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--principal);
    font-style: italic;
    border-bottom: 2px solid var(--principal);
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    padding: 0;
    background: none;
    border: none;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    background-size: 100% 100%;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
#testimonialCarousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}

#testimonialCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    opacity: 1;
    transition: background-color 0.3s ease;
}

#testimonialCarousel .carousel-control-prev {
    left: -7%;
}

#testimonialCarousel .carousel-control-next {
    right: -7%;
}

#testimonialCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
}
#testimonialCarousel .carousel-indicators .active {
    background-color: var(--principal);
}

.estrella {
    color: var(--principal);
    font-size: 1.2rem;
    margin-right: 2px;
}

/* imagenes eventos */
.evento-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 600px) {
    .hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero h1 {
        font-size: 54px;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        left: 10px !important;
        right: 10px !important;
        width: 30px;
        height: 30px;
    }

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