body{
  background-image: url(../assets/images/acuarela1.jpg);
}

#comentario{
    width: 80%;
    height: 5vh;
    margin-top: 5%;
    border:1px solid #1DA1F2;
    overflow: hidden;
    list-style: none;
    text-decoration: none;
    display: inline-block;
}

#benviar{
    background-color: transparent;
    color: #1DA1F2;
    display: inline-block;
}

#comments{
list-style: none;
text-decoration: none;
}

#eye{
color: #007bff;
margin-right: 4%;
}


.carousel{
    width: 50%;
    margin-left: 20%;
    border: 1px solid aqua;
}



.carousel-item{
    margin-left: 100%;
}

.navbar-expand-lg {
    background-image: url(../assets/images/fondo.jpg);
}

.principal {
    background-color: aqua;
    text-align: center;
    height: 15vh;

}

.logNav{
  content: url(../assets/images/logoartt.png);
  height: 15vh;
  margin: 0 auto;
}

.initial {
    width: 55%;
    margin-left: 24%;
    display: inline-block;
}

#news{
width: 30%;

}

#news>div>a>img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.profile {
    border-radius: 50%;
    height: 5vh;
}

.fixed-bottom{
    text-decoration: none;
    list-style: none;
}



  li>a>i.fa:hover {
    cursor: pointer;
    color: white;
  }

  .nav-link{
      color: white;
  }

  .heart,
  .trash,
  .comment{
      float: right;
      margin-left: 5%;
  }

.logo{
    width: 20%;
    height: 10vh;
    margin-left: 37%;
}

#image{
    margin-left: 20%;
    width: 42%;
    margin: 5% 0px 5% 24%;
}

#output{
    width: 50%;
    height: 20vh;
    margin-left: 20%;
    border: none;
    border-style: none;
}

.red {
	color: #FC1E26;
	cursor: pointer;
}
