@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #003269;  **/
/**  cor-2: #ECECEC;  **/
/**  cor-3: #0063CF;  **/
/**  cor-4: #FF6600;  **/

/* Fonts */
/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Vina Sans */
@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');

/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;

  a{
    color: #FFFC9E!important;
    &:hover{
      color: #38A7EB!important;
    }
  }
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
}

.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (width>=1200px) {
  .container{padding: 0px; 
  } 
}

@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--color-1);
}

::-moz-selection{
  background: var(--color-1);
}

::selection{
  background: var(--color-1);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.lds-ellipsis div{  
  background-color: var(--color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer{
    padding-bottom: 80px;
  }
}

:root{
  --fontPadrao: 'Inter';
  --fontVinaSans: 'Vina Sans';

  --color-1: #003269;
  --color-2: #ECECEC;
  --color-3: #0063CF;
  --color-4: #FF6600;

  /* Topo */
  --menu-transition-delay: .3s;
}

/*BOTOES DO CONTENT SINGLE*/
.botoes-novos {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 250px;
  gap: 10px;
  position: absolute;
  right: 20px;
  top: 470px;
}

.botoes-novos a.new-btn {
  width: 100%;
  height: 55px;
  font-family: var(--fontPadrao);
  font-weight: bold;
  font-size: 24px;
  color: var(--color-1);
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.botoes-novos a.new-btn:hover {
  color: #FFF;
  background-color: var(--color-4);
}

.botoes-novos-mobile {
  display: none;
}

@media (max-width: 1025px) {
  .botoes-novos {
    display: none;
  }

  .botoes-novos-mobile {
    display: flex;
  }

  .botoes-novos-mobile .botoes-novos {
    display: flex !important;
    position: unset;
    max-width: 100%;
    padding: 10px;
  }
}

/*CARROSSEL DO PRODUTO SINGLE*/
.fx6_single .tns-outer {
  position: relative;
}

.fx6_single .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 46px;
  height: 46px;

  border-radius: 50%;
  border: none;
  padding: 0;

  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
  cursor: pointer;

  transition: all .3s ease;
}

.fx6_single .tns-controls button:hover {
  background: var(--color-4);
  transform: translateY(-50%) scale(1.08);
}

.fx6_single .tns-controls button[data-controls="prev"] {
  left: -25px;
}

.fx6_single .tns-controls button[data-controls="next"] {
  right: -25px;
}

.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.custom-arrow svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.fx6_single .card-caracterisca {
  margin: 0 auto;
}

@media(max-width: 769px){
  .fx6_single .tns-controls button{
    width: 30px;
    height: 30px;
  }
  .fx6_single .tns-controls button[data-controls="prev"] {
    left: 0px;
  }

  .fx6_single .tns-controls button[data-controls="next"] {
    right: 0px;
  }
}

/*ALTERAÇÕES NO BANNER DA FRONT-PAGE*/
@media(max-width: 769px){
  .banner .banner-bg img {
    object-fit: cover!important;
  }
}

/* HEADER MENU */

/* DESKTOP */

.header{
  position: fixed;
  z-index: 100;

  width: 100%;

  background-color: #1B1717;
  height: 110px;
  max-height: 111px;
}

.header .container{
  height: 100%;
}

.header .row{
  height: 100%;

  align-items: center;
}

.header .logo{
  display: block;
}

.header .logo img{
  width: 100%;
  height: auto;
  max-width: 170px;
  object-fit: cover;
}

.header .menu-col,
.header .menu,
.header .menu ul{
  height: 100%;
}

.header .menu{
  justify-items: flex-end;
}

.header .menu ul{
  display: flex;
  justify-content: space-between;
  column-gap: 25px;

  padding: 0;
  margin: 0;
}

.header .menu ul li{
  position: relative;
  height: 100%;

  align-content: center;
}

.header .menu ul li::before{
  content: '';
  position: absolute;
  bottom: -10px;

  display: none;

  width: 100%;
  height: 10px;
}

.header .menu ul li:hover::before{
  display: block;
}

.header .menu ul li a,
.header .menu ul li span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

.header .menu ul li .link__drop{
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.header .menu ul li a .arrow,
.header .menu ul li span .arrow{
  width: 8px;
  height: 6px;

  background-image: url('../imagens/icon-arrow-dropdown.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .search-container form{
  display: flex;
  justify-items: center;
  align-items: center;
  column-gap: 8px;

  border: 1px solid #FFF;
  border-radius: 10px;

  padding: 8px 16px;
}

.header form label{
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin-bottom: 0;
}

.header form label img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header form input,
.header form input::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;

  color: #FFFFFF;

  background-color: transparent;
  border: none;
}

.dropdown__area{
  position: fixed;
  top: 100px;
  z-index: 99;

  width: 100%;
  height: auto;

  background-color: #1B1717;

  overflow: auto;

}

.dropdown__area .dropdown__menu{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;

  padding-top: 36px;
  padding-bottom: 34px;
  &:not(.shown){
    display: none;
  }
}

.dropdown__area .dropdown__menu .categoria-wrapper{
  justify-items: flex-start;
}

.dropdown__menu .categoria-wrapper .primary-cat{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;

  color: var(--color-3);
  margin-bottom: 10px;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.dropdown__menu .categoria-wrapper ul{
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  row-gap: 10px;

  list-style: none;

  margin-bottom: 0;
  padding: 0;
}

.dropdown__menu .categoria-wrapper ul li a{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.dropdown__menu .categoria-wrapper .primary-cat:hover,
.dropdown__menu .categoria-wrapper ul li a:hover{
  color: hsl(211.3deg, 100%, 75%);
}

/* /DESKTOP */

/* MOBILE */

.header__mob{
  display: inline;
  top: 0;
  left: 0;
}

.header__mob .container{
  align-content: center;
}

.menu_mob{
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  justify-items: center;
  grid-gap: 30px;
}

#menu_toggler,
#search_toggler{
  width: 30px;
  height: 30px;

  background-color: transparent;
  border: none;

  padding: 0;
}

#menu_toggler img,
#search_toggler img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#submenu_mob{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;

  width: 100%;
  max-width: 280px;
  height: 100%;

  background-color: #1B1717;

  overflow: auto;
  transition: all var(--menu-transition-delay) ease-in-out;

  padding: 0px 2px 18px 2px;
  &:not(.shown){
    transform: translateX(-100%);
  }
}

.brand__2{
  text-align: center;
  padding: 40px 0px;
}

.brand__2 img{
  width: 100%;
  max-width: 170px;
  height: auto;
  object-fit: cover;
}

.submenu__list{
  display: flex;
  flex-direction: column;
  gap: .5rem;

  list-style: none;
  
  padding: .5rem 1rem;
  margin: 0;
}

.submenu__item > a{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

.submenu__link__drop{
  position: sticky;
  top: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  column-gap: 4px;

  background-color: #1B1717;
}

.drop__link{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF !important;
}

.btn-submenu{
  width: 18px;
  height: 18px;

  background-color: transparent;
  border: none;

  padding: 0;
}

.btn-submenu img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.btn-submenu[aria-expanded='true'] img{
  rotate: 180deg;
}

.collapse.show{
  visibility: visible;
}

.submenu__collapse{
  width: 100%;

  background-color: hsl(0deg 8% 15%);
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;

  padding: .5rem 1rem;
}

.submenu__collapse__category .primary-cat{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;

  color: var(--color-3);
  margin-bottom: 5px;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.list__collapse{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;

  list-style: none;

  padding: 0;
  margin: 0;
}

.list__collapse__item{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.primary-cat:hover,
.list__collapse__item:hover a{
  color: hsl(211.3deg, 100%, 75%);
}

.mobile__search{
  width: calc(100% - 2rem);
  max-width: 400px;
  background-color: hsl(0deg 8% 13%);
  padding: 1rem;
  border-radius: 1rem;

  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 104;

  transform: translate(-50%, 0%);
  transition: all var(--menu-transition-delay) ease-in-out;

  &:not(.shown){
    transform: translate(-50%, calc(-100% - 160px));
  }
}

.mobile__search .search-container form{
  display: flex;
  justify-items: center;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;

  border: 1px solid #FFF;
  border-radius: 10px;

  padding: 8px 16px;
}

.mobile__search form label{
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin-bottom: 0;
}

.mobile__search form label img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mobile__search form input,
.mobile__search form input::placeholder{
  width: 100%;

  font-family: var(--fontPadrao);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;

  color: #FFFFFF;

  background-color: transparent;
  border: none;
}

.mobile__search .btn-submit{
  width: min-content;
  background-color: #333;
  border-radius: 8px;

}

.mobile__header__backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  &:not(.shown){
    display: none;
  }
}

/* /MOBILE */

/* RESPONSIVO HEADER */

  @media(min-width: 992px){
    .header__mob{
      display: none;
      overflow: hidden;
    }
  }
  @media(max-width: 991.78px){
    .header__desk{
      display: none;
    }
  }

/* /RESPONSIVO HEADER */

/* /HEADER MENU */

/* FOOTER */

.footer{
  background-color: #181818;
}

.footer .container{
  padding-top: 51px;
  padding-bottom: 64px;
}

.footer .redes-sociais-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 31px;
}

.footer .redes-sociais-inner .redes{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 22px;
}

.footer .redes-sociais-inner .redes a{
  display: inline-block;

  width: 36px;
  height: 36px;
}

.footer .redes-sociais-inner .redes a img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer .redes-sociais-inner p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer .text{
  margin-top: 48px;
  margin-bottom: 49px;
}

.footer .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer .text strong,
.footer .text b{
  font-weight: 700;
}

.footer .links-inner ul{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 165px;
  padding: 0px;
  margin: 0px;
}

.footer .links-inner ul li{
  list-style: none;
}

.footer .links-inner ul li a{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;

  color: #FFFFFF;
}

.footer .credits{
  display: flex;
  justify-content: center;
  align-items: flex-end;

  margin-top: 64px;
}

.footer .credits .author p{
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFFFFF;
  margin-bottom: 0px;
}

/* RESPONSIVO FOOTER */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .footer .redes-sociais-inner{
      flex-direction: column;
      row-gap: 10px;
    }
    .footer .links-inner ul{
      flex-direction: column;
      row-gap: 5px;
    }
    .footer .credits{
      text-align: center;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* RESPONSIVO FOOTER */

/* FOOTER */

/* PAGE TOPO */

.page-topo{
  --bg-page-topo: #ccc;

  width: 100%;
  max-height: 321px;

  background: 
    linear-gradient(0deg,
      rgba(0, 0, 0, .5) 0%,
      rgba(0, 0, 0, .5) 100%
    ),
    var(--bg-page-topo);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  margin-top: 110px;
}

.page-topo .container{
  padding-top: 117px;
  padding-bottom: 114px;
  align-content: center;
}

.page-topo .content{
  text-align: center;
}

.page-topo .content h1{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;

  color: #FFFFFF;
  margin-bottom: 7px;
}

.page-topo .content .bread,
.page-topo .content .bread a{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

.page-topo .content .bread span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

/* RESPONSIVO TOPO */

  @media(max-width: 991px){
    .page-topo{
      max-height: unset;
    }
  }

/* /RESPONSIVO TOPO */

/* /PAGE TOPO */

/* HOME */

.banner,
.banner .tns-outer,
.banner .tns-ovh,
.banner .tns-outer,
.banner .tns-inner,
.banner .tns-item{
  max-height: 420px;
}

.banner{
  margin-top: 110px;
  background-color: #121212;
}

.banner .tns-outer{
  position: relative;
  max-height: 620px;
}

.banner .tns-outer .tns-controls button{
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;

  background-color: transparent;
  border: none;

  padding: 0;
}

.banner .tns-outer .tns-controls button .banner-control{
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.banner .tns-outer .tns-controls button .banner-control:hover{
  filter: brightness(0) invert(1);
}

.tns-controls button[data-controls="prev"]{
  left: 7.5%;
}
.tns-controls button[data-controls="next"]{
  right: 7.5%;
}

.tns-controls button[data-controls="prev"] .banner-control{
  left: 0;
  background-image: url('../imagens/banner-prev.png');
}

.tns-controls button[data-controls="next"] .banner-control{
  right: 0;
  background-image: url('../imagens/banner-next.png');
}

.banner .slider-banner{
  max-height: 100%;
}

.banner .slider-banner .tns-item{
  aspect-ratio: 1/1;
}

.banner .banner-bg{
  width: 100%;
  height: 100%;
  max-height: 420px;
}

.banner .banner-bg img{
  width: 100%;
  height: 100%;
  max-height: 420px;

  object-fit: cover;
}

.fx1_home .container{
  padding-top: 29px;
  padding-bottom: 36px;
}

.fx1_home .container .row{
  row-gap: 30px;
}

.fx1_home .main-categorias{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;

  margin-bottom: 77px;
}

.fx1_home .main-categorias .categoria-item{
  width: 100%;
  min-height: 187px;
  height: 100%;

  background-color: var(--color-2);
  border-radius: 20px;

  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: flex-end;
  column-gap: 30px;

  transition: all var(--menu-transition-delay) ease-in-out;

  padding: 24px 34px;
}

.fx1_home .main-categorias .categoria-item p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 41px;
  line-height: 50px;

  color: var(--color-1);

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_home .main-categorias .categoria-item .img-category{
  align-self: center;
}

.fx1_home .main-categorias .categoria-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_home .main-categorias .categoria-item:hover{
  background-color: var(--color-1);
}

.fx1_home .main-categorias .categoria-item:hover p{
  color: #FFF;
}

.fx1_home .main-categorias .categoria-item:hover img{
  transform: scale(calc(145.67 / 122.32));
}

.fx1_home .img-fx1-home{
  width: 100%;
  max-width: 100%;
}

.fx1_home .img-fx1-home img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.fx1_home .content h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;

  color: var(--color-1);
  margin-bottom: 8px;
}

.fx1_home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0px;
}

.fx2_home{
  background: linear-gradient(
    #FFF 0px,
    #FFF 75px,
    var(--color-2) 75px,
    var(--color-2) calc(100% - 75px),
    #FFF calc(100% - 75px),
    #FFF 100%
  );
}

.fx2_home .container .row{
  row-gap: 30px;
}

.fx2_home .content{
  align-content: flex-start;

  padding-top: 140px;
  padding-bottom: 160px;
}

.fx2_home .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: var(--color-1);
  margin-bottom: 15px;
}

.fx2_home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_home .content .btn-fx2{
  display: block;
  width: 100%;
  max-width: 270px;

  background-color: var(--color-1);
  border-radius: 10px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;

  padding: 16px 50px;
  margin-top: 46px;
}

.fx2_home .img-fx2-home{
  max-width: 100%;
  text-align: center;
}

.fx2_home .img-fx2-home img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx3_home .container{
  padding-top: 36px;
  padding-bottom: 97px;
}

.fx3_home .container .row{
  row-gap: 30px;
}

.fx3_home .card-home{
  display: block;

  width: 100%;
  height: 355px;

  --bg-card1-home: #ccc;
  background-image: var(--bg-card1-home);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  border-radius: 20px;

  text-align: right;
  align-content: flex-end;
  justify-items: flex-end;
}

.fx3_home .card-home p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 49px;
  line-height: 59px;

  color: #FFFFFF;
  padding: 14px 30px 14px 0px;
  margin-bottom: 29px;
}

.fx3_home .col-lg-6:first-child .card-home p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fx3_home .card-home .gradient-linear{
  width: 364px;
  max-width: 100%;

  border-radius: 20px 0px 0px 20px;

  background: linear-gradient(231.61deg,
    rgba(0, 50, 105, .89) 27.9%,
    rgba(0, 50, 105, 0) 114.02%
  );
}

/* RESPONSIVO HOME */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1_home .main-categorias{
      grid-template-columns: 1fr;
      justify-items: center;
    }
    .fx1_home .main-categorias .categoria-item{
      width: 80%;
      flex-direction: column-reverse;
      align-items: center;
    }
    .fx1_home .container .col-lg-6,
    .fx2_home .container .col-lg-5,
    .fx3_home .container .col-lg-6{
      justify-items: center;
    }
    .fx1_home .img-fx1-home,
    .fx1_home .content{
      width: 80%;
    }
    .fx1_home .content{
      text-align: center;
    }
    .fx2_home{
      background: var(--color-2);
    }
    .fx2_home .container{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .fx2_home .content{
      justify-items: center;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0px;
    }
    .fx2_home .img-fx2-home{
      width: 50%;
    }

    .fx3_home .card-home{
      width: 85%;
      justify-items: center;
      text-align: center;
    }
    .fx3_home .card-home .gradient-linear{
      border-radius: 20px;
    }
    .fx3_home .card-home p{
      padding: 0px;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {
    .banner .tns-outer .tns-controls button{
      width: 32px;
      height: 32px;
    }
    .fx2_home .img-fx2-home{
      width: 65%;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* CATEGORIA */

.fx1_categoria .container{
  padding-top: 45px;
  padding-bottom: 47px;
}

.fx1_categoria .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_categoria .text{
  text-align: center;
  margin-bottom: 60px;
}

.fx1_categoria .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx1_categoria .text strong{
  font-size: 700;
}

.fx1_categoria .categoria-item{
  width: 100%;
  min-height: 229px;
  max-height: 231px;
  height: 100%;

  background-color: var(--color-2);
  border-radius: 20px;

  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: flex-end;
  column-gap: 15px;

  overflow: hidden;

  transition: all var(--menu-transition-delay) ease-in-out;

  padding: 24px 34px;
}

.fx1_categoria .categoria-item p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 41px;
  line-height: 50px;

  color: var(--color-1);
  margin-bottom: 0;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_categoria .categoria-item .img-category{
  flex-shrink: 0;
  align-self: center;
}

.fx1_categoria .categoria-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_categoria .categoria-item:hover{
  background-color: var(--color-1);
}

.fx1_categoria .categoria-item:hover p{
  color: #FFF;
}

.fx1_categoria .categoria-item:hover img{
  transform: scale(calc(145.67 / 122.32));
}

/* RESPONSIVO CATEGORIA */

  @media (max-width: 991px) {
    .fx1_categoria .col-lg-4{
      justify-items: center;
    }
    .fx1_categoria .categoria-item{
      width: 80%;
      flex-direction: column-reverse;
      align-items: center;
    }
  }

/* /RESPONSIVO CATEGORIA */

/* /CATEGORIA */

/* SUBCATEGORIA */

.fx1_subcategoria .container{
  padding-top: 45px;
  padding-bottom: 47px;
}

.fx1_subcategoria .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_subcategoria .text{
  text-align: center;
  margin-bottom: 36px;
}

.fx1_subcategoria .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx1_subcategoria .text strong{
  font-size: 700;
}

.fx1_subcategoria .card-prod{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 21px;

  height: 100%;
}

.fx1_subcategoria .card-prod .img-destaque{
  width: 100%;
  height: 270px;

  background-color: #FFF;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 5.5px rgba(0, 0, 0, .25));
  
  padding: 5px;
}

.fx1_subcategoria .card-prod .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.fx1_subcategoria .card-prod p{
  --font-size-title: 22px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: var(--font-size-title, 22px);
  line-height: 27px;

  color: var(--color-1);
  margin-bottom: 0;
}

/* RESPONSIVO SUBCATEGORIA */

  @media (max-width: 991px) {
    .fx1_subcategoria .col-lg-3{
      justify-items: center;
    }
    .fx1_subcategoria .card-prod{
      width: max-content;
      max-width: 400px;
    }
  }
  @media (max-width: 767px){
    .fx1_subcategoria .card-prod{
      width: 100%;
    }
  }

/* /RESPONSIVO SUBCATEGORIA */

/* /SUBCATEGORIA */

/* SINGLE */

.fx1_single .container{
  padding-top: 40px;
}

.fx1_single .content{
  justify-items: center;
}

.fx1_single .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;

  color: var(--color-1);
  margin-bottom: -90px;
}

.fx1_single .content .img-principal{
  width: 100%;
  max-width: 1000px;
  height: 500px;
  max-height: 503px;

  transform: translateY(90px);
}

.fx1_single .content .img-principal img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fx2_single{
  background-color: var(--color-1);
}

.fx2_single .container{
  padding-top: 134px;
  padding-bottom: 89px;
}

.fx2_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 0px;
}

.fx3_single{
  width: 100%;
  height: 588px;
  max-height: 589px;
}

.fx3_single .video-prod{
  position: relative;
  
  display: block;
  width: 100%;
  height: 100%;
  
  overflow: hidden;
}

.fx3_single .video-prod .img__thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx3_single .video-prod .icon-play{
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 75px;
  height: 75px;
}

.fx4_single .container{
  padding-top: 48px;
  padding-bottom: 56px;
}

.fx4_single .container .row{
  align-items: center;
  row-gap: 15px;
}

.fx4_single .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 17px;
}

.fx4_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx4_single .img-fx4{
  width: 100%;
  height: 500px;
  max-height: 500px;
}

.fx4_single .img-fx4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx5_single{
  background-color: var(--color-1);
}

.fx5_single .container{
  padding-top: 38px;
  padding-bottom: 40px;
}

.fx5_single .container .row{
  align-items: center;
  row-gap: 30px;
}

.fx5_single .img-fx5{
  width: 100%;
  height: 550px;
  max-height: 550px;
}

.fx5_single .img-fx5 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx5_single .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;

  color: var(--color-4);
  margin-bottom: 15px;
}

.fx5_single .content ul li,
.fx5_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
}

.fx6_single .container{
  padding-top: 54px;
  padding-bottom: 46px;
}

.fx6_single .container .row{
  row-gap: 30px;
}

.fx6_single .title{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;

  color: var(--color-1);
  margin-bottom: 24px;
}

.fx6_single .card-caracterisca{
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fx6_single .card-caracterisca .img-item{
  width: 100%;
  height: 340px;
  max-height: 341px;
  margin-bottom: 13px;
}

.fx6_single .card-caracterisca .img-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.fx6_single .card-caracterisca h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 7px;
}


.fx6_single .card-caracterisca p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx7_single{
  position: relative;
  z-index: 1;
  background: 
    linear-gradient(
      #FFF 0px,
      #FFF 55px,
      var(--color-2) 55px,
      var(--color-2) 100%
    );
}

.fx7_single .bg-fx7{
  position: absolute;
  z-index: 2;
  bottom: -189px;

  width: 800px;
  height: 649px;
  max-width: 100%;

  --bg-fx7: #ccc;
  background-image: var(--bg-fx7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fx7_single .container{
  padding-top: 245px;
  padding-bottom: 189px;
}

.fx7_single .content{
  padding-left: 71px;
  padding-right: 30px;
}

.fx7_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;

  color: #1B1717;
  margin-bottom: 0;
}

.fx8_single .container{
  padding-top: 54px;
  padding-bottom: 37px;
}

.fx8_single .content h4{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;

  color: var(--color-1);
  margin-bottom: 15px;
}

.fx8_single .content ul{
  list-style: disc;
  margin-bottom: 0;
}

.fx8_single .content ul li,
.fx8_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx8_single .content strong,
.fx8_single .content b{
  font-weight: 700;
}

.fx9_single{
  --bg-fx9: #ccc;
  background: 
    linear-gradient(
      rgba( 0, 0, 0, .81) 0%,
      rgba( 0, 0, 0, .81) 100%
    ),
    var(--bg-fx9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fx9_single .container{
  padding-top: 47px;
  padding-bottom: 38px;
}

.fx9_single .content{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 43px;
}

.fx9_single .icon-qualidade{
  width: 100%;
  max-width: 208px;
  height: 280px;
}

.fx9_single .icon-qualidade img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx9_single .text{
  width: 100%;
  max-width: 653px;
}

.fx9_single .text h4{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: #FFFFFF;
  margin-bottom: 12px;
}

.fx9_single .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx9_single .text strong,
.fx9_single .text b{
  font-weight: 700;
}

.fx10_single{
  background-color: var(--color-4);
}

.fx10_single .container{
  padding-top: 46px;
  padding-bottom: 46px;
}

.fx10_single .content-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 22px;
}

.fx10_single .icon-alert{
  flex-shrink: 0;
  width: 81px;
  height: 81px;
}

.fx10_single .icon-alert img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx10_single .content p{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx10_single .content strong,
.fx10_single .content b{
  font-weight: 900;
}

.fx11_single{
  background-color: var(--color-1);
}

.fx11_single .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx11_single .content{
  justify-items: center;
  text-align: center;
}

.fx11_single .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: var(--color-4);
  margin-bottom: 24px;
}

.fx11_single .content .btn-pdf{
  display: inline-block;

  width: 100%;
  max-width: 370px;

  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;

  background-color: var(--color-3);
  border-radius: 20px;

  transition: all .3s ease-in-out;

  padding: 15px 35px;
}

.fx11_single .content .btn-pdf:hover{
  background-color: var(--color-4);
  color: var(--color-3);
}

/* RESPONSIVO SINGLE */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1_single .content h2{
      margin-bottom: -84px;
    }
    .fx1_single .content .img-principal{
      height: auto;
    }
    .fx4_single .content{
      text-align: center;
    }
    .fx5_single .content{
      justify-items: center;
    }
    .fx4_single .img-fx4 img,
    .fx5_single .img-fx5 img{
      object-fit: contain;
    }
    .fx6_single .col-lg-4{
      justify-items: center;
    }
    .fx6_single .card-caracterisca{
      width: 80%;
    }
    .fx7_single{
      background: var(--color-2);
    }
    .fx7_single .container {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .fx7_single .col-lg-7{
      display: none;
    }
    .fx7_single .content{
      padding: 0;
    }
    .fx8_single .content,{
      justify-items: center;
      text-align: justify;
    }
    .fx9_single .content,
    .fx10_single .content-wrapper{
      flex-direction: column;
      text-align: center;
      row-gap: 20px;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx3_single{
      height: auto;
    }
    .fx3_single .video-prod{
      width: auto;
      height: auto;
    }
    .fx3_single .video-prod .img__thumb{
      height: auto;
    }
  }
  @media (max-width: 480px) {
    .fx3_single .video-prod .icon-play{
      width: 50px;
      height: 50px;
    }
    .fx5_single .content h3{
      text-align: center;
    }
    .fx4_single .img-fx4,
    .fx5_single .img-fx5{
      height: auto;
    }
    .fx6_single .card-caracterisca .img-item{
      height: 250px;
    }
  }

/* /RESPONSIVO SINGLE */

/* /SINGLE */

/* SUPORTE */

.fx1_suporte .container{
  padding-top: 45px;
  padding-bottom: 43px;
}

.fx1_suporte .container .row{
  row-gap: 30px;
}

.fx1_suporte .text{
  padding-left: 0px 20px;

  margin-bottom: 43px;
}

.fx1_suporte .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

.fx1_suporte .card-suporte{
  width: 100%;
  height: 230px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 19px;

  background-color: var(--color-2);
  border-radius: 15px;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_suporte .card-suporte .icon{
  width: 81px;
  height: 81px;
}

.fx1_suporte .card-suporte .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_suporte .card-suporte span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  color: var(--color-1);
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_suporte .card-suporte:hover,
.fx1_suporte .card-suporte.active{
  background-color: var(--color-1);
  .icon img{
    filter: brightness(0) invert(1);
  }
  span{
    color: #FFF;
  }
}

.fx1_suporte .card-suporte.active{
  pointer-events: none;
}

/* SAC */

.fx1_sac .content{
  padding-top: 45px;
  padding-bottom: 45px;
}

.fx1_sac .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 14px;
}

.fx1_sac .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx1_sac .content strong,
.fx1_sac .content b{
  font-weight: 700;
}

.fx1_sac .img-sac{
  width: 100%;
  height: 100%;
}

.fx1_sac .img-sac img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /SAC */

/* RMA */

.fx1_rma .container{
  padding-top: 43px;
  padding-bottom: 28px;
}

.fx1_rma .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_rma .content{
  margin-bottom: 7px;
}

.fx1_rma .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 14px;
}

.fx1_rma .content p,
.fx1_rma .content ul li,
.fx1_rma .content ol li{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx1_rma .content strong,
.fx1_rma .content b{
  font-weight: 700;
}

.card-download-y{
  width: 100%;
  min-height: 170px;
  height: 100%;

  background-color: var(--color-2);
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 17px;
}

.card-download-y .icon{
  width: 47px;
  height: 47px;
}

.card-download-y .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-download-y span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: var(--color-1);
}

/* /RMA */

/* DRIVERS */

.fx1_drivers .container{
  padding-top: 43px;
  padding-bottom: 57px;
}

.fx1_drivers .container .row{
  justify-content: center;
  row-gap: 30px;
  margin-bottom: 62px;
}

.fx1_drivers h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 16px;
}

.card-download-x{
  width: 100%;
  min-height: 101px;
  height: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;

  background-color: var(--color-2);
  border-radius: 15px;

  padding: 14px 5px;
}

.card-download-x .icon{
  flex-shrink: 0;
  width: 47px;
  height: 47px;
}

.card-download-x .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-download-x .content p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

  color: var(--color-1);
  margin-bottom: 6px;
}

.card-download-x .content .detalhes{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-download-x .content span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  color: var(--color-1);
}

.fx1_drivers .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx1_drivers .text a{
  font-family: var(--fontPadrao);
  /*font-weight: 700;*/
  font-size: 18px;
  line-height: 30px;
  /*text-decoration-line: underline;*/

  color: #000000;
}

.fx1_drivers .text strong,
.fx1_drivers .text b{
  font-weight: 700;
}

/* /DRIVERS */

/* DOWNLOADS */

.fx1_downloads .container{
  padding-top: 43px;
  padding-bottom: 44px;
}

.fx1_downloads .container .row{
  justify-content: center;
  row-gap: 30px;
}

.fx1_downloads h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 25px;
}

/* /DOWNLOADS */

/* CATALOGO */

.fx1_catalogo .container{
  padding-top: 43px;
}

.fx1_catalogo .content{
  padding-top: 10px;

  margin-bottom: 29px;
}

.fx1_catalogo .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
}

