body {
    background-image: url('../../multimedia/Fondo-mobile.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    gap: 10px;
    position: relative;
}

.container .header {
    
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    max-height: 80px;
}

.container .header>span {
    width: 1px;
    height: 100%;
    background-color: var(--textoPrincipalColor);
}

.container1 {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    height: 500px;
}

.container1>.head-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.container1>.head-container>h1 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.container1>.head-container>p {
    font-size: 10px;
    text-align: center;
    color: var(--textoSecundario);
}

.validacion-visual {
    font-size: 11px;
    text-align: center;
}

.container-svg {
    width: 80px;
    height: 80px;
    border: 1px solid var(--textoPrincipalColor);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container-svg1 {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 35%;
    height: 35%;
    border: 1px solid var(--textoPrincipalColor);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--textoPrincipalColor);
    color: var(--fondoCards);
}

.container-svg>svg {
    width: 80%;
    height: 80%;
    color: var(--textoPrincipalColor);
}

.recuperar-password {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recuperar-password .correo {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.recuperar-password .correo>h1 {
    font-size: 12px;
}

.container-input {
    width: 250px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--fondoCards);
    border: 1px solid var(--colorBorde);
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.container-input svg {
    color: var(--textoSecundario);
}

.container-input input {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--textoSecundario);
    height: 100%;
    width: 100%;
}

.recuperar-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recuperar-password>.container-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: var(--fondoCards);
    border-radius: 10px;
    background-color: var(--textoPrincipalColor);
    width: 250px;
    height: 40px;
    margin-top: 10px;
}

.recuperar-password>.container-btn svg {
    height: 50%;   
}

.recuperar-password>.container-btn button {
    background-color: transparent;
    border: none;
    font-family: "Goldman", sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 50%;
}

.come-back {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.come-back>div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.come-back p {
    font-size: 11px;
    color: var(--textoSecundario);
    text-align: center;
    width: 100%;
}

.come-back .line {
    background-color: var(--colorBorde);
    width: 100%;
    height: 1px;
}

.come-back .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 250px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--textoPrincipalColor);
    color: var(--textoPrincipalColor);
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 8px;
}



@media (max-width: 600px) {
    body {
        overflow: hidden;
    }

    .container .header {
        position: fixed;
        top: 0;
        left: 0;
    }

    .container .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
    }

    .container .footer p {
        font-size: 10px;
        text-align: center;
    }

    .container .header img {
        width: 40px;
        height: 40px;
    }

    .container .header h1 {
        font-size: 14px;
    }

    .container .header h3 {
        font-size: 9px;
    }
}

@media (min-width: 600px) {
    
}
