@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(font-awesome.min.css?v=1.0);
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Nunito Sans";
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img,
a {
  outline: none;
}

.header {
  width: 100%;
}

.header .inner {
  clear: both;
}

.top-search-form {
  width: 100%;
  border: none;
  /* background: #fff;
    border-radius: 200px;
    position: relative;
    top: 6px;
    height: 30px; */
}

.top-search-form .form-control {
  outline: none !important;
  border-color: none;
  box-shadow: none;
}

.top-search-form fieldset {
  border: none;
  background: #fff;
  border-radius: 200px;
  position: relative;
  top: 6px;
  height: 30px;
  float: left;
  margin-right: 20px;
}

.top-search-form fieldset.first {
  width: 100%;
}

.top-search-form fieldset.second {
  margin-right: 0;
  width: 42%;
}

@media (max-width: 1366px) {
  .top-search-form fieldset {
    width: 43%;
  }
}
@media (max-width: 600px) {
  .top-search-form fieldset.first,
  .top-search-form fieldset.second {
    width: 100%;
  }
  .top-search-form fieldset.first {
    margin-bottom: 20px;
  }
}
.top-search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  padding-left: 12px !important;
  background: url("../img/icon-triangle-down.png") no-repeat 95% 13px;
}

@media (max-width: 600px) {
  .top-search-form select {
    width: 92%;
  }
}
.top-search-form select:focus {
  outline: none !important;
  border-color: none;
}

