@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Controls/PillSelect.razor.rz.scp.css */
.pill-container > *:not(input)[b-fha3bnelme] {
    cursor: pointer;
    margin-right:2px;
}

.pill-container[b-fha3bnelme] {
}

.pill-select[b-fha3bnelme] {
    position: relative;
    display: inline-flex;
    background-color: white;
}

.form-control:focus-within[b-fha3bnelme], .form-control:active[b-fha3bnelme] {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


.pill-select input[b-fha3bnelme] {
    border: none;
    outline: none;
}

.select-tray-wrapper[b-fha3bnelme] {
    position: absolute;
    background-color: white;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
}

.select-tray > div:hover[b-fha3bnelme] {
    filter: opacity(.5);
}

.select-tray > div[b-fha3bnelme] {
    padding: .375rem .375rem;
    cursor:pointer;
}

.select-tray[b-fha3bnelme] {
    max-height: 125px;
    overflow: auto;
    cursor: default;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* /Components/Controls/SectionTools/SectionTools.razor.rz.scp.css */
.tools[b-zqnw6esy5o] {
    height: 52px;
}

[b-zqnw6esy5o] .tools a {
    color: #0088cc;
    display: block;
    padding: 5px;
    text-align: center;
    background: white;
    border: 1px solid #bbb;
    border-radius: 9999px;
    -webkit-transition: all 0.2s, ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s, ease-in-out;
    text-decoration: none;
}

[b-zqnw6esy5o] a.pie, a.pie:hover[b-zqnw6esy5o] {
    cursor: pointer;
}

[b-zqnw6esy5o] .tools a:hover {
    border: 1px solid;
    transform: scale(1.1);
}

[b-zqnw6esy5o] .tool-icon {
    font-size: 1.7rem;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-zqnw6esy5o] .tools li {
    display: inline-block;
    list-style: none;
    margin: 5px 2px auto 2px;
    position:relative;
}

.clock[b-zqnw6esy5o] {
    color: #08c;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 10px;
}
/* /Components/Controls/Table/CustomPaginator.razor.rz.scp.css */


.go-first:not(:disabled):hover[b-fyzjgdz7il],
.go-last:not(:disabled):hover[b-fyzjgdz7il],
.go-previous:not(:disabled):hover[b-fyzjgdz7il],
.go-next:not(:disabled):hover[b-fyzjgdz7il] {
    background-color: rgba(0, 0, 0, 0.1);
}

.paginator select[b-fyzjgdz7il] {
    background-color:transparent;
    border-radius:5px;
    border:none;
    outline:none;
    cursor:pointer;
}
    .paginator select:focus-visible[b-fyzjgdz7il] {
        border: none !important;
    }

.go-first[b-fyzjgdz7il], .go-last[b-fyzjgdz7il] {
    width: 23px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-double-left" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/> <path fill-rule="evenodd" d="M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/> </svg>');
}

.go-previous[b-fyzjgdz7il], .go-next[b-fyzjgdz7il] {
    width: 23px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/> </svg>');
}

.go-next[b-fyzjgdz7il], .go-last[b-fyzjgdz7il] {
    transform: scaleX(-1);
}

.paginator[b-fyzjgdz7il] {
    display: flex;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    align-items: center;

    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
}

nav button[b-fyzjgdz7il] {
    border: 0;
    background: none center center / 1rem no-repeat;
    width: 2rem;
    height: 2rem;
}

nav[b-fyzjgdz7il] {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    align-items: center;
}

    nav button[disabled][b-fyzjgdz7il] {
        opacity: 0.4;
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer_menu li[b-8uc66oi871] {
    display: inline-block;
    margin-left:auto;
    color:red;
}

.footer_menu li a[b-8uc66oi871] {
    text-decoration: none;
}

        .footer_menu li a:hover[b-8uc66oi871] {
            color: #08f;
            text-decoration: underline;
        }
/* /Components/Layout/Loading.razor.rz.scp.css */

.loading-overlay[b-f7dvpimvo7] {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 4000;
    width: 100%;
    height: 100%;
}

.loading-animation[b-f7dvpimvo7] {
    animation-name: fadeIn-b-f7dvpimvo7;
    animation-duration: 1s;
}

@keyframes fadeIn-b-f7dvpimvo7 {
    0% {
        opacity: 0;
    }
    2.5% { /* Artificial delay for instant loading */
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


.loading-container[b-f7dvpimvo7] {
    z-index: 5000;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.loading[b-f7dvpimvo7] {
    color: white;
    text-align: center;
    margin-top: 200px;
    font-weight: 100;
    transition: all linear 2000ms;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-81l1k9jgi3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-81l1k9jgi3] {
    flex: 1;
    /*overflow-y: hidden;*/
}

/*.content {
    flex: 1;*/ /* El contenido ocupa el espacio restante */
    /*margin-top: 60px;*/ /* Espacio suficiente para evitar la superposición con la cabecera */
    /*overflow-y: auto;*/ /* Habilita el desplazamiento vertical */
    /*padding: 0px;*/
    /*background-color: #f5f5f5;*/ /* Fondo del contenido */
/*}*/

.sidebar[b-81l1k9jgi3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-81l1k9jgi3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-81l1k9jgi3]  a, .top-row[b-81l1k9jgi3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-81l1k9jgi3]  a:hover, .top-row[b-81l1k9jgi3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-81l1k9jgi3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-81l1k9jgi3] {
        justify-content: space-between;
    }

    .top-row[b-81l1k9jgi3]  a, .top-row[b-81l1k9jgi3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-81l1k9jgi3] {
        flex-direction: row;
    }

    .sidebar[b-81l1k9jgi3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-81l1k9jgi3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-81l1k9jgi3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-81l1k9jgi3], article[b-81l1k9jgi3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tumxfb97s7] {
    background-color: #e5e5e5;
    line-height: normal;
    color: #0088cc;
}

.top-row[b-tumxfb97s7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tumxfb97s7] {
    font-size: 1.1rem;
}

.bi[b-tumxfb97s7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tumxfb97s7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-tumxfb97s7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-tumxfb97s7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-tumxfb97s7] {
    font-size: 0.9rem;
}


    .nav-item[b-tumxfb97s7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.7rem;
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 15px;
        font-weight: bold;
    }

        .nav-item[b-tumxfb97s7]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-tumxfb97s7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.navbar-collapse[b-tumxfb97s7] {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 0 0px;
}


    .admin-dropdown-menu .dropdown-item:hover[b-tumxfb97s7] {
        color: #ffffff !important; 
        background-color: #007bff !important; 
    }

@media (min-width: 999px) {
    .navbar-toggler[b-tumxfb97s7] {
        display: none;
    }

    .collapse[b-tumxfb97s7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-tumxfb97s7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SectionHeader.razor.rz.scp.css */
.org[b-e6r11sre0z] {
    font-size: 0.5em;
    color: #08c;
    width: 100%;
    text-align: left;
}

.section_header[b-e6r11sre0z] {
    text-align: center;
    font-weight: bolder;
    color: #252b34;
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
}

    .section_header.left span[b-e6r11sre0z] {
        margin-left: 0px;
        text-align: left
    }

    .section_header span[b-e6r11sre0z] {
        display: block;
        margin: 0
    }

    .section_header small[b-e6r11sre0z] {
        margin-left: 20px;
        font-size: 16px;
        color: #7f8387;
        display: none
    }

@media (max-width: 480px) {

    .section_header span[b-e6r11sre0z] {
        width: auto;
    }
}


@media (max-width: 979px) {

    .section_header[b-e6r11sre0z] {
        margin-top: 15px
    }

        .section_header small[b-e6r11sre0z] {
            display: none
        }
}

@media (min-width: 1200px) {
    .section_header small[b-e6r11sre0z] {
        display: inline-block
    }
}
/* /Components/Pages/Admin/Usuarios/Forgot-password.razor.rz.scp.css */
.sent-password-container[b-yjxv7k1wmc] {
    /*width: 33%;*/ /* 1/3 of the screen width */
    width:40rem;
    margin-top: 50px; /* Add space from the top */
    padding: 20px;
    border: 1px solid #ddd; /* Optional: border around the form */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional: shadow for a clean look */
    background-color: #f9f9f9; /* Light background */
}

.form-edt[b-yjxv7k1wmc] {
    width: 100%; /* Full width inputs */
    margin-bottom: 15px !important;
}
/* /Components/Pages/Admin/Usuarios/Reset-password.razor.rz.scp.css */
.reset-password-container[b-m4fq8e15ie] {
    width: 40%; 
    margin: auto; 
    margin-top: 50px; 
    padding: 20px;
    border: 1px solid #ddd; 
    border-radius: 8px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    background-color: #f9f9f9; 
}

.form-edt[b-m4fq8e15ie] {
    width: 100%; /* Full width inputs */
    margin-bottom: 15px!important;
}
/* /Components/Pages/Authentication/SignIn.razor.rz.scp.css */
#box_login .head[b-nkwe9t4po9] {
    background-color: #F4F4F4;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 4px 4px 1px 0;
    display: inline-block;
    padding: 25px 0 25px;
    text-align: center;
    width: 100%;
}
#box_login .head h4[b-nkwe9t4po9] {
    margin:0;
}

#box_login .social[b-nkwe9t4po9] {
    margin: 0 auto;
    padding: 1.5rem;
    border-bottom: 1px solid #D6D6D6;
    line-height: 0;
}

#box_login .division[b-nkwe9t4po9] {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

#box_login .form[b-nkwe9t4po9] {
    margin: 0 auto;
    text-align: center;
    width: 83%;
    margin-top: 25px;
}

#box_login .box[b-nkwe9t4po9] {
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    float: none;
    margin: 50px auto 0;
    padding-bottom: 26px;
    width: 350px;
    max-width: 95%;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px #DDD;
}

#box_login .face_login[b-nkwe9t4po9] {
    text-align: center;
    line-height: 36px;
    background: #6887c4;
    background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6887c4), color-stop(100%, #4566a9));
    background: -webkit-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -o-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: -ms-linear-gradient(top, #6887c4 0%, #4566a9 100%);
    background: linear-gradient(to bottom, #6887c4 0%, #4566a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
    border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 36px;
    overflow: hidden;
    width: 100%;
    text-decoration: none !important;
}

    #box_login .face_login span.text[b-nkwe9t4po9] {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #box_login .face_login span.text[b-nkwe9t4po9] {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: bold;
        margin-top: 8px;
        text-shadow: 1px 1px 0 #39599F;
    }
/* /Components/Pages/Clientes/ClientesCard.razor.rz.scp.css */
.tripleLetterText[b-ubrh5g3y0c] {
    font-size: 62px !important;
}

.teammate[b-ubrh5g3y0c] {
    margin-bottom: 50px;
    height: 365px;
    text-align: center;
}

    .teammate a[b-ubrh5g3y0c] {
        text-decoration: none;
    }

        .teammate a span[b-ubrh5g3y0c] {
            background-color: white;
            color: #0088cc;
            display: block;
            font-size: 80px;
            margin-top: -110px;
            width: 171px;
            height: 171px;
            line-height: 174px;
            text-align: center;
            margin: 0 auto;
            border-radius: 100px;
            font-weight: bolder;
            border: 2px solid #bbb;
            margin-top: -10px;
            margin-bottom: 20px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


            .teammate a span:hover[b-ubrh5g3y0c] {
                background-color: #0088cc;
                color: white;
                border-color: #f5f5f5;
            }

            .teammate a span.addEffect:hover[b-ubrh5g3y0c]::before {
                content: "+";
            }

            .teammate a span.addEffect:hover label[b-ubrh5g3y0c] {
                display: none;
            }
/* /Components/Pages/Clientes/Transferencias/Transferencias.razor.rz.scp.css */
.legend ul[b-enzidu1bhe] {
    list-style: none;
}

.legend li[b-enzidu1bhe] {
    display: inline-block;
    padding-right: 10px
}

[b-enzidu1bhe] .bi-exclamation-circle-fill {
    color: #f00
}

[b-enzidu1bhe] .bi-check-circle-fill {
    color: #49cc90;
}

[b-enzidu1bhe] .bi-check2-square {
    color: #08c
}

.legend .title[b-enzidu1bhe] {
    font-weight: bold
}

.icon[b-enzidu1bhe] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
[class*=" icon-"][b-enzidu1bhe] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* /Components/Pages/Contacto.razor.rz.scp.css */
.gmaps[b-0qkp98owt0] {
    width: 100%;
    height: 350px;
    border: 3px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #CFCFCF;
}

.gmaps-description[b-0qkp98owt0] {
    color: #394350;
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
}

#contact label[b-0qkp98owt0] {
    text-align: left;
    width: 100px;
    font-weight: bold;
}

#contact .info[b-0qkp98owt0] {
    position: relative;
    margin: 25px 0px;
    font-weight: bold;
}

#contact i.contact[b-0qkp98owt0] {
    background: url(../images/contact_icons.png) no-repeat 0 0;
    width: 34px;
    height: 34px;
    display: inline-block;
}

#contact .info i[b-0qkp98owt0] {
    float: left;
    top: -8px;
    position: relative;
    margin-right: 20px;
}

