.social-share p {
  display: none;
}
.social-share.style-1 {
  margin-right: 38px;
}
.social-share.style-1 .social-share-text {
  display: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.social-share.style-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share.style-1 ul li {
  margin-bottom: .5rem;
}
.social-share.style-1 ul li a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}
.social-share.style-1 ul li a svg {
  fill: #ffffff;
}
.social-share.style-1 ul li a.facebook {
  background-color: #0866ff;
}
.social-share.style-1 ul li a.twitter {
  background-color: #000;
}
.social-share.style-1 ul li a.pinterest {
  background-color: #e60023;
}
.social-share.style-1 ul li a.linkedin {
  background-color: #0077b5;
}
.social-share.style-1 ul li a.reddit {
  background-color: #ff4500;
}
.social-share.style-1 ul li a.whatsapp {
  background-color: #25d366;
}
.social-share.style-1.social-share-video {
  width: 100%;
  margin: 30px 0 0 0;
  order: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .social-share.style-1.social-share-video {
    align-items: start;
  }
}
.social-share.style-1.social-share-video .social-share-text {
  display: inline-flex;
}
.social-share.style-1.social-share-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.social-share.style-1.social-share-video ul li {
  margin: 0 10px 0 0;
}
.social-share.style-1.social-share-video ul li a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}
.social-share.style-1.social-share-video ul li a svg {
  fill: #ffffff;
}
.social-share.style-1.social-share-video ul li a.facebook {
  background-color: #0866ff;
}
.social-share.style-1.social-share-video ul li a.twitter {
  background-color: #000;
}
.social-share.style-1.social-share-video ul li a.pinterest {
  background-color: #e60023;
}
.social-share.style-1.social-share-video ul li a.linkedin {
  background-color: #0077b5;
}
.social-share.style-1.social-share-video ul li a.reddit {
  background-color: #ff4500;
}
.social-share.style-1.social-share-video ul li a.whatsapp {
  background-color: #25d366;
}
.social-share.style-2 {
  margin-right: 38px;
}
.social-share.style-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.social-share.style-2 ul li {
  margin-bottom: .5rem;
  margin-right: .5rem;
}
.social-share.style-2 ul li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  background: #222;
  transition: all .2s ease;
}
.social-share.style-2 ul li a svg {
  fill: #ffffff;
}
.social-share.style-2 ul li a.facebook:hover {
  background-color: #0866ff;
}
.social-share.style-2 ul li a.twitter:hover {
  background-color: #000;
}
.social-share.style-2 ul li a.pinterest:hover {
  background-color: #e60023;
}
.social-share.style-2 ul li a.linkedin:hover {
  background-color: #0077b5;
}
.social-share.style-2 ul li a.reddit:hover {
  background-color: #ff4500;
}
.social-share.style-2 ul li a.whatsapp:hover {
  background-color: #25d366;
}
.post-header-default {
  padding-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
}
.post-header-default .post-tags {
  margin-bottom: 10px;
}
.post-header-default .post-tags a {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.post-header-default .post-tags a:hover {
  background: #000000;
}
.post-header-default h1 {
  color: #000000;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-right: 20%;
  width: 80%;
  margin-bottom: 0;
  margin-top: 0;
}
.post-header-default .post-excerpt {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 15px;
  width: 100%;
  max-width: 80%;
}
.post-header-default .post-date-author {
  margin: 20px 0 0 0;
  color: #999;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.post-header-default .post-date-author .publish-author {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.post-header-default .post-date-author .publish-author span {
  opacity: .6;
}
.post-header-default .post-date-author .publish-author a {
  opacity: .6;
}
.post-header-default .post-date-author .publish-author a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .post-header-default {
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .post-header-default h1 {
    color: #000000;
    font-size: 2rem;
    margin-right: 0;
    width: 100%;
  }
  .post-header-default .post-excerpt {
    font-size: .9rem;
    line-height: 1.2;
    max-width: 100%;
  }
}
.post-header-banner1 {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.post-header-banner1 .post-tags {
  margin-bottom: 10px;
}
.post-header-banner1 .post-tags a {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.post-header-banner1 .post-tags a:hover {
  background: #000000;
}
.post-header-banner1 h1 {
  color: #000000;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-right: 20%;
  width: 80%;
  margin-bottom: 0;
  margin-top: 0;
}
.post-header-banner1 .post-excerpt {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 15px;
  width: 100%;
  max-width: 80%;
}
.post-header-banner1 .post-date-author {
  margin: 20px 0 0 0;
  color: #999;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.post-header-banner1 .post-date-author .publish-author {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.post-header-banner1 .post-date-author .publish-author span {
  opacity: .6;
}
.post-header-banner1 .post-date-author .publish-author a {
  opacity: .6;
}
.post-header-banner1 .post-date-author .publish-author a:hover {
  opacity: 1;
}
.post-header-banner1 .post-thumbnail {
  margin-bottom: 30px;
}
.post-header-banner1 .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .post-header-banner1 h1 {
    font-size: 2.5rem;
    margin-right: 0%;
    width: 100%;
  }
  .post-header-banner1 .post-excerpt {
    font-size: 1.2rem;
    line-height: 1.55;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .post-header-banner1 h1 {
    font-size: 2rem;
  }
  .post-header-banner1 .post-excerpt {
    font-size: .8rem;
    line-height: 1.35;
  }
}
.post-header-banner2 {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.post-header-banner2 .post-tags {
  margin-bottom: 10px;
}
.post-header-banner2 .post-tags a {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.post-header-banner2 .post-tags a:hover {
  background: #000000;
}
.post-header-banner2 h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-right: 20%;
  width: 80%;
  margin-bottom: 0;
  margin-top: 0;
}
.post-header-banner2 .post-excerpt {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 10px;
  width: 80%;
  margin-right: 20%;
}
.post-header-banner2 .post-date-author {
  margin: 20px 0 0 0;
  color: #ffffff;
  float: none;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.post-header-banner2 .post-date-author .publish-date {
  opacity: .8;
}
.post-header-banner2 .post-date-author .publish-author {
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.post-header-banner2 .post-date-author .publish-author span {
  opacity: .8;
}
.post-header-banner2 .post-date-author .publish-author a {
  opacity: .8;
  color: #fff;
}
.post-header-banner2 .post-date-author .publish-author a:hover {
  opacity: 1;
}
.post-header-banner2 .post-thumbnail {
  position: relative;
}
.post-header-banner2 .post-thumbnail .post-thumbnail-data {
  padding: 100px 3.84615385% 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.post-header-banner2 .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .post-header-banner2 h1 {
    font-size: 2.5rem;
    margin-right: 0%;
    width: 100%;
    color: #000000;
  }
  .post-header-banner2 .post-excerpt {
    color: #000000;
    width: 100%;
    margin-right: 0;
  }
  .post-header-banner2 .post-date-author {
    color: #000000;
  }
  .post-header-banner2 .post-date-author a {
    color: #000000;
  }
  .post-header-banner2 .post-thumbnail {
    position: relative;
  }
  .post-header-banner2 .post-thumbnail .post-thumbnail-data {
    padding: 30px 0 20px;
    position: relative;
    bottom: inherit;
    width: 100%;
    left: inherit;
    background-image: none;
  }
  .post-header-banner2 .post-thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .post-header-banner2 h1 {
    font-size: 2rem;
  }
  .post-header-banner2 .post-thumbnail .post-thumbnail-data {
    padding: 20px 0 0;
  }
  .post-header-banner2 .post-excerpt {
    font-size: .8rem;
    line-height: 1.25;
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.post-header-galeria {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.post-header-galeria h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-right: 20%;
  width: 80%;
  margin-bottom: 0;
  margin-top: 0;
}
.post-header-galeria .photos-items {
  margin-top: 20px;
  width: 100%;
}
.post-header-galeria .photos-items .grid-item {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4caf50;
  cursor: pointer;
  transition: all .3s ease;
  margin: 5px;
}
.post-header-galeria .photos-items .grid-item:hover {
  border: 2px solid #ffffff;
}
.post-header-galeria .photos-items .grid-item .more-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.post-header-galeria .post-thumbnail {
  position: relative;
}
.post-header-galeria .post-thumbnail .post-thumbnail-data {
  padding: 100px 3.84615385% 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.post-header-galeria .post-thumbnail img {
  width: 100%;
  height: auto;
}
.post-header-galeria .post-tags {
  margin-bottom: 10px;
  display: none;
}
.post-header-galeria .post-tags a {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.post-header-galeria .post-tags a:hover {
  background: #000000;
}
.post-header-galeria .post-excerpt {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 15px;
  width: 100%;
  max-width: 80%;
  display: none;
}
.post-header-galeria .post-date-author {
  margin: 20px 0 0 0;
  color: #999;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: none;
}
.post-header-galeria .post-date-author .publish-author {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.post-header-galeria .post-date-author .publish-author span {
  opacity: .6;
}
.post-header-galeria .post-date-author .publish-author a {
  opacity: .6;
}
.post-header-galeria .post-date-author .publish-author a:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .post-header-galeria {
    margin-bottom: 30px;
  }
  .post-header-galeria h1 {
    font-size: 2rem;
    margin-right: 0;
    width: 100%;
    color: #000000;
  }
  .post-header-galeria .post-tags {
    margin-bottom: 10px;
    display: block;
  }
  .post-header-galeria .post-excerpt {
    display: block;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }
  .post-header-galeria .post-date-author {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .post-header-galeria .post-thumbnail .post-thumbnail-data {
    padding: 30px 0 0;
    position: relative;
    bottom: inherit;
    width: 100%;
    left: inherit;
    background-image: none;
  }
}
.post-thumbnail-data-galeria {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.post-thumbnail-data-galeria .post-tags {
  margin-bottom: 10px;
}
.post-thumbnail-data-galeria .post-tags a {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.post-thumbnail-data-galeria .post-tags a:hover {
  background: #000000;
}
.post-thumbnail-data-galeria .post-excerpt {
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
}
.post-thumbnail-data-galeria .post-date-author {
  margin: 20px 0 0 0;
  color: #999;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.post-thumbnail-data-galeria .post-date-author .publish-author {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.post-thumbnail-data-galeria .post-date-author .publish-author span {
  opacity: .6;
}
.post-thumbnail-data-galeria .post-date-author .publish-author a {
  opacity: .6;
}
.post-thumbnail-data-galeria .post-date-author .publish-author a:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .post-thumbnail-data-galeria {
    display: none;
  }
}
.post-header-video {
  background: #000000;
  margin-bottom: 60px;
  padding: 60px 0;
}
.post-header-video .post-header-video-inner .post-thumbnail {
  background: #282828;
  margin-bottom: 0;
}
.post-header-video .post-header-video-inner .post-data {
  max-width: 420px;
  width: 420px;
  margin-left: 30px;
}
.post-header-video .post-header-video-inner .post-data .post-tags {
  margin-bottom: 10px;
}
.post-header-video .post-header-video-inner .post-data .post-tags a {
  color: #e5c99e;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.post-header-video .post-header-video-inner .post-data .post-tags a:hover {
  color: #ffffff;
}
.post-header-video .post-header-video-inner .post-data h1 {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-right: 20%;
  width: 80%;
  margin-bottom: 0;
  margin-top: 0;
}
.post-header-video .post-header-video-inner .post-data .post-date-author {
  margin: 20px 0;
  color: #aaa;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  gap: 10px;
  width: 100%;
}
.post-header-video .post-header-video-inner .post-data .post-date-author a {
  color: #aaa;
}
.post-header-video .post-header-video-inner .post-data .post-date-author a:hover {
  color: #fff;
}
.post-header-video .post-header-video-inner .post-data .post-excerpt {
  color: #aaa;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #222;
  margin-bottom: 25px;
  width: 100%;
}
.post-header-video .videos-relacionados {
  margin-top: 15px;
}
.post-header-video .videos-relacionados .block-title {
  margin-bottom: 10px;
}
.post-header-video .videos-relacionados .normal-item h2 {
  margin: 15px 0 0 0;
  line-height: 1.1;
}
.post-header-video .videos-relacionados .normal-item h2 a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  width: 100%;
}
@media (max-width: 1199px) {
  .post-header-video {
    padding: 40px 0;
  }
  .post-header-video .post-header-video-inner {
    flex-wrap: wrap;
  }
  .post-header-video .post-header-video-inner .post-thumbnail {
    margin-bottom: 20px;
    width: 100%;
    flex: 0 0 100%;
  }
  .post-header-video .post-header-video-inner .post-data {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .post-header-video .post-header-video-inner .post-data .social-share {
    margin-right: 0;
  }
  .post-header-video .post-header-video-inner .post-data .social-share .social-container {
    justify-content: center;
  }
  .post-header-video .post-header-video-inner .post-data h1 {
    font-size: 2.1rem;
    margin-right: 0;
    width: 100%;
  }
  .post-header-video .videos-relacionados .normal-item h2 {
    margin: 11px 0 0 0;
  }
  .post-header-video .videos-relacionados .normal-item h2 a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .post-header-video {
    padding: 40px 0 20px;
    margin-bottom: 30px;
  }
  .post-header-video .post-header-video-inner {
    flex-wrap: wrap;
  }
  .post-header-video .post-header-video-inner .post-thumbnail {
    margin-bottom: 20px;
    width: 100%;
  }
  .post-header-video .post-header-video-inner .post-data {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .post-header-video .post-header-video-inner .post-data h1 {
    font-size: 1.8rem;
    margin-right: 0;
    width: 100%;
  }
  .post-header-video .videos-relacionados .normal-item {
    margin-bottom: 30px;
  }
  .post-header-video .videos-relacionados .normal-item h2 {
    margin: 5px 0 0 0;
  }
  .post-header-video .videos-relacionados .normal-item h2 a {
    font-size: 1rem;
  }
}
.col-post-content .post-thumbnail {
  margin-bottom: 30px;
}
.col-post-content .post-thumbnail .post_thumbnail_caption {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 10px 0 0;
  opacity: .8;
}
.col-post-content .post-content-wrapper .post-content p {
  color: #000;
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 20px;
  margin-top: 0;
}
.col-post-content .post-content-wrapper .post-content blockquote {
  border-left: 5px solid #4caf50;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 30px 0px 30px 20px !important;
  font-size: 22px !important;
}
.col-post-content .post-content-wrapper .post-content blockquote p {
  margin-bottom: 0 !important;
  font-size: 22px !important;
}
.col-post-content .post-content-wrapper .wp-block-embed {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col-post-content .post-content-wrapper .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
.col-post-content .post-content-wrapper .wp-block-image figcaption {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 10px 0 0;
  opacity: .8;
  margin: 0 !important;
}
.col-post-content .post-content-wrapper .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}
.col-post-content .post-content-wrapper .wp-block-gallery figure {
  cursor: pointer;
}
.col-post-content .post-content-wrapper .wp-block-gallery figure img {
  cursor: pointer;
}
.col-post-content .post-content-wrapper .wp-block-gallery figure figcaption {
  opacity: 0;
}
.col-post-content .post-content-wrapper .post-categories-tags-footer {
  color: #000;
  float: left;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.col-post-content .post-content-wrapper .post-categories-tags-footer a {
  color: #777 !important;
  font-weight: 600;
  margin: 0 10px 5px 8px;
  position: relative;
}
.col-post-content .post-content-wrapper .post-categories-tags-footer a:hover {
  color: #4caf50 !important;
}
.col-post-content .post-content-wrapper .post-categories-tags-footer a:before {
  content: '#';
  position: absolute;
  left: -8px;
}
.col-post-content .post-content-wrapper .post-footer-author {
  width: 100%;
  gap: 30px;
}
.col-post-content .post-content-wrapper .post-footer-author .post-tomado-de {
  font-size: 20px;
  line-height: 1;
}
.col-post-content .post-content-wrapper .post-footer-author .post-tomado-de span {
  font-weight: 500;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px;
  gap: 15px;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-image {
  flex: 0 0 120px;
  max-width: 120px;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-image img {
  border-radius: 50%;
  display: flex;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data h5 a {
  color: rgba(0, 0, 0, 0.7);
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data .autor-desc {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.1;
  max-width: 550px;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data .autor-desc p {
  margin: 0;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data .autor-sitio-web {
  font-weight: 300;
  font-size: 16px;
}
.col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data .autor-email {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .col-post-content .social-share {
    order: 2;
    margin: 20px 0 30px 0;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .col-post-content .social-share .social-share-text {
    display: block;
    margin: 0;
  }
  .col-post-content .social-share .social-container {
    display: flex;
  }
  .col-post-content .social-share .social-container li {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .col-post-content .post-content-wrapper {
    order: 1;
    flex: 0 0 100%;
  }
  .col-post-content .post-content-wrapper .post-content {
    font-size: 1rem;
  }
  .col-post-content .post-content-wrapper .post-content p {
    font-size: 1rem;
  }
  .col-post-content .post-content-wrapper .post-categories-tags-footer {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .col-post-content .post-content-wrapper .post-footer-author {
    gap: 15px;
  }
  .col-post-content .post-content-wrapper .post-footer-author .post-tomado-de {
    font-size: 17px;
    line-height: 1.2;
  }
  .col-post-content .post-content-wrapper .post-footer-author .autor-box {
    padding: 20px;
  }
  .col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-image {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data h5 {
    margin: 0 0 15px 0;
    font-size: 19px;
    line-height: 1.2;
  }
  .col-post-content .post-content-wrapper .post-footer-author .autor-box .autor-data .autor-desc {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.1;
  }
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-backdrop,
.lg-outer {
  z-index: 99999;
}
