﻿html {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#sbox-window {
  box-sizing: content-box;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  scroll-behavior: smooth;
}
body * {
  font-family: inherit;
}
pre {
  font-size: inherit;
  color: #000;
}
a,
b,
strong {
  font-weight: 600;
}
a {
  color: #000;
}
a:hover {
  color: #054e99;
}
blockquote {
  margin: 0;
  padding: 15px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
input[type="image"] {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  border: none;
}
.MagicZoomBigImageCont {
  border: none !important;
  box-shadow: none !important;
}
.MagicZoomBigImageCont div img {
  max-width: none;
}
.loadingIndicator {
  display: none;
}
.hr,
hr {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  letter-spacing: 0;
}
h1 {
  margin: 0.5em 0;
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
table {
  width: 100%;
}
table th {
  padding: 5px 0;
  font-weight: 400;
}
table td {
  padding: 5px 0;
}
.rgt_half {
  text-align: right;
}
.rgt_half th {
  width: 75%;
}
.rgt_half td {
  width: 25%;
}
.required {
  background-color: rgba(221,221,221,0.1) !important;
  border: 1px solid #ddd !important;
}
input,
textarea {
  font-size: 16px;
}
input.a,
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
select {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  color: #000;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.button,
input[type="submit"],
input[type="button"],
button {
  display: inline-block;
  padding: 0 20px;
  background: #054e99;
  border: none;
  outline: none;
  line-height: 2.5em;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: rgba(5,78,153,0.85);
  color: #fff;
}
.button input[type="submit"],
.button input[type="button"] {
  padding: 0;
}
.error {
  padding: 20px;
  background: #b00;
  border: 0;
  color: #fff;
}
#title,
#date {
  display: none;
}
.rating svg {
  width: 1em;
  margin-right: 3px;
}
.rating svg path {
  fill: #fc0;
}
.rating .empty-star path,
.rating .half-star path:nth-of-type(1) {
  fill: rgba(0,0,0,0.3);
}
.autocompleter-choices {
  z-index: 10000 !important;
}
#lgpd button {
  background: #054e99;
  color: #fff;
}
#nav-your-account {
  position: absolute;
  top: 45px;
  right: 95px;
  text-align: right;
  line-height: 20px;
  font-size: 0.85em;
  color: #333;
}
#nav-your-account a {
  font-weight: 400;
  color: inherit;
}
#nav-your-account span a:hover {
  text-decoration: underline;
}
.nav_title,
.nav_usr {
  font-size: 1.5em;
}
.nav_login {
  display: block;
}
.nav_logout {
  display: block;
  font-size: 0.85em;
}
#logo {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  background: #eee;
}
#logo img {
  display: block;
  width: auto;
  max-width: 250px;
  max-height: 100px;
}
#menu0 {
  position: absolute;
  top: 0;
  right: 8em;
}
#menu0 li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  font-size: 0.85em;
}
#menu0 li:nth-child(1) {
  display: none;
}
#menu0 a {
  line-height: 40px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}
#menu0 a:hover {
  text-decoration: underline;
}
#menuU {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
  text-align: right;
}
#menuU label[for="menuU-toggler"] {
  color: #333;
  cursor: pointer;
}
#menuU label[for="menuU-toggler"]:before,
#menuU label[for="menuU-toggler"]:after {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
#menuU label[for="menuU-toggler"]:before {
  content: '\F2BD';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#menuU label[for="menuU-toggler"]:after {
  content: 'Minha conta';
  margin-left: 7px;
  font-size: 0.85em;
}
#menuU label[for="menuU-toggler"]:hover:after {
  text-decoration: underline;
}
#menuU ul {
  position: relative;
  display: none;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
}
#menuU ul:before {
  content: '';
  position: absolute;
  right: 50%;
  margin: -5px -5px 0 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#menuU:hover ul,