#contact .info[b-0qkp98owt0] {
    position: relative;
    margin: 25px 0px;
    font-weight: bold;
}

#contact i.email[b-0qkp98owt0] {
    background-position: 0 -47px;
}
/* /Components/Pages/Descargas.razor.rz.scp.css */

/*#region Descargas*/
.intro[b-758xn0jid0] {
    color: #282F39;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    width: 83%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.thumbnail[b-758xn0jid0] {
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 40px;
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail a[b-758xn0jid0] {
        color: #08c;
        text-decoration: none;
    }

.pic[b-758xn0jid0] {
    position: relative;
    max-height: 270px;
}

.thumbnail img[b-758xn0jid0] {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.thumbnail:hover .see_more[b-758xn0jid0] {
    display: block;
}

.thumbnail:hover[b-758xn0jid0] {
    box-shadow: 0px 0px 7px 0px #08c;
}

i.see_more[b-758xn0jid0] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 2.25rem;
    font-size: calc(var(--size) * .7);
    text-align: center;
    --size: 70px;
    height: var(--size);
    width: var(--size);
    line-height: var(--size);
    background: white;
    border: 1px solid #bbb;
    border-radius: 9999px;
}
/*#endregion*/
/* /Components/Pages/Home.razor.rz.scp.css */
#intro[b-6ci29tusqz] {
    text-align: center;
    margin-top: 50px;
}

    #intro h1[b-6ci29tusqz] {
        width: 55%;
        font-size: 28px;
        margin: 0 auto;
        color: #252B34;
        font-weight: normal;
        text-shadow: white 2px 2px 1px;
    }

