/* /Views/Home/Index.cshtml.rz.scp.css */
.mcb_title[b-kx1scgw17m] {
    width: 70%;
    font-size: 3.0rem;
    line-height: 4rem;
    text-align: center;
    font-weight: 500;
    color: var(--black-2);

    /* @media screen and (max-width: 1200px){
        font-size: 3rem;
        line-height: 3.5rem;
    } */
    /* @media screen and (max-width: 950px){
        width: 90%;
    }
    
    @media screen and (max-width: 600px){
        width: 100%;
        font-size: 2.5rem;
        line-height: 3rem;
    } */
}

.div-options[b-kx1scgw17m] {
    margin: 0.5rem 0rem;
    flex-wrap: wrap;

    img {
        width: 100px;
        height: auto;

        @media screen and (max-width: 600px) {
            width: 70px;[b-kx1scgw17m]
        }
    }
}


.mcb_cont_bg[b-kx1scgw17m] {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 100%, #fbe7e7 0%, #c5dfff 80%);
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.mcb_welcome_pd[b-kx1scgw17m] {
    padding: 50px 50px 0 50px;

    @media screen and (max-width: 600px) {
        padding: 30px 20px 0 20px;[b-kx1scgw17m]
    }
}

.mcb_default_pd[b-kx1scgw17m] {
    padding: 50px;

    @media screen and (max-width: 600px) {
        padding: 30px 20px;[b-kx1scgw17m]
    }
}


.mcb-card-content[b-kx1scgw17m] {
    display: none;
    margin: 0 auto 20px auto;
    max-width: 1200px;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
}

.mcb-buttons-main[b-kx1scgw17m] {
    min-width: 180px;
    flex: 1 1 180px;
    max-width: 220px;
    cursor: pointer;
    transition: background-color 0.2s ease;

    &:hover {
        background-color: #0055a010;
    }
}

.mcb-card-content[b-kx1scgw17m] {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: var(--radius);
    border: solid 1px #cfcfcf;
    transition: var(--transition-1);
    flex-grow: 1;
    display: none;
}

/* Puedes personalizar los estilos */
#polizasContainer table[b-kx1scgw17m] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#polizasContainer th[b-kx1scgw17m],
#polizasContainer td[b-kx1scgw17m] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#polizasContainer th[b-kx1scgw17m] {
    background-color: #f2f2f2;
}

.icon-btn[b-kx1scgw17m] {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 8px;
    font-size: 1.2em;
}

.archivo-grid[b-kx1scgw17m] {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}
/* /Views/Shared/_Footer.cshtml.rz.scp.css */
.mcb_footer[b-dj1n6qmnte] {
    background-color: #01498f;
    color: #fff;
    padding: 60px 100px;
    font-size: 1.20rem;

    p {
        color: #fff;
        font-weight: 200;

    }

    @media screen and (max-width: 800px) {
        padding: 60px;[b-dj1n6qmnte]
    }

    @media screen and (max-width: 600px) {
        padding: 60px 30px;[b-dj1n6qmnte]
    }
}

.mcb_footer_logo[b-dj1n6qmnte] {
    margin-bottom: 2rem;
    max-width: 170px;
    height: auto;

    @media screen and (max-width: 450px) {
        width: 130px;[b-dj1n6qmnte]
    }
}

.mcb_footer_link[b-dj1n6qmnte] {
    color: #fff;
    text-decoration: none;
    width: fit-content;
    font-weight: 200;

    &:hover {
        color: inherit;
        text-decoration: underline;
    }
}

.mcb_footer_cont[b-dj1n6qmnte] {
    width: 1300px;
    margin: 0 auto;

    @media screen and (max-width: 1400px) {
        width: 1100px;[b-dj1n6qmnte]
    }
}

.mcb_c1[b-dj1n6qmnte] {
    width: 415px;

    @media screen and (max-width: 600px) {
        width: 100%;[b-dj1n6qmnte]
    }
}

.g15[b-dj1n6qmnte] {
    gap: 15px;
}

.g100[b-dj1n6qmnte] {
    gap: 100px;

    @media screen and (max-width: 1200px) {
        gap: 30px;[b-dj1n6qmnte]
    }

    @media screen and (max-width: 950px) {
        flex-direction: column;[b-dj1n6qmnte]
    }
}

.mcb_footer_bt[b-dj1n6qmnte] {
    @media screen and (max-width: 950px) {
        width: 100%;[b-dj1n6qmnte]
    }

    @media screen and (max-width: 800px) {
        flex-direction: column;[b-dj1n6qmnte]
    }
}

.mcb_socialmedia[b-dj1n6qmnte] {
    width: 34px;
    height: 34px;
    transition: var(--transition);

    @media screen and (max-width: 450px) {
        width: 25px;
        height: 25px;[b-dj1n6qmnte]
    }
}

.mcb_socialmedia:hover[b-dj1n6qmnte] {
    filter: brightness(90%);
}

.mcb_footer_map[b-dj1n6qmnte] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;

    h5 {
        color: #fff;
    }

    @media screen and (max-width: 1400px) {
        gap: 60px;[b-dj1n6qmnte]
    }

    @media screen and (max-width: 1200px) {
        gap: 30px;[b-dj1n6qmnte]
    }

    @media screen and (max-width: 600px) {
        grid-template-columns: repeat(2, 1fr);[b-dj1n6qmnte]
    }
}



.mcb_dropdown_trigger[b-dj1n6qmnte] {
    padding: unset;
    font-size: 1rem;
    border: none;
    background: none;
    color: var(--black-4);
    transition: var(--transition-1);
}

.mcb_dropdown_trigger_open[b-dj1n6qmnte] {
    color: #000;
}

.mcb_dropdown_menu[b-dj1n6qmnte] {
    min-width: 200px;
    position: absolute;
    z-index: 99;
    background-color: #e6effa;
    box-shadow: 0 2px 4px #0000000d;

    p {
        padding: 5px 20px;
        font-size: 0.875rem;
        color: var(--black-5);
    }

    a[b-dj1n6qmnte] {
        padding: 10px 20px;
        color: var(--black-3) !important;
        transition: var(--transition-1);

        &:hover {
            color: #000 !important;
            background-color: #f8f9fa;
        }
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
