* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(201, 157, 241);


}

/*-------------------------------- Página home MOVIE------------------------------------------*/

#sectionHome {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 80%;
    height: 100%;
    padding: 15%;
    margin: auto;

    text-align: center;
    margin-top: 3%;

}

#imgHome {
    width: 400px;
    height: 65px;
    margin: auto;

}

#paragraphHome {
    width: 100%;
    letter-spacing: 0.2px;
    color: rgb(39, 4, 51);
    font-size: 1.3em;
    cursor: default;
    margin-top: 5%;
    /*background-color: rgb(234, 167, 225);*/


}

#btnCheciin,
#btnLogiin {
    width: 50%;
    height: 30px;
    border-radius: 15px;
    background-color: rgb(72, 19, 119);
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    margin-top: 5%;


}

/*----------------------------DISEÑO RESPONSIVE HOME-----------------------------------*/
@media (max-width:500px) {

    #sectionHome {
        justify-content: center;
        align-items: center;
        position: relative;
        top: 45%;
        right: 71%;
    }


    #imgHome {
        width: 303px;
        height: 50px;
        margin-bottom: 5%;

    }

    #paragraphHome {
        width: 250%;
        letter-spacing: 0.2px;
        color: rgb(39, 4, 51);
        font-size: 18px;
        cursor: default;
        margin-left: 45%;
        margin-bottom: 15%;

    }


    #btnCheciin {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        height: 35px;
        border-radius: 15px;
        background-color: rgb(72, 19, 119);
        color: rgb(255, 255, 255);
        font-size: 18px;
        cursor: pointer;
        margin-left: 160px;
        margin-top: 25px;

    }

    #btnLogiin {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 35px;
        border-radius: 15px;
        background-color: rgb(72, 19, 119);
        color: rgb(255, 255, 255);
        font-size: 18px;
        cursor: pointer;
        margin-left: 155px;
        margin-top: 20px;
    }

    /*----------------------------home----------------*/

    #sectionHome {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 80%;
        height: 100%;
        /*justify-content: center;
    align-items: center;
    margin-top: 29%;*/
        padding: 15%;
        margin: auto;

        text-align: center;
        margin-top: 3%;

    }

    #imgHome {
        width: 400px;
        height: 65px;
        margin: auto;

    }

    #paragraphHome {
        width: 100%;
        letter-spacing: 0.2px;
        color: rgb(39, 4, 51);
        font-size: 1.3em;
        cursor: default;

        margin-top: 5%;
    


    }




}


/*----------------------------------DISEÑO DESKOP LOGIN - CHECK ---------------------------*/


@media (min-width:390px) {

    #formCheck,
    #signInForm {
        display: flex;
        flex-direction: column;
        margin: auto;
    
        width: 80%;
        height: 450px;
        align-items: center;
        margin-top: 5%;
       



    }

    #formCheck label,
    #signInForm p {
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;

    }

    #h2CheckIn,
    #titleLogin {
        text-align: center;
        font-size: 30px;
        width: 100%;
        margin-bottom: 10%;



    }

    #impUser,
    #impPassword,
    #impEmail,
    #email2,
    #password2 {
        background-color: rgb(255, 255, 255);
        width: 20px;
        height: 45px;
        text-align: center;
        padding: 5px;
        border-radius: 10px;
        color: rgb(13, 13, 13);
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 5%;
        margin-top: 2%;
        border: transparent;

    }


    #btnLogin {
        background-color: rgb(72, 19, 119);
        width: 200px;
        height: 35px;
        text-align: center;
        padding: 5px;
        border-radius: 15px;
        color: rgb(249, 248, 248);
        cursor: pointer;
        font-weight: bold;
        margin-top: 5%;
    }

}


/*-----------------------------------Página CheckIn - Login (movil)-------------------------------------*/

#formCheck,
#signInForm {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
    height: 600px;
    align-items: center;
    margin-top: 10%;



}

#formCheck label,
#signInForm span {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;

}

#h2CheckIn,
#titleLogin {
    text-align: center;
    font-size: 30px;
    width: 100%;
    margin-bottom: 2%;



}

#email2,
#password2{
    background-color: rgb(255, 255, 255);
    width: 250px;
    height: 45px;
    text-align: center;
    padding: 2px;
    border-radius: 10px;
    color: rgb(13, 13, 13);
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 1%;
    margin-top: 2%;
    border: transparent;

}


#impPassword,
#impEmail{
    background-color: rgb(255, 255, 255);
    width: 250px;
    height: 45px;
    text-align: center;
    padding: 2px;
    border-radius: 10px;
    color: rgb(13, 13, 13);
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 1%;
    margin-top: 5%;
    border: transparent;


}

#btnSubmitt,
#btnLogin {
    background-color: rgb(72, 19, 119);
    width: 200px;
    height: 35px;
    text-align: center;
    padding: 2px;
    border-radius: 15px;
    color: rgb(249, 248, 248);
    cursor: pointer;
    font-weight: bold;
    margin-top: 3%;
}

/*------DISEÑO DESKOP WELCOME----------*/
header {
    width: 100%;
    height: 70px;
}

#bad-moms {
    width: 200px;
}

main {
    width: 100%;
    height: 100%;
    padding-left: 20%;
    padding-right: 20%;
    margin: auto;
    margin-top: 20px;

}

#post-publications {
    width: 100%;
    height: 100px;

}

#postContainer {
    display: flex;
    flex-flow: column;

}

.divPost {
    width: 100%;
    height: 100%;
    border: 2px solid rgb(87, 64, 92);
    margin-top: 20px;
    padding: 20px;
    position: relative;
    padding-bottom: 40px;
    word-wrap: break-word;
    text-align: justify;
}

.divPost .btnEdit {
    position: absolute;
    right: 38px;
    bottom: 8px;

}

.divPost .btnsDelete {
    position: absolute;
    right: 185px;
    bottom: 8px;
    

}

.divPost .heart {
    position: absolute;
    left: 38px;
    bottom: 8px;

}
.divPost .numberLikes {
    position: absolute;
    left: 178px;
    bottom: 8px;

}

.btnEdit,
.btnsDelete,
.heart {
    width: 70px;
    height: 30px;
}

#btnClouseLogin{
    position: relative;
    left: 1420px;
    
}

/*estilos, colores y tamaños (welcome desckop*/
#inputPublication{
    border:transparent;
    width: 75%;
    height: 65%;
    margin-left: 5%;
    font-size: 16px;
}
#btnPost{
    width: 122px;
    height: 25px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-left: 1%;
    font-size: 16px;
    cursor: pointer;
}
p{
    font-size: 110%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 2%;
    padding: 2%;
    background-color: rgb(229, 216, 235);
    min-width: 80%;
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    word-break: break-word;
    border-radius: 5px;
    margin-top: 5%;
}
.btnsDelete{
    width: 122px;
    height: 25px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;


}
.btnEdit{
    width: 122px;
    height: 25px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;
    

}
 .heart{
    width: 122px;
    height: 25px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;

}
.numberLikes{
    font-size: 18px;
}

#btnClouseLogin{
    width: 90px;
    height: 20px;
    background-color: rgb(94, 87, 98);
    border:transparent;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 14px;
    top: -35px;
}





/*--------------------------------DISEÑO RESPONSIVE WELCOME------------------------*/

@media (max-width:500px){


    header {
        width: 100%;
        height: 70px;
    }
    
    #bad-moms {
        width: 130px;
        
    }
    
    main {
        width: 100%;
        height: 100%;
        padding-left: 10%;
        padding-right: 10%;
        margin: auto;
        margin-top: 20px;
    
    }
    

    
    #post-publications {
        width: 100%;
        height: 65px;
        
    
    }
    
    #postContainer {
        display: flex;
        flex-flow: column;
    
    }
    
    .divPost {
        width: 100%;
        height: 100%;
        border: 1px solid rgb(87, 64, 92);
        margin-top: 20px;
        padding: 20px;
        position: relative;
        padding-bottom: 40px;
        word-wrap: break-word;
        text-align: justify;
    }
    
    .divPost .btnEdit {
        position: absolute;
        right: 10px;
        bottom: 0px;
        margin-right: 15px;
    
    }
    
    .divPost .btnsDelete {
        position: absolute;
        right: 95px;
        bottom: 0px;
        margin-left: 48px;
    }
    
    .divPost .heart {
        position: absolute;
        left: 0px;
        bottom: 0px;
        margin-left: 20px ;
        
    
    }
    .divPost .numberLikes {
        position: absolute;
        left: 91px;
        bottom: 0px;
    
    }
    
    .btnEdit,
    .btnsDelete,
    .heart {
        width: 65px;
        height: 22px;
    }
    
/*estilos, colores y tamaños (welcome movile)*/
#inputPublication{
    border:transparent;
    width: 65%;
    height: 35%;
    margin-left: 18%;
    font-size: 16px;
    margin-bottom: 15px;
}
#btnPost{
    width: 118px;
    height: 23px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-left: 28%;
    font-size: 15px;
    cursor: pointer;
}
p{
    font-size: 105%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 2%;
    padding: 2%;
    background-color: rgb(229, 216, 235);
    min-width: 80%;
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    word-break: break-word;
    border-radius: 5px;
    margin-top: 5%;
}
.btnsDelete{
    width: 65px;
    height: 20px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;


}
.btnEdit{
    width: 60px;
    height: 20px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;
    

}
 .heart{
    width: 60px;
    height: 20px;
    background-color: rgb(107, 61, 150);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;

}
.numberLikes{
    font-size: 18px;
}

#btnClouseLogin{
    width: 20px;
    height: 20px;
    background-color: rgb(94, 87, 98);
    border:transparent;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 14px;
}
/*no encuentro el boton cerrar sesion*/

}



