body, html {
    font-family: 'Gilroy' !important;
}

a, a:active, a:visited, a:hover {
    text-decoration: none !important;
}

a, a:active, a:visited {
    color: #847F7C !important;
}

.btm-logo {
    max-height: 70px;
}

@media (max-width: 767.98px) {
    .btm-logo {
        max-height: 50px;
    }

}


a.link-light,
a.link-light:link,
a.link-light:active,
a.link-light:visited,
.link-light {
    color: #f6f6f6 !important;
}

.card-prod a,
.card-prod a:active,
.card-prod a:visited {
    font-weight: normal;
}

.header-bg {
    background-position: center;
    /*background-size: cover;*/
    height: 500px;
    line-height: 500px;
    color: #fafafa;
    font-weight: 600;
}

.header-title-bg {
    background-color: #FAFAFA !important;
}
.menu a {
    color: #463F3A !important;
}

.menu a:hover {
    color: #2EC4B6 !important;
    font-weight: 500;
}

.menu a.n1:hover {
    color: #463F3A !important;
}

.header-bg-alt-height {
    height: 331px;
}

.header-bg-text {
    background-color: #888888;
}

.header-bg-text h5 {
    color: #fff !important;
    font-size: 1.3em;
}

.prod-overlay {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2EC4B6
}

.prod-overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.text-white:link,
a.text-white:link,
a.text-white:visited,
a.text-white:active,
.text-white{
    color: #fff !important;
}
a.btn-gray-1,
a.btn-gray-1:link,
a.btn-gray-1:visited,
a.btn-gray-1:active,
.btn-gray-1 {
    background-color: #463F3A !important;
    border-color: #463F3A;
    color: #fff !important;
}

.btn-gray-1:hover {
    background-color: #655F5B;
}

/**
Fale Conosco
 */
.header-contact {
    background-color: #900012;
    background-image: url(../../files/fale-conosco.jpg);
    background-size: cover;
    height: 477px;
}

.hh {
    height: 79px;
}

h2.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #706b66;
    text-transform: uppercase;
}

h2.title strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #706b66;
    text-transform: uppercase;
    font-weight: 700;
}

.footer {
    border-top: 10px solid #655F5B;
    background-color: #463F3A;
    color: #f6f6f6;
}