.fx1_catalogo .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 0;
}

.fx1_catalogo .content a{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-decoration-line: underline;

  color: #000000;
}

.fx1_catalogo form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.fx1_catalogo form p{
  margin-bottom: 0;
}

.fx1_catalogo .form-group{
  margin-bottom: 0;
}

.fx1_catalogo form input{
  width: 100%;
  height: 46px;

  background-color: var(--color-2);
  border: 1px solid #9E9DA3;

  padding: 8px 11px;
}

.fx1_catalogo form input,
.fx1_catalogo form input::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx1_catalogo form .form-submit{
  justify-items: flex-end;
  margin-top: 6px;
}

.fx1_catalogo form .form-submit div p{
  display: flex;
  flex-direction: row-reverse;
}

.fx1_catalogo form .form-submit .btn-submit{
  width: 100%;
  max-width: 114px;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;

  border-radius: 10px;
  background-color: var(--color-1);

  padding: 10px 33px;
}

.fx1_catalogo .img-catalogo{
  height: 100%;
  align-content: flex-end;
  text-align: center;
}

.fx1_catalogo .img-catalogo img{
  width: 100%;
  max-width: 354px;
  height: 620px;
  object-fit: cover;
}

/* /CATALOGO */

/* RESPONSIVO SUPORTE */

  @media(max-width: 1199px){
    .fx1_suporte .col-xl-2{
      justify-items: center;
    }
    .fx1_suporte .card-suporte{
      width: 85%;
    }
  }
  @media (max-width: 991px) {
    .fx1_sac .content{
      text-align: center;
    }
    .fx1_sac .img-sac,
    .fx1_catalogo .img-catalogo{
      display: none;
    }
    .fx1_rma .content h2{
      text-align: center;
    }
    .fx1_drivers h2,
    .fx1_drivers .text,
    .fx1_catalogo .content{
      text-align: center;
    }
    .fx1_drivers .col-lg-4,
    .fx1_downloads .col-lg-4{
      justify-items: center;
    }
    .fx1_catalogo .container{
      padding-bottom: 43px;
    }
  }
  @media(max-width: 767px){
    .card-download-x{
      width: 85%;
      flex-direction: column;
      text-align: center;
      row-gap: 10px;
    }
    .card-download-x .content .detalhes{
      align-items: center;
    }
  }
  @media (max-width: 576px) {
    .fx1_rma .col-lg-2{
      justify-items: center;
    }
    .card-download-y{
      width: 85%;
    }
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO SUPORTE */

/* /SUPORTE */

/* ONDE COMPRAR */

.fx1_onde_comprar .container{
  padding-top: 45px;
  padding-bottom: 88px;
}

.fx1_onde_comprar .container .row{
  row-gap: 30px;
}

.fx1_onde_comprar .text{
  padding-left: 0px 20px;

  margin-bottom: 43px;
}

.fx1_onde_comprar .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

.fx1_onde_comprar .card-onde-comprar{
  width: 100%;
  height: 230px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 19px;

  background-color: var(--color-2);
  border-radius: 15px;

  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_onde_comprar .card-onde-comprar .icon{
  width: 81px;
  height: 81px;
}

.fx1_onde_comprar .card-onde-comprar .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_onde_comprar .card-onde-comprar span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;

  color: var(--color-1);
  transition: all var(--menu-transition-delay) ease-in-out;
}

.fx1_onde_comprar .card-onde-comprar:hover,
.fx1_onde_comprar .card-onde-comprar.active{
  background-color: var(--color-1);
  .icon img{
    filter: brightness(0) invert(1);
  }
  span{
    color: #FFF;
  }
}

.fx1_onde_comprar .card-onde-comprar.active{
  pointer-events: none;
}

.fx2_onde_comprar .container{
  padding-bottom: 42px;
}

.fx2_onde_comprar .container .row{
  row-gap: 30px;
}

.fx2_onde_comprar .content{
  margin-bottom: 38px;
}

.fx2_onde_comprar .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
}

