/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.justify{
    text-align: justify;
}
.fimganim{
    position: absolute !important;
    margin: 0 !important;
    opacity: .1;
    filter: saturate(0);
  &.pos1{
    top: 0;
    left: 0;
  }
  &.pos2{
    top: -10%;
    left: 50%;
    margin-left: -50px !important;
  }
  &.pos3{
    top: 0;
    right: 0;
  }
  &.pos4{
    bottom: 0;
    left: 0;
  }
  &.pos5{
    bottom: -10%;
    left: 33.333333%;
    margin-left: -50px !important;
  }
  &.pos6{
    bottom: -10%;
    left: 66.666666%;
    margin-left: -50px !important;
  }
  &.pos7{
    bottom: 0;
    right: 0;
  }
}
.wrap_fimganim > .row > .row-inner > .column_parent > .uncol > .uncoltable >.uncell > .uncont{
    width: 80%;
    margin: auto;
    padding: 3rem 3rem 6rem 3rem;
}
.fixheightlast .cssgrid-container > .tmb:last-of-type a{
  display: flex;
  justify-content: center;
  align-items: center;
  img{
    height: 80%;
    width: auto;
  }
}
@media (min-width: 992px){
  .hidetogglefilter .uncode-toggle-ajax-filters{
    display: none !important;
  }
  .menu-horizontal {
    height: 50%;
  }
}
/*mod menu horizontal*/
.darktext{
  color: #000!important;;
}

.line_decor_head{
  &::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #00a5ca;
    top: calc(50% - 1px);
    z-index: 1
  }
  h3{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 10px;
  }
}
/* .post-type-archive-product .t-inside,
.tax-product_cat .t-inside {
  aspect-ratio: 1/1;
  width: 100%;
  .t-entry-visual-cont{
    .dummy{
      padding-top: 100%!important;
    }
  }
  img{
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    object-position: center;
  }
} */
.post-type-archive-product,
.tax-product_cat{
  .t-entry-visual{
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 11px;
    img{
      object-fit: cover;
      height: 100%;
      width: 100%;
      aspect-ratio: 16/9;
    }
  }
}
.tcenter{
  text-align: center;
}
.tjustify{
  text-align: justify;
}

.single-product .post-body ul{
  list-style: disc;
  padding-left: 18px;
}
.infoagcelular, .infoagcelular_2, .infoagwhatsapp{
  i{
    margin-right: 5px!important;
  }
}
.logofixheight {
  .t-inside *{
    height: 60px;
    object-fit: contain;
  }
}
/* 
#servicemenu {
  position: fixed;
  width: 100%;
  top: 76px;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#servicemenu.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

#servicemenu button.active {
  background-color: red; 
  color: #fff;
}
 */

.iframeresponsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
@media(min-width:992px){
  .iframeresponsive.v2{
    padding-top: 30%;
  }
}
/* Then style the iframe to fit in the container div with full height and width */
.iframeresponsive iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.form-checkfields-light .wpcf7-list-item-label{
  font-weight: normal;
}

.breakword{
  word-wrap: break-word;
  overflow-wrap: break-word;
}