/*HTML ELEMENTS*/
@font-face {
    font-family: 'OldStamper';
    src: url('../fonts/old_stamper.ttf') format('truetype');
}

@font-face {
    font-family: 'TopSecretStamp';
    src: url('../fonts/Top\ Secret\ Stamp.ttf') format('truetype');
}

@font-face {
    font-family: 'PressStart2P-Regular';
    src: url('../fonts/PressStart2P-Regular.ttf') format('truetype');
}

body,
.form-select {
    font-family: 'Questrial', sans-serif;
    color: #6c757d;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

h1,
h2 {
    font-family: 'Offside', sans-serif;
    font-size: 2em;
}

.offside {

    font-family: 'Offside', sans-serif;

}

.stamp {
    font-family: 'OldStamper', sans-serif;

}

.stamp2 {
    font-family: 'TopSecretStamp', sans-serif;

}

a {
    text-decoration: none;

}

.text-justify {
    text-align: justify !important;
}

/*NAV*/

nav .navbar-brand {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-right: 0;
}

nav .logo {
    flex-grow: 1;
    text-align: center;
}

nav .logo img {
    max-width: 60px;
}

/*WIDTH*/

.w-90 {
    width: 90%;
}


.w-40 {
    width: 40%;
}

/*COLORS*/
.color-lightgray {
    color: #8F90A6;
    border-color: #8F90A6;
}

.bi-eye {
    color: #2C787A;

}

.color-dark-blue,
.color-blue:hover,
.color-lightgray:hover {
    color: #2C787A;
}

.btn-primary {
    border-color: #2C787A;
}

.btn-primary:hover,
.bg-dark-blue:hover {
    background-color: #52C9D0;
    border-color: #52C9D0;
}

.color-blue,
.color-dark-blue:hover {
    color: #52C9D0;
}

.bg-lightblue {
    background-color: #52C9D0;
}

.color-green {
    color: #B0CD72;
}

.btn-outline-secondary:hover {
    background-color: #fff;
}

.bg-dark-blue {
    background-color: #2C787A;
}

.bg-graylight {
    background-color: #F2F2F5;
}

textarea:focus,
input:focus,
input[type]:focus,
#togglePassword:hover,
#togglePassword:active {
    border-color: #adedf3;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px #adedf3;
    outline: 0 none;
}

.radio:checked {
    background-color: #52C9D0;
}

/*DISABLED CONTAINER*/

.container-relative {
    position: relative;
}

.container-disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 47, 48, 0.2);
    pointer-events: none;
}

/*LOGO*/
.mentek-ai {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 5px;
    color: #474A51;
}

.h1-ai {
    font-family: 'Offside', sans-serif;
    color: #52C9D0;

}

#container {
    margin: 20px;
    width: 200px;
    height: 200px;
}

/* BACKGROUND IMG*/

.mission-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.mission-background-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    /* Establece una altura máxima */
    overflow-y: auto;
    /* Añade desplazamiento vertical */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}


.img-mai {
    transform: translate(0%, 6%);
    z-index: -1;

}

.img-mai-z {
    transform: translate(0%, 6%);
    z-index: 0;

}



/*OTHER STYLES*/

.button-clear {
    color: #2C787A;
    padding: 1%;

}

.bb-darkblue {
    border-bottom: 3px solid #2C787A;

}

.custom-padding-btn {
    padding: 10px 20px;
}

h1+a:first-of-type+a {
    padding: 10px 40px;
}

.custom-btn-primary:hover {
    background-color: #2C787A;
    border-color: #2C787A;
}

/* Estilo del círculo de IA*/
.circle-ia {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #2C787A;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.4s ease-in-out;
}


/* Animación de rebote del círculo de IA*/
.circle-ia.bounce:hover {
    background-color: #52C9D0;
    color: #fff;
    transform: translateY(-10px);
}







/* Ocultar la barra de navegación en dispositivos móviles */
@media screen and (max-width: 600px) {
    body {
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }
}


/* Estilo para pantallas más pequeñas que 394px */
@media (max-width: 420px) {

    /* Ocultar los elementos <i> con la clase .fa-calendar */
    .fa-calendar {
        display: none;
    }
}

@media (max-width: 342px) {

    /* Ocultar los elementos <i> con la clase .fa-calendar */
    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1em;
    }

    p {
        font-size: 0.9em
    }
}

/* Estilos para el h2 dentro del contenedor con clase 'mision' cuando el ancho de la pantalla sea menor a 360px */
@media (max-width: 370px) {
    .misionh2 {
        font-size: 1.5em;
    }

    .fa-calendar {
        display: block;
        font-size: 0.4;
    }

    .fa-arrow-right {
        display: none;
    }

    .mission-option {

        flex-wrap: wrap;
        align-items: center;

    }

    .mission-option a {
        width: 100%;
        text-align: center;
        background: #2C787A;
        padding: 1%;
        border-radius: 6px;
        margin-top: 15px;
    }

    .mission-option a div {
        color: white;
        text-align: center;
        width: 100%;
    }

    small {
        font-size: 0.8em;
    }

    .missions-result .fa-calendar {
        display: none;
    }
}


/* CIRCLE */

#container {
    margin: 20px;
    width: 200px;
    height: 200px;
}


.progress-container {
    position: relative;


}

.circle-marker {
    position: relative;
    /*border-radius: 50%;*/
    width: 10px;
    height: 100%;
    background-color: transparent;
    border: 2px solid #ccc;
    transition: background-color 0.3s ease-in-out;
    z-index: 5;
    background-color: white;
}

.active {
    background-color: #52C9D0;
}





.circleone {

    transform: translate(6.5rem, -14.5rem);
}

.circletwo {

    transform: translate(9.8rem, -8.5rem);
}

.circlethree {

    transform: translate(1.3rem, -2.8rem);
}

.circlefour {

    transform: translate(-7rem, -8.4rem);
}


.z-index-3 {
    z-index: 5;
    position: relative;
}



/* Estilo para el efecto de brillo */
.particle-shine {
    position: relative;
    z-index: 1;
}

.gap-6 {

    gap: 4rem;
}

.image1 {
    background-image: url('../img/mai/Mai.svg');
}

.image2 {
    background-image: url('../img/mai/MaiClosedEyes.svg');
}

.container-image-mai {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}


.semaforo-light {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
}

.selected {
    border-color: #2C787A;
}

.equal {
    background-color: #ccc;
    border-color: #52C9D0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* Proporción 16:9 para video responsivo */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-ml {
    margin-left: 10%;
}

.mai-talk {
    font-family: 'Handlee', cursive;
}

#typed {
    text-align: justify
}

.context {
    width: 100%;
    position: absolute;
    top: 50vh;

}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
}



.area {
    background: #ffffff;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Para asegurarse de que esté detrás del contenido */

}

.areastart {
    background: #ffffff;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: -1;
    /* Para asegurarse de que esté detrás del contenido */
}

.areastart-profile {
    background: #2C787A;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: -1;
    /* Para asegurarse de que esté detrás del contenido */
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(224, 221, 221, 0.692);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles-profile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles-profile li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(120, 160, 157, 0.692);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles-profile li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles-profile li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles-profile li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles-profile li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles-profile li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles-profile li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles-profile li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles-profile li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles-profile li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles-profile li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}





.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*--------------------------------------------------------------------------------------------------*/


/*tipografía escrita*/
#typed-strings {
    font-size: 1.25rem;
}