.fx2_onde_comprar .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.card-onde-comprar{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.card-onde-comprar .logo{
  width: 100%;
  height: 75px;
  max-height: 80px;
  margin-bottom: 5px;
}

.card-onde-comprar .logo img{
  width: auto;
  height: auto;
  object-fit: contain;
}

.card-onde-comprar p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;

  color: #000000;
  margin-bottom: 0;
}

.card-onde-comprar span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;

  color: #000000;
}

/* RESPONSIVO ONDE COMPRAR */

  @media(max-width: 1199px){
    .fx1_onde_comprar .col-xl-2{
      justify-items: center;
    }
    .fx1_onde_comprar .card-onde-comprar{
      width: 85%;
    }
  }

/* /RESPONSIVO ONDE COMPRAR */

/* /ONDE COMPRAR */

/* SOBRE */

.fx1_sobre .container{
  padding-top: 45px;
  padding-bottom: 40px;
}

.fx1_sobre .container .row{
  row-gap: 30px;
  margin-top: 65px;
}

.fx1_sobre .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 20px;
}

.fx1_sobre .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;

  color: #000000;
}

.fx1_sobre .content strong,
.fx1_sobre .content b{
  font-weight: 700;
}

.fx1_sobre .content img{
  border-radius: 10px;
  max-width: 100%;
}

