*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bree Serif", serif;
}
.inactivo{
    display: none;
}
.content {
    z-index: 20;
    position: absolute;
    top: 13vh;
    right: 35vw;
    width: 25vw;
    height: 68vh;
    margin: auto auto;
    padding: 40px 30px;
    background: #ecf0f3;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
}
.volver {
    display: flex;
    align-items: center; /* Alinea verticalmente el ícono y el texto */
}

.fi-rr-arrow-small-left {
    color: #26916d;
    text-decoration: none;
    font-size: 4vh; /* Tamaño del ícono */
    margin-right: 3px; /* Espacio entre el ícono y el texto */
}

.texto {
    color: #26916d;
    font-size: 2.5vh; /* Ajusta el tamaño del texto para que coincida con el ícono */
    position: relative;
    bottom: 1vh;
}
.volver a {
    text-decoration: none;
    position: relative; /* Necesario para posicionar el pseudoelemento */
}

.volver a:hover {
    text-decoration: underline;
}

.volver a:hover::before {
    content: "";
    position: absolute;
    top: 3.5vh;
    left: 0.8vw;
    width: 95%;
    height: 1px; /* Ajusta esta medida según tu preferencia */
    background-color: #26916d; /* Color del subrayado */
}
.titulo{
    position: relative;
    color: #595959;
    left: 0.5vw;
}
.sub-titulo{
    top: 2vh;
    position: relative;
    color: #595959;
    left: 0.5vw;
}
.correo{
    position: relative;
    color: #595959;
    left: 1vh;
    top: 4vh;
}
.inputt {
    top: 7vh;
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.inputt i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px; /* Tamaño del icono */
    color: #888; /* Color del icono */
}

.inputt input {
    height: 100%;
    width: 100%;
    padding-left: 45px;
    outline: none;
    border: none;
    font-size: 18px;
    background: #dde1e7;
    color: #595959;
    border-radius: 25px;
    box-shadow: inset 2px 2px 5px #BABECC,
                inset -5px -5px 10px #ffffff73;
                font-family: "Bree Serif", serif;
}

.inputt input:focus {
    box-shadow: inset 1px 1px 2px #BABECC,
                inset -1px -1px 2px #ffffff73;
}

.fi-rr-envelope{
    margin-left: 1vh;
    margin-top: 0.5vh;
}
.boton{
    position: relative;
    top: 8vh;
    margin: 15px 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    background: #7cdab2;
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 2px 2px 5px #BABECC,
            -5px -5px 10px #ffffff73;
}
.boton:focus {
    color: #26916d;
    box-shadow: inset 2px 2px 5px #BABECC,
            inset -5px -5px 10px #ffffff73;
}

#logo{
    background: none;
    border: none;
    position: relative;
    bottom: 40vh;
    right: 90vh;
    margin: 0;
}
#logom{
    padding: 0 0 0 15vh;
    max-width: 100%;
    height: auto;
    width: 50vh;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 2vh 0;
    font-size: 0.8rem;
    min-height: 10vh;
    width: 100%;
    opacity: 50%;
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

footer a:hover {
    text-decoration: underline;
}


/* Pagina 2 */

.content2 {
    z-index: 40;
    position: absolute;
    top: 13vh;
    right: 35vw;
    width: 25vw;
    height: 60vh;
    margin: auto auto;
    padding: 40px 30px;
    background: #ecf0f3;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
}
.botonb{
    position: relative;
    top: 11vh;
    margin: 15px 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    background: #7cdab2;
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 2px 2px 5px #BABECC,
            -5px -5px 10px #ffffff73;
}
.botonb:focus {
    color: #26916d;
    box-shadow: inset 2px 2px 5px #BABECC,
            inset -5px -5px 10px #ffffff73;
}

/* Pagina 3 */

.content3 {
    z-index: 60;
    position: absolute;
    top: 13vh;
    right: 35vw;
    width: 25vw;
    height: 65vh;
    margin: auto auto;
    padding: 40px 30px;
    background: #ecf0f3;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
}

.inputt3{
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 7vh;
    width: 100%;
    bottom: 2vh;
}

.input-field{
    position: relative;
    top: 3vh;
    width: 100%;
}

.input-field input {
    height: 50px;
    width: 100%;
    padding-left: 5vh;
    outline: none;
    border: none;
    font-size: 18px;
    background: #dde1e7;
    color: #595959;
    border-radius: 25px;
    box-shadow: inset 2px 2px 5px #BABECC,
                inset -5px -5px 10px #ffffff73;
    font-family: "Bree Serif", serif;
}

.input-field input:focus {
    box-shadow: inset 1px 1px 2px #BABECC,
                inset -1px -1px 2px #ffffff73;
}
.botonc{
    position: relative;
    top: 1.5vh;
    margin: 15px 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    background: #7cdab2;
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 2px 2px 5px #BABECC,
            -5px -5px 10px #ffffff73;
}
.botonc:focus {
    color: #26916d;
    box-shadow: inset 2px 2px 5px #BABECC,
            inset -5px -5px 10px #ffffff73;
}
.ingresa-contra{
    position: relative;
    top: 2vh;
    color: #595959;
    left: 0.5vw;
}
.confi-contra{
    position: relative;
    top: 15vh;
    color: #595959;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .content{
        left: 5%;
        height: 60vh;
        width: 90%;
        top: 22vh; /* Ajusta la posición vertical según tus necesidades */
    }

    #logo {
        display: flex;
        justify-content: center;
        align-items: center;
        right: 55px; /* Alinea el logo en pantallas pequeñas */
        margin: 0;
        margin-top: 5vh;
    }

    #logom {
        margin: 0;
        width: 90vh; /* Ajusta el ancho del logo */
    }
    .content2{
        left: 5vw;
        width: 90%;
        height: 55vh;
        top: 22vh; /* Ajusta la posición vertical según tus necesidades */
    }
    .content3{
        left: 5vw;
        width: 90%;
        height: 60vh;
        top: 22vh; /* Ajusta la posición vertical según tus necesidades */
    }
    .confi-contra{
        top: 14vh;
    }
    .botonc{
        top: 2vh;
    }
}