#menuU #menuU-toggler:checked ~ ul {
  display: block;
}
#menuU li {
  line-height: 40px;
  font-size: 0.9em;
  text-align: center;
}
#menuU #mnU_1_parent {
  border-top: 1px solid rgba(0,0,0,0.1);
}
#menuU #mnU_2_parent {
  display: none;
}
#menuU a {
  font-weight: 400;
  text-transform: capitalize;
}
#floating_cart {
  position: absolute;
  top: 45px;
  right: 20px;
  z-index: 90;
  padding-top: 40px;
}
#floating_cart_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  padding-left: 10px;
  border-left: 1px solid #333;
}
#floating_cart_header a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
#floating_cart_header a:before {
  line-height: 40px;
  font-size: 2.15em;
  color: #333;
}
#floating_cart_header a:hover:before {
  color: #009c69;
}
#floating_cart_body_total_items {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  background: #009c69;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
#floating_cart_body_total_items label {
  display: none;
}
#floating_cart h5,
#floating_cart ul,
#floating_cart_body_total_price,
#floating_cart_footer {
  display: none;
}
#frmQuickSearch,
#quicksearch-form {
  position: absolute;
  top: 25px;
  left: 300px;
  width: 400px;
}
#quickSearch_i0 {
  display: none;
}
.twitter-typeahead {
  display: block;
  width: 100%;
}
#quickSearch-field,
.typeahead[type='text'],
.tt-query[type='text'],
.tt-hint[type='text'] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  outline: none;
  line-height: 50px;
  font-size: 1.1em;
  vertical-align: middle;
  box-shadow: none;
}
.tt-hint[type='text'] {
  color: #ccc;
}
#quickSearch_i2 {
  position: absolute;
  top: 7px;
  right: 7px;
}
#quicksearch-button {
  position: absolute;
  top: 7px;
  right: 7px;
}
#quicksearch-button input {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 0.8em;
}
.tt-dropdown-menu {
  z-index: 2000;
  width: 100%;
  margin-top: -1px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tt-dropdown-menu h3 {
  display: none;
}
.tt-dropdown-menu a,
.tt-dropdown-menu label {
  display: block;
  cursor: pointer;
}
.tt-dataset-quicksearch-products p {
  margin: 10px 0;
}
.tt-dataset-quicksearch-products a {
  overflow: hidden;
}
.tt-dataset-quicksearch-products img {
  float: left;
  display: block;
  width: 50px;
}
.tt-dataset-quicksearch-products label {
  display: block;
  margin-left: 60px;
  font-size: 0.8em;
}
.quickSearch-product-name {
  padding-top: 5px;
}
.quickSearch_product_price {
  color: #1e7fe3;
}
.tt-dataset-quicksearch-suggestions {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tt-dataset-quicksearch-suggestions a {
  line-height: 2em;
  font-size: 0.8em;
}
#menuDD {
  position: relative;
  background: #1e7fe3;
  text-align: center;
}
#ddm a {
  display: block;
}
#ddm > li {
  display: inline-block;
  vertical-align: top;
}
#ddm h2,
#ddm h3 {
  margin: 0 !important;
  font-size: 1em;
}
#ddm h2 a {
  padding: 0 15px;
  line-height: 60px;
  font-size: 1em;
  color: #ceffff;
  text-transform: uppercase;
}
#ddm h2 ~ ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0 20px 20px;
  background: #fff;
  border-bottom: 3px solid #ddd;
  transform-origin: top center;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
}
#ddm > li:hover h2 ~ ul {
  transform: scaleY(1);
}
#ddm >li:hover h2 a {
  background: rgba(0,0,0,0.1);
}
#ddm h2 ~ ul > li {
  display: inline-block;
  width: 180px;
  margin: 0 15px;
  text-align: left;
  vertical-align: top;
}
#ddm h3 a {
  margin-top: 20px;
  line-height: 2em;
  text-transform: uppercase;
}
#ddm h3 ~ ul a {
  line-height: 2em;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
}
#ddm h3 ~ ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #logo a {
    display: block;
    transform: scale(0.9);
    transform-origin: left center;
  }
  #frmQuickSearch,
  #quicksearch-form {
    top: 105px;
    left: 70px;
    right: 20px;
    width: auto;
  }
  #menuDD {
    height: 60px;
  }
  label[for="menuDD-toggle"] {
    position: absolute;
    left: 10px;
    display: block;
    width: 50px;
    height: 60px;
    padding: 5px 0;
    color: #ceffff;
    cursor: pointer;
  }
  label[for="menuDD-toggle"]:before {
    content: '\F0C9';
    line-height: 35px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 2em;
    font-weight: 300;
  }
  label[for="menuDD-toggle"]:after {
    content: 'MENU';
    display: block;
    line-height: 15px;
    font-size: 0.7em;
    font-weight: 600;
  }
  #ddm {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3000;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    padding: 5px 15px;
    background: #fff;
    text-align: left;
    overflow: auto;
    transition: all 0.5s ease-in-out;
  }
  #ddm > li {
    display: block;
  }
  #ddm .ddm_lvl0:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #ddm .ddm_lvl0:nth-child(1) h2 a {
    border: none;
  }
  #ddm .ddm_lvl0:hover h2 a {
    background: none;
  }
  #ddm a:hover {
    color: #054e99;
  }
  #ddm h2 a {
    margin-top: 10px;
    padding: 0;
    border-top: 1px dotted #ddd;
    font-size: 1.2em;
    color: #000;
  }
  #ddm h2 ~ ul {
    position: relative !important;
    padding: 0;
    border: none;
    transform: scaleY(1);
  }
  #ddm h2 ~ ul > li {
    width: 100%;
    margin: 0;
  }
  #ddm h3 a {
    margin-top: 10px;
  }
  #menuDD-toggle:checked ~ label[for="menuDD-toggle"]:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: #000;
    opacity: 0.85;
  }
  #menuDD-toggle:checked ~ #ddm {
    left: 0;
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar {
    width: 5px;
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
  }
}
@media only screen and (max-width: 640px) {
  #menu0 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #nav-your-account {
    top: 0;
    right: 130px !important;
    line-height: 40px;
  }
  #nav-your-account span {
    display: inline-block;
    font-size: 1em;
  }
  #logo a {
    transform: scale(0.6);
    transform-origin: left bottom;
  }
  #floating_cart_header {
    border: none;
  }
}
#ddm > li {
  position: relative;
}
#ddm h2 ~ ul {
  right: auto;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#ddm h2 ~ ul li {
  display: block;
  width: 250px;
}
#ddm h2 ~ ul.align-right {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1025px) {
  #ddm h2 ~ ul {
    position: absolute;
  }
}
@media only screen and (max-width: 1024px) {
  #menuDD-toggle:checked ~ #ddm > li {
    display: block;
  }
  #menuDD-toggle:checked ~ #ddm h2 ~ ul {
    border: none;
  }
  #menuDD-toggle:checked ~ #ddm h2 ~ ul li {
    width: 100%;
  }
}
#container_footer {
  position: relative;
  z-index: 100;
  margin-top: 45px;
  background: #eee;
  overflow: hidden;
  text-align: center;
  font-size: 0.9em;
  color: #333;
}
#frmNewsletter {
  display: none;
  padding: 10px;
  background: #1e7fe3;
  color: #ceffff;
  overflow: hidden;
}
#newsletter {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}
#newsletter h5 {
  display: inline-block;
  margin: 0 15px 0 !important;
  line-height: 40px;
  font-size: 1.3em;
  vertical-align: middle;
}
#newsletter h5:before {
  content: '\F0E0';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #ceffff;
  border-radius: 50%;
  line-height: 40px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  text-align: center;
}
#newsletter h5 + span {
  display: none;
}
#newsletter_interactive {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#newsletter_interactive li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#newsletter_interactive label {
  display: none;
}
#newsletter_interactive input {
  width: 300px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #ddd;
  line-height: 38px;
}
#newsletter_interactive p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#newsletter_interactive #newsletter_i2 {
  margin-right: 0;
  text-align: right;
}
#newsletter_interactive #newsletter_i2 button {
  padding: 0 10px;
  line-height: 38px;
  font-size: 0.85em;
}
#f-foot {
  max-width: 1420px;
  margin: 20px auto;
  padding: 0 10px;
  text-align: center;
}
#f-menu {
  margin-bottom: 20px;
  color: #333;
}
#f-menu a {
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  color: #333;
}
#f-menu a:before {
  content: '|';
  margin: 0 10px;
}
#f-menu a:nth-of-type(1):before {
  content: '';
  margin: 0;
}
#f-menu a:hover span {
  text-decoration: underline;
}
#f-atendimento,
#f-redes {
  display: inline-block;
  color: #333;
  vertical-align: top;
}
#f-atendimento h3,
#f-redes h3 {
  margin-bottom: 5px;
}
#f-atendimento p,
#f-redes p {
  margin: 0;
  opacity: 0.5;
}
#f-atendimento a,
#f-redes a {
  display: inline-block;
  margin: 5px 10px 0 0;
  font-size: 2em;
  color: #333;
  vertical-align: middle;
}
#f-atendimento a:hover,
#f-redes a:hover {
  opacity: 0.8;
}
#f-atendimento {
  padding-right: 15px;
  text-align: right;
}
#f-redes {
  padding-left: 15px;
  border-left: 1px solid #333;
  text-align: left;
}
#f-pagamento {
  padding: 30px 10px 0;
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: rgba(0,0,0,0.5);
}
#f-pagamento img {
  margin-left: 10px;
  vertical-align: middle;
}
#f-infos {
  padding: 20px 10px 0;
  background: #fff;
  text-align: center;
  color: #000;
}
#f-infos p {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0.95em;
  opacity: 0.5;
}
#f-sec {
  padding: 20px 10px;
  background: #fff;
  text-align: center;
  color: #000;
}
#f-sec img {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width: 800px) {
  #newsletter_interactive li {
    margin-right: 3px;
  }
  #newsletter_interactive input {
    width: 250px;
  }
  #f-atendimento,
  #f-redes {
    display: block;
    padding: 0;
    border: none;
    text-align: center;
  }
  #f-redes {
    margin-top: 20px;
  }
  #f-redes p {
    display: inline-block;
    margin-right: 10px;
  }
  #f-pagamento span {
    display: block;
  }
  #f-pagamento img {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #newsletter {
    padding: 10px;
  }
  #newsletter_interactive {
    display: block;
  }
  #newsletter_interactive li {
    display: block;
    margin-right: 0;
  }
  #newsletter_interactive input {
    width: 100%;
  }
  #newsletter_interactive #newsletter_i2 a {
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #newsletter h5 {
    text-align: center;
    line-height: 20px;
    font-size: 1.1em;
  }
  #newsletter h5:before {
    display: none;
  }
}
label[for="products-filters-mobile-toogle"] {
  display: none;
}
.solr_category {
  margin-top: 15px;
}
.solr_category > span {
  line-height: 40px;
  font-size: 1.5em;
  text-transform: capitalize;
}
.solr_category > span font {
  display: none;
}
.solr_category li {
  padding: 5px 0;
  color: #000;
  cursor: pointer;
}
.solr_category li input {
  display: none;
}
.solr_category li label {
  line-height: 20px;
  cursor: pointer;
}
.solr_category li label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: top;
}
.solr_category li label i {
  padding-left: 3px;
  opacity: 0.5;
}
.solr_category li:hover label {
  color: #054e99;
}
.solr_category li:hover label:before {
  border: 2px solid #054e99;
}
.solr_category li input:checked + label {
  color: #054e99;
}
.solr_category li input:checked + label:before {
  background: #054e99;
  border: 2px solid #054e99;
  box-shadow: inset 0 0 0 3px #fff;
}
#products-filters-selected {
  padding-top: 15px;
}
#products-filters-selected button {
  padding: 0 5px;
  line-height: 20px;
  font-weight: 400;
}
#products-filters-selected li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding-left: 7px;
  background: #054e99;
  font-size: 0.85em;
  color: #fff;
  opacity: 0.8;
}
#products-filters-selected li button {
  width: 20px;
  margin-left: 7px;
  background: rgba(0,0,0,0.15);
  color: #fff;
}
#products-filters-selected #clear-filters {
  display: inline-block;
  font-size: 0.85em;
  text-transform: capitalize;
}
.active_filters {
  display: none;
}
@media only screen and (max-width: 1024px) {
  label[for="products-filters-mobile-toogle"] {
    position: relative;
    display: block;
    padding: 0 20px;
    background: #054e99;
    text-align: center;
    line-height: 40px;
    font-size: 0.85em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  #products-filters-mobile-toogle:checked ~ label[for="products-filters-mobile-toogle"]:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: #000;
    opacity: 0.85;
  }
  #products-filters-mobile-toogle:checked ~ #products-filters-mobile {
    left: 0;
  }
  #products-filters-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3000;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    padding: 15px;
    background: #fff;
    text-align: left;
    overflow: auto;
    transition: all 0.5s ease-in-out;
  }
  .solr_category:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}