.card-mvv{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 14px;

  background-color: var(--color-2);
  border-radius: 15px;

  padding: 19px 16px;
}

.card-mvv .topo{
  display: flex;
  align-items: center;
  column-gap: 27px;
}

.card-mvv .topo .icon{
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.card-mvv .topo .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-mvv .topo p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;

  color: var(--color-1);
  margin-bottom: 0;
}

.card-mvv .text{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;

  color: #000000;
  margin-bottom: 0;
}

.fx2_sobre .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;

  color: var(--color-1);
  margin-bottom: 20px;
}

.fx2_sobre .content p,
.fx2_sobre .content ul li{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;

  color: #000000;
}

.fx2_sobre .img-sobre{
  width: 100%;
  height: 100%;
}

.fx2_sobre .img-sobre img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVO SOBRE */

  @media (max-width: 991px) {
    .fx1_sobre .col-lg-4{
      justify-items: center;
    }
    .card-mvv{
      width: 80%;
      align-items: center;
      text-align: center;
    }

    .fx2_sobre .content{
      justify-items: center;
      h3{
        text-align: center;
      }
    }

    .fx2_sobre .img-sobre{
      display: none;
    }
  }

/* /RESPONSIVO SOBRE */

/* /SOBRE */

/* VENDAS */

.fx1_venda .container{
  padding-top: 52px;
  padding-bottom: 54px;
}

