.button-index {
    display: block;
    margin: 48px auto;

    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f68b1e;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    border: 0;
    border-bottom: 4px solid #eb8125;

}

.button-index:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);


}

.button-index:active {
    border-bottom-width: 2px;
    filter: brightness(0.9);
    transform: translateY(2px);

}

/*  */


.collapse-index {
    transition: max-height 0.5s ease-out;
}

.collapse-index .card {
    border-color: transparent;
    max-width: 100%;
    background: transparent;
    width: 800px;
    padding: 2rem !important;
    box-shadow: 1px 3px 7px rgb(0 0 0 / 15%);


}

.collapse-index .multi-collapse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-index[aria-expanded="false"]~.collapse-index {
    display: none;

}

.button-index[aria-expanded="true"]~.collapse-index {
    display: block;
    transition: max-height 0.3s ease-in;
}

.button-index[aria-expanded="false"]::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f06e\00a0See All";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;

}

.button-index[aria-expanded="true"]::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f070\00a0Hide";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;

}



.card {

    transition: all 0.4s ease;
}

.collapse-index .card:hover {
    box-shadow: 0 4px 10px #e3e6ec;
}


/* card index  */
.card-images-index .card {
    overflow: hidden;
    border-color: inherit;
}

.card-images-index .card-img {
    will-change: transform;
    object-fit: cover;
    height: 100%;
    transition: opacity ease-in 0.15s;
}



.card-images-index .card:hover {
    transform: scale(1.05);
    transition: 0.3s;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 40% 40%, rgb(0 0 0 / 0%) 20%, rgb(0 0 0 / 49%) 75%);
    pointer-events: none;

}

.card-images-index .card-img-overlay {


    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.card-images-index .card-title {
    font-size: 24px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;

}

.card-images-index .card-title:hover,
.card-images-index .card-text:hover {
    /* color: #df651f !important; */
    text-shadow: 2px 2px 4px rgba(226, 113, 7, 0.644) !important;


}


.card-images-index .card-title>a {
    text-decoration: none;
    color: inherit;
}

.card-images-index .card-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px !important;
}

.card-images-inde .card:hover {
    box-shadow: 0 4px 10px #e3e6ec;
}

/* -- */

/* Testimonios  */
.testimonios .card {
    display: flex;
    align-items: center;
    border: none;

}

.testimonios .card .card-body,
.card-title .card-footer {
    text-align: center;
}

.testimonios .card .cotain-img {
    border-radius: 50%;
    height: 115px;
    width: 115px;
}

/* .testimonios .card:hover {
	box-shadow: 0 4px 10px #e3e6ec;
} */

.testimonios .card .cotain-img img {
    
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonios .card .card-title {   
    line-height: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.testimonios .card-text {
    text-align: left;
    margin-top: 1rem !important;
}

.testimonios .card .card-footer {
    text-align: center;  
    background-color: #fff;
    width: 100%;
}

.testimonios .splide__list {
    height: auto !important;
}

.testimonios .card-footer {

    border-top: 0px !important;
}


.splide__pagination__page.is-active {
    background: #f68b1e !important;

}

.splide__pagination {
    bottom: -1.5em !important;
}

/* --------- */

/* CARRUSEL LOGOS */

.logos-pie .splide__slide .card {
    /* padding: 0.5rem 0; */
    height: 80px !important;
}

.logos-pie .splide__slide .card img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    /* filter: grayscale(100%); */

}

.logos-pie .splide__slide .card img:hover {
    transition: ease-in 0.2s;
    /* filter: grayscale(0) !important; */
}


/*  */


@media only screen and (max-width: 767px) {


    /* card index  */
    .margin-ul .card-images-index {
        padding-top: 0 !important;
    }

    .card-images-index .card {
        height: 300px !important;
    }

    .card-images-index .row {
        gap: 1rem;
    }


}