/*--------------------------------------------------------------
 # Section post
 --------------------------------------------------------------*/
.post {
  color: #20233a;
  font-size: 1.25rem;
  font-weight: normal;
}


.img-author-post {
  max-width: 200px;
  width: 120px;
  height: 160px;
  margin: auto;
  border-radius: 30px 0px 0px 30px;
  border: var(--dorado-claro) solid 3px;
  object-position: 100%;
  box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 1px 16px 0px rgba(0, 0, 0, 0.75);

}

.post .author {
  padding-right: 30px;
  position: relative;
  border: 1px solid #dbc25b;
  padding: 20px;

}

.post .author .title {
  font-size: 2rem;
}

.post .author .bio {
  font-size: 1.2rem;
  text-align: justify;
}



.post .padding-left {
  padding-left: 30px;
}




.post .title {
  margin-top: 60px;
}

.post h1 {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding-bottom: 20px;
}

.post h2 {
  font-size: 2rem;
  font-weight: bolder;
  padding-bottom: 20px;
}

.post h3 {
  font-size: 1.6rem;
  font-weight: bolder;
  padding: 20px 0;
}

.post a {
  color: #a59245;
  font-weight: bold;
}

.post figure figcaption {
  color: gray;
}

.post .text-gray {
  color: gray;
}




.post .img-post {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  object-fit: cover;
  object-position: center;

}



.post .img-banner {
  width: 100%;
  padding-bottom: 40px;
  height: auto;
  object-fit: cover;
}

 


.post .ligas a {
  color: #141426;
  font-weight: bold;
  padding: 5px;
  margin: 0;
  display: flex;

}

.post .ligas {
  border: 1px solid #dbc25b;
  display: inline-block;
  padding: 0 10px;
  border-radius: 1px;
}

.post blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}

@media(max-width:1200px) {
  .post .author {
    top: 0px;
    position: relative;
    margin-top: 20px;
  }

  

}

@media(max-width:992px) {
  .post {
    font-size: 1.1rem;
    padding: 40px 0;
  }

  .post .padding-left {
    padding-left: 0px;
  }

  .post .title {
    margin-top: 0px;
  }

  .post .img-post,
  .post figure,
  .post .img-content {
    min-height: 200px;
  }


  .post h1 {
    font-size: 1.8rem;
  }

  .post h2 {
    font-size: 1.6rem;
  }

  .post h3 {
    font-size: 1.4rem;
  }

   
}





.wp-caption {
  /* Force the box to be 100% */
  width: 100% !important;
  color: gray;
  text-align: center;
}

#content .wp-caption a img {
  /* Scale down if too big */
  max-width: 99.03225806%;
  /* 614/620 */
  height: auto;
}


/*--------------------------------------------------------------
 # Social Links lateral
 --------------------------------------------------------------*/
.lateral-iz {
  min-width: 80px;
}

.lateral-iz .redes {
  display: inline;
}


.lateral-iz .texto-vertical {
  /* writing-mode: vertical-lr;
  transform: rotate(180deg); */

  color: #20233a;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  background: -webkit-linear-gradient(to top, #20233a 0%, #20233a 100%);
  background: -moz-linear-gradient(to top, #20233a 0%, #20233a 100%);
  background: linear-gradient(to top, #20233a 0%, #20233a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
  margin: 0;
}

.lateral-iz .redes li {
  margin: 10px 8px;
  list-style: none;
}

.lateral-iz .redes a {
  font-size: 20px;
  display: block;
  background: linear-gradient(-45deg, #997f25, #e4ca6e);
  color: #141426;
  line-height: 1;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  margin: 0 10px;
  color: white;

}

.lateral-iz .redes a:hover {
  color: white;
}

.lateral-iz .redes li a {
  padding: 0px;
  margin: 0px;
}

.lateral-iz .redes li i {
  padding: 10px 0;
}

@media(max-width:992px) {

  .lateral-iz .redes {
    display: flex;
  }

  .lateral-iz .redes li {
    margin: 0px 20px;
    list-style: none;
  }

  .lateral-iz .texto-vertical {
    font-size: 1.5rem;
  }

  .lateral-iz .redes li {
    margin: 10px 5px;
    list-style: none;
  }
}






.post .img-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}





.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}