.fx1_venda .container .row{
  row-gap: 30px;
}

.card-venda{
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  row-gap: 23px;

  background-color: var(--color-2);
  border-radius: 10px;

  padding: 26px 19px;
}

.card-venda .dados-pessoais{
  flex-grow: 1;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-venda .dados-pessoais .foto-perfil{
  width: 100px;
  height: 100px;
  border-radius: 10px;

  margin-bottom: 15px;
}

.card-venda .dados-pessoais .foto-perfil img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.card-venda .dados-pessoais .nome{
  font-family: var(--fontPadrao);
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  
  color: var(--color-1);
  margin-bottom: 9px
}

.card-venda .dados-pessoais span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;

  color: #504F53;
}

.card-venda .info-contato{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 9px;
}

.card-venda .info-contato .info-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}

.card-venda .info-contato .info-item .icon{
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}

.card-venda .info-contato .info-item .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-venda .info-contato .info-item span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;

  color: #504F53;
}

.fx1_venda .text{
  margin-top: 48px;
  margin-bottom: 30px;
}

.fx1_venda .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

.fx1_venda .btn-wrapper{
  justify-items: center;
}

.fx1_venda .btn-venda{
  display: block;
  width: 100%;
  max-width: 668px;

  background-color: var(--color-1);
  border-radius: 10px;

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;

  padding: 13px 98px;
}

