/* Catologo Produtos Detalhes */

.product-video iframe {
  height: auto;
  min-height: 300px;
}

.product-video {
  -webkit-transition: position 400ms ease-in-out;
  -moz-transition: position 400ms ease-in-out;
  -o-transition: position 400ms ease-in-out;
  transition: position 400ms ease-in-out;
  top:0;
  position: relative;
}

.product-video.fixed {
  width: 44.7%;
  position: fixed;
  top: 70px;
  /* left: 0; */
}

.button-links {
  margin-top: 50px;
}

#product-details .text-content p {
  margin-top: 0px;
  font-size: 18px!important;
  line-height: 25px;
}

#product-details table {
  width: 100%;
  margin: 30px 0px;
}

#product-details h3 {
  padding: 5px 0px;
  font-size: 22px!important;
}

#product-details h4 {
  padding-top: 30px;
}

#product-details-text
{
    font-size: 14px!important;
}

#product-details-text h2 {
    font-size: 30px;
    padding: 0px;
    line-height: 34px !important;
    font-family: 'Exo_2';
}

#product-details-text button {
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}

#product-details-text button.product-details-text-cod,
#product-details-text button.product-details-text-cod a {
    background: none !important;
    background-color: white!important;
    color: #C4161C!important;
}

#product-details ul {
  padding: 10px 0px;
  width: unset;
  background: none;
}

#product-details ul li div {
}

#product-details ul li div h4 {
  padding: 0px;
  margin-bottom: 16px;
}

#product-details ul li div p {
  font-size: 12px;
  line-height: 16px;
  padding: 0!important;
}

#product-details ul li div button {
  width: 100%;
  height: auto;
  background-image: linear-gradient(-180deg, #888889 7%, #4D4D4D 100%);
  box-shadow: 2px 2px 2px 0 rgba(183,183,183,0.50);
  border-radius: 3.11px;
  padding: 10px;
  border-radius: 5px!important;
  margin-top: 10px;
}

.iframe-3d {
  width: 60%;
  border: none;
  height: 750px;
  margin: 0 auto;
  float: none;
  display: block;
}

#iframe-directions {
  position: absolute;
  z-index: 999;
  bottom: 125px;
  right: 50px;
}

#product-details-relative {
  background: #D8D8D8;
  box-shadow: 0 7px 4px 0 rgba(115,115,115,0.50);
  padding: 80px 30px;
  margin: 50px 0px;
}

#product-details-relative h3 {
  font-size: 36px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 25px;
  padding-bottom: 40px;
}

.product-details-relative-themes-item {
  padding: 15px 40px;
  border-radius: 10px;
  opacity: 0.84;
  background: #FFFFFF;
  box-shadow: 3px 4px 4px 0 rgba(201,201,201,0.50);
  border-radius: 9px;
}

/* Tables */

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #979797;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #979797;
}

.tg .tg-yw4l {
  vertical-align: top;
}

#product-details-text-info {
  border-collapse: collapse;
  border-spacing: 0;
  padding-top: 30px;
}

#product-details-text-info td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  background: rgba(77, 77, 77, 0.05);
}

#product-details-text-info th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  max-width: 50%;
  background: #4D4D4D;
  color: white;
  width: 30%;
}

#product-details-text-info .tg-yw4l {
  vertical-align: middle;
}

div.bg-catalogo-produtos
{
    padding: 0px 20px 7%;    
}
.bg-catalogo-produtos .padding-pattern {
  padding;
  padding: 30px 0 10px;
}

div.bg-catalogo-produtos h2
{
    font-size: 38px;    
}

.bg-catalogo-produtos-fcs, .bg-catalogo-produtos-fbs
{
    font-size: 14px;
}

.bg-catalogo-produtos .button-links 
{
  margin-right:30px;
}        
/* Produtos */
        
.division-line {
  width: 80%;
  margin: 0 auto;
  float: none;
  padding: 30px 0px;
}

.division-line img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.product-by {
  font-size: 28px;
  color: #0273CE;
  letter-spacing: 0;
  line-height: 29px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
}


.products-category li {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-bottom: 20px;
  display: block;
  float:left;
}