h3.intro[b-6ci29tusqz] {
    margin-bottom: 70px !important;
    color: #282F39;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    width: 83%;
    margin: 0 auto;
}

h4[b-6ci29tusqz] {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    font-weight: bold;
    text-align: left;
}

/* Estilo para la cabecera */
header[b-6ci29tusqz] {
    padding: 10px 0; /* Espaciado interno */
    text-align: center; /* Centrar el texto */
    border-bottom: 2px solid #ccc; /* Línea inferior */
    margin-top: 80px;
    margin-bottom: 40px;
}

    header h1[b-6ci29tusqz] {
        font-size: 2.5em; /* Aumentar el tamaño de la fuente */
        color: #333; /* Color de la fuente */
        margin: 0; /* Quitar márgenes */
        font-weight: bold; /* Texto en negrita */
    }

    header p[b-6ci29tusqz] {
        font-size: 1.2em; /* Tamaño de la fuente para el subtítulo */
        color: #666; /* Color de la fuente */
        margin: 10px 0 0; /* Márgenes */
    }

[id][b-6ci29tusqz]:before {
    content: "";
    display: block;
    height: 2px; /* La altura de tu cabecera fija */
    margin-top: -2px; /* La misma altura en negativo */
    visibility: hidden;
}

.thumbnail-div[b-6ci29tusqz] {
    max-width: 100%;
}