@media (min-width: 768px) {
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }

    /* show animation */
    #main-menu ul.show-animation {
        -webkit-animation: show-animation 0.2s;
        animation: show-animation 0.2s;
    }

    @-webkit-keyframes show-animation {
        0% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    @keyframes show-animation {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.2s;
        animation: hide-animation 0.2s;
    }

    @-webkit-keyframes hide-animation {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
    @keyframes hide-animation {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
}


/* TOPO E LOGO */
.bloco-topo {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
}

.bloco-topo .logo {
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    text-align: center;
}

.bloco-topo .logo a {
    display: inline-block;
}

/* DETALHES TOPO */
.bloco-topo .detalhes-topo {
    /*margin-top: 20px;*/
}

/* BUSCA TOPO */
.bloco-topo .detalhes-topo .busca-topo {
    /*margin-bottom: 15px;*/
}

.bloco-topo .detalhes-topo .busca-topo label.error { /* font-size: 12px; */
    /*position: absolute;*/
    font-weight: normal;
}

.bloco-topo .detalhes-topo .busca-topo .form-control {
    position: relative;
    background-color: #ffffff;
    color: #084b22;
    height: 40px;
    border: solid 1px #d0cbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bloco-topo .detalhes-topo .busca-topo .btn-success {
    position: absolute;
    float: left;
    background: #f42a30;
    border-color: #f42a30;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 11px 2px 11px;
    margin-top: -34px;
    right: 0;
    margin-right: 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* REVENDEDOR TOPO */
.bloco-topo .detalhes-topo .bloco-revendedor-topo {
    text-align: center;
    /*margin-bottom: 15px;*/
}

/* BOTÃƒO PADRÃƒO REVENDEDOR */
.bloco-topo .detalhes-topo .bloco-revendedor-topo .btn-padrao {
    transition: all 0.3s ease 0s;
    border: none;
    overflow-wrap: break-word;
    padding: 0px 18px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f42a30;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bloco-topo .detalhes-topo .bloco-revendedor-topo .btn-padrao span {
    margin-left: 0;
    margin-right: 14px;
    padding: 11px 15px 11px 16px;
    background: #e22328;
    display: inline-block;
    min-height: 20px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bloco-topo .detalhes-topo .bloco-revendedor-topo .btn-padrao span img {
    margin-top: -2px;
}

.bloco-topo .detalhes-topo .bloco-revendedor-topo .btn-padrao:hover {
    background: #d4161b;
    color: #ffffff;
}

.bloco-topo .detalhes-topo .bloco-revendedor-topo .btn-padrao:focus {
    background: #d4161b;
    color: #ffffff;
}

/* SOCIAL TOPO */
.bloco-topo .detalhes-topo .bloco-social-topo {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.bloco-topo .detalhes-topo .bloco-social-topo a {
    display: inline-block;
    /*margin-bottom: 15px;*/
}

/* MENU DESK */
.bloco-topo .bloco-menu-desk {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bloco-topo .bloco-menu-desk .menu-desk {
}

.bloco-topo .bloco-menu-desk .menu-desk li:first-of-type {
    background: transparent;
}

.bloco-topo .bloco-menu-desk .menu-desk li {
    background: url('../images/menu-topo-separador.jpg') no-repeat center left;
    float: left;
}

.bloco-topo .bloco-menu-desk .menu-desk li a {
    transition: all 0.3s ease 0s;
    color: #534c45;
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bloco-topo .bloco-menu-desk .menu-desk li a:hover {
    color: #f42a30;
}

.bloco-topo .bloco-menu-desk .menu-desk .active a {
    color: #f42a30;
}

.bloco-topo .ajuste-menu-topo {
    padding-left: 15px;
    padding-right: 15px;
}

.bloco-topo .ajuste-menu-topo .navbar-primary li a {
    font-size: 16.2px;
}


.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 14px !important;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}

.navbar-toggle {
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background: #e51d23;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.navbar-toggle .menu-chamada {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
}

.menu-setas-bloco {
    width: 25px;
    right: 15px;
    margin-top: 8px;
    display: inline-block;
    position: absolute;
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 30px !important;
}

.navbar-primary {
    margin-bottom: 0;
}

.navbar-primary li {
    background: url('../images/menu-topo-separador.jpg') no-repeat center left;
}

.navbar-primary li:first-of-type {
    background: transparent;
}

.navbar-primary li li {
    background: transparent;
}

.navbar-primary li ul li {
    background: transparent;
}

.navbar-primary li a {
    transition: all 0.3s ease 0s;
    color: #534c45;
    font-size: 17px;
    font-weight: 400;
}

.navbar-primary li a:hover {
    color: #f42a30;
    background: transparent;
}

.navbar-primary .active > a {
    color: #f42a30;
    background: transparent;
}

.navbar-primary .open a {
    background: transparent;
}

.navbar-primary .open a:hover {
    background: transparent;
}

.navbar-primary .sm-collapsible {
}

.navbar-primary .sm-collapsible {
    margin-top: 0;
}

.navbar-primary .sm-collapsible > li {
    background: #e5e5e5;
    margin-bottom: 1px;
}

.navbar-primary .sm-collapsible .open a {
    background: #e5e5e5;
}

.navbar-primary .sm-collapsible > li .highlighted {
    background: #ff353b;
    color: #ffffff;
}

.navbar-primary .sm-collapsible > .open ul {
    border-top: solid 1px #fcfcfc;
}

.navbar-primary .sm-collapsible > .open ul li a {
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
    background: #eeeded;
    color: #f42a30;
    line-height: 1.6;
}

.navbar-primary .sm-collapsible > .open ul li .highlighted {
    background: #ff353b;
    color: #ffffff;
}

.navbar-primary .sm-collapsible li a {
    transition: all 0.0s ease 0s;
    color: #534c45;
    background: #e5e5e5;
    line-height: 1.5;
}

.navbar-primary .sm-collapsible li:hover > a {
    background: #ff353b;
    color: #ffffff;
}

.navbar-primary .sm-collapsible > .open ul li:hover > a {
    background: #ff353b;
    color: #ffffff;
}

/* BOTÃƒO PADRÃƒO */
.btn-padrao {
    transition: all 0.3s ease 0s;
    border: none;
    overflow-wrap: break-word;
    padding: 0px 18px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f42a30;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-padrao span {
    margin-left: 0;
    margin-right: 14px;
    padding: 15px 15px 15px 16px;
    background: #e22328;
    display: inline-block;
    min-height: 20px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-padrao span img {
    margin-top: -2px;
}

.btn-padrao:hover {
    background: #d4161b;
    color: #ffffff;
}

.btn-padrao:focus {
    background: #d4161b;
    color: #ffffff;
}


@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .bloco-topo .logo {
        text-align: left;
    }

    .bloco-topo .ajuste-menu-topo {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bloco-topo .ajuste-menu-topo .navbar-primary li a {
        font-size: 12.5px;
    }

    .bloco-topo .detalhes-topo .bloco-social-topo {
        text-align: left;
        padding-left: 5px;
        padding-right: 15px;
    }

    .conteudo-campanha-home {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bloco-campanha-home {
        padding-top: 50px;
    }

    .bloco-campanha-home h2 {
        font-size: 40px;
    }

    .bloco-lancamentos-home h2 {
        font-size: 40px;
    }

    .bloco-lancamentos-home .produtos-listagem-home .produto-item-home img {
        max-height: 350px;
    }

    .conteudo-interna .produtos-listagem .produto-item img {
        max-height: 350px;
    }

    .bg-rodape .menu-rodape li:first-of-type {
        background: transparent;
    }

    .bg-rodape .menu-rodape li:first-of-type a {
        padding-left: 0;
    }

    .bg-rodape .menu-rodape li {
        width: inherit;
    }

    .bg-rodape .menu-rodape li a {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .bg-rodape .bloco-rodape-info .bloco-assinatura {
        text-align: right;
    }

    .bg-titulo-interna {
        text-align: left;
    }

    .conteudo-interna .bloco-detalhes-separador {
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
    }

    .conteudo-interna .produto-detalhes .bloco-botoes-produto {
        text-align: left;
    }

    .bloco-trabalhe-conosco {
        padding-left: 50px;
        padding-right: 50px;
    }

    .catalogos-downloads-links a {
        border-right: solid 1px transparent;
        margin-right: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .bloco-topo .logo {
        text-align: left;
    }

    .bloco-topo .ajuste-menu-topo {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bloco-topo .ajuste-menu-topo .navbar-primary li a {
        font-size: 16.2px;
    }

    .bloco-topo .detalhes-topo .bloco-social-topo {
        text-align: left;
        padding-left: 10px;
        padding-right: 15px;
    }

    .conteudo-campanha-home {
        padding-left: 130px;
        padding-right: 130px;
    }

    .bloco-campanha-home {
        padding-top: 100px;
    }

    .bloco-campanha-home h2 {
        font-size: 50px;
    }

    .bloco-lancamentos-home h2 {
        font-size: 50px;
    }

    .bloco-lancamentos-home .produtos-listagem-home .produto-item-home img {
        max-height: 250px;
    }

    .conteudo-interna .produtos-listagem .produto-item img {
        max-height: 250px;
    }

    .bg-rodape .menu-rodape li:first-of-type {
        background: transparent;
    }

    .bg-rodape .menu-rodape li:first-of-type a {
        padding-left: 0;
    }

    .bg-rodape .menu-rodape li {
        width: inherit;
    }

    .bg-rodape .menu-rodape li a {
        font-size: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .bg-rodape .bloco-rodape-info .bloco-assinatura {
        text-align: right;
    }

    .bg-titulo-interna {
        text-align: left;
    }

    .conteudo-interna .bloco-detalhes-separador {
        border-left: solid 1px #b2a7a7;
        border-right: solid 1px #b2a7a7;
    }

    .conteudo-interna .produto-detalhes .bloco-botoes-produto {
        text-align: left;
    }

    .bloco-trabalhe-conosco {
        padding-left: 100px;
        padding-right: 100px;
    }

    .catalogos-downloads-links a {
        border-right: solid 1px #CCCCCC;
        margin-right: 5px;
        padding-right: 10px;
    }
}

#main-menu {
    text-align: center;
}

#main-menu ul {
    text-align: left;
}

.whats-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whats-my-float {
    margin-top: 16px;
}

.instagram {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
}

.transparent {
    background: rgb(0, 0, 0, 0.55);
}


.btn-heart {
    background-color: #d50000;
    border-color: #d50000
}

.carousel-title-bg a {
    color: #fff !important;
}

.carousel-title-bg {
    background-image: url('../img/carousel-title-bg.png');
}

.img-hover-zoom {
    /*height: 300px; !* [1.1] Set it as per your need *!*/
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    filter: grayscale(100%);
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    filter: grayscale(0%);
    transform: scale(1.12);
}

.img-hover-zoom-border {
    border: 1px solid #ddd;
    border-radius: 3px
}

.categorias {
    border-color: #ddd !important;
    background-color: #e1eeff;
}

.categorias:hover {
    border-color: #ccc !important;
    background-color: #fff;

}

/** men **/


.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
    background-color: #E0DFDE;
}

.header > .container {
    max-width: 1200px;
    margin: auto;
}

.header a {
    text-decoration: none !important;
}

/*Header*/
.header .item-left {
    /* background-color: yellow;*/
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
}

.header .item-center {
    /* background-color: red;*/
    flex: 0 0 66%;
}

.header .item-right {
    /* background-color: blue;*/
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 15px;
}

.header > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}

.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
}

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 16px;
    color: #3e2723;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-center a:hover,
.header .menu > ul > li:hover > a {
    color: #5d4037;
}
