
.left {
  width: 100%;
  color: #fff;
  margin-right: 10px;
  margin-left: 8%;
}

.right {
  width: 40%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.left .left_content {
  width: 100%;
}

.right_content {
  width: 100%;
}

.flex-video {
  display: flex;
}

.flex2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flex-view{
  width: 100%;
  display: flex;
  margin-left: 10%;
}

.left video {
  width: 100%;
  height: 70vh;
}

.tags {
  font-weight: 500;
  font-size: 15px;
}
.tags .tags-content{
  margin: 30px;
}
.tags .tags-content a img{
  width: 100%;
  height: 80px;
}

.tags a{
  font-size: 13px;
}


.border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.anuncio-main{
  width: 100%;
}

.anuncio-main .anuncio-content{
  padding: 40px;
}

.anuncio-main .anuncio-content .imageAnuncio{
  text-align: center;
}

.anuncio-main .anuncio-content .imageAnuncio a img{
  width: 80%;
  height: 50%;
  transition: all .5s;
}

.anuncio-main .anuncio-content .imageAnuncio a img:hover{
  width: 81%;
  height: 51%;
}

.anuncio-main .anuncio-content .linkAnuncio a{
  text-align: center;
  font-size: 15px;
  background-color: rgb(255, 174, 0);
  border: none;
  transition: all .3s;
  padding: 15px;
}

.anuncio-main .anuncio-content .linkAnuncio a:hover{
  text-align: center;
  font-size: 16px;
  background-color: rgb(255, 174, 0);
  border: none;
}

.left .view {
  margin-top: 10px;
}

.left .icon {
  margin-left: 30px;
}

.left .icon i {
  margin-right: 10px;
}

.left .details {
  margin-top: 10px;
}

.left .details h4,
.left .details h5 {
  margin: 0;
  font-size: 15px;
}

.left .details h4 {
  margin-right: 70px;
  font-weight: 400;
}

.left .details h5 {
  font-weight: 400;
}

.comment h4 {
  margin-right: 70px;
  font-weight: 500;
}

.comment h4 i {
  margin-right: 20px;
}

.comment_self input {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.comment_self input::placeholder {
  color: #fff;
}

.details_Comment h4 {
  font-weight: 500;
  font-size: 14px;
}

.details_Comment h4 span {
  margin-left: 20px;
}

.details_Comment p {
  font-size: 14px;
  margin: 8px 0;
}

.details_Comment .icon {
  margin: 0;
  margin-right: 30px;
}


.comment-like{
  display: flex;
} 

.replay {
  margin-left: 70px;
  margin-top: 20px;
}

.replay .img {
  width: 30px;
  height: 30px;
}

.replay h4 {
  font-weight: 400;
  margin: 0;
  margin-top: 13px;
}

.replay h4 label {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-size: 13px;
  padding: 3px 10px;
}

.replay p {
  font-size: 14px;
  margin-top: 10px;
}

.no-replay .img {
  text-align: center;
  line-height: 50px;
}

.no-replay h1 {
  margin: 0;
}

.background1 {
  background: #126a52;
}

.background2 {
  background: #6a5412;
}

.background3 {
  background: #12426a;
}

.details_Comment {
  margin-top: 20px;
}

button {
  background: none;
  outline: none;
  border: none;
}

.chat {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  width: 100%;
  color: #fff;
}

.tags-bg {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 13px;
  padding: 3px 10px;
  color: #fff;
}

.right .tags {
  margin: 20px 0;
}

.vide_sidebar {
  margin: 20px 0;
}

.vide_sidebar a {
  width: 100%;
  height: 100%;
}

.vide_sidebar a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vide_sidebar .detalle {
  width: 100%;
  color: #fff;
}

.vide_sidebar .detalle .detalle-main{
  margin-left: 10px;
}

.vide_sidebar .detalle .detalle-main a{
  margin-left: 10px;
}

.vide_sidebar .details p {
  font-size: 13px;
  margin: 0;
}

@media only screen and (max-width:768px) {


  .video_items {
    flex-direction: column;
  }

  .left {
    width: 100%;
    color: #fff;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .left video {
    width: 100%;
    height: 100%;
  }

  .right {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  
  .left .left_content {
    width: 100%;
  }
  
  .left .left_content .tag{
    margin: 5px;
  }
  
  .right_content {
    width: 100%;
  }
  
  .vide_sidebar {
    margin: 0px 0;
  }
  
  .vide_sidebar a {
    width: 100%;
    height: 100%;
  }
  
  .vide_sidebar a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vide_sidebar a,
  .vide_sidebar .details {
    width: 100%;
    height: 100%;
  }

  .vide_sidebar .detalle .detalle-main a{
    margin-left: 5px;
    font-size: 14px;
  }


  .flex2 {
    width: 50%;
    display: flex;
    /* justify-content: space-between; */
  }
  
  .flex-view{
    display:flex
  }

  .icon{
    width: 8px;
    margin: 4px;
  }

  .anuncio-main .anuncio-content .imageAnuncio a img{
    width: 90%;
    height: 70%;
  }
  
  .anuncio-main .anuncio-content .linkAnuncio a{
    text-align: center;
    font-size: 13px;
    background-color: rgb(255, 174, 0);
    border: none;
    transition: all .3s;
    padding: 10px;
  }
  
  .anuncio-main .anuncio-content .linkAnuncio a:hover{
    text-align: center;
    font-size: 15px;
    background-color: rgb(255, 174, 0);
    border: none;
  }
}