@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);
:root {
    --padding-nav: 20px 50px;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-nav);
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

ul.navbar-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0%;
}

li.navbar-li {
    list-style: none;
    margin: 0px 10px;
}

.brand-logo {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px 5px;
}

.brand-img {
    width: 100%;
}

.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.container-nav-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    margin: 10px;
    box-sizing: border-box;
}

.img-icon {
    width: 100%;
}

.button-li {
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    border-radius: 10px;
    padding: 10px;
}

.button-li:hover {
    background: var(--secundary-color);
}

.menu-rs-box {
    display: none;
}


.announcement-content.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icon-announcement-content {
    padding: 0px 5px;
}

a.link.announcement:hover {
    text-decoration: underline;
}

.navbar-box-l-container.active {
    position: absolute;
    padding: 5px 10px;
    background-color: hsl(226.51deg 66.43% 2.45% / 63%);

    border-radius: 8px;
    width: 150px;
    text-align: center;
}

.navbar-box-l-container.inactive {
    position: absolute;
    padding: 5px 10px;
    background-color: hsl(226.51deg 66.43% 2.45% / 63%);

    border-radius: 8px;
    width: 150px;
    text-align: center;

    display: none;
}

.link-media-items {
    margin: 10px 5px;
}
.home-section {
    width: 100%;
    height: 100vh;
}

.text-box {
    background: var(--main-color);
    padding: 15px;
    border-radius: 10px;
    width: 400px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.home-container {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
}

.home-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    position: relative;
}

.welcome-image {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    border-radius: 10px;
}

.welcome-img {
    width: 100%;
}

.home-button-box {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.title-home.title-box {
    font-size: 100px;
    padding: 20px;
}

.welcome-text {
    width: calc(100%/2);
}

.home-text {
    font-size: 18px;
}

.button-home {
    width: 50%;
}
.logo-footer {
    width: 100%;
}

.footer-section {
    padding: 30px;
    margin: 20px;
    border-bottom: 1px solid #292d36;

}

.main-footer-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo-box {
    margin: 10px;
}

.footer-main-text {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.container-ft {
    margin: 30px;
}

.ft-r-title {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}

.ft-r-a {
    text-decoration: none;
    color: #a0a0a0;
}

.ft-r-a:hover {
    text-decoration: underline;
}

.ft-r-li {
    list-style: none;
    margin: 10px 0px;
}

.footer-router-container.container-ft {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 10px;
    width: 100%;
}

ul.ft-r-ul {
    padding: 0;
}

.cp-footer-section-box {
    padding: 10px 10px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    font-size: 12px;
}
.about-section {
    width: 100%;
    height: 100vh;
}

.about-container {
    height: 100%;
    padding: 50px;
    border-bottom: 1px solid #292d36;
    z-index: 999;
}

.about-title {
    font-size: 100px;
}

.title-about-box {
    width: 50%;
}

.about-text-box {
    width: 50%;
    text-align: justify;
}

.main-about-text {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 20px;
}

.about-box.box {
    text-align: right;
}

.text-about {
    margin: 10px;
}
/* Contenedor general */
.section-roadmap {
    background-color: #101218;
    padding: 40px 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    border-bottom: 1px solid #292d36;
}

.roadmap-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    /* Mantener los elementos en fila */
    height: 100%;
}

/* Línea central */
.roadmap-line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #1abc9c, #3498db);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* Centrar horizontalmente */
    z-index: 1;
    border-radius: 2px;
}

