@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

#wrp, .container {
max-width: 1290px;
}

@media (min-width: 1200px) {
.container {width: 100%;}
}

body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

.box-produto .price-product {
display: none;
}

.carousel-caption {
display: none;
}

.carousel-control {
background: transparent;
border: none;
}

.main-column {
min-height: 300px !important;
}

#top {
font-size: 91%;
font-weight: 500;
}

.txt-top {
float: none !important;
padding: 10px 0;
}

.top01 {
width: 35%;
}

.top02 {
width: 30%;
}

.top03 {
width: 35%;
}

header {
padding: 5px 0;
}

.bx-header-right {
padding-top: 39px;
}

/* -- BUSCA GRANDE CENTRALIZADA -- */
.box-search-header {
margin: -2px 245px 0 20px;
float: left;
}

.bx-header-right .form-inline .input-btn-fix {
width: 400px;
padding: 13px 20px;
box-shadow: none;
border: solid 2px #eee;
border-right: none;
background: #eee;
border-radius: 30px 0 0 30px;
color: #222;
}

.bx-header-right .form-inline .btn {
height: 50px;
color: #222;
box-shadow: none;
background: #eee;
border: solid 2px #eee;
border-left: none !important;
border-radius: 0 30px 30px 0;
}

.div-button-menu-mobile {
display: none;
}

.div-button-menu-mobile .button-menu-mobile {
padding: 5px 0 5px 2px;
margin-right: -5px;
}

.link-cart-header {
text-decoration: none;
color: #333;
border: solid 1px #ffcc29;
display: inline-block;
padding: 10px 22px;
font-weight: 500;
margin-top: -2px;
border-radius: 30px;
background: #ffcc29;
}

.link-cart-header:hover {
text-decoration: none;
opacity: 0.9;
}

.navbar .nav > li > a {
color: #344248;
font-weight: 500;
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #555;
padding: 12px 10px !important;
}

#top .navbar .nav > li a {
padding-left: 20px;
padding-right: 20px;
}

#top .navbar .nav > li {
position: relative;
}

#top .navbar .nav > li:first-child a {
padding-left: 0;
}

#top .navbar .nav > li a:after  {
content: "|";
position: absolute;
right: -4px;
color: rgba(255,255,255,0.3);
}

#top .navbar .nav > li:last-child a:after  {
content: "";
}

.headerMain .menu-vv li ul li a {
padding: 10px 15px !important;
}

#main-content aside h2, .sidebar-nav {
border-radius: 4px 4px 0 0;
}

#main-content aside h2 {
font-weight: 500;
padding-top: 4px;
padding-bottom: 4px;
}

.sidebar-nav .nav-list li a {
border-bottom: solid 1px #EEE;
color: #222;
padding: 12px 10px !important;
}
.sidebar-nav .title-grupo {
font-size: 98% !important; 
font-weight: 500 !important;
color: #344248 !important;
}

.box-produto {
text-align: center;
border-radius: 6px;
}

.box-produto h2 a {
color: #222 !important;
}

.add-cart {
border-top: none;
}

.add-cart a, .add-cart span {
opacity: 1;
filter: alpha(opacity=100);
border-radius: 6px;
font-weight: 500;
font-size: 13px;
}

.span3 .bx-image-product {
height: 155px;
}

.page-home .span3 .bx-image-product {
height: 212px !important;
}

.span4 .bx-image-product {
height: 217px;
}

.page-home .span4 .bx-image-product {
height: 295px !important;
}

.span6 .bx-image-product {
height: 339px;
}

.page-home .span6 .bx-image-product {
height: 458px !important;
}

.show_hide {
color: #fff;
font-weight: bold;
background: #373435;
border-radius: 100%;
text-align: center;
height: 20px;
width: 20px;
}

.show_hide:hover {
color: #fff !important;
}