#container_body {
  overflow: hidden;
}
#products-filters {
  float: left;
  width: 250px;
  padding: 15px 0;
  margin-left: 2%;
}
#products-filters ~ #main_form,
#products-filters ~ #products_img,
#products-filters ~ #products_footer_index {
  margin-left: calc(250px + 2%);
}
#products_img,
#custom_CST_products_img {
  padding: 0 1%;
}
.items_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.items_container > li {
  width: 25%;
  margin: 15px 0;
  padding: 1%;
  text-align: center;
}
#products_header_dok {
  padding: 15px 2% 0;
  line-height: 30px;
  font-size: 0.8em;
  text-align: right;
}
#products_header_dok li {
  display: inline-block;
  margin-left: 10px;
}
#products_header_dok a {
  font-weight: 400;
  text-transform: capitalize;
}
#products_header_dok a:hover {
  text-decoration: underline;
}
#products_footer_index {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
#products_header_index,
#products_footer_dok,
#custom_CST_products_header_dok,
#custom_CST_products_footer_dok,
#custom_CST_products_header_index,
#custom_CST_products_footer_index,
#products_txt {
  display: none;
}
#products-search-didyoumean {
  padding: 15px 2% 0;
  font-size: 1.2em;
}
#products-search-didyoumean a {
  text-decoration: underline;
}
#products-list-eof {
  padding: 15px 2%;
  text-align: center;
  font-size: 1.5em;
}
#products-search-didyoumean:after,
#products-list-eof-didyoumean:after {
  content: ' ?';
}
#products-list-eof-didyoumean a {
  font-size: 1.2em;
  text-decoration: underline;
}
#products_eof {
  padding: 15px 2%;
}
#products_eof:before {
  content: 'Nenhum produto encontrado';
  display: block;
  margin-bottom: 10px;
  font-size: 1.4em;
}
#products_eof h2 {
  font-size: 1em;
}
#products_eof img {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .items_container > li {
    width: 20%;
  }
  #crossSelling .items_container > li {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  #products-filters ~ #main_form #products_img .items_container > li,
  #products-filters ~ #products_img .items_container > li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1024px) {
  #products-filters {
    float: none;
    width: 100%;
    padding: 15px 2% 0;
    margin-left: 0;
  }
  #products-filters ~ #main_form,
  #products-filters ~ #products_img,
  #products-filters ~ #products_footer_index {
    margin-left: 0;
  }
  #products_header_dok {
    text-align: center;
  }
  #products_img .items_container > li,
  #crossSelling .items_container > li,
  #custom-CST-content > li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 800px) {
  #products-filters,
  #products-search-didyoumean,
  #products_header_dok {
    padding-right: 3%;
    padding-left: 3%;
  }
  #products_img,
  #custom_CST_products_img {
    padding: 0 2%;
  }
  #products_img .items_container > li,
  #crossSelling .items_container > li,
  #custom-CST-content > li {
    width: 50%;
    padding: 2%;
  }
}
#help {
  max-width: 1600px;
  margin: auto;
  padding: 20px 40px;
  line-height: 2em;
}
#help_body {
  margin-top: 30px;
}
#help_body .title,
#help_body .subtitle {
  display: block;
  color: #000;
}
#help_body .title ~ a,
#help_body .subtitle ~ a {
  font-weight: 400;
}
#help_body .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
}
#help_body .subtitle {
  margin: 20px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  font-weight: 600;
}
#contact {
  max-width: 1600px;
  margin: auto;
  padding: 20px 40px;
  text-align: center;
}
#contact_body_notes {
  margin: 20px 0;
}
#contact_body_form {
  text-align: left;
}
#contact_body_form th {
  width: 100px;
  padding-right: 10px;
  text-align: right;
  font-weight: 400;
}
#contact_body_form td {
  padding: 3px 0;
}
#contact_body_form td input,
#contact_body_form td textarea {
  width: 100%;
}
#contact_body_form td textarea {
  height: 300px;
}
#cntRecaptcha,
#cntSubmit {
  display: inline-block;
  vertical-align: middle;
}
#cntSubmit {
  margin-left: 20px;
  line-height: 3.5em;
}
@media only screen and (min-width: 1601px) {
  body:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 160px;
    background: #eee;
    border-bottom: 60px solid #1e7fe3;
  }
  #container_header,
  #container_body {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  #nav-your-account {
    z-index: 100;
  }
}
.breadcrumb {
  font-size: 0.8em;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb span:before {
  content: '/';
  padding: 0 10px;
}
.breadcrumb a:first-child span {
  display: none;
}
.breadcrumb a:first-child:before {
  content: 'Home';
  display: inline-block;
}
#products .breadcrumb {
  padding: 15px 2vw 0;
}
#products #creative {
  padding: 15px 2vw 0;
}
#products #creative h1 {
  margin: 0;
}
#products #creative img {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#products #creative small {
  display: none;
}
#products #creative p {
  margin-bottom: 0;
  line-height: 2em;
  opacity: 0.75;
}
.extra #creative {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2vw;
}
.extra #creative h1 {
  line-height: 2em;
}
.extra #creative img {
  margin-bottom: 1.5vw;
}
.extra #creative p {
  margin-bottom: 1.5vw;
  line-height: 2em;
}
@media only screen and (max-width: 800px) {
  #products .breadcrumb,
  #products #creative {
    padding-right: 3%;
    padding-left: 3%;
  }
  #products #creative p,
  .extra #creative p {
    font-size: 0.9em;
  }
}
.item_box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item_box .item_ref,
.item_box .item_status,
.item_box .item_description,
.item_box .item_availability,
.item_box .item_save,
.item_box .item_brand,
.item_box .item_similars {
  display: none;
}
.item_box .item_img {
  order: -2;
}
.item_box .item_img img {
  display: block;
  width: 100%;
}
.item_box .item_txt {
  text-align: center;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.8em;
}
.item_box .item_name strong {
  font-weight: 400;
}
.item_box .item_listPrice {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 0.85em;
  color: #999;
}
.item_box .item_ourPrice {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: #1e7fe3;
}
.item_box .item_ourPrice label {
  font-size: 0.75em;
  font-weight: 400;
}
.item_box .item_or {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #1e7fe3;
}
.item_box .item_or label {
  font-size: 0.9em;
  font-weight: 400;
}
.item_box .item_or span {
  color: #1e7fe3;
}
.item_box .item_or:after {
  content: ' sem juros';
  font-size: 0.9em;
  font-weight: 400;
}
.item_box .item_prices_payment_conditions {
  margin-top: 10px;
}
.item_box .item_prices_payment_conditions span {
  padding-right: 4px;
  font-size: 0.9em;
  opacity: 0.5;
}
.item_box .item_prices_payment_conditions .products-text-price-final {
  font-size: 1em;
  font-weight: 600;
  color: #1e7fe3;
  opacity: 1;
}
.item_box .item_availability_2 {
  display: block;
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 0.9em;
  text-transform: capitalize;
}
.item_box .item_availability_2 label {
  display: none;
}
.item_box .item_availability_2 a {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.item_box .item_aggregateRating {
  order: -1;
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .item_box {
    font-size: 0.85em;
  }
  .item_box .item_name {
    margin-top: 5px;
    line-height: 1.6em;
  }
}
.item_box .item_status_2,
.item_box .item_status_3,
.item_box .free_shipping,
.item_box .free_shipping_restricted,
.item_box .item_discount {
  position: absolute;
  right: 5px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.7em;
  text-transform: uppercase;
}
.item_box .item_status_3 {
  top: 5px;
  background: #1e7fe3;
  color: #fff;
}
.item_box .free_shipping,
.item_box .free_shipping_restricted {
  top: 30px;
  background: #1e7fe3;
  color: #fff;
}
.item_box .free_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
}
.item_box .free_shipping_restricted:after {
  content: 'Frete Gr\E1tis*';
}
.item_box .item_free_shipping_restricted {
  display: none;
}
.item_box .item_status_2 {
  top: 5px;
  background: #fe0f1b;
  color: #fff;
}
.item_box .item_discount {
  top: 5px;
  padding: 0;
  background: #fe0f1b;
  color: #fff;
}
.item_box .item_discount:before {
  content: 'Promo\E7\E3o';
  padding: 0 10px;
}
.item_box .item_discount_percentage {
  display: inline-block;
  padding: 0 7px;
  background: rgba(0,0,0,0.25);
}
.item_box .item_discount_percentage:before {
  content: '-';
}
.item_box .item_discount_label {
  display: none;
}
#details_texts_status.promocao > span,
#details_texts_status.lancamento > span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  vertical-align: top;
}
#details_texts_status.promocao > span {
  background: #fe0f1b;
  color: #fff;
}
#details_texts_status.lancamento > span {
  background: #1e7fe3;
  color: #fff;
}
#details_texts_availability_shipping_restricted {
  display: none;
}
#details_texts_availability_shipping,
#free-shipping-restricted {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #1e7fe3;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
#details_texts_availability_shipping:before,
#free-shipping-restricted:before {
  content: '\F0D1';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: rgba(0,0,0,0.2);
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.15em;
  font-weight: 300;
  vertical-align: top;
}
#details_texts_availability_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
  display: inline-block;
  padding: 0 10px;
  font-size: 0.75em;
  vertical-align: top;
}
#free-shipping-restricted * {
  display: inline-block;
  vertical-align: top;
}
#free-shipping-restricted .free-shipping-restricted-title {
  padding: 0 10px;
  font-size: 0.75em;
}
#free-shipping-restricted ul {
  padding-right: 10px;
}
#free-shipping-restricted li {
  font-size: 0.75em;
}
#free-shipping-restricted li:before {
  content: ', ';
}
#free-shipping-restricted li:nth-of-type(1):before {
  content: '';
}
#details_texts_availability #details_texts_availability_shipping,
#details_texts_availability #free-shipping-restricted {
  margin: 20px 0 0;
}
@media only screen and (max-width: 480px) {
  .item_box .item_status_2,
  .item_box .item_status_3,
  .item_box .free_shipping,
  .item_box .free_shipping_restricted,
  .item_box .item_discount {
    top: 0;
    right: 0;
    padding: 0 5px;
    line-height: 15px;
  }
  .item_box .item_discount {
    padding: 0;
  }
  .item_box .item_discount:before,
  .item_box .item_discount .item_discount_percentage {
    padding: 0 5px;
  }
  .item_box .free_shipping,
  .item_box .free_shipping_restricted {
    top: 20px;
  }
  .item_box .free_shipping:after {
    content: 'Frete Gr\E1tis';
  }
}
.item_box .product_promotion {
  margin-top: 10px;
  text-align: left;
}
.item_box .product_promotion_name,
.item_box .product_promotion_description {
  display: none;
}
.details_promotion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}
.details_promotion img {
  order: -1;
  max-height: 50px;
  background: #fff;
}
.details_promotion .details_promotion_name {
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.details_promotion .details_promotion_name:after {
  content: '-';
  margin: 0 5px;
}
@media only screen and (max-width: 480px) {
  .details_promotion {
    justify-content: center;
  }
}
#details_images_big,
.details_images_big {
  border: 1px solid rgba(221,221,221,0.5);
  box-shadow: inset 0 0 0 5px #fff;
  align-self: start;
}
#details_images_big img,
.details_images_big img {
  padding: 5px;
}
#details_images_thumbs a {
  display: block;
  margin: 0 2.5px 5px;
}
#details_images_thumbs img {
  max-width: 100%;
  margin: auto;
  padding: 5px !important;
  border: 1px solid rgba(221,221,221,0.5);
}
#details_images_zoom a {
  border: none;
}
@media only screen and (max-width: 480px) {
  #details_images_thumbs li {
    padding: 0;
  }
}
#buy-together,
#details_dynamic ~ div,
#details-dynamic ~ div,
.custom_list {
  margin-top: 60px;
  border-top: 1px solid #000;
}
#details_dynamic ~ #main_footer,
#details-dynamic ~ #main_footer {
  border: none;
}
#extra-details-grid,
#buy-together > a,
#crossSelling h2,
#GR h2,
#ASQ h2,
.custom_list {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 1em;
}
#custom_CST_products > .breadcrumb,
#buy-together > a .subtitle,
#extra-details-grid:before,
#details_fixed:before,
#crossSelling h2 a,
#GR h2 a,
#ASQ h2 a {
  position: relative;
  top: -0.75em;
  display: inline-block;
  margin: auto;
  padding: 0 20px;
  background: #fff;
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
}
#custom_CST_products > .breadcrumb :after,
#buy-together > a .subtitle :after,
#extra-details-grid:before :after,
#details_fixed:before :after,
#crossSelling h2 a :after,
#GR h2 a :after,
#ASQ h2 a :after {
  content: '';
  position: absolute;
  top: -75em;
  right: 0;
  left: 0;
  height: 1px;
  background: #000;
}
#details_fixed {
  text-align: center;
}
#details_fixed:before {
  content: 'Caracter\EDsticas do produto';
}
#details_fixed h2 {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
}
#details_fixed h2:before {
  content: '\F324';
  display: inline-block;
  width: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.85em;
  font-weight: 300;
}
#details_fixed .subtitle-content {
  margin: 0 20px;
  text-align: left;
  line-height: 2em;
}
#details_fixed .subtitle-content ul {
  padding-left: 15px;
  list-style: inside;
  list-style-type: disc;
}
#GR_invitation,
#ASQ_invitation {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
}
#GR_invitation a,
#ASQ_invitation a {
  display: inline-block;
  padding: 0 10px;
  background: #054e99;
  font-size: 0.85em;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#GR_invitation a:hover,