/* Estilos de las etapas */
.roadmap-item {
    width: 250px;
    position: relative;
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.roadmap-item.top {
    align-self: flex-start;
    margin-bottom: 40px;
    /* Espacio entre el cuadro y la línea central */
}

.roadmap-item.bottom {
    align-self: flex-end;
    margin-top: 40px;
    /* Espacio entre el cuadro y la línea central */
}

.roadmap-card {
    background-color: #1b1f26;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #2c2f36;
    z-index: 2;
    text-align: center;
}

.phase {
    font-size: 1.2rem;
    color: #1abc9c;
    font-weight: bold;
}

h3 {
    margin: 5px 0;
    font-size: 1.5rem;
}

.date {
    font-size: 0.9rem;
    color: #7f8c8d;
}

/* Conexión de la tarjeta con la línea central */
.roadmap-item::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #1abc9c;
    border-radius: 50%;
    top: 100%;
    /* Posición centrada respecto a la línea */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* Ajustes específicos para alternar arriba y abajo */
.roadmap-item.top::before {
    bottom: -10px;
}

.roadmap-item.bottom::before {
    top: -10px;
}

li.roadmap-li {
    text-align: justify;
    list-style: circle;
    padding: 5px;
}
@media (max-width: 767px) {
    div.welcome-image {
        display: none;
    }

    .title-home.title-bold.title-box.oswald-font {
        font-size: 45px;
        text-align: center;
    }

    .welcome-text {
        width: 100%;
    }

    .home-button-box {
        display: none;
    }

    .text-box.raleway-font.home-text {
        width: 100%;
        box-sizing: border-box;
    }

    .title-about-box {
        width: 100%;
        text-align: center;
    }

    .about-title.box.oswald-font {
        font-size: 45px;
    }

    .about-text-box.box {
        width: 100%;
        font-size: calc(100% - 3px);
    }

    .roadmap-line {
        display: none;
    }

    .roadmap-container {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        padding: 10px;
    }

    .roadmap-item {
        box-sizing: border-box;
        width: 100%;
        align-items: center;
        font-size: calc(100% - 2px);
        margin: 5px;
        height: 100%;
    }

    .roadmap-item.top {
        margin-top: 5px;
    }

    .roadmap-item.bottom {
        margin-bottom: 5px;
    }

    section#roadmap {
        height: auto;
    }

    .roadmap-item {
        padding: 15px;
    }

    ul.roadmap-ul {
        padding: 0px;
    }

    li.roadmap-li {
        list-style: none;
    }

    .footer-router-container.container-ft {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        padding: 10px;
    }

    .footer-main-text {
        display: contents;
    }

    img.icon-rs {
        width: 100%;
    }

    .icon-rs-menu {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-rs-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;

    }

    .social-box {
        display: none;
    }

    .container-ft {
        margin: 10px;
    }

    .roadmap-card.card {
        padding: 10px;
        height: 100%;
    }

    .container-ul.active {
        display: flex;
        position: fixed;
        height: 100%;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #000000b3;
        backdrop-filter: blur(1px);
        z-index: 999;
        top: 0;
        transition: top 0.5s ease-in-out;
    }

    ul.navbar-ul.ul-active {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    ul.navbar-ul.ul-inactive {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .container-ul.inactive {
        position: fixed;
        display: flex;
        height: 100%;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #000000b3;
        backdrop-filter: blur(1px);
        z-index: 999;
        top: -100%;
        transition: top 0.5s ease-in-out;
    }

    .menu-rs-box.close {
        position: fixed;
        z-index: 999;
        background-color: black;
        border-radius: 50%;
    }

    .menu-rs-box.close.btn-inactive {
        display: none;
    }

    .menu-rs-box.close.btn-active {
        display: block;
    }
}
:root {
    --main-color: #101218;
    --secundary-color: #1d212b;
    --main-font-size: 17px;
    --margin-body: 0px;
    --padding-body: 0px;
    --main-font-color: #ffffff;
}

body {
    margin: var(--margin-body);
    padding: var(--padding-body);
    background-color: var(--main-color);
    color: var(--main-font-color);
    font-size: var(--main-font-size);


    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.button {
    background: var(--main-color);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
}

.button:hover {
    background: var(--secundary-color);
}

.oswald-font {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.raleway-font {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

.box {
    box-sizing: border-box;
}

.bounce {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    animation: bounce 0.8s ease-in-out infinite;
    position: relative;
}

.blur-gradient-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url('https://via.placeholder.com/600x400') center/cover no-repeat;
}

.blur-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    pointer-events: none;
    /* Permite la interacción con el contenido debajo */
}

.content {
    position: relative;
    padding: 1rem;
    color: black;
}

.link {
    text-decoration: none;
    color: white;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-9-22 23:19:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #B7B4B4 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #B7B4B4;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #8E8C8C;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #686767;
}

@keyframes bounce {

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

    50% {
        transform: translateY(-30px);
        /* Ajusta el valor para controlar la altura del salto */
    }
}


/*# sourceMappingURL=main.f5092ea42e747333e0c1.css.map*/