.page-navbar.navbar{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-navbar .navbar-nav .nav-item a{
    font-weight: bold;
}

.page-navbar.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.page-navbar.fixed-top + .page{
    padding-top: 20px;
}

.gradient{
    background: linear-gradient(120deg, #7364e4, #0f89db);
}

.content-block{
    text-align: center;
    margin: auto;
}

@media print {
    .no-print, header, footer, .btn, .alert, .nav, .sidebar { 
        display: none !important; 
    }
    @media print {
        .container *:last-child { margin-bottom: 0 !important; }
    }
}

#formulario-ancora, #resultado, #social {
    scroll-margin-top: 100px;
}

.asteriskField {
    display: none !important;
}

.search-box {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-box:focus-within {
    width: 280px;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.search-input {
    outline: none;
    color: #333;
    font-size: 0.95rem;
    transition: opacity 0.3s;
}

.search-box:focus-within .search-input {
    width: 100%;
    opacity: 1;
    padding: 0 15px 0 45px; 
}

.search-icon {
    transition: color 0.3s;
    color: #fff;
}

.search-box:focus-within .search-icon {
    color: #0d6efd;
}

#searchResults {
    top: 50px;
    right: 0;
    width: 320px;
    z-index: 1060;
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

@media (max-width: 991px) {
    .search-box:focus-within { width: 100%; }
    #searchResults { width: 100%; }
}