:root {
    --banner1_site: #A6C9C2;
    --banner2_site: #FF6633;
    --banner3_site: #E5B093;
    --orange_site: #d0922b;
    --text_site: #262626;
    --footer_site: #FFFFFF;
    --gray_site: #262626;
    --gray_year_site: #D0CEC7;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.navMobile {
    justify-content: flex-end;
}

.marginMenu{
    margin-top: 85px;
}


.zoo-item {
    position: relative !important;
}

.controlsArrow {
    position: absolute;
    bottom: 0;
    left: 55%;
    right: 40%;
}

.controlsArrow img {
    width: 25px;
}

#grayCartOpen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #D0CEC7AA;
    opacity: 0;
    transition: opacity 400ms;
}

#grayCartOpen.show {
    opacity: 1;
    z-index: 10;
}

.animationCart {
    animation: shake 0.5s;
    animation-iteration-count: 2;
}

table {
    border: 1px;
}

#viewCart div.row {
    padding-top: 20px;
}

button:focus {
    outline: none !important;
}

.hide {
    display: none !important;
}

.hideMobileImage {
    display: none;
}

.card {
    border: none;
    background-color: var(--gray_site);
}

.carousel-indicators {
    bottom: 17.5%;
}

.carousel-indicators {
    right: 5%;
    margin-right: 0px;
    margin-left: 0px;
    left: auto;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
}

#toTop {
    cursor: pointer;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10%;
    margin-right: 20px;
    margin-bottom: 10px;
    color: var(--orange_site);
    border-radius: 5px;
    transition: all 250ms;
}

#toTop:hover {
    background: rgba(0, 0, 0, 1);
}

#viewCart {
    position: fixed;
    top: 0;
    right: -100%;
    /* margin-top: 4%; */
    background: var(--gray_site);
    width: 35%;
    padding: 1% 1.5%;
    z-index: 100000000;
    height: 100%;
}

#icCloseCart {
    width: 25px;
    cursor: pointer;
}

.imgAbout {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.aboutCenas {
    font-size: 50px;
    color: var(--orange_site);
    font-family: "MontserratBold";
    text-align: center;
    transition: color 0.5s;
}

#icCloseCart:hover,
#icCloseSearch:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

.text_banner_about {
    width: 50%;
}

.carrinho_menu a:hover img {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.squareCart {
    width: 85px;
    height: 85px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--gray_site);
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/montserrat_bold.ttf');
}

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/montserrat_light.ttf');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/montserrat_regular.ttf');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/montserrat_semibold.ttf');
}

@font-face {
    font-family: 'MontserratItalic';
    src: url('../fonts/montserrat_italic.ttf');
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
    color: var(--text_site);
    font-family: "MontserratRegular";
    /* overflow-y: hidden;
    overflow-y: -moz-scrollbars-none; */
}

#age-warning .smallDescr {
    padding-bottom: 15px;
    bottom: 0;
    position: absolute;
    font-size: 11px;
}

#age-warning .smallDescr:hover {
    color: var(--gold);
}


/* Warning */

.warning-overlay {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
}

.warning-overlay div {
    width: 60%;
    text-align: center;
}

.warning-logo {
    width: 40%;
    margin: 50px;
}

.warning-overlay a {
    color: inherit;
    text-decoration: none;
    transition: color 0.5s ease;
    font-weight: bold;
}

.warning-overlay a:hover {
    color: #AF843F;
}

.warning-financial {
    width: 25%;
    margin: 20px;
    padding: 20px;
    bottom: 0;
    position: absolute;
}

.updateQtd {
    position: absolute;
    top: 35%;
}

#carouselProducts {
    opacity: 0;
    transition: opacity 1000ms;
}

#carouselProducts.show {
    opacity: 1;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 1000ms ease;
    transition: transform 1000ms ease;
    transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

body.expanded {
    overflow-y: auto !important;
}

body.noScroll {
    overflow-y: hidden !important;
}


/* Hide scrollbar for Chrome, Safari and Opera */

body.expanded::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE and Edge */

body {
    -ms-overflow-style: none;
}

.container {
    max-width: calc(100% - 20%);
}

.copyright {
    opacity: 0.5;
}

.logo {
    width: 200px;
}

.logoSearch {
    width: 40px;
}

.menu_top {
    position: fixed;
    height: 85px;
    top: 0%;
    z-index: 100;
    right: 0;
    left: 0;
    padding: 1% 3.5%;
    background-color: white;
}

.relative {
    position: relative;
}