.responsive-img[b-6ci29tusqz] {
    max-width: 100%;
    height: auto;
}

/*#region Home */
.carrousel-custom[b-6ci29tusqz] {
    overflow: hidden;
}

.hero[b-6ci29tusqz] {
    padding-top: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 1%, #f9f9f9 100%);
    /*background: -ms-linear-gradient(top, #fff 1%, #f9f9f9 100%);*/
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );*/
    height: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d2d4;
    box-shadow: 0px 3px 8px 0px #e7e7e7;
}

.carousel-control-custom[b-6ci29tusqz] {
    width: 40px !important;
    height: 40px;
    color: #ffffff;
    border: 3px solid #ffffff !important;
    background: #222222 !important;
    align-self: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding: 7px;
    font-size: 30px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    display: flex;
}

.carrousel-button-icon[b-6ci29tusqz] {
    height: 40px;
    width: 40px;
    line-height: 36px;
}

.hero .carousel-item h1[b-6ci29tusqz] {
    font-size: 30px;
    margin-top: 40px;
    margin-left: 20px;
}

.hero .carousel-item p[b-6ci29tusqz] {
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
}

.hero .carousel-item a[b-6ci29tusqz] {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 18px;
}

.carousel-item img[b-6ci29tusqz] {
    max-height: 100%;
    max-width: 100%;
}
/*#endregion*/
/* /Components/Pages/PoliticaCookies.razor.rz.scp.css */
.legal[b-2mpfi7775y], .entered[b-2mpfi7775y] {
    padding-left: 2em;
}

.cookies_table[b-2mpfi7775y] {
    margin: 10px auto;
}

    .cookies_table td[b-2mpfi7775y], .cookies_table th[b-2mpfi7775y] {
        border: 1px solid #000
    }