#ASQ_invitation a:hover {
  opacity: 0.8;
}
#GR_invitation span,
#ASQ_invitation span {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
  .custom_list {
    margin: 1.5vw 2vw !important;
  }
}
@media only screen and (max-width: 800px) {
  #custom_CST_products > .breadcrumb,
  #buy-together > a .subtitle,
  #extra-details-grid:before,
  #details_fixed:before,
  #crossSelling h2 a,
  #GR h2 a,
  #ASQ h2 a {
    padding: 0 10px;
    font-size: 1.3em;
  }
}
#floating_cart_header a:before,
#quickview-texts-availability-field .item_btn_buy:before,
#details_texts_availability_field .item_btn_buy a:before,
#details-buy-together-buy a:before,
#extra-details-buy-top a:before,
#extra-details-buy-bottom a:before,
#details_texts_availability #btnBuy:before,
.order-reload a:before {
  content: '\F07A';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#details_texts_availability_field .item_btn_buy a,
#details-buy-together-buy a,
#extra-details-buy-top a,
#extra-details-buy-bottom a {
  display: inline-block;
  height: 60px;
  background-color: #009c69;
  text-align: center;
  line-height: 60px;
  font-size: 1.7em;
  font-weight: 400;
  color: #fff;
}
#details_texts_availability_field .item_btn_buy a:before,
#details-buy-together-buy a:before,
#extra-details-buy-top a:before,
#extra-details-buy-bottom a:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.15);
  font-size: 1.25em;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy a:after,