.textHomeAbout {
    padding-left: 2.5%;
    padding-right: 15%;
}

.textHomeProduct {
    padding-right: 10%;
    padding-left: 10%;
}

.imgBannerHome {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.textHomeProduct p,
.textHomeAbout p {
    padding: 15px 0;
}

.imgBanner {
    width: 100%;
    height: auto;
}

.imgBrand {
    width: 175px;
    object-fit: cover;
}

#custom-bootstrap-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 0.8);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    border-width: 0px;
    border-radius: 0px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    text-decoration: none;
    display: inline;
    padding: 2px 0px;
    font-family: "MontserratBold";
    color: var(--text_site);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li:not(:first-child):not(:last-child)>a {
    margin: 0 15px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li:first-child>a {
    margin-right: 15px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child>a {
    margin-left: 15px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    border-bottom: 3px solid var(--text_site);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 3px solid var(--text_site);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a.white:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a.white:focus {
    border-bottom: 3px solid white;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a.white,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a.white:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a.white:focus {
    border-bottom: 3px solid white;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    /*border-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
    justify-content: flex-end;
}

.navbar-default,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    width: 100%;
    margin-bottom: 0px;
    padding: 7.5px 0px;
}

nav .dropdown-toggle::after {
    display: none;
}


/*.navbar-nav {*/


/*    border-bottom: 1px solid var(--orange_site);*/


/*}*/

#footer {
    background: var(--footer_site);
    padding: 10px 3.5%;
    border-top: 1px solid var(--gray_year_site);
}

#footer .navbar-menubuilder {
    justify-content: center;
}

#footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:first-child>a,
#footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:not(:first-child):not(:last-child)>a,
#footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child>a {
    margin: 0 50px;
}

.text_banner {
    position: absolute;
    bottom: 35%;
    font-family: "MontserratBold";
    font-size: 70px;
    left: 10%;
    color: white;
}

.counterBanner {
    font-size: 45px;
}

.counterBanner span {
    font-size: 33px;
}

.nameMenuBanner {
    font-size: 20px;
    font-family: "MontserratItalic";
}

.slogan {
    line-height: 85px;
    padding: 25px 0;
}

.sub_slogan {
    font-family: "MontserratRegular";
    font-size: 18px;
    display: none;
}

.white {
    color: white !important;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a.white {
    border-bottom: 3px solid white;
}

.verticalAlign {
    display: flex;
    align-items: center;
}

.lineBanner {
    opacity: 0.5;
}

#map {
    width: 25%;
}

#pano {
    width: 75%;
}

#map,
#pano {
    float: left;
    height: 500px;
}

#carouselCategories {
    background-color: white;
    z-index: 1;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
}

.menuBannerHomepage {
    background-color: white;
    padding: 1% 10%;
    z-index: 1;
    /* position: absolute;
    bottom: 0;
    right: 0;
    left: 0; */
}

.menuBanner {
    background-color: white;
    padding: 2.5% 10%;
    z-index: 1;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.flexColProducts{
    display: flex;
    justify-content: center;
    align-items: center;
}

.heighBannerProducts{
    height: 20%;
}

.imgBannerProducts {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuBannerProducts {
    background-color: white;
    padding: 2.5% 10%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: end;
}

.menuBannerOthers {
    right: 75%;
    padding: 2.5% 2.5% 2.5% 10%;
}

.menuBanner a:hover .lineBanner,
.menuBanner a.active .lineBanner {
    opacity: 1;
}

.menuBannerProducts .lineBanner{
    opacity: 1;
}

.titleMenu {
    font-family: "MontserratBold";
    font-size: 15px;
    color: var(--text_site);
}

.titleMenu span {
    font-family: "MontserratRegular";
    font-size: 13px;
    color: var(--text_site);
}

.menuBanner a:hover .titleMenu,
.menuBanner a:hover .titleMenu span {
    color: var(--orange_site);
    transition: color 400ms;
}

a:hover .arrowMenuBanner {
    -webkit-animation: animeLeft 0.4s infinite alternate linear;
    animation: animeLeft 0.4s infinite alternate linear;
}

.arrowMenuBanner {
    width: 55px;
    margin-left: 5px;
}

.numberBunner {
    font-family: "MontserratBold";
    font-size: 35px;
}

.numberBunner1 {
    color: var(--banner1_site);
}

.numberBunner2 {
    color: var(--banner2_site);
}

.numberBunner3 {
    color: var(--banner3_site);
}

a {
    text-decoration: none !important;
}

.titleOrange {
    font-family: "MontserratBold";
    font-size: 20px;
    color: var(--orange_site);
}

.showItalic {
    font-family: "MontserratItalic";
    font-size: 13px;
    color: var(--text_site);
}

.backgroundGray .showItalic {
    font-family: "MontserratItalic";
    font-size: 13px;
    color: white;
}

.showItalic:hover {
    color: var(--orange_site);
}

b {
    font-family: "MontserratBold";
}

#contacts {
    font-size: 15px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-family: "MontserratBold";
    font-size: 35px;
}

.backgroundGray {
    background-color: var(--gray_site);
    color: white;
}

.marginHomepage {
    padding: 5% 0;
}

.marginBackgroundHomepage {
    padding: 7.5% 0%;
}

#container {
    padding-top: 5%;
}

