@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.container-slider-images{
    position: relative;
    width: 350px;
    height: 250px;
}

.slider-images-insta {
    position: relative;
    height: 487.69px;
    margin-top: 5rem
}
.card-slider-images{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 487.69px;
    height: 487.69px;
    border-radius: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    overflow: hidden;
    transform-origin: center;
    transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
}

.card-slider-images-2 {
    background-color: rgb(241, 175, 175); /* Cambia el color de fondo a uno más claro */
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 0.2rem;
}

.number-circle {
    width: 10px;
    height: 10px;
    background-color: #D0D5DD; /* Azul */
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.number-circles-container {
    margin-left: 26%;
    margin-top: 2rem;
}


.green {
    background-color: #FFA113; /* Verde */
}


.container-slider-insta {
    display: flex;
    flex-direction: column;
}

.slider-navigation {
    display: flex;
}

.red-color {
    background-color: red;
}

.next-slider-images{
    position: absolute;
    top: 53%;
    right: 4%;
    font-size: 20px;
    cursor: pointer;
}

.next-slider-images i {
    background-color: #fc686d;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.image-slider-card {
    position: relative;
    display: inline-block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* Degradado desde transparente a negro (80% de opacidad) */
    pointer-events: none;
}

.button-insta-slider {
    background-color: black;
    color: #FFA113;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    font-size: 8px;
    letter-spacing: 1.5px;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
}

.image-slider-card{ width: 100%; height: 100%; overflow: hidden; }

.image-slider-card img { width: 100%; height: 100%; }

.detail-slider-card{ padding: 15px 20px 2rem; position: absolute; bottom: 0; display: flex; flex-direction: column; align-items: center;
justify-content: center;}

.detail-slider-card h3 { font-size: 15px; margin: 0; }

.detail-slider-card i { font-size: 10px; margin-bottom: 5px; color: #fc686d; }

.detail-slider-card p { font-size: 22px; font-weight: 500; color: white; margin: 0; text-align: center; line-height: 23px;}

.card-slider-images:nth-child(1) {
    z-index: 10;
    top: 0px;
    transform-origin: top;
    transform: scale(1);
    opacity: 1;
}

.card-slider-images:nth-child(2) {
    z-index: 9;
    top: -15px;
    transform-origin: top;
    transform: scale(0.9);
    opacity: 0.9;
}

.card-slider-images:nth-child(3) {
    z-index: 8;
    top: -30px;
    transform-origin: top;
    transform: scale(0.8);
    opacity: 0.8;
}

.card-slider-images:nth-child(4) {
    z-index: 7;
    top: -45px;
    transform-origin: top;
    transform: scale(0.7);
    opacity: 0.7;
}

.card-slider-images:nth-child(5) {
    z-index: 6;
    top: -60px;
    transform-origin: top;
    transform: scale(0.6);
    opacity: 0.6;
}

.card-slider-images:first-child:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.05)
}

.card-slider-images:last-child {
    opacity: 0;
}
