@import '_content/Investment.Components/Investment.Components.a3taoarpz7.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zic0jkmnt6],
.components-reconnect-repeated-attempt-visible[b-zic0jkmnt6],
.components-reconnect-failed-visible[b-zic0jkmnt6],
.components-pause-visible[b-zic0jkmnt6],
.components-resume-failed-visible[b-zic0jkmnt6],
.components-rejoining-animation[b-zic0jkmnt6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-retrying[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-failed[b-zic0jkmnt6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zic0jkmnt6] {
    display: block;
}


#components-reconnect-modal[b-zic0jkmnt6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-zic0jkmnt6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zic0jkmnt6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zic0jkmnt6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zic0jkmnt6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zic0jkmnt6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zic0jkmnt6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zic0jkmnt6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zic0jkmnt6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zic0jkmnt6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zic0jkmnt6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zic0jkmnt6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zic0jkmnt6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zic0jkmnt6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zic0jkmnt6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zic0jkmnt6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zic0jkmnt6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zic0jkmnt6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zic0jkmnt6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
*[b-shitzpz6er] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#exports[b-shitzpz6er] {
    padding-top: 1px;
    padding-bottom: 100px;
    background-color: #EEF5FF;
    /*var(--portal-gold-color, #ad8411); #fcffc1; */
}

#imports[b-shitzpz6er] {
    padding-top: 1px;
    padding-bottom: 100px;
    background-color: #FCFCEA;
}

#statistics[b-shitzpz6er] {
    /* background-color: lightgray; */
    padding-top: 20px;
}

.main-title[b-shitzpz6er] {
    font-family: 'Georgia', 'Montserrat', 'Roboto', 'Helvetica New', 'Helvetica';
    text-align: center;
    font-weight: 600;
    font-size: xx-large;
    color: var(--kendo-color-primary, #293277);
}

.main-title-gold[b-shitzpz6er] {
    font-family: 'Georgia', 'Montserrat', 'Roboto', 'Helvetica New', 'Helvetica';
    text-align: center;
    font-weight: 600;
    font-size: xx-large;
    color: var(--portal-gold-color);
}

.section-title[b-shitzpz6er] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.5rem auto 3.5rem;
    gap: 10px;
}

.section-title h2[b-shitzpz6er] {
    text-align: left;
}

#partners .main-title[b-shitzpz6er],
#links .main-title[b-shitzpz6er] {
    margin: 4.5rem auto 3.5rem !important;
}

[b-shitzpz6er] .home-carousel {
    width: 100%;
    position: relative;
}

#app-title[b-shitzpz6er] {
    color: rgba(255, 255, 255, .8);
    margin-top: 20%;
    left: 0;
    right: 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    width: 100%;
    white-space: normal;

    /* Word wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;

    /* Centered Layout */
    text-align: center;
    padding: 0 0.75rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-section[b-shitzpz6er] {
    position: relative;
    width: 100%;
}

.carousel-background[b-shitzpz6er] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-image[b-shitzpz6er] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-overlay[b-shitzpz6er] {
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.2) 50%,
            rgba(0, 0, 0, 0.4) 100%);
}

.carousel-section[b-shitzpz6er] {
    position: relative;
    width: 100%;
}

.carousel-item[b-shitzpz6er] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    /* Asegura que ocupe el 100% del ancho disponible */
}

.carousel-overlay .menu-top-settings[b-shitzpz6er] {
    position: absolute;
    top: 1.0rem;
    right: 1.2rem;
    z-index: 10;
    margin: 0.5rem;
}

.carousel-overlay .menu-top[b-shitzpz6er] {
    position: absolute;
    top: 2rem;
    left: 1.6rem;
    z-index: 9;
    color: rgba(255, 255, 255, .8);
    margin: 0;
    font-family: 'Poppins';
    font-size: medium;
    text-align: center;
}

.carousel-content[b-shitzpz6er] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
}

.carousel-overlay .menu-top[b-shitzpz6er] {
    position: absolute;
    top: 2rem;
    left: 1.6rem;
    z-index: 9;
    color: rgba(255, 255, 255, .8);
    margin: 0;
    font-family: 'Poppins';
    font-size: medium;
    text-align: center;
}

.carousel-content .message[b-shitzpz6er] {
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    font-family: 'Poppins';
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    white-space: normal;

    /* Responsive size with clamp */
    font-size: clamp(0.9rem, 1vw, 1.5rem);
    line-height: clamp(1.2, 2.5vw, 1.6);

    /* Word wrapping */
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;

    /* Centered Layout */
    text-align: center;
    padding: 0 0.5rem;
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.search-component[b-shitzpz6er] {
    text-align: center;
    padding: 0 0.75rem;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

[b-shitzpz6er] .text-white {
    color: white !important;
}

.reg-option[b-shitzpz6er] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/*== MEDIA QUERYS ==*/

/* Extra small devices (portrait phones, less or equal than 375px) */
@media (max-width: 375px) {

    .carousel-content[b-shitzpz6er] {
        padding: 0.5rem 1rem;
    }

    .carousel-content .message[b-shitzpz6er] {
        font-size: clamp(0.7rem, 3.8vw, 0.95rem);
        padding: 0 0.25rem;
        line-height: 1.2;
    }
}

/* Mobile */
@media (max-width: 600px) {

    /* Reposicionar el GridLayout para centrar verticalmente el search-component */
    .carousel-overlay[b-shitzpz6er]  .k-grid-layout {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    /* Search component centrado verticalmente */
    .search-component[b-shitzpz6er] {
        width: 100%;
        max-width: 100%;
        padding: 0 3.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    /* Contenido de carrusel (texto informativo) debajo del search */
    .carousel-content[b-shitzpz6er] {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        z-index: 2;
    }

    .carousel-content .message[b-shitzpz6er] {
        font-size: clamp(0.85rem, 3.8vw, 0.95rem);
        padding: 0 0.5rem;
        max-width: 100%;
        line-height: 1.3;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .reg-option[b-shitzpz6er] {
        position: absolute;
        bottom: 5vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 5vh;
    }

    /* Ocultar el título en móvil */
    #app-title[b-shitzpz6er] {
        display: none;
    }
}

/* Tablet */
@media (min-width: 601px) and (max-width: 1000px) {
    .carousel-item[b-shitzpz6er] {
        padding: 15px;
    }

    .carousel-content .message[b-shitzpz6er] {
        font-size: clamp(0.8rem, 1.8vw, 1.5rem);
        max-width: 95%;
    }

    .reg-option[b-shitzpz6er] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
}

/* Large desktops */
@media (min-width: 1201px) {
    .carousel-content .message[b-shitzpz6er] {
        font-size: clamp(1.2rem, 1.5vw, 1.8rem);
        max-width: 70%;
        line-height: 1.6;
    }

    .reg-option[b-shitzpz6er] {
        margin-top: 40px;
    }
}