.containerDetail {
    padding-top: 10%;
}

#leftBreads {
    left: -12%;
}

#rightBreads {
    right: -12%;
}

#leftBreads img,
#rightBreads img {
    width: 75px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    transition: all 500ms;
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#breads {
    padding: 4% 0;
}

#carouselBreads {
    padding: 2.5% 0;
}

.yearAbout {
    font-size: 150px;
    color: var(--gray_year_site);
    font-family: "MontserratBold";
    text-align: center;
    transition: color 0.5s;
}

.yearAbout.active {
    color: var(--orange_site);
}

.textAbout {
    font-family: "MontserratLight";
    font-size: 16px;
    text-align: justify;
}

.textAbout p {
    padding: 0 10%;
}

.rowYear {
    display: flex;
    align-items: center;
    padding: 10% 0;
}

#timeline {
    position: relative;
}

#timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: var(--gray_year_site);
    left: 50%;
    margin-left: -1px;
    margin-top: 18%;
    margin-bottom: 18%;
}

#page {
    /* opacity: 0; */
}

.pageExpanded {
    opacity: 1 !important;
    transition: opacity 500ms linear;
}

#textarea .form-control {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid var(--text_site);
}

#textarea.has-float-label>span {
    left: 10px;
}

#textarea .form-control:focus {
    border: 1px solid var(--text_site);
}

.heightBannerProducts {
    height: 27% !important;
}

.heightBannerProducts .text_banner {
    font-size: 25px !important;
}

iframe,
video{
    height: 100%;
}

.form-control {
    border: none;
    border-radius: 0;
    color: var(--text_site);
    font-weight: normal;
    border-bottom: 1px solid var(--text_site);
    height: auto;
    padding: 7px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 35px;
    resize: none;
}

.form-control:focus {
    color: var(--text_site);
    box-shadow: none;
    border-color: 1px solid var(--text_site);
}

.has-float-label label,
.has-float-label>span {
    font-size: 85%;
    left: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 115%;
}

#formContacts,
#formLogin {
    padding: 2.5% 0 10% 0;
    width: calc(100% - 25%);
    margin: auto;
}

.btnCheckout {
    color: white;
    background-color: var(--banner3_site);
    border: none;
    padding: 10px 45px;
    cursor: pointer;
    width: 100%;
    transition: background-color 250ms;
}

.btnBack {
    color: var(--text_site);
    border: none;
    padding: 10px;
    cursor: pointer;
    transition: color 250ms;
    background: transparent;
}

.btnBack:hover {
    color: var(--orange_site);
    outline: none;
}

.btnBlack {
    color: white;
    background-color: var(--text_site);
    border: none;
    padding: 10px 45px;
    cursor: pointer;
    transition: background-color 250ms;
}

.btnBlack:hover,
.btnCheckout:hover {
    background-color: var(--orange_site);
    outline: none;
}

#contacts a {
    color: var(--text_site);
    transition: color 250ms;
}

.arrowExplorar {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 1;
    writing-mode: vertical-rl;
    font-family: "MontserratSemiBold";
    font-size: 17px;
    transition: opacity 500ms linear;
}

.arrowExplorar img {
    width: 25px;
    -webkit-animation: scroll-down 0.6s infinite alternate linear;
    animation: scroll-down 0.6s infinite alternate linear;
    transition: opacity 250ms ease-in-out;
}

.arrowExplorar span {
    margin-bottom: 10px;
}

#contacts a:hover {
    color: var(--orange_site);
}

.fade-out {
    opacity: 0;
}


/*.carousel-item{*/


/*    transition: transform 2s ease, opacity .5s ease-out*/


/*}*/

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.7;
        transform: translateY(0);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0.4em);
        opacity: 1;
        transform: translateY(0.4em);
        opacity: 1;
    }
}