.mm-header {
padding-top: 20px !important;
}
.mm-menu.mm-hasheader.mm-ismenu>.mm-panel {
padding-top: 0;
}
.mm-header .mm-next, .mm-header .mm-prev {
bottom: 14px;
}

#main-menu {
border-top: none;
}

#main-menu li a {
padding: 15px 17px 15px 18px;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
}



.dropdown-content a {
color: #344248;
}

.dropdown-mega .dropbtn {
color: #205CBF;
position: relative;
padding-left: 40px;
font-weight: 500;
margin-top: -4px;
}

.dropdown-mega .dropbtn::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 15px;
left: 15px;
font-size: 1rem;
content: "\f0c9"
}

#carousel-mediobanner .owl-carousel .owl-nav button.owl-next, #carousel-mediobanner .owl-carousel .owl-nav button.owl-prev {bottom: 0 !important;}
#carousel-mediobanner .owl-theme .owl-prev {left: 0 !important;}
#carousel-mediobanner .owl-theme .owl-next {right: 0 !important;}


@keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-moz-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-webkit-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-ms-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}
@-o-keyframes animatedBackground {
0% { background-position: 0 0; }
100% { background-position: -1600px 0; }
}

#animate-clientes {
height: 80px;
background: url(https://www.suaempresadebrindes.com.br/content/interfaces/cms/userfiles/files/logos-clientes3.png) top left repeat-x;
background-size: cover;
animation: animatedBackground 40s linear infinite;
-moz-animation: animatedBackground 40s linear infinite;
-webkit-animation: animatedBackground 40s linear infinite;
-ms-animation: animatedBackground 40s linear infinite;
-o-animation: animatedBackground 40s linear infinite;
}

#secao-699 {
background: #F4F4EB;
padding: 0 20px;
border-radius: 8px;
}

footer {
padding-top: 30px;
margin-top: 30px;
font-size: 90%;
background-size: contain;
}

.content-footer {
padding: 30px 0 0 0;
}

.content-footer .pull-left, .content-footer .pull-right {
float: none;
}

.content-footer ul {
list-style: none;
margin: 0;
}
.content-footer ul li {
padding-bottom: 10px;
}

.content-footer h3 {
font-size: 14px;
margin: -10px 0 15px 0;
font-weight: bold;
color: #D32E12;
}

.copy-powered {
opacity: 1;
filter: alpha(opacity=100);
}

.copy-powered a {
font-weight: bold;
}

.menu-01-footer {
padding-left: 50px;
}



/*** APENAS ÍCONES AO LADO DOS LINKS NO MAIN-MENU AO LADO DO LOGO ***/
.icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 0px;
left: 10px;
font-size: 1rem;
}

.todas-categorias {
padding-left: 35px !important;
font-weight: 700 !important;
}

.todas-categorias::before {
content: "\f0c9";
color: #999;
}

.row-fm {
  display: flex;
  flex-wrap: wrap;
}

.column-fm {
  flex: 20%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.container {margin-right: 15px; margin-left: 15px;}
.hidden-mobile, #main-menu, #top .navbar .nav, aside, .nav-tabs li:nth-child(2), header .navbar {display: none !important;}
#top {background-image: none;}
.txt-top {float: none !important; text-align: left;}
.logo img {height: 50px;}
.top01, .top02, .top03 {width: auto;}
.bx-header-right {padding-top: 25px;}
.div-button-menu-mobile {display: block;}
.link-cart-header {padding: 10px 10px 10px 12px;}
.box-search-header {margin: -2px 15px 0 0;}
.bx-header-right .form-inline .input-btn-fix {width: 40px; padding: 10px 0px 10px 15px;}
.bx-header-right .form-inline .btn {padding: 4px 12px 4px 6px; height: 44px;}
.menu-01-footer {padding-left: 0px;}
footer .span3 {width: 96% !important;}
#secao-144 .span3 {
width: 46% !important; margin: 0 2% 4% 2% !important; float: left !important;}
.column-fm {flex: 50%;}
}
