.padding-section {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .padding-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.icono-ventaja {
    height: 60px;
    width: auto
}

div.img-border {
    position: relative
}

div.img-border span.borde {
    position: absolute;
    top: 15px;
    bottom: -15px;
    right: 30px;
    z-index: 1;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 1px solid var(--bs-primary)
}

@media (max-width: 767px) {
    div.img-border span.borde {
        top: -6px;
        bottom: 6px;
        left: 7px;
        right: -5px
    }
}

.btn-circular button.splide__arrow.splide__arrow--prev, .btn-circular button.splide__arrow.splide__arrow--next {
    border-radius: 28px;
    border: 1px solid var(--Gray-200, #C8C8C8);
    background: var(--Base-White, #FFF);
    padding: 10px
}

.coes-icons {
    font-size: 3rem
}

#heroHome {
    min-height: 300px;
    background-image: url('../img/img-home.webp');
    background-position: 0 70%;
    background-size: cover;
    position: relative
}

#heroHome::before {
    background-color: rgb(0 0 0 / 27%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

#productos {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    #heroHome {
        background-image: url('../img/img-home-mvl.jpg');
        min-height: 280px;
        background-position-x: center
    }

    #productos {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.card-hover {
    transition: transform .3s ease, box-shadow .3s ease
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-pink-500)
}

.card-hover .card-title {
    transition: color .3s ease
}

.card-hover:hover .card-title {
    color: var(--bs-pink-500)
}

.card-hover a {
    transition: color .3s ease
}

.card-hover:hover a {
    color: var(--bs-pink-500)
}

.steps-container {
    position: relative
}

.step-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
    transform: translateX(-40%)
}

.steps-container .row > div {
    position: relative
}

@media (max-width: 767.98px) {
    .steps-container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .step-background {
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        z-index: -1;
        transform: translateY(-50%)
    }

    .steps-container .row {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .steps-container .row > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .steps-container .row > div .col-2 {
        margin-bottom: 1.5rem
    }
}

#opiniones .coes-card-item {
    display: flex;
    min-height: 415px;
    padding: 4%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px
}

#opiniones .splide__arrows.splide__arrows--ltr button {
    cursor: pointer;
    border: 1px solid #eda1a3;
    background: #fef7f5
}

#opiniones .coes-card-item.img-1 {
    background: linear-gradient(0deg, rgba(214, 30, 56, 0.72) 0, rgba(214, 30, 56, 0.72) 100%), url(../img/credito-directo/opinion.jpg) lightgray 50% / cover no-repeat;
    color: white
}

#opiniones .coes-card-item.noimg {
    background-color: #fceeed
}

.banner-seguros {
    width: 100%;
    height: 50vh;
    background-image: url(../img/seguros/seguros-cofidis.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 991px) {
    .banner-seguros {
        height: 30vh
    }
}

p.title-trp {
    font-size: 2.5rem;
    line-height: 56px;
    margin-bottom: .5rem;
    font-weight: 600
}

p.p-trp {
    font-size: 1.5rem;
    line-height: 32px;
    margin-top: 0
}

@media (max-width: 999px) {
    p.title-trp {
        font-size: 2rem;
        line-height: 40px
    }

    p.p-trp {
        font-size: 1.2rem;
        line-height: 28px
    }
}

div#sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: white;
    padding: 1.5rem;
    opacity: 1;
    animation: fadeIn .5s;
    z-index: 30;
    box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, 0.12)
}

div#sticky a {
    width: 90%;
    font-size: 1.15rem
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
