h1, h2, h3, h4{
    color:#2C68A3;
  }
  
  .principal-image {
      width: 85%;
      height: 100%;
  }
  #line-top {
      border-top: 1px var(--accordion-border-color) solid;
  }
  .comments {
      margin: 4rem 0;
  }
  #modal {
      opacity: 1;
      transition: opacity 0.3s ease;
  }
  #modal.fade-out {
      opacity: 0;
  }
  .texto-aviso svg {
      margin-right: 10px;
  }
  .red-border {
      border: 2px solid red !important;
  }
  .modal-questions {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid #ccc;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      width: 100%;
      height: 100%;
  }
  btn-perguntar:disabled {
      cursor: not-allowed;
  }
  .tag-porcentagem {
      font-size: 14px;
      font-weight: bold;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      float: right;
      background: #a12323;
      width: 50px;
      height: 30px;
      border: 1px #979797 solid;
      margin-top: 6px;
  }
  .n49-product-rating__image-list-wrapper {
      margin-top: .9375rem;
  }
  .rating-media-list {
      font-size: .875rem;
  }
  .rating-media-list__container {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
  }
  .rating-media-list__image-wrapper--inactive {
      cursor: zoom-in;
  }
  .rating-media-list__image-wrapper {
      width: 4.5rem;
      height: 4.5rem;
      margin: 0 0.625rem 0.625rem 0;
      position: relative;
  }
  .n49-rating-media-list-image__wrapper {
      position: relative;
  }
  .n49-rating-media-list-image__content, .n49-rating-media-list-image__wrapper {
      width: 100%;
      height: 100%;
  }
  .n49-rating-media-list-image__place-holder {
      width: 100%;
      height: 100%;
      position: relative;
      background-color: #fafafa;
  }
  .n49-rating-media-list-image__content {
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
  }
  .rating-media-list__video-cover {
      position: absolute;
      height: 1.25rem;
      line-height: 1.25rem;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: rgba(0,0,0,.54);
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 0 4px;
      align-items: center;
      font-size: .75rem;
  }
  .rating-media-list__zoomed-image {
      width: 100%;
      height: 100%;
      max-width: 32.25rem;
      max-height: 31.25rem;
      display: none;
      margin-left: -0.6rem;
  }
  .rating-media-list-image-carousel {
      width: 100%;
      height: 100%;
      position: relative;
  }
  .rating-media-list-image-carousel__item-list-wrapper {
      height: 100%;
      overflow: hidden;
  }
  .rating-media-list-image-carousel__item-list {
      display: flex;
      position: relative;
      height: 100%;
      padding: 0;
      margin: 0;
  }
  .rating-media-list-image-carousel__item--fluid {
      flex: 0 1 auto;
      overflow-x: visible;
  }
  .rating-media-list-image-carousel__item {
      height: 100%;
      align-self: center;
      overflow-x: hidden;
      list-style: none;
      float: left;
  }
  .rating-media-list__zoomed-video-item {
      width: 32.25rem;
      height: 31.25rem;
  }
  .rating-media-list__zoomed-image-item, .rating-media-list__zoomed-video-item {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      background: #0a0a0a;
      max-width: 32.25rem;
      max-height: 31.25rem;
  }
  .rating-media-list__zoomed-image--active {
      display: block;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      margin-bottom: 8px;
  }
  swiper-container {
      width: 100%;
      height: 100%;
  }
  
  swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .swiper-button-next, .swiper-button-prev {
      height: 25px !important;
      width: 25px !important;
  }
  #chain_container .chain-first-container .chain-title, #chain_container .chain-second-container .chain-title {
      margin-right: 2rem;
  }
  .img-mag__asset {
      cursor: zoom-in;
  }
  .slideshow_slide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .slideshow_slide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 0 !important;
  }
  @media screen and (max-width: 991.98px) {
    .mm-navbars--top .mm-navbar {
        background: #2C68A3 !important;
    }
    .mm-navbars.mm-navbars--bottom .mm-navbar {
        background: #2C68A3 !important;
    }
    .slideshow_slide_mobile .slideshow_slide .swiper-horizontal>.swiper-pagination-bullets, .slideshow_slide_mobile .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 56px !important;
    }
    .absolute-search {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6px;
        padding: 3px 13px;
        background: #2C68A3 !important;
    }
    .absolute-search input {
        background: white;
          color: rgb(0, 0, 0) !important;
    }
    .absolute-search input::placeholder {
        color: rgb(0, 0, 0) !important;
        opacity: 1; 
    }
    .btn-search {
        background: white;
    }
    .absolute-search svg path {
        fill: #000000 !important;
    } 
    .grid-gap--2xs {
        grid-gap: 10px 6px !important;
    }
  }
  @media screen and (min-width: 981px) {
    .product-v3__panel{
        /*max-height:601px !important;*/
    }
    .height-w-screen {
          height: 100%;
    }
    .js-product-v2__slideshow {
          height: 100%;
    }
    .slideshow__content {
          height: 100%;
    }
    .slideshow--transition-slide .slideshow__item {
          height: 100%;
    }
    .img-mag {
          height: 100%;
    }
    .m-top7 {
          margin-top: 7rem !important;
    }
    .h-auto-desk {
          height: auto;
    }
    .position-column {
          overflow: hidden;
    }
      .ReactProductDetails {
        position: sticky;
          top: 115px;
          min-height: 0px;
          z-index: 100;
          max-width: 15%;
          float: left;
    }
    #mega-nav-navigation .mega-nav__item a.category_link .reset, .mega-nav__item a.mega-nav__control, .mega-nav--desktop .mega-nav__control:hover  {
        color: white !important;
        text-decoration: none !important;
    }
    .slideshow_slide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 46px !important;
    }
    .banner_6_cols .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0 !important;
    }
  }
  @media screen and (min-width: 1600px) {
      .principal-image {
          margin-right: 3rem;
          width: 79%;
      }
      .height-w-screen {
          height: 1194px;
      }
      .img-mag {
          overflow: visible !important;
      }
      .slideshow__content {
          overflow: visible;
          height: 100%;
      }
      .slideshow {
          overflow: visible;
      }
      /*.thumbslide__nav {
          max-height: 716px;
      }*/
      .campo-avaliacoes-recented {
          width: 100% !important;
          padding: 0 !important;
      }
      .mb-lg {
          margin-bottom: 2rem;
      }
      .height-w-screen {
          height: 100%;
      }
      .js-product-v2__slideshow {
          height: 100%;
      }
      .slideshow__content {
          height: 100%;
      }
      .slideshow--transition-slide .slideshow__item {
          height: 100%;
      }
      .img-mag {
          height: 100%;
      }
      .m-top7 {
          margin-top: 7rem !important;
      }
      .h-auto-desk {
          height: auto;
      }
      .position-column {
          overflow: hidden;
      }
      /*.ReactProductDetails {
          position: sticky;
          top: 115px;
          min-height: 0px;
          z-index: 100;
          max-width: 15%;
          float: left;
      }*/
      .thumbslide__nav-list {
          margin-bottom: 4rem;
      }
      .next-button {
          bottom: 10px;
      }
      /*.thumbslide__nav {
          max-height: 760px;
      }*/
  }
  
  .swiper-pagination {
      position: relative !important;
  }
  
  .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px)) !important;
      height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px)) !important;
      display: inline-block !important;
      border-radius: var(--swiper-pagination-bullet-border-radius,50%) !important;
      background: #000000 !important;
      margin-top: 14px !important;
  }
  
  .swiper-button-next:after {
      color: #000 !important;
  }
  
  .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 19px !important;
      text-transform: none!important;
      background-color: #ccc;
      padding: 12px;
      border-radius: 8px;
  }
  
  .from-bottom .n49-btn-buy .addProductList {
      width: 91% !important;
  }
  
  .swiper-scrollbar {
      position: relative !important;
      width: 94% !important;
      height: 7px !important;
  }
  
  .swiper-scrollbar-drag {
      position: absolute !important;
  }
  
  .btn-wishlist {
      width: 2.75rem;
      height: 2.75rem;
      padding: 0!important;
      transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
      border: 0;
      border-radius: 50%;
      background-color: #f3f5f9;
      color: #373f50;
      text-align: center;
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      z-index: 5;
      cursor: pointer;
  }
  
  .btn-wishlist i {
    font-size: 25px; 
  }
  
  .btn-wishlist:hover {
    color: #002726;
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f004";
  }
  
  .btn-sm {
      width: 2rem;
      height: 2rem;
  }
  
  .heart-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
  }
  
  .heart-icon-full::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
    color: red;
  }
  
  .heart-icon:hover::before {
    content: "\f004";
    font-weight: 600;
    color: red;
  }

  .bg_bamboo {
      background:#2C68A3 !important;
  }
  .mega-nav--desktop .mega-nav__control:hover {
    color: #2C68A3 !important;
    margin-left:5px;
  }
  .pb3-btn, .swiper-pagination-bullet {
    background: #2C68A3 !important;
  }
  .newsletter__wrap input[type="submit"], .footer-v6__link:hover .footer-v6__link-icon {
    background-color: #2C68A3 !important;
  }
  :root {
      --store-color: #2C68A3 !important;
  }
  ._testemonials_home h1, ._testemonials_home h2, ._testemonials_home h3, ._testemonials_home h4 {
    color: #2C68A3 !important;
  }
  .pz2-container h1 {
    color: #2C68A3 !important;
  }
  ._testemonials_home h5 {
    color: #2C68A3 !important;
  }
  .newsletter__wrap input[type="submit"] {
    color: white !important;
  }
  .eapps-instagram-feed-title, .eapps-instagram-feed-title a {
    color: #2C68A3 !important;
  }
  .form-legend{
    color:#2C68A3 !important;
  }
   .mf4-btn, .mf4-btn--subtle, .btn-perguntar{
     background:#2C68A3 !important;
   }
  .prod-card-v2__price{
    color:#2C68A3 !important;
  }
  .newsletter__wrap input[type="submit"]{
    color:#FFF;
  }
  .section-informative-banners{
    background:#2C68A3;
    color:#FFF;
    fill:#FFF !important;
  }
  .svg-icon-text{
    color:#CFBEA2;
  }
  title_banner{
    color:#FFF !important;"
  }
  .btn-entrar_login{
    color:#FFF !important;
  }
  .product-card-v2__title{
   font-size: 16px;
  } 
  .side-cart .sc-actions a{
      background-color: #2C68A3 !important;
     color:#fff;
  }
  .frm_pg {
  display: flex;
  width: 480px;
}

