/* _content/PoliceController_Website/Components/Layout/AboutUs.razor.rz.scp.css */
#section-AboutUS[b-k65vjs3jy8] {
    text-align: center;
    padding: 5vh 5vw;
}

    #section-AboutUS .container-fluid[b-k65vjs3jy8] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #section-AboutUS .row[b-k65vjs3jy8] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

        #section-AboutUS h1[b-k65vjs3jy8] {
            background: linear-gradient(90deg, #30D5C8, #009DE0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #fff;
            font-weight: 700;
        }

    #section-AboutUS #container_about_us[b-k65vjs3jy8] {
        max-width: 800px;
    }

    #section-AboutUS p[b-k65vjs3jy8] {
        color: rgb(255, 255, 255);
        margin-bottom: 1rem;
    }

    #section-AboutUS .button-container[b-k65vjs3jy8] {
        margin-top: 1.5rem;
    }

.button-container[b-k65vjs3jy8] {
    display: flex;
    justify-content: center;
}

.solid-btn[b-k65vjs3jy8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 157, 224);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    width: 130px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.arrow-icon[b-k65vjs3jy8] {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.btn-text[b-k65vjs3jy8] {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 540px){
    #section-AboutUS[b-k65vjs3jy8] {
        padding: 5vh 1vw;
    }
        #section-AboutUS .h1[b-k65vjs3jy8] {
            font-weight: 700;
        }
}
/* _content/PoliceController_Website/Components/Layout/ContactUs.razor.rz.scp.css */
#section-Contacto[b-zqvqg09l30] {
    padding-bottom: 2vh;
    background: linear-gradient(90deg, #30D5C8, #009DE0);
}

.img-fluid[b-zqvqg09l30] {
    border-radius: 20px;
}
/* _content/PoliceController_Website/Components/Layout/Footer.razor.rz.scp.css */
/* _content/PoliceController_Website/Components/Layout/Functionalities.razor.rz.scp.css */
#section-Funcionalidades[b-68dmczzd7i] {
    height: auto;
    background: #fff;
    width: 100%;
}


