.acciones {
  position: relative;
  background-color: rgba(0, 0, 0, 0.051);
}
.acciones .wrapper {
    box-sizing: border-box;
    padding: 30px 0;
}
.acciones__contenido {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    box-sizing: border-box;
}
.acciones__texto {
    padding-top: 30px;
    width: 55%;
    z-index:10;
}
.acciones__texto img {
    display: none;
}
.acciones__texto p {
    max-width: 650px;
}
.acciones__imagen {
    width: 45%;
}
.acciones h3 span {
    white-space: nowrap;
}

/* Slider Acciones*/
.acciones__slider {
    margin-top: 40px;
    width: 100%;
    max-width: 1480px;
}
.acciones__slider .slider {
    justify-content: space-between;
}
.card {
    width: 310px !important;
    height: 310px !important;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #fff;
}
.card:last-child {
    margin-right: 0 !important;
}

.card .content {
    box-sizing: border-box;
    min-height: 187px;
    padding: 15px;
}
.card .content p {
    color: var(--s4);
    font-size: 22px;
    font-weight: normal;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    margin: 1px 10px !important;
}

@media only screen and (max-width: 1248px) {
    .acciones .wrapper {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .acciones__slider {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 900px) {
    .acciones .wrapper {
        padding-top: 0;
        width: 100%;
    }
    .acciones__contenido {
        flex-direction: column;
    }
    .acciones__imagen {
        display: none;
    }
    .acciones__texto {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        
    }
    .acciones__texto div {
        height: 500px;
        position: relative;
        margin-bottom: 20px;
    }
    .acciones__texto img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100%;
        filter: brightness(0.6);
        
    }
    .acciones__texto h3 {
        position: absolute;
        bottom:0;
        margin-bottom: 10px;
        padding: 0 4%;
    }
    .acciones h3 span {
        white-space: normal;
    }
    .acciones__texto p {
        padding: 0 4%;
    }
}

@media only screen and (max-width: 525px) {
    .acciones__texto div {
        height: 300px;
    }
    .acciones__slider {
        margin-top: 10px;
    }
}