/* /Components/Contact.razor.rz.scp.css */
/* Estilos espec�ficos para Contact.razor */

.bg-contact-photo[b-gaglpts9uh] {
    height: 450px;
    background-image: url('../img/photocontact.jpg');
    background-repeat: no-repeat;
    background-position-x: left;
}

.w-contact-photo[b-gaglpts9uh] {
    width: 80%;
}

/* Media Queries para Contact.razor */

@media (max-width: 991.98px) {
    .bg-contact-photo[b-gaglpts9uh] {
        background-image: url('../img/photocontactlg.jpg');
    }

    .w-contact-photo[b-gaglpts9uh] {
        width: 95%;
    }
}

@media (max-width: 767.98px) {
    .bg-contact-photo[b-gaglpts9uh] {
        background-image: url('../img/photocontactsm.jpg');
        background-position-x: 20%;
    }

    .w-contact-photo[b-gaglpts9uh] {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .bg-contact-photo-tittle[b-gaglpts9uh] {
        height: 650px;
        background-image: url('../img/photocontactxsm.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
    }

    .w-contact-photo[b-gaglpts9uh] {
        width: 100%;
    }

    .p-tittle-photo[b-gaglpts9uh] {
        padding-top: 250px;
    }
}
/* /Components/SegmentContent1Colum2.razor.rz.scp.css */
body[b-qbilbcnj0r] {
}


.width-culumn2[b-qbilbcnj0r] {
    width:60%;
}

.width-culumn1[b-qbilbcnj0r] {
    width: 37%;
}

.width-culumn[b-qbilbcnj0r] {
    width: 90%;
}

/*-------------------Break points-------------------------*/



/* `lg` applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    
    .width-culumn[b-qbilbcnj0r] {
        width: 95%;
    }

}

/* md applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .width-culumn[b-qbilbcnj0r] {
        width: 97%;
    }

 
}
/* /Components/SegmentContent2Colum1.razor.rz.scp.css */
body[b-u97n2ogx86] {
}




.width-culumn1[b-u97n2ogx86] {
    width: 100%!important;
}



/* /Components/SegmentContent2Colum2.razor.rz.scp.css */
body[b-ttkisa0qgv] {
}


.width-culumn2[b-ttkisa0qgv] {
    width: 60%;
}

.width-culumn1[b-ttkisa0qgv] {
    width: 37%;
}

.width-culumn[b-ttkisa0qgv] {
    width: 90%;
}

/*-------------------Break points-------------------------*/



/* `lg` applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .width-culumn[b-ttkisa0qgv] {
        width: 95%;
    }
}

/* md applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .width-culumn[b-ttkisa0qgv] {
        width: 97%;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Estilos espec�ficos para Index.razor */

[b-xumxuw83pp] .bg-photo-intro {
    background-image: url('../img/BackgroundGerson.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    height: 100%;
}

[b-xumxuw83pp] .margin-top-tittle {
    margin-top: 40% !important;
}

[b-xumxuw83pp] .bg-bussines-photo {
    background-image: url('../img/Skills.jpg');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    box-shadow: 0px 0px 10px 10px #0D030B inset;
    height: 150px;
}

[b-xumxuw83pp] .bg-repository-photo {
    background-image: url('../img/repository.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    box-shadow: 0px 0px 10px 10px #ffffff inset;
    height: 100%;
}

[b-xumxuw83pp] .icon-hg {
    height: 40px;
}

/* Media Queries para Index.razor */

/* `lg` */
@media (max-width: 991.98px) {
    [b-xumxuw83pp] .bg-photo-intro {
        height: 400px;
    }

    [b-xumxuw83pp] .margin-top-tittle {
        margin-top: 32% !important;
    }

    [b-xumxuw83pp] .bg-bussines-photo {
        background-image: url('../img/bussinessm.jpg');
        height: 380px;
    }

    [b-xumxuw83pp] .bg-repository-photo {
        height: 350px;
    }
}

/* `md` */
@media (max-width: 767.98px) {
    [b-xumxuw83pp] .bg-photo-intro {
        background-image: url('../img/Background.jpg');
        height: 400px;
    }

    [b-xumxuw83pp] .margin-top-tittle {
        margin-top: 280px !important;
    }

    [b-xumxuw83pp] .bg-bussines-photo {
        height: 400px;
    }

    [b-xumxuw83pp] .bg-repository-photo {
        background-image: url('../img/repositorycut.png');
        height: 300px;
    }

    [b-xumxuw83pp] .icon-hg {
        height: 30px;
    }
}

/* `sm` */
@media (max-width: 576px) {
    [b-xumxuw83pp] .bg-photo-intro {
        background-image: url('../img/Background2.jpg');
        height: 400px;
    }

    [b-xumxuw83pp] .margin-top-tittle {
        margin-top: 270px !important;
    }

    [b-xumxuw83pp] .bg-bussines-photo {
        background-image: url('../img/bussinesxxsm.jpg');
        height: 200px;
    }

    [b-xumxuw83pp] .bg-repository-photo {
        background-image: url('../img/repositorycut.png');
        background-position-x: center;
        height: 500px;
    }
}
/* /Shared/CultureSelector.razor.rz.scp.css */
.culture-selector[b-43t8ooyts2] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.selector-container[b-43t8ooyts2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.language-icon[b-43t8ooyts2] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-right: 0.25rem;
}

.flags-wrapper[b-43t8ooyts2] {
    display: flex;
    gap: 0.175rem;
}

.flag-btn[b-43t8ooyts2] {
    background: transparent;
    border: 0.1rem solid transparent;
    border-radius: 8px;
    padding: 0.25rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.flag-btn:hover:not(:disabled)[b-43t8ooyts2] {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08),
                0 2px 6px rgba(0, 0, 0, 0.04);
}

.flag-btn.active[b-43t8ooyts2] {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.flag-btn:active:not(:disabled)[b-43t8ooyts2] {
    transform: translateY(0);
    transition: transform 0.1s ease;
}

.flag-btn:disabled[b-43t8ooyts2] {
    cursor: not-allowed;
    opacity: 0.6;
    transform: none !important;
    box-shadow: none !important;
}

.flag-btn:focus-visible[b-43t8ooyts2] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.flag-container[b-43t8ooyts2] {
    position: relative;
    width: 32px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-image[b-43t8ooyts2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.flag-btn:hover:not(:disabled) .flag-image[b-43t8ooyts2] {
    transform: scale(1.02);
}

.loading-overlay[b-43t8ooyts2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.spinner[b-43t8ooyts2] {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-43t8ooyts2 1s linear infinite;
}

@keyframes spin-b-43t8ooyts2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .selector-container[b-43t8ooyts2] {
        padding: 0.375rem;
        gap: 0.5rem;
    }
    
    .flag-container[b-43t8ooyts2] {
        width: 28px;
        height: 21px;
    }
}

@media (max-width: 576px) {
    .language-icon[b-43t8ooyts2] {
        display: none;
    }
    
    .selector-container[b-43t8ooyts2] {
        padding: 0.25rem;
        gap: 0.25rem;
    }
    
    .flag-container[b-43t8ooyts2] {
        width: 24px;
        height: 18px;
    }
}

/* Dark theme improvements */
@media (prefers-color-scheme: dark) {
    .selector-container[b-43t8ooyts2] {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
        border-color: rgba(255, 255, 255, 0.15);
    }
    
    .flag-btn:hover:not(:disabled)[b-43t8ooyts2] {
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    .flag-container[b-43t8ooyts2] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .selector-container[b-43t8ooyts2] {
        border-width: 0.1rem;
        border-color: white;
    }
    
    .flag-btn[b-43t8ooyts2] {
        border-width: 0.1rem;
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .culture-label[b-43t8ooyts2] {
        color: white;
    }
}

/* Estilos adicionales para alta resoluci�n */
@media (min-resolution: 2dppx) {
    .flag-image[b-43t8ooyts2] {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l7tsrq7fqg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l7tsrq7fqg] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l7tsrq7fqg] {
        display: none;
    }

    .top-row.auth[b-l7tsrq7fqg] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-l7tsrq7fqg] {
        width: 250px;
        height_hz_div_1: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-l7tsrq7fqg], article[b-l7tsrq7fqg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout_Blog.razor.rz.scp.css */
.page[b-h1vanjw2kv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h1vanjw2kv] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h1vanjw2kv] {
        display: none;
    }

    .top-row.auth[b-h1vanjw2kv] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-h1vanjw2kv] {
        width: 250px;
        height_hz_div_1: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-h1vanjw2kv], article[b-h1vanjw2kv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