.square {
    /* width: 350px;
    height: 350px; */
    align-items: center;
    display: flex;
    justify-content: center;
    /* background-color: var(--gray_site); */
    background-color: white;
}

.squareSearch {
    width: 150px;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* background-color: var(--gray_site); */
    background-color: white;
}

.imgProductSearch {
    width: 30%;
    height: auto;
    object-fit: cover;
    transition: transform 400ms;
}

.imgProductCart {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.imgProduct {
    width: 75%;
    height: 225px;
    object-fit: cover;
    transition: transform 400ms;
}

.imgCatalog {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 400ms;
}

.clickDetailProduct:hover .imgProduct {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.clickDetailProduct:hover .titleProduct,
.clickDetailProduct:hover .titleProductSearch {
    color: var(--orange_site);
}

#textSearch {
    font-size: 45px;
    font-family: "MontserratBold";
    border: none;
    margin: 2.5% 5% 0% 5%;
}

.titleProductSearch {
    font-family: "MontserratBold";
    color: var(--text_site);
    transition: color 400ms;
    margin-top: 5px;
}

.categoryProductSearch {
    font-family: "MontserratItalic";
    color: var(--text_site);
    transition: color 400ms;
    font-size: 11px;
}

.titleProduct {
    font-family: "MontserratBold";
    text-transform: uppercase;
    color: var(--text_site);
    text-align: center;
    margin-top: 15px;
    transition: color 400ms;
}

.titleProductDetail {
    font-family: "MontserratBold";
    text-transform: capitalize;
    color: var(--text_site);
    font-size: 35px;
}

.refProduct {
    text-transform: uppercase;
    color: var(--gray_year_site);
    text-align: center;
    font-family: "MontserratRegular";
}

.productPromoNovidade {
    position: absolute;
    top: 0;
    left: 7.5%;
    writing-mode: vertical-rl;
    color: white;
    padding: 10px 2.5px;
    font-size: 13px;
}

.promocao {
    background-color: var(--orange_site);
}

.novidade {
    background-color: var(--text_site);
}

.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

.animsition-loading {
    border-top: 5px solid var(--orange_site);
    border-right: 5px solid var(--orange_site);
    border-bottom: 5px solid var(--orange_site);
}

.animsition-loading,
.animsition-loading:after {
    width: 50px;
    height: 50px;
    z-index: 200;
}

.detailImgProduct {
    width: 450px !important;
    height: 450px !important;
    object-fit: cover;
}


/*#navDetailProduct {*/


/*    border-bottom: 1px solid var(--gray_year_site);*/


/*}*/

#navDetailProduct .nav-link {
    color: var(--text_site);
    font-family: "MontserratBold";
    font-size: 17px;
}

#navDetailProduct .nav-link.active,
#navDetailProduct .nav-link:hover {
    border-bottom: 3px solid var(--orange_site);
}

.nav-link {
    display: inline;
    padding: 2px 1em;
    margin: 0 4em;
}

#pills-tabContent .tab-pane {
    padding: 4% 10%;
    text-align: justify;
}

#pills-tabContent {
    border-bottom: 1px solid var(--gray_year_site);
    border-top: 1px solid var(--gray_year_site);
}

#descriptionProduct {
    padding-top: 15%;
    padding-bottom: 7.5%;
}

#detailProduct {
    font-family: "MontserratLight";
}

.back {
    color: var(--gray_year_site) !important;
    font-family: "MontserratBold";
    font-size: 30px;
    transition: color 400ms;
}

#back {
    margin-bottom: 5%;
}

.back:hover {
    text-decoration: underline !important;
}

.back img {
    width: 65px;
    padding-right: 10px;
    -webkit-animation: animeLeft 0.6s infinite alternate linear;
    animation: animeLeft 0.6s infinite alternate linear;
}

@-webkit-keyframes animeLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-0.4em);
        transform: translateX(-0.4em);
        opacity: 1;
    }
}

#productsRelacionados {
    padding-bottom: 5%;
}

.naoSei {
    background-color: var(--gray_year_site);
    position: absolute;
    width: 22.5%;
    height: 900px;
    top: 0;
    left: 0;
}

#priceOldDetail {
    visibility: collapse;
    text-decoration: line-through;
}

#priceOldDetail.show {
    visibility: visible;
    margin-left: 35px;
}

.number-spinner {
    border: 1px solid var(--text_site);
    height: 100%;
}

.qtdDetail {
    border: none;
    text-align: center;
    outline: none;
    padding: 7px 0;
    font-size: 16px;
    width: 50px;
}

