/**/
.container-post{
    display: flex;
    justify-content: center;
    padding: 5px;
    width: 80%;

 }

 .nav-link-dark{
     margin-left: 15px;
     margin-top: 1px;
     color:darkslategrey;
 }
/*
 .new{
    
    background-color: gold;
    width: 35px;
    height: 15px;
    border: 0.5px solid red;
    border-radius: 70%;
    margin-top: -22px;
    margin-left: 15px;
    font-size: small;   
    
}

/*CSS Whatsapp*/

.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
/*
.container-post {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-left: 45%;
  
}*/

#container-post{
  height: 400px;
}

/*FIN NAV-BAR*/
 