.products-category li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.products-category li img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 100%;
}

.products-category li h3 {
  font-size: 16px;
  line-height: 22px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 16.04px;
  padding: 10px 0px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 4px;
}

.product-by-images {
  height: 130px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

.product-by-images,
.product-by-text {
  margin:0 auto;
  max-width:236px;  
}

.products-category-main {
}

.products-category-main li {
  height: 100px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px;
  float:left;
}

.products-category-main li img {
    width: 35%;
    height: 100%;
    float: left;
}

.products-category-main li div {
  width: 65%;
  height: 100%;
  float: left;
  background-color: gray;
  display: table;
  position: relative;
}

.products-category-main li div span {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 10px;
  font-size: 26px;
  color: white;
  font-weight: 100;
}

.products-category-main li div h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  padding: 0% 5%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.products-category-main li div h3:hover {
  background-color: #0273CE;
}

.products-category-title {
  margin-bottom: -50px;
}

.product-by-map {
  font-family: "Exo 2";
  font-size: 16px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 6.42px;
  padding: 0;
  padding-bottom: 30px;
  font-weight: 100;
}

.products-category li button {
  background-image:-webkit-linear-gradient(-180deg, #5798CB 7%, #0574CE 100%);
  background-image:-o-linear-gradient(-180deg, #5798CB 7%, #0574CE 100%);
  background-image: linear-gradient(-180deg, #5798CB 7%, #0574CE 100%);
  border-radius: 5.35px;
  float: right;
  font-size: 14px;
  height: auto;
  margin: 20px 0px;
  padding: 5px 20px;
  width: 125px;
}

.produtos-fcs .products-category li button {
  background-image:-webkit-linear-gradient(#888889 7%, #4D4D4D 100%);
  background-image:-o-linear-gradient(#888889 7%, #4D4D4D 100%);
  background-image: linear-gradient(#888889 7%, #4D4D4D 100%);
}

.produtos-fis .products-category li button {
  background-image:-webkit-linear-gradient(#E52C28 7%, #B91318 100%);
  background-image:-o-linear-gradient(#E52C28 7%, #B91318 100%);
  background-image: linear-gradient(#E52C28 7%, #B91318 100%);
}

.produtos-fbs, .produtos-fcs, .produtos-fis {
  display: none;
}

.banner-item-details {
  max-width: 1250px;
  display: block;
  width: 85%!important;
  margin: 0 auto;
  float: none;
}

#products-main-results {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0 rgba(212,36,33,0.57);
  padding: 10px 30px;
  margin-bottom: 0;
}

#products-main-results ul li {
  margin-bottom: 12px!important;
}

#products-filter-wrapper {
  width: 300px;
  height: auto;
  position: absolute;
  left: -500px;
  top: 10%;
  z-index: 9999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#products-filter-wrapper.active {
  left: 0px;
  background: none;
}

#products-relative-content {
  position: relative;
  border-top: 1px solid #D42422;
}

#products-relative-content ul {
  padding: 50px 0 0;
}

#products-relative-content ul li {
  margin-bottom: 65px;
  display: block;
  text-align: center;
}

#products-relative-content ul li .img-box-content {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}

#products-relative-content ul li .img-box {
    width: 100%!important;
    height: 100%;
    /* max-height: 207px; */
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

#products-relative-content ul li .img-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    float: none;
    display: block;
}

#products-relative-content ul li {
  display: block;
  text-align: center;
  position: relative;
  float:left;
}

#products-relative-content ul li button {
  width: 100%;
  display: inline-block;
  margin: 0;
  background: #4D4D4D;
}
#products-relative-content ul li .row {
  margin-left:-6px;
  margin-right:-6px;
}
#products-relative-content ul li .row>div {
  padding:0 6px
}
#products-results-list {
  padding: 10px 30px;
  margin-bottom: 35px;
}

#products-relative-content ul li p {
  height: 38px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 700;
}

.bx-clone
{
    display: none;
}

#turntable
{
  background-color: transparent;    
}

.bx-wrapper .bx-pager
{
  bottom: -10%!important;
}

/* Categoria */

#banner-x {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3%;
    right: 3%;
    background-image: url("../images/bloco_x.png");
    cursor: pointer;
}

#products-results-list button {
    display: block;
    float: none;
    margin: 0 auto;
    background-image: linear-gradient(#888889 7%, #4D4D4D 100%);
}

#botaoPesquisarSolucao {
    background-image: linear-gradient(-180deg, #E52C28 22%, #B91318 100%);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 7px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 35px;
    float: none;
    display: block;
    margin-top: 20px;
    border:1px solid #d42422;
}

.produtos-block-gray {
    background-image: url("../images/prod_onde_bg.png");   
    background-size: 100% 100%;
}

.bxslider
{
    opacity: 0;
}

.bxslider.active
{
    opacity: 1;
}
#products-relative-content-at p {
    margin-top: 10px;
}    
.bloco {
    width: 100%;
}
/*#products-relative-content-at:before,
#products-relative-content-at:after {
  box-shadow: 10px 10px 10px #fff;
  content:'';
  width:100%;
  height: 20px;
  display:block;
  margin-bottom: -14px;
  z-index: 9999999999996;
  position: absolute;
  top:0;
}

#products-relative-content-at:after {
  bottom: 0;
  top:auto;
  margin-bottom: 0;
  transform-origin: center;
  transform: rotate(180deg);
}*/
  

/* Detalhes Produtos */

.ug-textpanel-bg, .ug-default-button-play, .ug-default-button-fullscreen, .ug-default-button-hidepanel-bg, .ug-slider-control, .ug-strip-arrow
{
  display: none!important;
}

.ug-strip-panel
{
  background-color: white!important;
}

#site-product-title
{
  line-height: auto!important;
}

.products-category li button {
    margin: 0;
    color:white;
}

.products-category-main li div
{
    width: 100%;
}

.products-category-main li div h3
{
    z-index: 9999;
}

.bg-line-products
{
    position: absolute!important;
    z-index: 999!important;
    width: 100%!important;
    background-color: red!important;
    left: -97%!important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-line-products.active
{
    left: 0%!important;       
}

/*  ul.products-category-main li:hover .bg-line-products
{
    left: 0%!important;       
}*/

ul.products-category-main li
{
   /* margin: 15px;*/
}

.products-category-main li div span
{
    z-index: 99999;
}

.products-category-main li div h3
{
    position: relative;
}

.products-category-main li div h3:hover
{
    background: none!important;
}

#products-category-main-FBS .bg-line-products
{
    background-color: #0273CE!important;
}

#products-category-main-FCS .bg-line-products
{
    background-color: #B90504!important;
}

.bxslider
{
    opacity: 0;
}

.bxslider.active
{
    opacity: 1;
}

.bg-catalogo-produtos
{
    background-image: url("../images/categoria_produtos_bg.png");
    background-size: 100% auto;
    background-position: bottom center;
}
.product-category-hide
{
    display: none;
}    

@media (max-width: 768px){

    .text-content p {
        padding-right:15px;
        padding-left: 15px;
    }            
}   

@media (max-width: 767px) {
    .bg-catalogo-produtos {
        background-image: none;
        
    }
    div.bg-catalogo-produtos h2 {
        font-size: 18px!important;
    }
    div.padding-pattern h3 {
        font-size: 12px;
        line-height: 17px;
    }
    div.bg-catalogo-produtos p {
        font-size: 12px;
    }
    .bg-catalogo-produtos .button-links {
        padding: 6px 12px!important;
        font-size: 11px;
        margin-right: 12px;
        margin-top: 12px;
    }
    .slick-dots {
        -o-transform: scale(.7);
        -moz-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    #footer-mobile-line {
        display: none;
    }
}

@media (max-width: 720px)
{
    #product-details-text button
    {
        min-width: inherit;
    }
}

@media (max-width: 576px) {
    .bg-catalogo-produtos-fbs {
        background-size: 60%;
    }
}
@media screen and (max-width: 767px){
  .slick-prev:focus, .slick-next:focus{
    width: 125px !important;
    color: black;
    background: white;
    font-size: initial !important;
  }
  div.produtos-lista button{
    width:125px;
  }
}