.number-spinner button {
    border: none;
    outline: none;
    padding: 0 15px;
}

.page-link {
    font-family: "MontserratBold";
    color: var(--text-site);
    border: none;
    padding: 5px;
    margin: 0 7.5px;
    font-size: 15px;
}

.page-link:hover,
.page-item.active .page-link {
    z-index: 2;
    color: var(--orange_site);
    background-color: #FFF;
    border-bottom: 2px solid var(--orange_site);
}

#pagination {
    margin-bottom: 7.5%;
    margin-top: 5%;
}

.imgSearch {
    width: 20px;
    margin-left: 10px;
}

.imgCart {
    width: 18px;
}

.imgUser {
    width: 17px;
    margin: 0px 15px;
}

#qtdCart {
    font-size: 14px;
    font-family: "MontserratBold";
    color: var(--text_site);
}

#achorShowMore {
    color: var(--text_site);
    font-family: "MontserratBold";
    transition: color 400ms;
}

#achorShowMore:hover {
    color: var(--orange_site);
}

#search {
    position: fixed;
    top: -50%;
    z-index: 10000;
    left: 0;
    right: 0;
    padding: 1% 2.5% 5% 2.5%;
    background: white;
    bottom: 150%;
}

span.line {
    width: 65px;
    border: 1px solid;
    height: 1px;
    margin: 5px 10px;
}

#resultsSearch div.row {
    padding: 1% 5%;
}

#icCloseSearch {
    cursor: pointer;
}

.text_banner_others {
    bottom: 27.5%;
}

.menuBannerOthersExpand {
    right: 0%;
}

#listProducts div.row {
    margin: 30px 0px;
}

.textBeforeCronogia {
    text-align: justify;
    font-family: "MontserratRegular";
}

.cartName {
    text-transform: uppercase;
    font-family: "MontserratBold";
    color: white;
}

.cartRef,
.cartQtd {
    text-transform: uppercase;
    color: white;
}

.cartDelete {
    font-family: "MontserratBold";
    color: white;
    font-size: 13px;
}

.cartDelete:hover {
    color: var(--orange_site)
}

.imgProductCheckout {
    width: 85px;
    padding: 5px;
}

#listCartUser p {
    margin-bottom: 5px;
}

.prog {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.prog div.spinner-border {
    color: var(--orange_site) !important;
}

#categoryProducts {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--text_site);
    margin: 0 15px;
}

#subCategoryProducts {
    display: flex;
    justify-content: center;
    padding: 2%;
    margin: 0 15px;
}

#subCategoryProducts div.row {
    justify-content: center;
}

#categoryProducts a {
    color: var(--gray_year_site);
    font-family: "MontserratBold";
    padding: 0px 10px;
    cursor: pointer;
}

#categoryProducts a:hover,
#categoryProducts a.active {
    border-bottom: 3px solid var(--orange);
    padding-bottom: 5px;
    color: var(--text_site);
}

#categoryProducts div.col-auto {
    padding-bottom: 2%;
}

#subCategoryProducts a {
    color: var(--text_site);
}

#subCategoryProducts a {
    color: var(--text_site);
    transition: color 400ms;
    cursor: pointer;
}

#subCategoryProducts div.col-auto {
    padding-bottom: 10px;
}

#subCategoryProducts a:hover,
#subCategoryProducts a.active {
    color: var(--orange_site);
}

.clickDetailProduct p.titleProduct {
    padding: 0 5%;
}

.openFile {
    color: var(--text_site);
}

.openFile:hover {
    color: var(--orange);
    transition: all 400ms;
}

.price {
    color: var(--orange_site);
    font-weight: bold;
    font-size: 20px;
}

.riscado {
    text-decoration: line-through;
    text-decoration-color: red;
}

#cabecalho {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
}

.trash {
    width: 18px;
    opacity: 1;
}

a:hover .trash {
    transition: opacity 250ms;
    opacity: 0.5;
}

.fa-sync-alt {
    color: black;
    opacity: 1;
}

a:hover .fa-sync-alt {
    opacity: 0.5;
    transition: opacity 250ms;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: var(--orange_site);
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: var(--text_site);
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: var(--banner3_site);
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: var(--orange_site);
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: var(--banner3_site);
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: var(--banner1_site);
    border: 1px solid var(--banner1_site);
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard-step {
    font-weight: bold;
}

#meiosPagamento img {
    width: 150px;
    padding: 5% 10%;
}