.linea-horizontal[b-68dmczzd7i] {
    width: 100px;
    height: 4px;
    margin: 20px auto;
    background: linear-gradient(90deg, #30D5C8, #009DE0);
    border-radius: 2px;
}
/* _content/PoliceController_Website/Components/Layout/HeroSection.razor.rz.scp.css */
.section-hero[b-kjecu4f057] {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    top: 45px;
}

    .section-hero video[b-kjecu4f057] {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

.video-overlay-text[b-kjecu4f057] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    text-align: center;
    z-index: 15;
    color: white;
    pointer-events: none;
}


.custom-section[b-kjecu4f057] {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    position: relative;
}

    .custom-section .row[b-kjecu4f057] {
        margin: 0px auto;
        gap: 10px;
    }

    .custom-section .col-12[b-kjecu4f057], .custom-section .col-md-5[b-kjecu4f057] {
        margin: 2px;
    }

    .custom-section .card[b-kjecu4f057] {
        background-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 10px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
    }

    .custom-section .card-body[b-kjecu4f057] {
        margin-bottom: 5px;
        padding: 20px;
    }

    .custom-section .card-title[b-kjecu4f057] {
        margin-bottom: 10px;
        -webkit-text-fill-color: transparent;
        color: transparent;
        background: linear-gradient(to right, rgb(0, 157, 224), rgb(48, 213, 200)) text;
    }

    .custom-section .card-text[b-kjecu4f057] {
        margin-bottom: 15px;
        color: rgb(0, 0, 0);
        font-size: 1rem;
    }

.card-text:last-child[b-kjecu4f057] {
    margin-bottom: 0;
}


@media only screen and (max-width: 540px) {
    .video-overlay-text[b-kjecu4f057] {
        position: absolute;
        top: 40%;
        width: 90%;
    }

    .custom-section .card-title[b-kjecu4f057] {
        font-size: 17px !important;
    }
}
/* _content/PoliceController_Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zyc2wz134q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zyc2wz134q] {
    flex: 1;
}

.sidebar[b-zyc2wz134q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zyc2wz134q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zyc2wz134q]  a, .top-row[b-zyc2wz134q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zyc2wz134q]  a:hover, .top-row[b-zyc2wz134q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zyc2wz134q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zyc2wz134q] {
        justify-content: space-between;
    }

    .top-row[b-zyc2wz134q]  a, .top-row[b-zyc2wz134q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zyc2wz134q] {
        flex-direction: row;
    }

    .sidebar[b-zyc2wz134q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zyc2wz134q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zyc2wz134q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zyc2wz134q], article[b-zyc2wz134q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zyc2wz134q] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zyc2wz134q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PoliceController_Website/Components/Layout/NavMenu.razor.rz.scp.css */
.bg-dark[b-ksn2l2e7vf] {
    background-color: #FFF !important;
}

/*.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='22' viewBox='0 0 29 22' fill='none'%3E%3Cpath d='M0 2.13333C0 0.955126 0.955126 0 2.13333 0H26.8095C28.0193 0 29 0.98071 29 2.19048C29 3.18985 28.1898 4 27.1905 4H1.86667C0.835735 4 0 3.16426 0 2.13333Z' fill='white'/%3E%3Cpath d='M0 11.1333C0 9.95513 0.955126 9 2.13333 9H26.8095C28.0193 9 29 9.98071 29 11.1905C29 12.1898 28.1898 13 27.1905 13H1.86667C0.835735 13 0 12.1643 0 11.1333Z' fill='white'/%3E%3Cpath d='M0 20.1333C0 18.9551 0.955126 18 2.13333 18H26.8095C28.0193 18 29 18.9807 29 20.1905C29 21.1898 28.1898 22 27.1905 22H1.86667C0.835735 22 0 21.1643 0 20.1333Z' fill='white'/%3E%3C/svg%3E");
}*/


.navbar-toggler[b-ksn2l2e7vf] {
    border: none;
}

.dropdown-toggle[b-ksn2l2e7vf]::after {
    border: none !important;
}

.navbar-brand[b-ksn2l2e7vf] {
    cursor: pointer;
}

.nav-link[b-ksn2l2e7vf] {
    color: #000;
    cursor: pointer;
    font-size: 14pt;
}

    .nav-link:hover[b-ksn2l2e7vf] {
        color: #30D5C8;
    }

    .nav-link.active[b-ksn2l2e7vf] {
        color: #30D5C8;
    }

.nav-link-dropdown[b-ksn2l2e7vf] {
    color: #000;
    cursor: pointer;
    font-size: 14pt;
    padding: .5rem 1rem;
}

    .nav-link-dropdown:hover[b-ksn2l2e7vf] {
        color: #30D5C8;
    }

    .nav-link-dropdown.active[b-ksn2l2e7vf] {
        color: #30D5C8;
    }

.nav-right[b-ksn2l2e7vf] {
    margin-left: auto !important;
}

.footer[b-ksn2l2e7vf] {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.footer-menu a[b-ksn2l2e7vf] {
    display: block;
    text-decoration: none;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 500;
}

.footer-icons[b-ksn2l2e7vf] {
    display: none;
}

.footer-bottom[b-ksn2l2e7vf] {
    display: none;
}

.footer-call[b-ksn2l2e7vf] {
    display: none;
}

.social-section[b-ksn2l2e7vf] {
    display: none;
}

.info-text-section[b-ksn2l2e7vf] {
    display: none;
}

.footer-call[b-ksn2l2e7vf] {
    display: none;
    display: none;
}

.nav-divider[b-ksn2l2e7vf] {
    display: none;
}

.dropdown[b-ksn2l2e7vf] {
    border: 1px solid #000;
    background-color: #FFF;
    border-radius: 20px;
}

.dropdown-menu[b-ksn2l2e7vf] {
    background-color: #F5F5F5;
}

.bg-opacity-75[b-ksn2l2e7vf] {
    --bs-bg-opacity: 0.75;
}

.pc-call[b-ksn2l2e7vf] {
    color: #000;
    font-weight: 500;
}

    .pc-call .num[b-ksn2l2e7vf] {
        color: #000;
        border-bottom: 1px solid #111827;
        text-decoration: none;
        padding-bottom: 2px;
    }

.info-text-container[b-ksn2l2e7vf] {
    text-align: center;
    color: #707070;
    font-size: 16x;
    margin: 8px 0;
}

@media only screen and (min-width: 540px) and (max-width: 835px) {
    .main-page-background[b-ksn2l2e7vf] {
        background: #000 !important;
    }

    .navbar-brand[b-ksn2l2e7vf] {
        margin-left: 0px;
    }

    .dropdown[b-ksn2l2e7vf] {
        border: 1px solid white;
        background-color: #FFF;
        border-radius: 10px;
    }

    .menu-Links[b-ksn2l2e7vf] {
        background: #FFF;
        border-radius: 10px;
        width: 50%;
    }

    .footer[b-ksn2l2e7vf] {
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 10px 10px 0 0;
    }

    .footer-menu a[b-ksn2l2e7vf] {
        display: block;
        text-decoration: none;
        padding: 12px;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-weight: 500;
    }

    .social-section[b-ksn2l2e7vf] {
        display: flex !important;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5px;
        height: 120px;
        background-color: white;
        margin-top: 5px;
        border-radius: 10px;
        align-content: space-around;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px;
        width: 50%;
    }

    .social-link[b-ksn2l2e7vf] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .social-link a[b-ksn2l2e7vf] {
            color: #707070;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

    .info-text-section[b-ksn2l2e7vf] {
        background-color: rgb(255, 255, 255);
        margin-top: 5px;
        border-radius: 10px;
        display: block !important;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 50%;
    }

    .info-text-container[b-ksn2l2e7vf] {
        text-align: center;
        color: #707070;
        font-size: 14px;
        margin: 8px 0;
    }

    .info-link[b-ksn2l2e7vf] {
        text-align: center;
        margin: 8px 0;
    }

        .info-link a[b-ksn2l2e7vf] {
            color: #707070;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

    .footer-call[b-ksn2l2e7vf] {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 60px !important;
        background-color: rgb(0, 0, 0);
        margin-top: 5px;
        border-radius: 10px;
        width: 50%;
    }

    .assistance_text[b-ksn2l2e7vf] {
        font-size: 13px;
    }

    .phone-number[b-ksn2l2e7vf] {
    }

    .phone-nav-mobile[b-ksn2l2e7vf] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .phone-nav-mobile .phone-number:hover[b-ksn2l2e7vf] {
            color: #30D5C8;
        }

    .navbar-collapse.collapse.show[b-ksn2l2e7vf] {
        padding: 13px 20px 20px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100vw;
        max-width: 100vw;
        height: calc(100vh - 60px);
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 100;
    }

        .navbar-collapse.collapse.show .nav-link[b-ksn2l2e7vf] {
            color: #707070 !important;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            line-height: 1.4;
            margin-left: 16px;
            display: inline-block;
            transition: color 0.3s ease;
        }

        .navbar-collapse.collapse.show .nav-link-dropdown[b-ksn2l2e7vf] {
            color: #707070 !important;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            line-height: 1.4;
            margin-left: 16px;
            display: inline-block;
            transition: color 0.3s ease;
        }

    .nav-divider[b-ksn2l2e7vf] {
        display: block;
        border: none;
        border-top: 1px solid #707070;
        margin: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 540px) {
    .navbar-brand[b-ksn2l2e7vf] {
        margin-left: 0px;
    }

    .dropdown[b-ksn2l2e7vf] {
        border: 1px solid white;
        background-color: #FFF;
        border-radius: 10px;
    }

    .menu-Links[b-ksn2l2e7vf] {
        background: #FFF;
        border-radius: 10px;
    }

    .footer[b-ksn2l2e7vf] {
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 10px 10px 0 0;
    }

    .footer-menu a[b-ksn2l2e7vf] {
        display: block;
        text-decoration: none;
        padding: 12px;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-weight: 500;
    }

    .social-section[b-ksn2l2e7vf] {
        display: flex !important;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5px;
        height: 120px;
        background-color: white;
        margin-top: 5px;
        border-radius: 10px;
        align-content: space-around;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px
    }

    .social-link[b-ksn2l2e7vf] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .social-link a[b-ksn2l2e7vf] {
            color: #707070;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

    .info-text-section[b-ksn2l2e7vf] {
        background-color: rgb(255, 255, 255);
        margin-top: 5px;
        border-radius: 10px;
        display: block !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .info-text-container[b-ksn2l2e7vf] {
        text-align: center;
        color: #707070;
        font-size: 14px;
        margin: 8px 0;
    }

    .info-link[b-ksn2l2e7vf] {
        text-align: center;
        margin: 8px 0;
    }

        .info-link a[b-ksn2l2e7vf] {
            color: #707070;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

    .footer-call[b-ksn2l2e7vf] {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 60px !important;
        background-color: rgb(0, 0, 0);
        margin-top: 5px;
        border-radius: 10px;
    }

    .assistance_text[b-ksn2l2e7vf] {
        font-size: 13px;
    }

    .phone-nav-mobile[b-ksn2l2e7vf] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .phone-nav-mobile .phone-number:hover[b-ksn2l2e7vf] {
            color: #30D5C8;
        }

    li[b-ksn2l2e7vf] {
        font-family: "SF Pro Display", sans-serif;
        font-size: 14px !important;
    }

    .phone-nav-mobile[b-ksn2l2e7vf] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .phone-nav-mobile .phone-number[b-ksn2l2e7vf] {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
        }

    .section4[b-ksn2l2e7vf] {
        background-color: rgb(255, 255, 255);
        margin-top: 5px;
        border-radius: 10px;
        display: block !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    div.section5[b-ksn2l2e7vf] {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 60px !important;
    }

    .section4[b-ksn2l2e7vf], .section5[b-ksn2l2e7vf] {
        display: block !important;
    }

    .navbar-collapse.collapse.show[b-ksn2l2e7vf] {
        padding: 13px 20px 20px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100vw;
        max-width: 100vw;
        height: calc(100vh - 60px);
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 100;
    }

        .navbar-collapse.collapse.show .nav-link[b-ksn2l2e7vf] {
            color: #707070 !important;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            line-height: 1.4;
            margin-left: 16px;
            display: inline-block;
            transition: color 0.3s ease;
        }

        .navbar-collapse.collapse.show .nav-link-dropdown[b-ksn2l2e7vf] {
            color: #707070 !important;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            line-height: 1.4;
            margin-left: 16px;
            display: inline-block;
            transition: color 0.3s ease;
        }

    .collapse[b-ksn2l2e7vf] {
        transition: none !important;
    }

    .nav-divider[b-ksn2l2e7vf] {
        display: block;
        border: none;
        border-top: 1px solid #707070;
        margin: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Kill Bootstrap�s collapse animation */
.collapsing[b-ksn2l2e7vf] {
    transition: none !important;
    height: auto !important;
}

/* Keep your custom fade/blur transition */
.navbar-collapse.collapse[b-ksn2l2e7vf] {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

    .navbar-collapse.collapse.show[b-ksn2l2e7vf] {4 
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }


@media screen and (max-width: 1366px) {

    .nav-link[b-ksn2l2e7vf] {
        font-size: 16px;
    }

    .mx-4[b-ksn2l2e7vf] {
        margin-right: 0rem !important;
    }
}


@media (max-width: 991.98px) {
    .section5[b-ksn2l2e7vf] {
        background-color: rgb(0, 0, 0);
        margin-top: 5px;
        border-radius: 10px;
        display: block !important;
        height: 50px;
    }
}
/* _content/PoliceController_Website/Components/Layout/PCSS.razor.rz.scp.css */
#section-PCSS[b-nmudakf20a] {
    height: auto;
    background-image: url(../images/25544.jpg);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    width: 100%;
    margin-top: -80px;
    padding-top: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#pcss-title[b-nmudakf20a] {
    font-weight: bold;
    background: linear-gradient(90deg, #30D5C8, #009DE0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 160px !important;
    margin: 0 auto;
}

.PCSS-icon[b-nmudakf20a] {
    width: 140px;
    height: auto;
    margin-bottom: 15px;
}

.linea-horizontal[b-nmudakf20a] {
    width: 100px;
    height: 4px;
    margin: 20px auto;
    background: linear-gradient(90deg, #30D5C8, #009DE0);
    border-radius: 2px;
}

.content a[b-nmudakf20a] {
    text-decoration: underline;
    color: #30D5C8 !important;
}

.row.text-center > div[b-nmudakf20a] {
    display: flex;
    flex-direction: column;
}

.row.text-center > div > div[b-nmudakf20a] {
    flex: 1;
}


@media only screen and (max-width: 540px) {
    #pcss-title[b-nmudakf20a] {
        font-size: 50px !important;
        padding-bottom: 30px;
    }

    .mt-5[b-nmudakf20a] {
        margin-top: 1rem !important;
    }

    .linea-horizontal[b-nmudakf20a] {
        width: 180px;
        height: 6px;
        margin: 20px auto;
        background: linear-gradient(90deg, #30D5C8, #009DE0);
        border-radius: 2px;
    }
}
/* _content/PoliceController_Website/Components/Layout/Versions.razor.rz.scp.css */
#section-Versiones[b-tchbkjdwac] {
    height: auto;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.circle-container[b-tchbkjdwac] {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px auto 0 auto;
}

.circle[b-tchbkjdwac] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 60%, #009DE0 100%);
    box-shadow: 0 0 10px #30D5C8, 0 0 40px #30D5C8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.circle-text[b-tchbkjdwac] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .circle-text span:first-child[b-tchbkjdwac] {
        font-size: 2.3rem;
    }

    .circle-text span:last-child[b-tchbkjdwac] {
        font-size: 1.0rem;
        margin-top: 6px;
    }

#versiones[b-tchbkjdwac] {
    background-color: #fff;
    padding-top: 120px;
    margin-top: -150px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 100px;
}

    #versiones h2[b-tchbkjdwac] {
        background: linear-gradient(90deg, #30D5C8, #009DE0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #fff;
        font-weight: 700;
    }
.sin-borde-movil[b-tchbkjdwac] {
    border-left: 4px solid #30D5C8;
}

@media only screen and (max-width: 540px) {
    .circle-container[b-tchbkjdwac] {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 20px auto 50px auto;
    }

    #versiones[b-tchbkjdwac] {
        background-color: #fff;
        padding-top: 120px;
        margin-top: -150px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .circle-text span:first-child[b-tchbkjdwac] {
        font-size: 1.3rem;
    }

    .circle-text span:last-child[b-tchbkjdwac] {
        font-size: 0.7rem;
        margin-top: 6px;
    }

    .sin-borde-movil[b-tchbkjdwac] {
        border-left: none;
    }
}
/* _content/PoliceController_Website/Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-73lz7q20xw] {
    padding: 1% 0 0 0;
    position: relative;
    background-color: #000;
    height: 80dvh;
    width: 100%;
}

.solid-btn[b-73lz7q20xw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 157, 224);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    width: 130px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
