.slider {
    background: #fff;
    border-bottom: #e7dddd dashed 1px;
    padding: 100px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 500px) {
    .slidf-bkopis {
        margin-top: 80px !important;
        margin-top: 40px !important;
        max-width: 320px !important;
        height: 200px !important;
    }

    .slider {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .slis-manin {
        font-size: 40px !important;
        line-height: 52px !important;
    }
}

.slidf-bkopis {
    justify-content: center;
    display: none;
    position: absolute;
    width: 250px;
    height: 250px;
}

.slidf-bkopis img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.slidf-psafall{
    position: relative;
    max-width: 500px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 250px;
}

.slid-section {
    max-width: 620px;
    margin: 0px 20px;
    color: #fff;
}

.slis-manin {
    margin: auto;
    font-size: 50px;
    line-height: 65px;
    font-weight: 500;
    margin-bottom: 30px;
    color: black;
}

.slis-manin span {
    color: var(--primary-color);
}

p {
    font-size: 17px;
    color: black;
}

.cnjio-dhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-menpaux {
    display: flex;
    align-items: center;
}

.cta-menpaux button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    cursor: pointer;
}

.cta-menpaux button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}

.secprod-kio {
    background: rgba(0, 125, 197);
    padding: 80px 0px;
}

.secprod-kio .secea-proem,
.secprod-kio .secea-proem span {
    color: white !important;
}

.seccard-row {
    grid: auto / repeat(2, 1fr);
    margin-top: 70px;
    gap: 20px;
    display: grid;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 500px) {
    .seccard-row {
        grid: auto / repeat(1, 1fr);
    }

    .card-dtap {
        padding: 25px 20px !important;
    }

    .dtdb-ocio{
        height: 35px !important;
        width: 35px !important;
        margin-bottom: 10px !important;
    }
}

.card-dtap {
    background: #fff;
    padding: 64px 46px;
    border-radius: 8px;
    max-height: 590px;
    max-width: 500px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-dtap:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.dtap-headmc {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.dtap-ckopara {
    font-size: 16px;
    margin-top: 15px;
    color: #2a2a2a;
}

.dtdb-ocio {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}

.dtdb-ocio img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.dtap-cta {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.dtap-cta button {
    padding: 9px 20px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: #000 solid 2px;
    cursor: pointer;
}

.dtap-cta button:hover {
    background: linear-gradient(131deg, #3f95ff 5%, #2755f6 95%);
    border-color: #3f95ff;
    color: #fff;
}

.cmtop-ckiopjui{
    margin-top: 50px;
}