.frm_pg li {
  margin-right: 10px;
}
.mega-nav--desktop .mega-nav__btn{
  margin-left: 15px !important;
}
    body {
  font-family: 'Source Sans 3', sans-serif !important;
}

h1, h2, h3, h4 {
    font-family: 'Source Sans 3', sans-serif !important;
}
.background-color--grey-40, .hover-background-color--grey-40:hover {
  background: #2C68A3 !important;
}
.hover-color--base-10:hover {
  color: #2C68A3 !important;
}
.background-color--base-10, .hover-background-color--base-10:hover {
  background: #2C68A3 !important;
}
.mega-nav__label a {
    color: #4e4e4e !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.mega-nav__label a:hover {
    color: #2C68A3 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.resp_btn_account .font-family--dm-sans.font-size--l {
    display: inline-block;
    max-width: 12ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-full.style_menu--bar {
	background-color: #2C68A3 !important;
	margin-top: 15px;
}
.category_link {
	text-decoration: none !important;
}
.mega-nav--desktop .mega-nav__sub-nav-wrapper {
	margin-top: 40px !important;
}
.banner_6_cols img.lazyload {
	filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
.banner_6_cols img.lazyload:hover {
	filter: grayscale(0%);
} 
.page .content center:nth-of-type(3) {
    margin-top: -44px !important;
}
.conteiner-w-screen.banner_2_columns {
  max-width: 1500px;
}