#details-buy-together-buy a:after,
#extra-details-buy-top a:after,
#extra-details-buy-bottom a:after {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy img,
#details-buy-together-buy img,
#extra-details-buy-top img,
#extra-details-buy-bottom img {
  display: none;
}
#quickview-texts-availability-field .item_btn_buy,
#details_texts_availability #btnBuy {
  display: inline-block;
  height: 60px;
  padding: 0 15px 0 0;
  background-color: #009c69;
  text-align: center;
  line-height: 60px;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
}
#quickview-texts-availability-field .item_btn_buy:before,
#details_texts_availability #btnBuy:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: rgba(0,0,0,0.15);
  font-size: 1.25em;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy a:after {
  content: 'Comprar';
}
#details-buy-together-buy a:after {
  content: 'Comprar junto';
}
#extra-details-buy-top a:after,
#extra-details-buy-bottom a:after {
  content: 'Comprar itens selecionados';
}
@media only screen and (max-width: 480px) {
  #details_texts_availability_field .item_btn_buy a,
  #details-buy-together-buy a {
    font-size: 1.5em;
  }
  #extra-details-buy-top a,
  #extra-details-buy-bottom a {
    font-size: 1.2em;
  }
  #extra-details-buy-top a:after,
  #extra-details-buy-bottom a:after {
    content: 'Comprar selecionados';
  }
}
.paginator {
  font-size: 0.9em;
}
.paginator li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 25px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  background: #054e99;
  font-weight: 600;
  color: #fff;
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a:before {
  content: '\F100';
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.paginator .paginator-next a:after {
  content: '\F101';
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
  .paginator .paginator-previous a span,
  .paginator .paginator-next a span {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .items_container > li {
    width: 25%;
  }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.module_fullscreen {
  position: relative;
  padding-bottom: 10px;
}
.module_fullscreen > div {
  position: relative;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.landing_module,
.full_module {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_module > div,
.full_module > div {
  padding: 10px;
  overflow: hidden;
}
.landing_module a img,
.full_module a img {
  transition: all 0.3s ease;
}
.landing_module a:hover img,
.full_module a:hover img {
  opacity: 0.95;
}
.landing_module img,
.full_module img {
  display: block;
  margin: auto;
}
.landing_module p,
.full_module p {
  line-height: 2em;
}
.landing_module {
  max-width: 1600px;
  margin: 0 auto;
}
.subtitle-content .landing_module {
  max-width: 100%;
  padding: 0;
}
.module_content {
  display: block;
}
.module_col_1 {
  width: 100%;
}
.module_col_2 {
  width: 50%;
}
.module_col_3 {
  width: 33.333%;
}
.module_col_4 {
  width: 25%;
}
.module_col_5 {
  width: 20%;
}
.module_col_6 {
  width: 16.666%;
}
.module_col_8 {
  width: 12.5%;
}
.module_bg {
  height: 100%;
  background: rgba(221,221,221,0.15);
}
.side_txt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module_col_1 .side_txt .module_content_img {
  width: 66.666%;
}
.module_col_1 .side_txt .module_content_txt {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_img {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_txt {
  width: 66.666%;
}
.module_col_1 .half_txt .module_content_img,
.module_col_1 .half_txt .module_content_txt {
  width: 50%;
}
.module_col_2 .side_txt .module_content_img,
.module_col_2 .side_txt .module_content_txt {
  width: 50%;
}
.module_content_txt {
  padding: 20px 0 25px;
  text-align: center;
  overflow: hidden;
}
.module_content_txt > * {
  margin: 0 !important;
}
.module_content_txt > * + * {
  margin-top: 15px !important;
}
.module_content_txt > * + .button {
  margin-top: 20px !important;
}
.module_bg .module_content_txt {
  padding-right: 20px;
  padding-left: 20px;
}
.side_txt .module_content_txt {
  padding-right: 3vw;
  padding-left: 3vw;
}
.module_slider {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1vw;
}
.module_slider .slider > * {
  padding: 1vw;
}
.slide_txt {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}
.mosaic_module {
  display: grid;
  margin: auto;
  padding: 0 15px;
  align-items: center;
}
.mosaic_module img {
  display: block;
}
.mosaic_module_frame {
  max-width: 1600px;
}
.mosaic_6_6 {
  grid-template-rows: auto;
  grid-template-columns: 6fr 6fr;
}
.mosaic_4_8 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
}
.mosaic_8_4 {
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
}
.mosaic_3_9 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 9fr;
}
.mosaic_9_3 {
  grid-template-rows: auto;
  grid-template-columns: 9fr 3fr;
}
.mosaic_3_6_3 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr 3fr;
}
.mosaic_4_4_4 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 4fr 4fr;
}
.mosaic_content {
  display: grid;
}
.mosaic_grid_2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.mosaic_item {
  padding: 5px;
}
.icon_txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icon_txt .module_content_img {
  flex: 0 0 50px;
  height: 50px;
  text-align: center;
}
.icon_txt .module_content_img svg {
  width: 100%;
}
.icon_txt .module_content_img i {
  font-size: 3em;
}
.icon_txt .icon_bg {
  flex: 0 0 60px;
  height: 60px;
  background: #eee;
  padding: 10px;
}
.icon_txt .icon_bg svg {
  color: #333;
}
.icon_txt .icon_bg i {
  line-height: 40px;
  font-size: 2em;
  color: #333;
}
.icon_txt .module_content_txt {
  padding: 0 0 0 15px;
  text-align: left;
}
.icon_txt .module_content_txt p {
  margin: 0 !important;
  line-height: 1.5em;
}
.icon_txt .module_content_txt .icon_txt_title {
  font-size: 1.3em;
  font-weight: 600;
}
.icon_txt .module_content_txt .icon_txt_subtitle {
  font-size: 0.85em;
}
.module_brands {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
}
.module_brands .prevButton,
.module_brands .nextButton {
  width: auto;
  padding: 0;
  cursor: pointer;
}
.brands_slider > div {
  display: inline-block;
}
.custom_list {
  position: relative;
  max-width: 1600px;
  margin: 1.5vw auto;
  padding: 0 2vw;
}
.mosaic_module .custom_list {
  margin: 0 auto !important;
}
.module_video {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 801px) {
  .h_center {
    text-align: center;
  }
  .h_left {
    text-align: left;
  }
  .h_right {
    text-align: right;
  }
  .v_top {
    align-self: flex-start;
  }
  .v_bottom {
    align-self: flex-end;
  }
  .v_middle {
    align-self: center;
  }
}
@media only screen and (max-width: 800px) {
  .landing_module,
  .full_module {
    font-size: 0.9em;
  }
  .side_txt {
    flex-direction: column;
  }
  .side_txt .module_content_img {
    width: 100% !important;
    order: -1;
  }
  .side_txt .module_content_txt {
    width: 100% !important;
  }
  .module_col_3,
  .module_col_4 {
    width: 50%;
  }
  .module_col_5,
  .module_col_6,
  .module_col_8 {
    width: 33.333%;
  }
  .icon_txt .module_content_img {
    flex: 0 0 30px;
    height: 30px;
  }
  .icon_txt .module_content_img i {
    font-size: 2em;
  }
  .icon_txt .icon_bg {
    flex: 0 0 40px;
    height: 40px;
    padding: 5px;
  }
  .icon_txt .icon_bg i {
    line-height: 30px;
  }
  .icon_txt .icon_bg svg {
    width: 30px;
  }
  .icon_txt .module_content_txt .icon_txt_title {
    font-size: 1.1em;
  }
  .mosaic_module {
    padding: 0 3px;
  }
  .mosaic_item {
    padding: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .landing_module,
  .full_module {
    padding: 0 5px;
  }
  .landing_module > *,
  .full_module > * {
    width: 100%;
    padding: 5px;
  }
  .landing_module .sm_col_2,
  .full_module .sm_col_2 {
    width: 50%;
  }
  .slide_txt {
    font-size: 0.8em;
  }
  .module_icon > div {
    width: 100%;
  }
  .mosaic_module {
    grid-template-columns: 1fr;
  }
  .mosaic_module .mosaic_content {
    grid-template-columns: 1fr 1fr;
  }
}
#extra_50 {
  max-width: 1600px;
  margin: auto;
  text-align: center;
}
#extra_50 #extra_body {
  padding: 0 1.5vw;
}
#brands-nav {
  padding: 1.5vw 0;
}
#brands-nav li {
  display: inline-block;
}
#brands-nav a {
  display: block;
  padding: 5px 10px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