.fx1_venda .btn-venda strong,
.fx1_venda .btn-venda b{
  font-weight: 700;
}

/* RESPONSIVO VENDAS */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .card-venda .info-contato{
      width: auto;
      align-items: center;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx1_venda .col-lg-3{
      justify-items: center;
    }
    .card-venda{
      width: 85%;
    }
    .fx1_venda .btn-venda{
      padding: 13px 38px;
    }
  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO VENDAS */

/* /VENDAS */

/* SEARCH */

.search-page .container .row{
  margin-bottom: 25px;
}

.search-page h2{
  font-family: var(--fontPadrao);
  font-weight: 600;
  font-size: 30px;

  color: var(--color-1);
  margin-bottom: 25px;
}

.search-page .post-type-title{
  display: flex;
  align-items: center;
  column-gap: 10px;

  margin-bottom: 15px;
}

.search-page .post-type-title h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 28px;

  color: #000;
}

.search-page .post-type-title::after{
  content: '';

  width: 100%;
  height: 2px;

  background-color: var(--color-1);
}

.search-page .sem-produto{
  text-align: center;
}

.search-page .sem-produto h4{
  font-family: var(--fontPadrao);
  font-weight: 500;
  font-size: 24px;

  color: var(--color-1);
}

.search-page .sem-produto p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;

  color: #000;
}