#sltUserFaturacao,
#sltUserEnvio {
    width: 75%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1366px) {
    html,
    body {
        font-size: 13px;
    }

    .imgCatalog {
        height: 350px;
    }

    .titleMenu {
        font-size: 13px;
    }

    .titleMenu span {
        font-size: 12px;
    }

    .controlsArrow {
        left: 60%;
        right: 30%;
    }
    .nameMenuBanner {
        font-size: 18px;
    }
    .text_banner {
        font-size: 65px;
        left: 5%;
    }
    .slogan {
        line-height: 65px;
    }
    .menuBanner {
        padding: 2.5% 5%;
    }
    .square {
        /* width: 240px;
        height: 240px; */
    }
    .yearAbout {
        font-size: 130px;
    }
    .textAbout {
        font-size: 15px;
    }
    #timeline:before {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    #pagination {
        margin-bottom: 5%;
    }
    .page-link {
        font-size: 14px;
    }
    .detailImgProduct {
        width: 375px !important;
        height: 375px !important;
    }
    .naoSei {
        height: 700px;
    }
    .titleProductDetail {
        font-size: 32px;
    }
    .qtdDetail {
        font-size: 14px;
        width: 40px;
    }
    .btnBlack {
        padding: 9px 35px;
    }
    #descriptionProduct {
        padding-top: 20%;
    }
    #pills-tabContent .tab-pane {
        padding: 3% 7.5%;
    }
    .back {
        font-size: 28px;
    }
    h1 {
        font-size: 47px;
    }
    #contacts {
        font-size: 14px;
    }
    h3 {
        font-size: 32px;
    }
    #formContacts {
        padding: 2.5% 0 7.5% 0;
    }
    .form-control {
        margin-bottom: 30px;
    }
    .has-float-label .form-control:placeholder-shown:not(:focus)+* {
        font-size: 100%;
        top: 0.7em;
    }
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:first-child>a,
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:not(:first-child):not(:last-child)>a,
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child>a {
        margin: 0 25px;
    }
    #search {
        padding: 1% 1.5% 10% 1.5%;
    }
    .squareSearch {
        width: 95px;
        height: 95px;
    }
}

