#navbar{
    width: 100%;
}

#navbar button,li{
    z-index: 1;
}
#myNavbar > ul:first-child{
    margin-top: 15px;
    margin-right: 50px;
}

#navbar ul li:nth-child(5) a{
    padding-right: 0px;
}

#navbar ul li:nth-child(7) a{
    padding-left: 0px;
}

#navbar ul li a{
    font-family: PoppinsRegular;
    color: #141414;
    font-size: 18px;
}

#brand-image { 
    height: 160px;
    position: absolute;
    top:-35px;
    left: 50px;
    z-index: 1;
}



/* Modal Login */

#modal-login h2{
    font-family: 'PoppinsSemiBold';
    font-size: 20px;
    line-height: 100px;
}

#modal-login input{
    border: 1px solid #898989;
    height: 45px;
}

#modal-registro input{
    border: 1px solid #898989;
    height: 45px;
}
#checkbox{
    position: relative;
    bottom: 17px;
}

.btnSend{
    border-radius: 31px;
    background: linear-gradient(to right, #EC0786 , #FBBC22);
    font-family: 'PoppinsMedium';
    color: white;
    padding: 10px;
    width: 150px;
    display: inline-block;

    
}


#line h2{
    width:100%; 
    text-align:center; 
    border-bottom: .5px solid #D3D3D3; 
    line-height:0.1em;
    margin:10px 0 20px;
    font-family: "PoppinsRegular";
    font-size: 15px;
    color: #898989;
}

#line h2 span{
    background:#fff;
    padding:0 10px;
}

#divBtnSend{
    margin-bottom: 40px;
}


.btnFacebook{
    border: 1.5px solid #141414;
    border-radius: 10px;
    font-family: 'PoppinsMedium';
    color: #141414;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 15px;
    text-decoration: none;
}

.btnFacebook:hover{
    text-decoration: none;
    color: #141414;
}

.iconFacebook{
    position: absolute;
    top: 14px;
    left: 40px;
}


.btnGoogle{
    border: 1.5px solid #141414;
    border-radius: 10px;
    font-family: 'PoppinsMedium';
    color: #141414;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 15px;
    text-decoration: none;
}

.btnGoogle:hover{
    text-decoration: none;
    color: #141414;
}

.iconGoogle{
    position: absolute;
    top: 14px;
    left: 40px;
}


#registrationBotton{
    margin-bottom: 30px;
    margin-top: 20px;
}

#noAccount {
    font-family: "PoppinsRegular";
    text-align: center;
    margin-bottom: 20px;
}


@media(max-width:1200px) and (min-width: 992px){
   
#navbar ul li a {
    font-size: 13px;
}


}


/*========================================
=            ESCRITORIO PEQUEÃ‘O (768px)            =
========================================*/

@media (max-width: 992px) and (min-width: 768px) {
    #navbar ul li:nth-child(6) a {
        padding-left: 0px;
    }

    #brand-image{
        left: 0px;
    }
    #myNavbar > ul:first-child {
        margin-right: 0px
    }
}



/*==========================================
=            ESCRITO EXTRAPEQUEÃ‘O (320px)            =
==========================================*/

@media (max-width: 768px) {
    #brand-image{
        height: 120px;
        position: absolute;
        top: -35px;
        left: 0px;
    }

    #navbar ul li:nth-child(6) a {
        padding-left: 15px;
    }
}