/* RESPONSIVO SEARCH */

  @media(max-width: 991px){
    .search-page h2{
      text-align: center;
    }
  }

/* /RESPONSIVO SEARCH */

/* SEARCH */

/* 404 */

.pg-404 {
  font-family: var(--fontPadrao), sans-serif;
  background-color: var(--color-2);
  text-align: center;
  padding: 80px 20px;
  /*min-height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-404 .container {
  max-width: 700px;
  margin: 0 auto;
}

.pg-404 h1 {
  font-family: var(--fontPadrao), cursive;
  font-size: 120px;
  color: var(--color-1);
  margin: 0 0 20px;
  line-height: 1;
}

.pg-404 h2 {
  font-size: 24px;
  color: var(--color-3);
  margin-bottom: 30px;
}

.pg-404 .editor {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: var(--color-4);
  text-decoration: underline;
  transition: color 0.3s;
}

.pg-404 .editor a:hover {
  color: var(--color-1);
}

/* Responsivo */
@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 80px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }

  .pg-404 .editor {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .pg-404 {
    padding: 60px 15px;
  }

  .pg-404 h1 {
    font-size: 60px;
  }

  .pg-404 h2 {
    font-size: 18px;
  }
}

/* /404 */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/

.fx8_single blockquote{
  border-left: 0px !important;
}