#header_fixed{
  opacity: 1 !important;
  top: 0px !important;
}
#content_post{
  margin-bottom:90px;
  margin-top: 110px;
}
#content_post .entry-post{
  padding: 0px 50px 0px 20px;
}
#content_post .entry-post span{
  width: 60px;
  height: 2px;
  margin-bottom: 10px;
  background-color: var(--color-main);
  display: inline-block;
}
#content_post .entry-post h1{
  color: #26282d;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}
#content_post .entry-post img{
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#content_post .social-media{
  position: sticky;
  top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
}
#content_post .social-media .social-link{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 10px 0px;
  padding: 7px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#content_post .social-media .social-link:first-child{
  margin-top: 0px;
}
#content_post .social-media .social-link:hover{
  background-color: var(--color-main-dark);
}
#content_post .content-post{
  position: relative;
  font-size: 18px;
  color: #222327;
  line-height: 180%;
  font-weight: 300;
  padding: 0px 50px 0px 20px;
}
#content_post .content-post img{
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
#content_post .dinamic-content-post{
  text-align: center;
  position: sticky;
  border: 1px solid #f2f2f2;
  background-color: #fbfcfd;
  width: 390px;
  top: 110px;
  padding: 50px 30px;
}
#content_post .dinamic-content-post h2{
  font-size: 32px;
  line-height: 37px;
  font-weight: 300;
  color: #26282d;
  margin-bottom: 15px;
}
#content_post .dinamic-content-post span{
  width: 50px;
  height: 2px;
  background-color: var(--color-main);
  display: inline-block;
}
#content_post .dinamic-content-post p{
  font-size: 16px;
  line-height: 27px;
  color: #26282d;
  font-weight: 300;
  padding: 0px 40px;
}
@media(max-width: 1024px){
  #content_post .entry-post{
    padding: 0px 20px 0px 20px;
  }
  #content_post .social-media{
    flex-direction: row;
    padding: 30px 0px;
    margin: 50px 0px 60px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  #content_post .social-media .social-link{
    margin:0px 6px;
  }
  #content_post .content-post{
    padding: 0px 20px 0px 20px;
  }
  #content_post .dinamic-content-post{
    text-align: center;
    position: sticky;
    border: 1px solid #f2f2f2;
    background-color: #fbfcfd;
    width: 100%;
    top: 100px;
    padding: 50px 30px;
  }
  #content_post .dinamic-content-post span{
    margin-bottom: 10px;
  }
}
@media(max-width: 440px){
  #content_post .entry-post{
    padding: 0px 0px 0px 0px;
  }
  #content_post .entry-post h1{
    font-size: 29px;
    line-height: 38px;
  }
 #content_post .content-post{
    padding: 0px 0px 0px 0px;
  }
  #content_post .dinamic-content-post h2{
    font-size: 28px;
  }
  #content_post .dinamic-content-post p{
    padding: 0px 0px;
  }
}