/*
  Dicas e Curiosidade v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.dicas__titulo h1 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

#not_textdecoration {
  text-decoration: none;
}

.dicas__random--img img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  aspect-ratio: 16/9;
}

.dicas__random--img:hover img:hover {
  transform: scale(1.0);
}

.dicas__random--maintitulo{
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  text-decoration: none;
  text-transform: uppercase;
}

.dicas__random--titulo {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

#dicas__random--tituloid{
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  text-decoration: none;
  text-transform: uppercase;
}

.dicas__content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.dicas__content *:last-child{
  margin-bottom: 0;
}

.projetos__cats__item {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 1px #4c2715;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.projetos__cats__item.current, 
.projetos__cats__item:hover{
  color: #fcb94d;
  background-color: #4c2715;
}

.sabermais {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fcb94d;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 1px #4c2715;
  background-color: #4c2715;
  transition: all .3s ease-in-out;
}

.sabermais:hover {
  color: #4C2715;
  background-color: transparent;
}

.sabermais svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.sabermais svg .amarelo {
  fill: #FCB94D;
  transition: all .3s ease-in-out;
}

.sabermais svg .castanhoclaro {
  fill: #A06141;
  transition: all .3s ease-in-out;
}
 
.sabermais:hover svg .amarelo {
  fill: #4C2715;
}  

.cartao__title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.cartao__content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  min-height: 54px;
}

.cartao__content strong{
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.cartao.cartao__title.cartao__content {
  text-decoration: none;
}


.cartao__data p{
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4c2715;
}

.single__wysiwyg {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
}

.single__wysiwyg *:last-child {
  margin-bottom:0;
}

img.single__thumbnail--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
}

.single__img{
  width:100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
  overflow: hidden;
}

.single__img img {
    width:100%;
    height:100%;
    object-fit: cover; 
}

.galeria__img img {
    aspect-ratio: 2/1;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .3s ease-in-out;
  }
  
.galeria__img:hover img:hover{
  transform: scale(1.0);
}

.dicas__socials svg path {
  fill: #fcb94d;
  transition: all .3s ease-in-out;
}

.dicas__socials svg:hover path {
  fill: #4C2715;
}

@media only screen and (max-width: 992px){
  .dicas__random--maintitulo{
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px){
  .dicas__titulo h1 {
    font-size: 30px;
  }
}