﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.desktop_card_width {
    width: 154px !important;
    flex: none !important;
}

.cardOffer__container_desktop_cards {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
}

.cardOffer__container_desktop_cards_dinamic {
    padding: 32px 16px;
    width: 100%;
    display: flex;
    gap: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    border-radius: 12px;
}

.cardOffer__wrap_desktop_static {
    flex: 1;
    height: 508px;
    min-width: 154px;
    padding: 133px 16px 40px 16px;
}

.cardOffer__wrap_desktop_static_div:first-child {
    padding-bottom: 24px;
}

.cardOffer__wrap_desktop_static_div:last-child {
    padding-top: 24px;
}

.cardOffer__wrap_desktop_static_div div {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.cardOffer__wrap_desktop_static_div_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F2937;
    margin-top: 24px;
}

    .cardOffer__wrap_desktop_static_div_text:first-child {
        margin-top: 0;
    }

    .cardOffer__wrap_desktop_static_div_text:last-child {
        display: flex;
    }

    .cardOffer__wrap_desktop_static_div_text span {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

.cardOffer__wrap_desktop_static_div div:first-child {
    margin-top: 0;
}

.cardOffer__wrap_desktop_static_div div span {
    width: 18px;
}

.cardOffer__wrap_desktop_static_div div h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 8px;
    color: #1F2937;
}

.cardOffer__wrap_desktop_static_div div .text_bold {
    font-weight: 700;
}

.cardOffer__wrap_desktop_card {
    flex: 1;
    padding: 32px 16px;
    height: 648px;
    min-width: 154px;
    border-radius: 8px;
    background-color: #E9EDFC;
}

.cardOffer__wrap_desktop_card_logo {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #A7BBF3;
}

.cardOffer__wrap_desktop_card_text {
    /*margin-left: 8px;*/
}

    .cardOffer__wrap_desktop_card_text h3:first-child {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .cardOffer__wrap_desktop_card_text h3:last-child {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
    }

.cardOffer__wrap_desktop_card_amount {
    padding: 24px 0;
    border-bottom: 1px solid #A7BBF3;
}

    .cardOffer__wrap_desktop_card_amount h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        margin-top: 24px;
    }

        .cardOffer__wrap_desktop_card_amount h3:first-child {
            font-weight: 700;
            margin-top: 0;
        }

.cardOffer__wrap_desktop_card_insurance {
    padding-top: 24px;
    height: 208px;
}

    .cardOffer__wrap_desktop_card_insurance h2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

.cardOffer__wrap_desktop_segure {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

    .cardOffer__wrap_desktop_segure > div {
        margin-right: 8px;
    }

    .cardOffer__wrap_desktop_segure h3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
    }

.cardOffer__wrap_desktop_card_inp {
    padding: 24px 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #A7BBF3;
    margin-top: 24px;
}

    .cardOffer__wrap_desktop_card_inp label {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        margin-left: 8px;
        color: #1F2937;
    }

    .cardOffer__wrap_desktop_card_inp input[type=checkbox] {
        width: 24px;
        height: 24px;
        appearance: none;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 2px solid #D1D5DB;
        cursor: pointer;
    }

        .cardOffer__wrap_desktop_card_inp input[type=checkbox]:checked {
            background-color: #0d6efd;
            border-color: #0d6efd;
            background-image: url("../../../../../Imagenes/Icono//check.svg");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

.cardOffer__tab_container_desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cardOffer__tab_desktop_btn {
    width: 24px;
    height: 24px;
    background-color: #F7F8F9;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}

    .cardOffer__tab_desktop_btn div {
        position: absolute;
        right: 8px;
        max-width: 100%;
    }

.cardOffer__tab_desktop_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F2937;
    padding: 2px 8px;
}
