/* ************** HOME *************** */
@font-face {
    font-family: letter;
    src: url(./imagenes/aliens\ and\ cows_trial.ttf);
}
@font-face {
    font-family: posterman;
    src: url(./imagenes/Posterman_PERSONAL_USE_ONLY.otf);
}
* {
    font-family:  Geneva, Verdana, sans-serif;
    font-size: large;
    background-color: white;
}

.divHome {
    /* width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imgLogo {
        /* display: flex; */
        justify-content: center;
        background-image: url(./imagenes/we-study.png);
        background-size: contain;
        margin: 30% 0% 0% 0%;
        width: 200px;
        height: 200px;
}

.containerBtn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 30% 0% 20% 0%;
    gap: 0.5vh;
    background-color: white;
}

.btnLogin {
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 40px;
}

.btnLogin:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 2px solid black;
    cursor: pointer;
}
 /* ACA TENGO UNA DUDA; QUIERO COLOCAR EL LOGO DE GOOGLE DENTRO DEL BOTON */
.btnLoginGoogle {
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 14px;
}
.btnLoginGoogle:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 2px solid black;
    cursor: pointer;
}

.containerRegister {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.btnRegister {
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 14px;
}

.btnRegister:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 2px solid black;
    cursor: pointer;
}


/***************************************** REGISTER **********************************************/
/* boton a home */
.btnHome {
    justify-content: flex-start;
    /* background-color: black; */
    background-image: url(./imagenes/flecha-birrete.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    border: 0;
    width: 40px;
    height: 50px;
    cursor: pointer;
}
/* contenedor */
.sectionRegister {
    display: flex;
    margin: 10%;
    flex-direction: column;
}

.formRegister {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
    margin: 5px 5px;
 
}

.section-input {
    display: flex;
    margin:15px 5px;
    flex-direction: column;

}
/* todos los input del form */
.input {
    border:none;
    border-bottom:1px solid rgb(0, 0, 0);
}

.btnRegistrarme {
    background-color: black;
    color: white;
    border-radius: 50px;

    padding: 10px 40px;
    font-size: 14px;
    margin: 10px 40px;
}

.btnRegistrarme:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 2px solid black;
    cursor: pointer;
}

.textForm {
    font-size: 10px;
}

/* ***************************** LOGIN *********************************** */
/* btnHome tiene las mismas propiedades en todas las rutas */

.sectionSignIn {
    margin: 10%;
    color: black;
    font-size: 14px;
}

.login-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3vh;
}

.btnLogIn {
    background-color: black;
    color: white;
    border-radius: 50px;
    width: 50%;
    margin: 10px;
    height: 35px;
}
   


.btnLogIn:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 1px solid black;
    cursor: pointer;
}

/* *********************************** WALL ********************************** */

.root { 
    display: flex;
    flex-direction: column;
}
.div-logout {
    display: flex;
    justify-content: flex-end;
}
.div-home {
    display: flex;
    flex-direction: column;
    padding: 10%;
}
.btn-logout {
    justify-content: flex-end;
    background-image: url(./imagenes/signout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    border: none;
    /* background-color: white;
    color: rgb(0, 0, 0);
    border: none;
    width: 100px;
    height: 50px; */
    cursor: pointer;
}
.title-app {
    /* font-family: posterman; */
    font-size: 25px;
}
.post-form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
}
.post {
    border-radius: 20px;
    background-color: rgb(225, 240, 243);
}
.btnSave {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: letter;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 10px;
    width: 100px;
    height: 50px;
}
.btnSave:hover {
    background-color: rgb(251, 255, 0);
    color: black;
    border: 2px solid black;
    cursor: pointer;
}
.postContainer {
    display: flex;
    flex-direction: column;
}
.div-post {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: rgb(248, 248, 255);
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 10px;
}
.post-cont {
    background-color: rgb(248, 248, 255);
    margin: 4px 15px 15px;
}
.div-buttons-post {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(248, 248, 255);
}

.btn-like {
    background-image: url(./imagenes/heartLike.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(248, 248, 255);
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}
.btn-edit {
    background-image: url(./imagenes/edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(248, 248, 255);
    width: 20px;
    height: 30px;
    border: none;
    cursor: pointer;
}
.btn-delete {
    background-image: url(./imagenes/trash.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(248, 248, 255);
    width: 20px;
    height: 30px;
    border: none;
    cursor: pointer;
}

@media screen and (min-width:900px) and (max-width:1400px) {
    .divHome {
        position: relative;
    }

    .imgLogo {
        margin: 5%;
    }
    .containerBtn {
        display: flex;
        flex-direction: column;
        gap: 3vh;
        margin: 1%;
    };

    .btnLogin {
        position: relative;
        background-color: white;
        color: black;
        border-radius: 5px;
        padding: 10px 10px;
        width: 200px;
    }
    /* LOGIN */
    .sectionSignIn {
        margin: 5% 30%;
    }
    .btnLogIn {
        width: 40%;
    }
    .login-div {
        padding: 10%;
    }
    /* REGISTER */
    .containerRegister .texth3 {
        margin: 40px 0px 10px 0px;

    }
    /* WALL */
    .title-app{
        font-family: posterman;
        font-size: 30px;
    }
    .post {
        background-color: rgb(225, 240, 243);
        border-radius: 20px;
    }
}

@media screen and (min-width:820px) and (max-width:1180px) {
    
}