#brands-nav a:hover {
  background: #054e99;
  color: #fff;
}
.brands-list {
  position: relative;
  min-height: 100px;
  padding: 1.5vw 0 1.5vw 80px;
  border-top: 1px dotted #ddd;
}
.brands-list h2 {
  position: absolute;
  top: 1.5vw;
  left: 0;
  width: 50px;
  background: #054e99;
  line-height: 50px;
  color: #fff;
}
.brands-list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.brands-list-items li {
  width: 33%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
}
.brands-list-items li > span {
  opacity: 0.8;
}
.brands-list-items a {
  color: #000;
}
.brands-list-items a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .brands-list-items li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .brands-list {
    padding-left: 60px;
  }
  .brands-list h2 {
    width: 3vw;
    line-height: 3vw;
    font-size: 1.2em;
  }
  .brands-list-items li {
    width: 100%;
  }
}
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  display: flex;
  transition: all 0s;
}
.tns-slider > li {
  padding: 0 15px;
}
.tns-item {
  margin-left: 0 !important;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel >.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel >.tns-item {
  float: left;
  margin-right: 0 !important;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  display: none;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"],
.prevButton,
.nextButton {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.tns-controls button[data-controls="prev"],
.prevButton {
  left: 1.5vw;
}
.tns-controls button[data-controls="next"],
.nextButton {
  right: 1.5vw;
}
.module_slider .tns-controls button[data-controls="prev"],
.module_slider .prevButton {
  left: 0;
}
.module_slider .tns-controls button[data-controls="next"],
.module_slider .nextButton {
  right: 0;
}
.tns-item .slide_txt {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}
.tns-slide-active .slide_txt {
  opacity: 1;
  transform: scale(1);
}
.tns-nav {
  margin-bottom: 1.5vw;
  text-align: center;
}
.tns-nav button {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  padding: 0;
  background: #ddd;
  border-radius: 50%;
}
.tns-nav button:hover,
.tns-nav .tns-nav-active {
  background: #054e99;
}
.custom_list .tns-slider .tns-item {
  padding: 10px !important;
}
@media only screen and (max-width: 1024px) {
  .module_icon.tns-slider {
    display: block;
    max-width: auto;
    margin: 1.5vw auto 0;
  }
  .module_icon .tns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .module_icon.tns-slider {
    margin-top: 3vw;
  }
  .tns-nav {
    margin-bottom: 3vw;
  }
  .tns-controls button[data-controls="prev"],
  .tns-controls button[data-controls="next"],
  .prevButton,
  .nextButton {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.youtube-container { position: relative; z-index: 100; display: block; max-width: 100vw; margin: 20px auto; -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .25); box-shadow: 2px 2px 10px rgba(0, 0, 0, .25); border-radius: 15px; overflow: hidden; }
.youtube-container .play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; z-index: 150; background: url(https://www.armarinhosaojose.com.br/octopus/design/images/94/youtube_play.png) no-repeat; }
.youtube-player { display: block; width: 100%; padding-bottom: 56%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; background: #000; z-index: 100; }
.youtube-thumb { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; margin: auto; max-width: 100%; width: 100%; height: auto; }
.youtube-shorts{max-width: 300px !important;}
.youtube-shorts .youtube-player{padding-bottom: 178%}
.youtube-shorts .youtube-thumb{width: auto !important; max-width: none; height: 101%; left: -70%;}
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }