/*
  Produtos v 1.1;
  05/2023;
  João Diogo Pereira;
*/

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

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

.Carto img{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 25px;
  margin: 25px 20px 20px 221px;
  padding: 15px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
  background-color: #fafafa;
}

.produtos__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;
}

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

.random__img--scale {
  transform: scale(1.2);
}

.produtos__cats__item--vertodas a {
  font-size: 12px;
  font-weight:bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  background-color: transparent!important;
  color: #4c2715!important;
  width: max-content;
  transition: all .3s ease-in-out;
}

.produtos__cats__item--vertodas a > *:not(svg){
  line-height:1;
}

.produtos__cats__item--vertodas:hover a {
  background-color: #4c2715!important;
  color: #fcb94d!important;
}

.page-numbers.prev svg{
  transform: rotate(180deg);
}

.page-numbers{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4C2715;
    opacity: .5;
    padding: 0.15rem;
    display:inline-flex;
    transition: all .3s ease-in-out;
}

.page-numbers:not(span):hover, .page-numbers.current{
  color: #4C2715;
  opacity: 1;
}

.produtos__cats__item--vertodas svg, .page-numbers svg{
  display:inline-block;
  width:12px;
  height:12px;
}

.produtos__cats__item--vertodas svg .brown, .page-numbers svg .brown{
  fill: #4C2715;
  transition: all .3s ease-in-out;
}

.produtos__cats__item--vertodas svg .yellow, .page-numbers svg .yellow{
  fill: #A06141;
  transition: all .3s ease-in-out;
}

.produtos__cats__item--vertodas:hover svg .brown{
  fill: #fcb94d;
}

h1.dicas__random--titulo {
  text-transform: uppercase;
}

.produtos__img {
  width: 100%;
  aspect-ratio: 16/9; 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0 rgba(76, 39, 21, 0.3);
}

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

img.scaled {
  object-fit: scale-down;
} 

.produtos__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;
}

.produtos__cartao--content {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c2715;
  min-height: 42px;
}

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

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

.produtos__cartao--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;
}

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

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

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

.produtos__cartao--sabermais svg .castanhoclaro {
  fill: #A06141;
  transition: all .3s ease-in-out;
}

.produtos__cartao--sabermais:hover svg .amarelo {
  fill: #4C2715; /* castanho oscuro */
}

.produtos__cartao.produtos__cartao--title.produtos__cartao--content {
  text-decoration: none;
}

.produtos__cartao--data p {
  text-transform: uppercase;
}

.hline_castanho {
  border-bottom: solid 2px #a06141;
  margin-bottom: 1rem;
}

.col-custom{
  width:20%;
  flex: 0 0 auto;
  display: block;
  margin-top: 3rem;
}

.single-produto__galeria--img img{
  width: 100%;
  margin: 150px 149px 20px 371px;
  object-fit:contain;
  border-radius: 10px;
  box-shadow: 2px 2px 11px -3px rgba(160, 97, 65, 0.6);
}

.single-projeto__galeria__img--produtos{
  aspect-ratio: 11/9;
}

.produtos__cats--item--main{
  cursor: pointer;
}

@media only screen and (max-width: 1200px){
  .produtos__cats--item, .projetos__cats__item {
    font-size: 10px;
  }
}

@media only screen and (max-width: 992px){
  .col-custom{
    width:33.333333333%;
  }  
}

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

@media only screen and (max-width: 576px){
  .col-custom{
    width:100%;
  }  
}