/* CSS para dispositivos móveis */
@media only screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: auto;
  }
}


.table thead {
  
  background-color: #Fefefe;
  border-top: 1px solid #eee;
}
.table thead tr {
  height: auto !important;
}
.gallery {

  background: #ffffff;
}
.table thead tr td{
  border: 2px solid #eee;
  font-size: 13px;
  line-height: 14px;
  height: auto !important;
  vertical-align: middle;
}
.col-md-12.descricao img{
  max-width: 100%;
}
.col-md-12.descricao table{
  width:auto !important;
  overflow-x: auto;
  max-width:80%;
}
.col-md-12.descricao table th:first-child, .col-md-12.descricao table td:first-child {
  width: 8% !important;
}

.col-md-12.descricao table th:nth-child(n+2), .col-md-12.descricao table td:nth-child(n+2) {
  width: 8% !important;
}
.col-md-12.descricao table td{
        vertical-align: middle;
}
.col-md-12.descricao table td strong{font-size:14px;}
.copyright .container .row{
  margin: 0;
}
.subcategorias .breadcrumb{
  margin: 0;
}
.subcategorias .breadcrumb a{
  color: #999;
}
.cabecalho .cabecalho-menu .container .menu .menu-produtos .dropdown-menu .menu-item .item-image{
  text-align: left;
  justify-content: flex-start !important;
}
.cabecalho .cabecalho-menu .container .menu .menu-produtos .dropdown-menu .menu-item .item-image img {
  width: 25% !important;
  margin: 8px 0;
}
.cabecalho .cabecalho-menu .container .menu .menu-produtos .dropdown-menu .menu-item {

  padding-bottom: 1rem;
}
.cabecalho .cabecalho-menu .container .menu .menu-produtos .dropdown-menu .menu-item-img{
  padding-bottom: 0rem !important;
}
.conteudo-categorias-produto-vids{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.conteudo-categorias-produto-vids .image{
  width: 31.6%;
  border: 0.0625rem #e9e9e9 solid;
}
.conteudo-categorias-produto-vids .image img{
  width: 100%;
}
.conteudo-categorias-produto-vids  .textos {
  max-width: 65%;
}
.conteudo-categorias-produto-vids .textos p{
  color: #666;
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.875rem;
    text-align: justify;
}
.box-videos{
  position: relative;
  padding-bottom: 41.25%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  max-width: 72%;
  margin-bottom: 30px;
  background: #000;
}
.box-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.container .listaprodutos .d-flex{
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: center !important;
  width: 100%;
}
#album-photos{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
  overflow: hidden;
}
.gallery::before, .gallery::after{
  display: none;
}
.gallery div {
  float: none;
  padding: 0;
  width: 20%;
  opacity: 1;
  flex:0 0 22%;
}
.gallery div img {
  object-fit: cover;
  width: 100%;
  height: 308px;
}
/*
@media(max-width:1380px){
    .col-md-12.descricao table th:nth-child(n+2), .col-md-12.descricao table td:nth-child(n+2) {
  width:10%!important;
}}
@media(max-width:1280px){
    .col-md-12.descricao table th:nth-child(n+2), .col-md-12.descricao table td:nth-child(n+2) {
  width:10% !important;
}}
@media(max-width:1080px){
    .col-md-12.descricao table th:nth-child(n+2), .col-md-12.descricao table td:nth-child(n+2) {
  width:10% !important;
}}
*/
@media (max-width:800px){
  .conteudo-categorias-produto-vids{
flex-direction: column;
  }
  .conteudo-categorias-produto-vids .image, .conteudo-categorias-produto-vids  .textos{
    width: 100%;
    max-width: 100%;
  }
  .gallery div {
    flex: 46%;
}
.gallery div img {
  height: 150px;
}
.box-videos{
  max-width: 100%;
  padding-bottom: 56.25%;
}
}