@media screen and (max-width: 1280px) {
    html,
    body {
        font-size: 13px;
    }
    .copyright {
        font-size: 12px;
    }
    .numberBunner {
        font-size: 32px;
    }
    .titleMenu {
        font-size: 14px;
    }
    .titleMenu span {
        font-size: 12px;
    }
    .arrowMenuBanner {
        width: 50px;
    }
    .arrowExplorar {
        font-size: 16px;
    }
    .arrowExplorar img {
        width: 23px;
    }
    .square {
        /* width: 220px;
        height: 220px; */
    }
    #leftBreads img,
    #rightBreads img {
        width: 65px;
    }
    .yearAbout {
        font-size: 125px;
    }
    .textAbout {
        font-size: 14px;
    }
    #timeline:before {
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .detailImgProduct {
        width: 350px !important;
        height: 350px !important;
    }
    .naoSei {
        height: 650px;
    }
    .back {
        font-size: 26px;
    }
    .squareSearch {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 1024px) {
    html,
    body {
        font-size: 12px;
    }
    .text_banner {
        font-size: 50px;
        left: 2.5%;
        bottom: 15%;
    }
    .slogan {
        line-height: 50px;
        padding: 15px 0;
    }
    .counterBanner {
        font-size: 35px;
    }
    .counterBanner span {
        font-size: 25px;
    }
    .titleMenu {
        font-size: 12px;
    }
    .menuBanner {
        padding: 2.5% 2.5%;
    }
    .numberBunner {
        font-size: 28px;
    }
    .titleMenu span {
        font-size: 10px;
    }
    .arrowMenuBanner {
        width: 40px;
    }
    .arrowExplorar img {
        width: 20px;
    }
    .arrowExplorar span {
        margin-bottom: 5px;
    }
    .arrowExplorar {
        font-size: 13px;
    }
    .sub_slogan {
        font-family: "MontserratRegular";
        font-size: 15px;
    }
    #custom-bootstrap-menu.navbar-default {
        font-size: 13px;
    }
    .imgSearch {
        width: 16px;
    }
    .imgUser {
        width: 13px;
    }
    .imgCart {
        width: 15px;
    }
    #qtdCart {
        font-size: 13px;
    }
    .square {
        /* width: 170px;
        height: 170px; */
    }
    h2 {
        font-size: 27px;
    }
    .titleOrange {
        font-size: 14px;
    }
    #leftBreads img,
    #rightBreads img {
        width: 50px;
    }
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:first-child>a,
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:not(:first-child):not(:last-child)>a,
    #footer #custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child>a {
        margin: 0 12.5px;
    }
    .copyright {
        font-size: 11px;
    }
    .logo {
        width: 150px;
    }
    #footer {
        padding: 10px 2.5%;
    }
    .text_banner_others {
        bottom: 25%;
    }
    .nameMenuBanner {
        font-size: 16px;
    }
    .yearAbout {
        font-size: 105px;
    }
    .textAbout {
        font-size: 13px;
    }
    .titleProduct {
        font-size: 11px;
    }
    .page-link {
        font-size: 12px;
    }
    .detailImgProduct {
        width: 300px !important;
        height: 300px !important;
    }
    .titleProductDetail {
        font-size: 26px;
    }
    .naoSei {
        height: 610px;
    }
    #navDetailProduct .nav-link {
        font-size: 15px;
    }
    .back {
        font-size: 20px;
    }
    .back img {
        width: 55px;
    }
    .qtdDetail {
        font-size: 13px;
        width: 35px;
    }
    .btnBlack {
        padding: 8px 30px;
    }
    h1 {
        font-size: 37px;
    }
    #contacts {
        font-size: 12px;
    }
    #map {
        height: 300px;
    }
    h3 {
        font-size: 30px;
    }
    .resultSearchTitle {
        padding-left: 30px;
    }
    #textSearch {
        font-size: 35px;
    }
    .nameMenuBanner {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 11px;
    }

    .imgCatalog {
        height: 200px;
    }
    .marginMenu{
        margin-top: 0px;
    }

    .menu_top {
        height: auto;
    }


    #custom-bootstrap-menu.navbar-default {
        font-size: 10px;
    }
    video,
    #carouselHome {
        height: 250px;
    }
    .imgBrand {
        width: 125px;
    }
    .logo {
        width: 120px;
    }
    .menu_top {
        position: relative;
    }
    .imgBannerHome {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    #rightBreads,
    #leftBreads {
        display: none;
    }
    #bannerHompeage,
    #bannerMenu,
    #carouselCategories {
        display: none;
    }
    .hideMobileImage {
        display: block;
    }
    .navMobile {
        justify-content: flex-end;
    }
    .navMobileFooter {
        justify-content: flex-start;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav>li:first-child>a {
        margin-right: 0px;
    }
    #custom-bootstrap-menu.navbar-default .navbar-nav>li:not(:first-child):not(:last-child)>a {
        margin: 0 0px;
    }
    .dropdown {
        padding: 5px;
        text-align: center;
    }
    .slogan {
        line-height: 40px;
        padding: 5px 0;
    }
    .counterBanner {
        font-size: 25px;
    }
    .counterBanner span {
        font-size: 20px;
    }
    .sub_slogan {
        font-size: 13px;
    }
    .numberBunner {
        font-size: 23px;
    }
    .titleMenu {
        font-size: 10px;
        padding: 0;
    }
    .square {
        /* width: 270px;
        height: 270px; */
    }
    .titleOrange {
        font-size: 17px;
    }
    h2 {
        font-size: 22px;
    }
    .showItalic {
        font-size: 10px;
    }
    #leftBreads img,
    #rightBreads img {
        width: 35px;
    }
    .arrowExplorar {
        font-size: 11px;
    }
    .arrowExplorar img {
        width: 15px;
    }
    .menuBanner {
        padding: 2.5% 5%;
    }
    .text_banner {
        font-size: 25px;
        bottom: 20%;
    }
    .yearAbout {
        font-size: 85px;
    }
    .textAbout {
        font-size: 12px;
    }
    #timeline:before {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .detailImgProduct {
        width: 200px !important;
        height: 200px !important;
    }
    .naoSei {
        height: 500px;
    }
    .titleProductDetail {
        font-size: 23px;
    }
    #navDetailProduct .nav-link {
        font-size: 13px;
    }
    #pills-tabContent .tab-pane {
        padding: 3% 4%;
    }
    .back {
        font-size: 17px;
    }
    .back img {
        width: 45px;
    }
    .qtdDetail {
        font-size: 11px;
        width: 25px;
    }
    h1 {
        font-size: 30px;
    }
    #contacts {
        font-size: 11px;
    }
    h3 {
        font-size: 25px;
    }
    #page {
        opacity: 1;
    }
    body {
        overflow-y: auto !important;
    }
}
@media screen and (max-width: 575px) {
    .menuMobile {
        text-align: end;
        position: absolute;
        top: 50px;
        background: white;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    html,
    body {
        font-size: 9px;
    }

    .imgCatalog {
        height: 450px;
    }

    .menu_top {
        position: relative;
    }
    #formContacts {
        padding: 2.5% 0 7.5% 0;
        width: 100%;
    }
    .imgProductCheckout {
        width: 30px;
        display: none;
    }
    #cabecalho {
        font-size: 11px;
    }
    #categoryProducts {
        margin: 0px;
        margin-top: 25%;
    }
    .centerMobile {
        justify-content: center;
    }
    #map {
        width: 100%;
    }
    #pano {
        display: none;
    }
    #categoryProducts a:hover,
    #categoryProducts a.active {
        padding-bottom: 0px;
    }
    .rowYear {
        padding: 5% 0;
    }
    .logo {
        width: 125px;
    }
    .arrowExplorar {
        right: 20%;
    }
    .imgProduct {
        width: 100%;
        height: 125px;
    }
    .imgBrand {
        width: 75%;
        object-fit: cover;
        padding-bottom: 30px;
    }
    #toTop {
        font-size: 20px;
    }
    .logoSearch {
        width: 25px;
    }
    #carouselBreads {
        text-align: center;
    }
    .imgBannerHome {
        height: 200px;
        object-fit: cover;
    }
    .carousel-indicators {
        bottom: -2%;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    video,
    #carouselHome {
        height: 200px;
    }
    .text_banner {
        font-size: 17px;
    }
    .slogan {
        line-height: 20px;
    }
    .text_banner_others {
        bottom: 2.5% !important;
    }
    .text_banner {
        bottom: 15%;
    }
    .nameMenuBanner {
        display: none;
    }
    .sub_slogan {
        font-size: 11px;
    }
    .counterBanner {
        font-size: 20px;
        display: none;
    }
    .counterBanner span {
        font-size: 10px;
    }
    #arrowDown {
        display: none;
    }
    .textHomeAbout,
    .textHomeProduct {
        padding-left: 6%;
        padding-right: 6%;
    }
    .textAbout {
        font-size: 9px;
        padding: 0;
    }
    .yearAbout {
        font-size: 30px;
        padding: 0;
    }
    #timeline:before {
        margin-top: 32%;
        margin-bottom: 32%;
    }
    .page-link {
        font-size: 9px;
        margin: 0 2px;
    }
    .titleProductDetail {
        font-size: 20px;
        margin-top: 25px;
    }
    .naoSei {
        height: 215px;
        width: 100%;
    }
    .detailImgProduct {
        width: 300px !important;
        height: 300px !important;
    }
    .aboutCenas {
        font-size: 20px;
    }
    object {
        visibility: collapse;
    }
    #timeline:before {
        visibility: collapse;
    }
    .hideMobile {
        display: none;
    }
    .imgAbout {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    #descriptionProduct {
        padding-top: 10%;
    }
    #navDetailProduct .nav-link {
        font-size: 11px;
    }
    .nav-item {
        padding-top: 10px;
    }
    #contacts {
        text-align: center;
    }
    #contacts div.col-12 {
        padding: 10px 0;
    }
    h3 {
        font-size: 18px;
    }
    .form-control {
        margin-bottom: 15px;
        font-size: 9px;
    }
    .cartCheckout {
        font-size: 7px;
    }
    .squareSearch {
        width: 90px;
        height: 90px;
    }
    #resultsSearch {
        text-align: center;
    }
    #textSearch {
        font-size: 28px;
    }
    .square {
        /* width: 245px;
        height: 245px; */
    }
    #listProducts div.col-12,
    #carouselProducts div.col-12 {
        display: flex;
        justify-content: center;
    }
    .searchHorizontalCenter {
        display: flex;
        justify-content: center;
    }
    #leftBreads img,
    #rightBreads img {
        display: none;
    }
    .copyright {
        font-size: 7px;
    }
    .resultSearchTitle {
        padding-left: 15px;
    }
    .qtdDetail {
        font-size: 9px;
    }

    #leftBreads img,
    #rightBreads img {
        display: none;
    }
}

#listProducts div.col-12,
#carouselProducts div.col-12 {
    display: flex;
    justify-content: center;
}

.searchHorizontalCenter {
    display: flex;
    justify-content: center;
}



.copyright {
    font-size: 7px;
}

.resultSearchTitle {
    padding-left: 15px;
}

.qtdDetail {
    font-size: 9px;
}