@media (max-width: 767px) {
  .top-search-form {
    top: 5px;
    /*height: 50px;*/
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .top-search-form {
    top: 5px;
    height: 50px;
    margin-bottom: 15px;
  }
}
.top-search-form input[type=text],
.top-search-form input[type=search] {
  width: 92%;
  height: 30px;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0 0 0 12px;
  outline: none;
  float: left;
  font: oblique 400 14px "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
  .top-search-form input[type=text],
  .top-search-form input[type=search] {
    font-size: 16px;
    height: 30px;
  }
}
.top-search-form .send-btn {
  display: inline-block;
  border-radius: 300px;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  top: 6px;
  right: 16px;
  transition: background-color 0.2s ease;
  /*background: #fff url(../img/search-mag.png) no-repeat 6px 6px;*/
  background: #c21c35 url(../img/search-mag.png) no-repeat -32px 6px;
}

.top-search-form .send-btn:hover {
  background-color: #e01b38;
}

@media (max-width: 768px) {
  .top-search-form .send-btn {
    bottom: 0;
    right: 15px;
    top: 6px;
  }
}
.top-strip {
  width: 100%;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  font: 400 13px "Nunito Sans", sans-serif;
  color: #a0a0a0;
  padding: 5px 0;
}

.top-strip a {
  text-decoration: none;
  color: #a0a0a0;
}

.top-strip a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .top-strip .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-strip .bolder {
  font-weight: 900;
}

.top-strip .fa-whatsapp {
  display: inline-block;
  font-size: 18px;
}

.control-strip {
  width: 100%;
  background: #e6e6e6;
  padding: 10px 0;
}

@media (max-width: 600px) {
  .control-strip {
    padding: 18px 0;
  }
}
/*quotation itens box*/
.quotation-itens-box {
  font: 600 14px "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
  .control-strip {
    position: relative;
  }
  .quotation-itens-box {
    position: relative;
  }
}
[data-js=show-mobile-menu] {
  position: absolute;
  right: 0;
  top: 5px;
  color: #e61e28;
  font-size: 28px;
  display: none;
}

@media (max-width: 768px) {
  [data-js=show-mobile-menu] {
    display: block;
  }
}
/*cart ico*/
.quotation-itens-box .ico {
  float: left;
  text-decoration: none;
  display: block;
}

.quotation-itens-box .ico .notif {
  display: none;
}

@media (max-width: 768px) {
  .quotation-itens-box .ico {
    position: relative;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .quotation-itens-box .ico .notif {
    display: inline-block;
    background: #e61e28;
    font: 400 11px "Nunito Sans", sans-serif;
    padding: 3px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    border-radius: 100%;
    z-index: 50;
  }
}
.quotation-itens-box .ico .cart-ico {
  background: url("../img/cart-ico.png?v=12") no-repeat 0 0;
  display: inline-block;
  height: 33px;
  position: relative;
  top: 3px;
  width: 35px;
}

@media (max-width: 768px) {
  .quotation-itens-box .ico .cart-ico {
    width: 28px;
    height: 30px;
    background-size: 100%;
    top: 5px;
  }
}
/*quotation content*/
.quotation-itens-box .content {
  float: left;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .quotation-itens-box .content {
    display: none;
  }
}
.quotation-itens-box .content .title {
  display: block;
  font: 900 14px "Nunito Sans", sans-serif;
  color: #a0a0a0;
}

.quotation-itens-box .content .itens-qty a {
  color: #000;
}

.quotation-itens-box:hover .content .itens-qty a {
  text-decoration: underline;
  color: #e61e28;
  cursor: pointer;
}

/*advantages box (link para cotação ao topo)*/
.advantages-top {
  width: 195px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.advantages-top:hover,
.advantages-top:focus {
  text-decoration: none;
  opacity: 0.9;
}

.advantages-top .advtg-box {
  width: 100%;
}

.advantages-top .advtg-box .ico {
  float: left;
  height: auto;
  margin-right: 10px;
}

.advantages-top .advtg-box.first .ico {
  width: 34px;
}

.advantages-top .advtg-box .ico img {
  display: block;
}

.advantages-top .advtg-box .text {
  display: block;
  font: 400 14px "Nunito Sans", sans-serif;
  color: #e61e28;
}

.advantages-top .advtg-box .text .bold {
  font-weight: 900;
}

/*Menu*/
.bg-menu {
  width: 100%;
  height: 286px;
  /*background: #e6e6e6;*/
  position: absolute;
  top: 198px;
  left: 0;
  z-index: 2;
  display: none;
}

.main-menu {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  /*width: 100%;*/
  padding: 0 0;
  margin-top: 10px;
  display: flex;
}

@media (max-width: 768px) {
  .main-menu ul {
    width: 100%;
    float: none;
    flex-direction: column;
  }
}
.main-menu ul li {
  font: 400 16px "Nunito Sans", sans-serif;
  color: #505050;
  float: left;
  margin-right: 0;
  position: relative;
  margin-right: 90px;
  z-index: 60;
}

@media (max-width: 768px) {
  .main-menu ul li {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .main-menu ul li {
    margin-right: 40px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li a,
.main-menu ul li .pseudo-link {
  color: #505050;
  text-decoration: none;
  display: block;
  padding: 35px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .main-menu ul li a,
  .main-menu ul li .pseudo-link {
    padding: 10px 0;
  }
}
.main-menu ul li a:hover,
.main-menu ul li .pseudo-link:hover,
.main-menu ul li:hover a,
.main-menu ul li:hover .pseudo-link,
.main-menu ul li.active,
.main-menu ul li.active a,
.main-menu ul li.active .pseudo-link {
  text-decoration: underline;
  color: #e61e28;
}

@media (max-width: 768px) {
  .main-menu ul li.active {
    text-decoration: none;
  }
}
.main-menu ul li.logo-item,
.main-menu ul li.logo-item a {
  padding: 0;
  top: 0;
  width: auto;
}

@media (max-width: 768px) {
  .main-menu ul li.logo-item {
    display: none;
  }
}
/*submenu*/
.main-menu .has-submenu {
  position: relative;
  z-index: 100;
  padding-right: 30px;
}

.main-menu .has-submenu::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  color: #777;
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 768px) {
  .main-menu .has-submenu::after {
    top: 16px;
  }
}

.main-menu .has-submenu:hover::after {
  color: #f70000;
}

.main-menu .has-submenu > div.submenu-box {
  width: 100%;
  height: 286px;
  background: #e6e6e6;
  position: absolute;
  top: 92px;
  left: 0;
  display: none;
}

.main-menu .has-submenu > div.submenu-box.rtl {
  left: auto;
  right: 0;
}

@media (max-width: 768px) {
  .main-menu .has-submenu > div.submenu-box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .main-menu .has-submenu:hover > div.submenu-box {
    display: block;
  }
}
.main-menu .has-submenu > div.submenu-box ul {
  /*width: 100%;*/
  margin-top: 0;
  padding-top: 10px;
  float: left;
  display: block;
  max-width: 305px;
}

@media (max-width: 768px) {
  .main-menu .has-submenu > div.submenu-box ul {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}
.main-menu .has-submenu > div.submenu-box li {
  font: 600 16px "Nunito Sans", sans-serif;
  color: #505050;
  float: none;
  display: block;
  width: 100%;
}

.main-menu .has-submenu > div.submenu-box li a {
  color: #505050;
  text-decoration: none;
  display: block;
  padding: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .main-menu .has-submenu > div.submenu-box li a {
    padding: 12px;
  }
}
.main-menu .has-submenu > div.submenu-box li a:hover {
  text-decoration: underline;
  color: #f70000;
}

@media (max-width: 768px) {
  .main-menu .has-submenu > div.submenu-box li a {
    text-decoration: none;
  }
}
/*logo*/
.logo {
  display: block;
  width: 170px;
  transition: all 0.2s ease;
}

.logo:hover {
  opacity: 0.85;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-logo {
  display: none;
}

@media (max-width: 768px) {
  .mobile-logo {
    display: block;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
    width: 125px;
  }
  .mobile-logo img {
    display: block;
    width: 100%;
  }
}
/**
 * Home
 */
/*Box de categorias */
.home-categories-wrapper,
.home-products-wrapper {
  width: 100%;
  padding: 70px 0;
}

@media (max-width: 600px) {
  .home-categories-wrapper {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.home-products-wrapper {
  padding: 0;
}

.home-categories-title,
.home-products-title {
  display: block;
  font: 600 40px "Nunito Sans", sans-serif;
  color: #505050;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.home-products-title h1 {
  display: inline;
  font-weight: 600;
}

@media (max-width: 600px) {
  .home-categories-title,
  .home-products-title {
    font: 900 30px "Nunito Sans", sans-serif;
    margin-top: 2rem;
  }
  .home-categories-title h1,
  .home-products-title h1 {
    font-weight: 900;
    font-size: 30px;
  }
}
.home-category-item .home-category {
  margin-bottom: 30px;
  position: relative;
  width: 285px;
  height: 285px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  text-decoration: none;
}

@media (max-width: 1366px) {
  .home-category-item .home-category {
    width: 224px;
    height: 224px;
  }
}
@media (max-width: 600px) {
  .home-category-item .home-category {
    margin: 0 0 30px 0;
    width: 164px;
    height: 164px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 320px) {
  .home-category-item .home-category {
    width: 144px;
    height: 144px;
  }
}
.home-category-item .home-category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 30;
  transition: all 0.15555s linear;
}

@media (max-width: 768px) {
  .home-category-item .home-category-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.home-category-item .home-category-image img {
  width: 100%;
  display: block;
  height: 224px;
}

.home-category-item .home-category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  font: 900 18px "Nunito Sans", sans-serif;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.home-category-item .home-category:hover .home-category-title {
  display: none;
}

@media (max-width: 600px) {
  .home-category-item .home-category:hover .home-category-title {
    display: block;
  }
  .home-category-item .home-category-title {
    font-size: 14px;
  }
}
/* .home-category-item .home-category:hover .home-category-image.first {
            opacity: 0;
        }

        .home-category-item .home-category:hover .home-category-image.second {
            opacity: 1;
            } */
/*Products slider home*/
.products-slider .slick-prev,
.products-slider .slick-next {
  height: 50px;
  top: 47%;
}

.products-slider .slick-prev {
  left: -25px;
}

.products-slider .slick-next {
  right: -25px;
}

@media (max-width: 767px) {
  .products-slider .slick-prev {
    left: 10px;
  }
  .products-slider .slick-next {
    right: 10px;
  }
  .products-slider .slick-prev,
  .products-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    /*display: none !important;*/
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .products-slider .slick-prev {
    left: 0;
  }
  .products-slider .slick-next {
    right: 0;
  }
}
.products-slider .slick-prev:before,
.products-slider .slick-next:before {
  color: #a0a0a0;
  font-size: 50px;
}

/*Categories slider home*/
.categories-slider .slick-prev,
.categories-slider .slick-next {
  height: 50px;
  top: 47%;
}

@media (max-width: 767px) {
  .categories-slider .slick-prev,
  .categories-slider .slick-next {
    /*display: none !important;*/
  }
}
.categories-slider .slick-prev {
  left: -25px;
}

.categories-slider .slick-next {
  right: -25px;
}

@media (max-width: 600px) {
  .categories-slider .slick-prev {
    left: 10px;
  }
  .categories-slider .slick-next {
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .categories-slider .slick-prev {
    left: 25px;
  }
  .categories-slider .slick-next {
    right: 25px;
  }
}
.categories-slider .slick-prev:before,
.categories-slider .slick-next:before {
  color: #a0a0a0;
  font-size: 50px;
}

/**
 * Home disclaimer
 */
.home-disclaimer {
  width: 100%;
  background: #000;
  padding: 70px 0;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .home-disclaimer {
    padding-top: 40px;
    display: none;
  }
}
.home-disclaimer .disclaimer-title {
  display: block;
  font: 500 40px "Nunito Sans", sans-serif;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}

@media (max-width: 600px) {
  .home-disclaimer .disclaimer-title {
    letter-spacing: 0;
  }
}
.home-disclaimer .disclaimer-title strong {
  font-weight: 900;
}

.home-disclaimer .disclaimer-content {
  font: 500 16px "Nunito Sans", sans-serif;
  color: #fff;
  display: flex;
  gap: 30px;
}

.home-disclaimer .disclaimer-content .col {
  flex: 1;
}

.home-disclaimer .disclaimer-content a {
  text-decoration: none;
  color: #fff;
  display: inline;
}

.home-disclaimer .disclaimer-content a:hover {
  text-decoration: underline;
}

.home-disclaimer .disclaimer-content h1,
.home-disclaimer .disclaimer-content h2,
.home-disclaimer .disclaimer-content h3,
.home-disclaimer .disclaimer-content h4,
.home-disclaimer .disclaimer-content h5,
.home-disclaimer .disclaimer-content h6 {
  font: 800 16px "Nunito Sans", sans-serif;
  display: inline;
}

.home-disclaimer .disclaimer-content strong {
  font-weight: 800;
}

/*disclaimer sidebar*/
.disclaimer-sidebar {
  width: 400px;
  float: right;
}

@media (max-width: 768px) {
  .disclaimer-sidebar {
    width: 100%;
    float: none;
    padding-top: 60px;
  }
}
.disclaimer-sidebar .prizes-adv-box {
  position: relative;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .disclaimer-sidebar .prizes-adv-box {
    margin-bottom: 30px;
    /*width: 50%;*/
  }
  .disclaimer-sidebar .prizes-adv-box .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.prizes-adv-box .divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 95%;
  display: block;
  background: #9f9f9f;
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .prizes-adv-box .divider {
    display: none;
  }
}
/*prizes*/
@media (max-width: 767px) {
  .disclaimer-sidebar .prizes-slider .prize-slide {
    margin-bottom: 40px;
  }
}
.disclaimer-sidebar .prizes-slider .prize-slide .image,
.disclaimer-sidebar .adv-slider .adv-slide .image {
  display: block;
  margin-bottom: 25px;
}

.disclaimer-sidebar .prizes-slider .prize-slide .image img,
.disclaimer-sidebar .adv-slider .adv-slide .image img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 500px) and (max-width: 768px) {
  .disclaimer-sidebar .adv-slider .adv-slide .image .truck {
    width: 100%;
  }
}
.disclaimer-sidebar .prizes-slider .prize-slide .text,
.disclaimer-sidebar .adv-slider .adv-slide .text {
  font: 800 16px "Nunito Sans", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
}

.disclaimer-sidebar .adv-slider .adv-slide .text {
  font-weight: 500;
}

.disclaimer-sidebar .prizes-slider .prize-slide .text .red-text {
  display: block;
}

.disclaimer-sidebar .adv-slider .adv-slide .text .red-text {
  font-weight: 800;
}

/*catálogo*/
.disclaimer-sidebar .catalog-box {
  display: block;
  height: 350px;
  margin: 0 auto;
  margin-top: 40px;
  width: 324px;
  border: solid 3px #9f9f9f;
  padding: 20px;
  position: relative;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .disclaimer-sidebar .catalog-box {
    width: 100%;
    height: 350px;
  }
}
/*catlg ico*/
.catlg-download {
  width: 38px;
  height: 40px;
  display: inline-block;
  margin-left: 50px;
  background: url("../img/ctlg-download-ico.png") no-repeat 0 0;
}

.catlg-download:hover {
  background: url("../img/ctlg-download-ico-gray.png") no-repeat 0 0;
}

@media (max-width: 600px) {
  .catlg-download {
    margin-left: 10px;
  }
  .disclaimer-sidebar .catalog-box {
    width: 100%;
    height: 320px;
    margin: 0 1%;
  }
}
@media (max-width: 320px) {
  .disclaimer-sidebar .catalog-box {
    height: 270px;
  }
}
.disclaimer-sidebar .catalog-box span {
  font-weight: 400;
}

.disclaimer-sidebar .catalog-box .title {
  display: block;
  font: 400 22px "Nunito Sans", sans-serif;
}

.disclaimer-sidebar .catalog-box .red-text {
  font-weight: 900;
  position: relative;
  top: -12px;
}

@media (max-width: 768px) {
  .disclaimer-sidebar .catalog-box .red-text {
    top: 0;
  }
}
.disclaimer-sidebar .catalog-box .catalog-thumb {
  position: absolute;
  bottom: -30px;
  left: -55px;
  transition: all 0.2s ease;
}

@media (max-width: 600px) {
  .disclaimer-sidebar .catalog-box .catalog-thumb {
    left: auto;
    right: auto;
    text-align: right;
  }
  .disclaimer-sidebar .catalog-box .catalog-thumb img {
    width: 93%;
  }
}
@media (max-width: 425px) {
  .disclaimer-sidebar .catalog-box .catalog-thumb img {
    width: 88%;
  }
}
@media (max-width: 320px) {
  .disclaimer-sidebar .catalog-box .catalog-thumb img {
    width: 90%;
  }
}
.disclaimer-sidebar .catalog-box:hover .catalog-thumb {
  opacity: 0.95;
  bottom: -35px;
}

/*Icons box*/
.disclaimer-sidebar .social-box {
  display: block;
  padding: 70px 0 0;
  width: 89%;
  float: right;
}

@media (max-width: 768px) {
  .disclaimer-sidebar .social-box {
    width: 100%;
    float: none;
    padding-top: 35px;
  }
}
.disclaimer-sidebar .social-box .title {
  color: #fff;
}

.disclaimer-sidebar .social-box .title .red-text {
  font-weight: 800;
}

.disclaimer-sidebar .social-box .icons {
  display: block;
  padding: 20px 0 0;
}

.disclaimer-sidebar .social-box .icons .ico {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #fff;
  float: left;
  font-size: 26px;
  margin-right: 20px;
  text-decoration: none;
  outline: none;
}

.disclaimer-sidebar .social-box .icons .fb-ico {
  background: #4267b2;
}

.disclaimer-sidebar .social-box .icons .insta-ico {
  background: #d83074;
}

/*Testimonials grid*/
.testimonials-grid {
  padding: 70px 0 40px 0;
  background: #e61e28;
  margin-bottom: 70px;
}

.testimonials-slider .slick-dots li.slick-active button::before,
.testimonials-slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .testimonials-grid {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .testimonials-grid {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
.testimonials-grid .title {
  display: block;
  font: 500 32px "Nunito Sans", Arial, sans-serif;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .testimonials-grid .title {
    font-size: 26px;
  }
}
.testimonials-grid .title .quotation-mark {
  display: inline-block;
}

.testimonials-grid .title .quotation-mark {
  position: relative;
  top: -5px;
}

.testimonials-grid .testimonial-item {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  font: 400 16px "Nunito Sans", Arial, sans-serif;
  margin-bottom: 30px;
  height: 250px;
  position: relative;
}

@media (max-width: 600px) {
  .testimonials-grid .testimonial-item {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .testimonials-grid .testimonial-item {
    height: 330px;
  }
}
@media (min-width: 1360px) {
  .testimonials-grid .testimonial-item {
    height: 330px;
  }
}
@media (min-width: 1400px) {
  .testimonials-grid .testimonial-item {
    height: 250px;
  }
}
.testimonials-grid .testimonial-item .quotation-mark-big {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -2px;
}

@media (max-width: 768px) {
  .testimonials-grid .testimonial-item.mb-0 {
    margin-bottom: 30px !important;
  }
  .testimonials-grid .testimonial-item .quotation-mark-big {
    width: 50px;
  }
  .testimonials-grid .testimonial-item .quotation-mark-big img {
    width: 100%;
  }
}
.testimonials-grid .testimonial-item .item-title {
  color: #e61e28;
  font-weight: 800;
  font-size: 20px;
}

.testimonials-grid .testimonial-item .item-subtitle {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonials-grid .testimonial-item .item-content {
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  font-style: oblique;
}

/**
     * Home videos
     */
.home-videos {
  padding: 0;
  margin-bottom: 35px;
}

@media (max-width: 600px) {
  .home-videos {
    margin-bottom: 20px;
    padding-top: 55px;
  }
}
.videos-title {
  height: 233px;
  width: 100%;
  background: #91c800;
  color: #fff;
  border-radius: 40px;
  padding: 25px;
  display: block;
  text-transform: uppercase;
  font: 400 28px "Nunito Sans", Arial, sans-serif;
}

@media (max-width: 1366px) {
  .videos-title {
    padding: 15px 25px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .videos-title {
    height: auto;
    padding: 15px 30px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.video-item {
  margin-bottom: 30px;
}

.video-item iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .video-item,
  .video-item iframe {
    width: 100%;
  }
  .video-item.mb-0 {
    margin-top: 30px;
  }
}
.video-item img {
  display: block;
  width: 100%;
}

.videos-grid .slick-arrow,
.blog-content-main .slick-arrow,
#instafeed .slick-arrow {
  /*bottom: -15px;*/
  top: 45%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: solid 1px #ddd;
}

.videos-grid .slick-prev:before,
.videos-grid .slick-next:before,
.blog-content-main .slick-prev:before,
.blog-content-main .slick-next:before,
#instafeed .slick-prev:before,
#instafeed .slick-next:before {
  color: #777;
  font-size: 32px;
}

.videos-grid .slick-prev,
.blog-content-main .slick-prev,
#instafeed .slick-prev {
  left: -5px;
}

.videos-grid .slick-next,
.blog-content-main .slick-next,
#instafeed .slick-next {
  right: -5px;
}

@media (max-width: 768px) {
  .videos-grid .slick-prev,
  .blog-content-main .slick-prev,
  #instafeed .slick-prev {
    left: 2%;
  }
  .videos-grid .slick-next,
  .blog-content-main .slick-next,
  #instafeed .slick-next {
    right: 2%;
  }
}
/*dots*/
.videos-grid .slick-dots li.slick-active button:before,
.blog-content-main .slick-dots li.slick-active button:before,
#instafeed .slick-dots li.slick-active button:before {
  color: #91c800;
}

/**
 * Home blog
 */
.blog-content,
.instagram-content {
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .blog-content {
    margin-bottom: 20px;
    display: none;
  }
  .instagram-content {
    margin-bottom: 40px;
  }
}
.blog-content-sidebar,
.instagram-content-sidebar {
  height: 100%;
  width: 100%;
  background: #00b1f0;
  border-radius: 40px;
  padding: 25px;
}

@media (max-width: 1280px) {
  .blog-content-sidebar,
  .instagram-content-sidebar {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-content-sidebar,
  .instagram-content-sidebar {
    height: auto;
    padding: 15px 30px;
  }
}
.instagram-content-sidebar {
  background: #ff7300;
}

.blog-content-title,
.instagram-content-title {
  display: block;
  text-transform: uppercase;
  font: 400 28px "Nunito Sans", Arial, sans-serif;
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  .blog-content-title,
  .instagram-content-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-content-title br {
    display: none;
  }
}
.blog-content-title .bold,
.instagram-content-title .bold {
  font-weight: 800;
}

.blog-content-description,
.instagram-content-description {
  font: 400 16px "Nunito Sans", Arial, sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .blog-content-description,
  .instagram-content-description {
    text-align: center;
  }
}
.blog-content-main > a:hover {
  color: #00b0ef;
}

.blog-content-main > a:focus {
  text-decoration: none;
  color: #00b0ef;
}

.blog-content-main .blog-item {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .blog-content-main .blog-item {
    margin-bottom: 20px;
  }
}
.blog-content-main .blog-item .blog-item-image {
  width: 100%;
  /*min-height: 212px;*/
  width: 160px;
  height: auto;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 4px transparent;
  transition: all 0.2s ease;
}

.blog-content-main a:hover .blog-item-image {
  border: solid 4px #00b0ef;
}

.blog-content-main .blog-item .blog-item-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .blog-content-main .blog-item .blog-item-image {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 150px;
    height: auto;
  }
}
.blog-content-main .blog-item .blog-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content-main .blog-item .blog-item-content {
  padding: 0 0 40px 0;
  border-bottom: solid 1px #eee;
}

/*na tela do blog*/
[data-view=blog] .blog-content-main .blog-item .blog-item-content {
  height: 230px;
  padding-bottom: 30px;
}

[data-view=blog] .blog-content-main {
  padding-bottom: 40px;
}

.blog-content-main .blog-item:last-child .blog-item-content {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  [data-view=blog] .blog-content-main .blog-item .blog-item-content {
    padding-bottom: 20px;
    height: auto;
  }
}
.blog-content-main .blog-item .blog-item-title {
  font: 600 18px "Nunito Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 20px;
}

.blog-content-main a:hover .blog-item-title {
  color: #00b0ef;
}

@media (max-width: 767px) {
  .blog-content-main .blog-item .blog-item-title {
    font-size: 22px;
    text-align: center;
  }
  .blog-content-main .blog-item .blog-item-title br {
    display: none;
  }
}
.blog-content-main .blog-item .blog-item-description {
  font-weight: 400;
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .blog-content-main .blog-item .blog-item-description {
    height: 170px;
  }
}
.blog-content-main .blog-item .blog-item-description a {
  color: #555;
}

.blog-content-main .blog-item .blog-item-description a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .blog-content-main .blog-item .blog-item-description {
    text-align: center;
  }
}
.blog-content-main .blog-item .date {
  display: block;
  text-align: right;
  font: 600 12px "Nunito Sans", Arial, sans-serif;
  color: #80ddfa;
  position: absolute;
  bottom: 0;
  right: 0;
}

[data-view=blog] .blog-content-main .blog-item .date {
  bottom: 20px;
}

@media (max-width: 768px) {
  [data-view=blog] .blog-content-main .blog-item .date {
    bottom: auto;
    position: relative;
    right: auto;
  }
}
/*Let's work together*/
.lets-work-together {
  padding: 70px 0 0;
  background: #e6e6e6;
}

@media (max-width: 600px) {
  .lets-work-together {
    padding: 40px 0;
  }
}
.lets-work-together .title {
  display: block;
  font: 500 32px "Nunito Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.lets-work-together .subtitle {
  font: 900 24px "Nunito Sans", Arial, sans-serif;
  color: #e61e28;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .lets-work-together .subtitle br {
    display: none;
  }
}
.lets-work-together .description {
  font: 400 16px "Nunito Sans", Arial, sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .lets-work-together .description {
    padding-bottom: 20px;
  }
}
.form-work {
  position: relative;
}

.form-contact,
.form-work {
  margin-bottom: 60px;
}

.form-work label,
.form-contact label {
  font-weight: 600;
}

.form-work .form-control,
.form-contact .form-control {
  border-radius: 20px;
}

.form-work .form-control:focus,
.form-contact .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e61e28;
  outline-color: none;
}

.form-work .required-fields-warning,
.form-contact .required-fields-warning {
  font: oblique 400 12px "Nunito Sans", Arial, sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .lets-work-together .col-ddd,
  .form-work .col-ddd,
  .form-contact .col-ddd {
    float: left;
    width: 30%;
  }
  .lets-work-together .col-phone,
  .form-work .col-phone,
  .form-contact .col-phone {
    float: right;
    width: 70%;
  }
}
/**
 * Blog - tela interna
 */
.blog-inner-content .title {
  font: 900 24px "Nunito Sans", Arial, sans-serif;
  color: #00b0ef;
  display: block;
  margin-bottom: 15px;
}

.blog-inner-content .content {
  font: 500 16px "Nunito Sans", Arial, sans-serif;
  color: #505050;
  padding-bottom: 70px;
}

.blog-inner-content .content a {
  text-decoration: none;
  color: #505050;
}

.blog-inner-content .content a:hover {
  text-decoration: underline;
}

.blog-inner-content .content h1,
.blog-inner-content .content h2,
.blog-inner-content .content h3,
.blog-inner-content .content h4,
.blog-inner-content .content h5 {
  display: inline;
  font: 500 16px "Nunito Sans", Arial, sans-serif;
  color: #505050;
}

.blog-inner-content .date {
  font: oblique 400 12px "Nunito Sans", Arial, sans-serif;
  color: #707070;
  margin-bottom: 15px;
  display: inline-block;
}

.blog-inner-content .image {
  width: 100% !important;
  height: auto !important;
  display: block;
  clear: both;
}

@media (max-width: 600px) {
  .blog-inner-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
    clear: both;
  }
}
/**
 * Tela da Empresa
 */
@media (max-width: 450px) {
  .image-grid-first {
    padding-top: 30px;
  }
  .image-grid-first img {
    margin: 0 auto;
    display: block;
  }
}
.image-grid-first .img-1,
.image-grid-first .img-6 {
  display: inline-block;
  margin-bottom: 32px;
  width: 100%;
}

.image-grid-first .img-6 {
  margin-bottom: 0;
  margin-top: 32px;
}

.image-grid-first .img-2,
.image-grid-first .img-4 {
  float: left;
  width: 47%;
}

.image-grid-first .img-3,
.image-grid-first .img-5 {
  float: right;
  width: 47%;
}

@media (max-width: 768px) {
  .image-grid-first .img-7 {
    width: 100%;
  }
  .image-grid-first .img-8 {
    width: 100%;
  }
}
.principal .img-9 {
  width: 100%;
}

/**
 * Banner
 */
.banner {
  position: relative;
  width: 100%;
  height: 510px;
  /*background: #f9f9f9 url('../img/banner-home.jpg') no-repeat 0 0;*/
}

/**
 * Popup home
 */
.popup-home {
  position: absolute;
  top: 130px;
  right: 0;
  padding: 10px;
  background: none;
  width: 424px;
  height: auto;
  display: none;
  z-index: 50;
  font: 400 16px/24px "Lato", sans-serif;
  color: #505050;
}

.popup-home .inner-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: dotted 1px #ddd;
}

.popup-home .fa {
  /*float: right;*/
  position: absolute;
  top: 73px;
  right: 55px;
  color: #bbb;
  font-size: 24px;
  cursor: pointer;
}

[data-view=home] .popup-home {
  display: block;
}

@media (max-width: 600px) {
  .popup-home {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
  }
  .popup-home img {
    width: 100%;
    display: block;
    height: auto;
  }
  .popup-home .fa {
    top: 40px;
    right: 20px;
  }
  .banner {
    display: none;
  }
}
.banner.home .slide {
  width: 100%;
  height: 510px;
  background: url("../img/banner-home.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width: 768px) {
  .banner.home .slide {
    height: 205px;
    background-size: 100%;
  }
}
/*banner no mobile*/
.banner-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.banner-mobile img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .banner-mobile {
    display: block;
  }
}
@media (max-width: 425px) {
  .banner-mobile img {
    height: 264px;
  }
}
@media (max-width: 375px) {
  .banner-mobile img {
    height: 233px;
  }
}
@media (max-width: 320px) {
  .banner-mobile img {
    height: 216px;
  }
}
/*slick dots*/
.banner.home .slick-dots {
  bottom: 15px;
}

.banner.home .slick-dots li button:before {
  opacity: 0.5;
}

.banner.home .slick-dots li button:before,
.banner.home .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.banner.home .slick-prev:before,
.banner.home .slick-next:before {
  font-size: 60px;
}

.banner.home .slick-prev {
  left: 1%;
}

.banner.home .slick-next {
  right: 1%;
}

.banner.home .slide.second {
  background: url("../img/banner-home-2.jpg") no-repeat 50% 50%;
}

.banner.inner-page {
  height: 256px;
}

@media (max-width: 767px) {
  .banner.inner-page {
    display: none;
  }
}
.banner.inner-page .slide {
  width: 100%;
  height: 256px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 800px) {
  .banner.inner-page {
    height: 100px;
  }
  .banner.inner-page .slide {
    background-size: 100%;
    height: 100px;
  }
}
.banner.inner-page .slide img {
  width: 100%;
  height: 256px;
  display: block;
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
  width: 100%;
  padding: 30px 0;
}

.breadcrumbs ul li {
  font: 400 12px "Nunito Sans", sans-serif;
  color: #505050;
  float: left;
  text-transform: uppercase;
  /*margin-right: 10px;*/
}

@media (max-width: 768px) {
  .breadcrumbs ul li {
    margin-bottom: 10px;
  }
}
.breadcrumbs ul li:first-child {
  margin-right: 10px;
}

.breadcrumbs ul li::after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
  color: #a0a0a0;
}

.breadcrumbs ul li:last-child::after,
.breadcrumbs ul li:first-child::after {
  display: none;
}

.breadcrumbs ul li a,
.breadcrumbs ul li {
  font: 400 12px "Nunito Sans", sans-serif;
  color: #a0a0a0;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  color: #000;
}

.breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child a {
  color: #111;
}

.breadcrumbs ul li:last-child:hover a {
  text-decoration: underline;
}

/**
 * category title
 */
.text-obs {
  width: 100%;
  padding: 0 0 65px 0;
  font: 400 12px "Nunito Sans", sans-serif;
  color: #505050;
}

@media (max-width: 768px) {
  .text-obs {
    padding: 0 0 40px 0;
  }
}
.category-title,
.product-title {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font: 800 32px "Nunito Sans", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .category-title,
  .product-title {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .category-title,
  .product-title {
    font-size: 28px;
    padding: 15px 5px;
  }
}
/*principal*/
.principal {
  width: 100%;
  height: auto;
}

.principal h1,
.principal h2,
.principal h3,
.principal h4 {
  font: 400 16px "Nunito Sans", sans-serif;
  display: inline;
}

.social-text a {
  margin-right: 20px;
}

.social-text .fa {
  font-size: 20px;
  margin-right: 5px;
}

.principal .std-title {
  font: 400 32px "Nunito Sans", sans-serif;
  color: #222;
  display: block;
  margin-bottom: 10px;
}

.intro-text {
  font: 400 14px "Nunito Sans", sans-serif;
  color: #505050;
  padding-bottom: 30px;
}

.intro-text a {
  text-decoration: none;
  color: #505050;
}

.intro-text a:hover {
  text-decoration: underline;
}

.intro-text h1,
.intro-text h2,
.intro-text h3,
.intro-text h4,
.intro-text h5 {
  font: 400 14px "Nunito Sans", sans-serif;
  color: #505050;
  display: inline;
}

/**
 * Contact
 */
.contact-menu {
  width: 100%;
  padding: 0;
  background: #f5f5f5;
  /*padding: 10px 0;*/
}

.contact-menu ul {
  padding: 0;
}

.contact-menu ul li {
  float: left;
  padding: 0;
  margin: 0;
  width: 33.33333%;
}

.contact-menu ul li a {
  font: 900 20px "Nunito Sans", sans-serif;
  color: #555;
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  text-align: center;
  /*width: 33.33333%;*/
}

.contact-menu ul li a:hover {
  background: #f5f5f5;
  color: #e61e28;
  text-decoration: none;
}

.contact-menu ul li a.active {
  background: #fff;
  color: #e61e28;
}

@media (max-width: 450px) {
  .contact-menu .inner {
    width: 100%;
    padding: 0;
  }
  .contact-menu ul li {
    float: none;
    width: 100%;
  }
}
[data-view=contato] .page-title {
  display: block;
  font: 600 40px "Nunito Sans", sans-serif;
  color: #000;
  margin-bottom: 30px;
}

[data-view=clientes] .page-title h1 {
  font: 600 40px "Nunito Sans", sans-serif;
  display: inline;
}

.contact-content h1,
.contact-content h2,
.contact-content h3,
.contact-content h4,
.contact-content h5 {
  font: 400 16px "Nunito Sans", sans-serif;
  display: inline;
}

@media (max-width: 450px) {
  [data-view=contato] .page-title {
    font-size: 29px;
    font-weight: 700;
  }
  .contact-content {
    margin-bottom: 30px;
  }
}
.contact-content .title {
  display: block;
  font: 900 26px "Nunito Sans", sans-serif;
  margin-bottom: 20px;
  color: #e61e28;
}

.form-contact .btn-lumi,
.form-work .btn-lumi {
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.form-contact .required-fields-warning {
  font: oblique 400 12px "Nunito Sans", Arial, sans-serif;
  color: #000;
}

.phones-content {
  width: 100%;
  margin-top: 70px;
  padding: 22px 0;
  background: #e61e28;
  color: #fff;
  display: none;
}

.mails-content {
  width: 100%;
  padding: 22px 0;
  background: #000;
  color: #fff;
  display: none;
}

.mails-content .dept-title {
  text-transform: uppercase;
  font: 900 16px "Nunito Sans", sans-serif;
  color: #e61e28;
  display: block;
}

.mails-content .row {
  margin-bottom: 25px;
}

.mails-content .row:last-child {
  margin-bottom: 0;
}

.mails-content a {
  color: #fff;
  text-decoration: none;
}

.mails-content a:hover {
  text-decoration: underline;
}

/**
 * Clientes
 */
[data-view=clientes] .page-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}

[data-view=clientes] .page-title h1 {
  font-size: 24px;
  font-weight: 500;
  display: inline;
}

.clients-logos {
  width: 100%;
  margin-bottom: 40px;
}

.clients-logos ul li {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 15.3%;
  text-align: center;
}

@media (max-width: 768px) {
  .clients-logos ul li {
    width: 18%;
    margin-right: 12px;
  }
}
@media (max-width: 450px) {
  .clients-logos ul li {
    width: 50%;
    margin-right: 0px;
  }
}
.clients-logos ul li:nth-child(6n+6) {
  margin-right: 0;
}

.clients-logos ul li img {
  display: block;
  /*width: 139px;*/
  margin: 0 auto;
}

/**
 * Tipos de gravação e FAQ
 */
@media (min-width: 650px) and (max-width: 768px) {
  .principal.tblt {
    margin-bottom: 30px;
  }
}
[data-view=gravacoes] .page-title,
[data-view=faq] .page-title {
  font: 900 24px "Nunito Sans", sans-serif;
  color: #e61e28;
  display: block;
}

[data-view=gravacoes] .main-content,
[data-view=faq] .main-content {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .stamps-images {
    padding-top: 30px;
  }
  .stamps-images.last {
    padding-top: 0;
  }
}
.stamps-images img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .stamps-images img {
    display: block;
    width: 45%;
    float: left;
    margin-left: 3.5%;
    margin-bottom: 20px;
  }
}
[data-view=faq] .question {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  /*cursor: pointer;*/
}

[data-view=faq] .answer {
  margin-bottom: 30px;
}

[data-view=faq] .answer:last-child {
  margin-bottom: 0;
}

/**
 * Products list (página da categoria)
 */
.products:not(.related-products) {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .products {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-view=categories] .products,
[data-view=brindes] .products {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  [data-view=categories] .products,
  [data-view=brindes] .products {
    grid-template-columns: repeat(2, minmax(150px, 48%));
  }
}

.home-products-content .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .home-products-content .products {
    grid-template-columns: repeat(2, minmax(150px, 48%));
  }
}
.related-products.products {
  padding-bottom: 0;
}

.related-products.products .product {
  height: 600px;
}

.forced-width {
  width: auto !important;
}

.products .product {
  text-align: center;
  border: solid 1px #e6e6e6;
  /* border-radius: 20px; */
  /* margin-bottom: 30px; */
  /* height: 585px; */
  position: relative;
}

@media (max-width: 600px) {
  .products .product:last-child {
    /*margin-bottom: 10px;*/
  }
}
@media (max-width: 640px) {
  .products .product {
    height: auto;
  }
}
.products .product:hover {
  border-color: #e61e28;
}

.products .product a {
  text-decoration: none;
  color: #555;
}

.products .product .title {
  display: block;
  height: 60px;
  text-transform: uppercase;
  font: 700 16px "Nunito Sans", sans-serif;
  color: #000;
  padding: 20px;
}

@media (min-width: 1280px) {
  .products .product .title {
    height: 85px;
  }
}
@media (max-width: 768px) {
  .products .product .title {
    height: auto;
  }
}
.products .product:hover .title {
  color: #e61e28;
}

.products .product .code {
  font: 400 12px "Nunito Sans", sans-serif;
  color: #505050;
  padding: 5px 0;
  display: block;
  text-align: center;
}

.products .product .image {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.products .product .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*transition: all .3s ease;*/
}

/*troca pra segunda imagem no hover*/
/* .products .product:hover .has-hover.image img:nth-child(1) {
    opacity: 0;
    height: 0;
}

.products .product .has-hover.image img:nth-child(2) {
    opacity: 0;
    height: 0;
}

.products .product:hover .has-hover.image img:nth-child(2) {
    opacity: 1;
    height: auto;
    } */
/*--------------*/
.products .product .description {
  font: 500 16px "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  margin-bottom: 10px;
  padding: 0 15px;
}

@media (max-width: 600px) {
  .products .product .description {
    height: auto;
  }
}
.products .product .price {
  font: 400 12px "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .products .product .price {
    margin-bottom: 1rem;
  }
}
.products .product .add-to-cart {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 5px;
  text-align: center;
  display: block;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.products .product .add-to-cart {
  display: none;
}

.products .product .add-to-cart .cart-ico {
  display: block;
  width: 24px;
  height: 21px;
  background: url("../img/product-cart-ico.png?v=1.0") no-repeat 0 0;
  margin: 0 auto;
}

/*hover no icone de add to cart*/
.products .product .add-to-cart:hover {
  background: #e61e28;
}

.products .product .add-to-cart:hover .cart-ico {
  background: url("../img/product-cart-ico.png?v=1.1") no-repeat -49px 0;
}

/**
 * Single product
 */
.out-of-stock {
  display: inline-block;
  background: #e61e28;
  padding: 4px 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}

/*view*/
[data-view=single-product] .principal {
  padding-bottom: 70px;
}

.hide-on-desk {
  display: none;
}

@media (max-width: 600px) {
  .hide-on-desk {
    display: inline-block;
  }
}
/*product data*/
.single-product {
  width: 50%;
  padding-right: 30px;
  float: left;
}

@media (max-width: 600px) {
  .single-product {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.single-product .title,
[data-view=single-product] .product-title {
  display: block;
  font: 900 24px "Nunito Sans", "Arial", sans-serif;
  color: #f70000;
  text-transform: uppercase;
  background: none;
  padding: 0;
}

.single-product .code,
.hide-on-desk .code {
  font: 500 14px "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .single-product .title,
  .single-product .code {
    display: none;
  }
}
.single-product .product-description {
  font: 500 16px/1.5em "Nunito Sans", "Arial", sans-serif;
  color: #505050;
}

/*colors*/
.single-product .colors-content {
  /*padding-top: 20px;*/
}

.single-product .colors-content .colors ul li {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  border: solid 1px #ddd;
}

.single-product .colors-content .colors ul li.first-item {
  width: auto;
  height: auto;
  position: relative;
  top: -5px;
  border: none;
  margin-right: 10px;
  font: 700 16px/1.5em "Nunito Sans", "Arial", sans-serif;
}

/*add to cart btn*/
.single-product .add-to-cart-btn {
  background: #f70000;
  border-radius: 100px;
  color: #fff;
  gap: 15px;
  display: flex;
  justify-content: center;
  font: 800 1rem "Nunito Sans", "Arial", sans-serif;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  max-width: 320px;
  text-align: center;
}

.single-product .add-to-cart-btn:hover {
  background: #f70000;
  color: #fff;
  opacity: 0.8;
}

.single-product .add-to-cart-btn .ico {
  background: url("../img/bag-white-sm.svg?v=21") 0 0;
  display: inline-block;
  width: 26px;
  height: 23px;
}

.single-product ul li {
  font: 500 16px "Nunito Sans", "Arial", sans-serif;
  color: #505050;
}

.single-product ul:not(.colors) {
  padding-left: 0;
}

.single-product a {
  text-decoration: underline;
  color: #111;
}

/**
     * Share icons
     */
.share-icons {
  margin-top: 15px;
  display: block;
}

.share-icons .text {
  font: 700 12px/1.5em "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.share-icons .ico {
  color: #a0a0a0;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  cursor: pointer;
}

.share-icons a {
  text-decoration: none;
  color: #505050;
}

.share-icons a > span {
  display: none;
}

.share-icons a .google_plusone_iframe_widget {
  /*opacity: 0;*/
}

.share-icons .ico:hover {
  color: #000;
}

/**
     * single product images slider
     */
.images-slider {
  width: 50%;
  float: right;
}

.images-slider .slick-slide img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 600px) {
  .images-slider {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .images-slider {
    overflow-x: hidden;
  }
}
.images-slider .slick-prev,
.images-slider .slick-next {
  height: 50px;
  top: 40%;
}

.images-slider .slick-prev:before,
.images-slider .slick-next:before {
  color: #a0a0a0;
  font-size: 50px;
}

/*thumbs*/
.images-slider .slick-dots {
  position: relative;
  bottom: auto;
  padding-top: 5px;
}

.images-slider .slick-dots li {
  width: 80px;
  height: 80px;
  top: 0;
  margin-right: 20px;
  border: solid 1px #eee;
}

.images-slider .slick-dots li.slick-active {
  border: solid 1px #ccc;
}

@media (max-width: 768px) {
  .images-slider .slick-dots {
    display: none !important;
  }
}
/*vídeo*/
.single-product-video {
  width: 100%;
  padding-top: 30px;
}

.single-product-video .video-title {
  display: block;
  font: 900 16px "Nunito Sans", "Arial", sans-serif;
  color: #f70000;
}

.single-product-video .video-description {
  font: 500 14px/1.5em "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  display: block;
  padding-bottom: 10px;
}

.single-product-video iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 600px) {
  .single-product-video iframe {
    height: 200px;
  }
}
/*Related products*/
.related-products {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 4px #e6e6e6;
}

@media (max-width: 600px) {
  .related-products {
    padding-bottom: 0;
  }
}
.related-products-title {
  font: 900 24px/1.5em "Nunito Sans", "Arial", sans-serif;
  color: #f70000;
  margin-bottom: 20px;
}

.related-slider .slick-prev,
.related-slider .slick-next {
  width: 44px;
  height: 44px;
  background: rgba(232, 232, 232, 0.5);
  border-radius: 100px;
}

.related-slider .slick-prev {
  left: -5px;
}

.related-slider .slick-next {
  right: -5px;
}

.related-slider .slick-prev:before,
.related-slider .slick-next:before {
  color: #a0a0a0;
  font-size: 30px;
}

.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
}

.slick-no-slide .slick-slide {
  float: none;
  display: block;
}

/**
 * Carrinho / Cotação / Orçamento
 */
@media (max-width: 767px) {
  [data-view=cart-page] .txt-intro .pull-left,
  [data-view=cart-page] .txt-intro .pull-right {
    float: none !important;
  }
  [data-view=cart-page] .txt-intro a {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.form-orcamento {
  position: relative;
}

.cart-arrow {
  color: red;
  font-size: 60px;
  position: absolute;
  top: 50px;
  position: absolute;
  z-index: 500;
}

@media (max-width: 600px) {
  .cart-arrow {
    top: 90px;
    display: none;
  }
}
.danger-row,
.danger-row td {
  background: #e61e28;
  color: #fff;
  font-size: 12px !important;
}

.danger-row td {
  padding: 4px 0 !important;
}

.cart-table td {
  vertical-align: middle !important;
}

.cart-table td:last-child {
  text-align: center;
  font-size: 25px;
  padding: 0;
}

.cart-table td:last-child a {
  text-decoration: none;
  color: #999;
  display: inline-block;
  padding: 6px;
  margin: 0;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.cart-table td:last-child a:hover {
  background: #e61e28;
  color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
}

.cart-table .cart-product {
  height: 100%;
  display: flex;
  align-items: center;
}

.cart-table .cart-product-image {
  width: 20%;
  float: left;
}

.cart-table .cart-product-name {
  float: left;
  width: 80%;
  height: 100%;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  color: #505050;
}

.cart-table .cart-product-name:hover {
  color: #505050;
}

.cart-table .cart-product-name .code {
  font-size: 12px;
}

.cart-table .form-control {
  width: 100px;
  outline: none;
}

.cart-table .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e61e28;
  outline-color: none;
}

/*carrinho no mobile*/
@media (max-width: 600px) {
  .cart-table,
  .cart-table tr,
  .cart-table td,
  .cart-table th,
  .cart-table tbody,
  .cart-table thead {
    display: block;
    width: 100%;
  }
  .cart-table td,
  .table > tbody > tr > td {
    border: none;
    position: relative;
    border-bottom: solid 1px #eee;
    padding-top: 40px;
  }
  .cart-table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-table tr {
    margin-bottom: 20px;
  }
  .cart-table .cart-product {
    width: 100%;
  }
  .cart-table .form-control {
    width: 100%;
  }
  .cart-table td:not(:last-child)::before {
    position: absolute;
    top: 6px;
    left: 6px;
    white-space: nowrap;
    height: 30px;
    background: #f5f5f5;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
  }
  .cart-table tr td:last-child {
    border-bottom: none;
  }
  .cart-table td:nth-of-type(1)::before {
    content: "Produto";
  }
  .cart-table td:nth-of-type(2)::before {
    content: "Quantidade";
  }
  .cart-table td:nth-of-type(3)::before {
    content: "Qtd. Cores";
  }
  .cart-arrow {
    display: none;
  }
  .cart-table td:last-child a {
    display: block;
    margin: 0 5px;
  }
  .cart-table .cart-product-name {
    white-space: normal;
  }
}
/*formulário de informações do cliente*/
.customer-data {
  margin-bottom: 40px;
}

.customer-data label {
  margin-bottom: 5px;
  font-size: 16px;
}

.customer-data .row {
  margin-bottom: 10px;
}

.customer-data .form-control,
.form-know .form-control {
  font-size: 16px;
  border-radius: 25px;
}

select.form-control {
  padding-left: 5px;
  padding-top: 5px;
}

.customer-data .form-control:focus,
.form-know .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e61e28;
  outline-color: none;
}

.customer-data .highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 10px 10px 0 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .customer-data .btn-lumi {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .customer-additional-info {
    margin-bottom: 30px;
  }
}
.form-know {
  /*font-size: 16px;*/
  padding: 15px;
  background: #f5f5f5;
  padding-bottom: 70px;
}

/**
 * Category text
 */
.category-text {
  font: 400 14px/1.5em "Nunito Sans", "Arial", sans-serif;
  color: #505050;
  border-top: solid 8px #000;
  padding: 50px 0;
}

.category-text a {
  color: #505050;
}

.category-text h1,
.category-text h2,
.category-text h3,
.category-text h4 {
  font-weight: bolder;
  display: inline;
  font-size: 14px;
}

/*sidebar*/
.sidebar {
  height: 100%;
  width: 100%;
  background: #000;
  padding: 30px;
}

@media (max-width: 768px) {
  .sidebar {
    padding: 15px;
  }
}
.sidebar .title {
  display: block;
  margin-bottom: 30px;
  font: 900 18px "Nunito Sans", "Arial", sans-serif;
  color: #fff;
}

.sidebar ul li {
  font: 500 14px "Nunito Sans", "Arial", sans-serif;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  .sidebar ul li {
    margin-bottom: 20px;
  }
}
.sidebar ul li a {
  font: 500 14px "Nunito Sans", "Arial", sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.sidebar ul li a:hover {
  font-weight: 800;
  text-decoration: underline;
  color: #f70000;
  opacity: 0.8;
}

/*main content*/
.main-content {
  width: 100%;
  padding: 0 0;
}

[data-view=empresa] .main-content {
  padding-bottom: 70px;
}

.inner {
  width: 1304px;
  display: block;
  margin: 0 auto;
  position: relative;
}

/* phones */
@media (min-width: 320px) and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*small laptops*/
@media (min-width: 993px) and (max-width: 1366px) {
  .inner {
    width: 990px;
  }
}
/**
 * Talk to us (antes do rodapé do site)
 */
.talk-to-us {
  font: 400 14px "Nunito Sans", sans-serif;
  color: #505050;
  margin-bottom: 65px;
  border-top: solid 4px #e6e6e6;
  padding-top: 50px;
  width: 100%;
}

.talk-to-us a {
  text-decoration: none;
  color: #505050;
}

.talk-to-us a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .talk-to-us br {
    display: none;
  }
}
.talk-to-us .title {
  display: block;
  font: 600 24px "Nunito Sans", sans-serif;
  color: #e61e28;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .talk-to-us .title {
    margin-bottom: 25px;
  }
}
.talk-to-us .subtitle {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  /*margin-bottom: 10px;*/
}

@media (max-width: 600px) {
  .talk-to-us .subtitle {
    margin: 10px 0 2px 0;
  }
}
/**
 * Addresses strip
 */
.addresses-strip {
  width: 100%;
  background: #e61e28;
  color: #fff;
  padding: 10px 0;
  /*margin-bottom: 65px;*/
}

.address {
  font: 500 12px "Nunito Sans", sans-serif;
  color: #fff;
}

@media (max-width: 600px) {
  .address {
    margin-bottom: 10px;
  }
  .address.pull-right {
    float: none !important;
    margin-bottom: 0;
  }
}
/**
 * Footer
 */
.footer {
  width: 100%;
  clear: both;
  background: #e6e6e6;
  padding: 65px 0;
}

.footer a {
  color: #505050;
  text-decoration: none;
}

.footer a.red-text {
  color: #e61e28;
  font-weight: 700;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .title {
  display: block;
  font: 600 24px "Nunito Sans", sans-serif;
  color: #e61e28;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer .content {
  font: 500 16px "Nunito Sans", sans-serif;
}

.footer .content-left {
  color: #000;
  width: 38%;
  float: left;
}

.footer .content-right {
  color: #505050;
  float: left;
  width: 61%;
}

@media (max-width: 768px) {
  .footer .content-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .content-left img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .content-right {
    color: #505050;
    width: 100%;
  }
}
/*social icos*/
.footer .social-icos {
  position: absolute;
  top: 0;
  right: 0;
}

.footer .social-icos a {
  color: #a0a0a0;
  font-size: 20px;
  margin-right: 5px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer .social-icos {
    top: -40px;
  }
  .footer .social-icos a {
    font-size: 24px;
  }
}
.footer .social-icos a:hover {
  opacity: 0.9;
}

/**
 * Copyright
 */
.copyright {
  font: 500 11px "Nunito Sans", sans-serif;
  padding: 10px;
  text-align: center;
  display: block;
  clear: both;
  color: #bbb;
}

.copyright a {
  color: #bbb;
  text-decoration: underline;
}

/*back to top*/
.back-to-top {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #f55;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding-top: 13px;
  cursor: pointer;
  z-index: 200;
  display: none;
}

@media (max-width: 600px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    padding-top: 8px;
  }
}
.back-to-top .fa {
  color: #f55;
  text-align: center;
  font-size: 30px;
}

.loading-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 50;
  border-radius: 10px;
  display: none;
}

.loading-mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*}*/
/**
 * Helpers
 */
/*Forms*/
.form-error {
  font-size: 11px;
  color: #e61e28;
  line-height: 5px;
}

/*buttons*/
.bolder {
  font-weight: 900;
}

.btn-lumi {
  background: #e6e6e6;
  border-radius: 100px;
  color: #505050;
  display: inline-block;
  font: 700 12px/1.5em "Nunito Sans", sans-serif;
  padding: 7px 17px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
}

.btn-lumi:hover {
  background: #eee;
  text-decoration: none;
  color: #505050;
}

.btn-lumi:focus {
  outline: none;
  text-decoration: none;
}

.btn-lumi.red {
  background: #e61e28;
  color: #fff;
}

.btn-lumi.red:hover {
  background: #d31e2f;
}

.btn-lumi.big {
  padding: 10px 20px;
  font-size: 1rem;
  min-width: 300px;
}

.red-text {
  color: #e61e28;
}

.slick-slider *,
.slick-slider *:focus {
  outline: none;
}

/*links*/
.std-link {
  color: #555;
  text-decoration: none;
}

.std-link:hover {
  color: #555;
  text-decoration: underline;
}

/*font sizes*/
.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-26 {
  font-size: 26px;
}

.f-size-28 {
  font-size: 28px;
}

.tac {
  text-align: center;
}

.pt-30 {
  padding-top: 30px;
}

.clear {
  clear: both;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.clear {
  clear: both;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: flex;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
.alert.alert-danger {
  background: #e61e28;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  border: none;
}

.alert.alert-success {
  background: #59c700;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
}

.alert [data-dismiss=alert] {
  margin-top: 3px;
}

[data-view=cart-page] .alert {
  margin-bottom: 10px;
}

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: -40px;
  width: 180px;
  display: block;
}

@media (max-width: 600px) {
  .whatsapp-button {
    max-width: 130px;
    right: -30px;
  }
}
.whatsapp-button img {
  width: 100%;
  display: block;
}/*# sourceMappingURL=style.css.map */