@charset "utf-8";

:root {
 --cor-fundo1: #fff; /* Cor de fundo padrão */
 --cor-fundo2: #010a44; /* Cor de fundo padrão */
 --cor-write: #fff;
 --cor-black:#090100;
}
/* CSS para o overlay preto */
.overlay__event {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000; /* Certifique-se de que o overlay esteja acima de todo o conteúdo */
    opacity: 1; /* Inicialmente, o overlay é totalmente opaco */
    transition: opacity 1s ease; /* Adiciona uma transição suave de 1 segundo para a propriedade de opacidade */
}

body {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
	font-style: normal;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--cor-fundo1);
}

.titulo-cidade{
	font-weight:800;
}
.imagem-marca-cnt{
	width: 80px !important;
    background: #fff;
    padding: 3px;
    border-radius: 10px;
}
.btn-style-promo {
	font-weight: 700;
    line-height: 47px;
    border-radius: 50px;
    padding: 0 20px !important;
    background: #00ff00;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border: none;
	color: #222!important;
}
.btn-style-pesq {
background: #00ff00;
    border-radius: 0px 10px 10px 0px;
    font-weight: 600;
}
.cont-cidade{
	text-align: center!important;
}

@media (min-width: 990px){
.logomarcadisplay{
	display:none;
}

.s-naveg .container {

    max-width: 1280px!important;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-direction: column;
}
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: RGBA(1,10,68,0.86);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px RGBA(1,10,68,0.86);
  outline: 0 none;
}


 .headerls .s-naveg .navbar #naveg-vertical .btn-nav {
padding: 18px 7px;
position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
}

.top-header {
    line-height: 35px;
    background: var(--cor-fundo2);
    color: #fff;
}

.top-header .entrarp {
    display: flex;
}

.top-header .tel,
.top-header .tel a:hover {
    color: var(--cor-fundo1);
}

.top-header .tel i,
.top-header .tel a {
    color: #fff;
    font-size: 12px;
}

.top-header .midcolun .tel .icon-phone-receiver {
    margin-right: 8px;
}

.top-header .midcolun .tel span {
    color: #fff;
    opacity: 0.4;
    display: inline-block;
    padding: 0 10px;
}

.logo-colun {
    left: -30px;
    position: relative;
}

.top-header .topp {
    font-size: 12px;
}

.top-header .topp .item {
    font-size: 12px;
    color: #fff;
	    line-height: 1.5em;
}

.top-header .topp .item i {
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

.top-header .user-list {
    display: flex;
    height: 14px;
    line-height: 1;
}

.top-header .user-list li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 10px;
}

.top-header .user-list li:last-child {
    padding-right: 0;
    border-right: none;
}

.top-header .user-list li a {
    color: #fff;
    font-size: 12px;
}

.top-header .user-list li a:hover {
    color: var(--cor-fundo1);
}

.enter {
    background: var(--cor-fundo1);
    padding: 10px 20px;
    margin: 5px;
    border-radius: 3px;
    color: #fff;
}



.owl-carousel-logos .item {
    text-align: center;  /* Centraliza a imagem horizontalmente */
}

.img-logos-clientes {
    max-width: 100%;  /* Assegura que a imagem não exceda a largura do item */
    height: auto;     /* Mantém a proporção da imagem */
}



.header-ped {
    color: #fff;
    padding-top: 8px;
    padding-left: 28px;
}

.svg-headerFav {
    width: 1.7em;
    height: 1.7em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.svg-headerPerso {
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.svg-headerPed {
    width: 1.7em;
    height: 1.7em;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    padding: 10px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 500;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.nice-select .list li {
    padding: 0 15px;
}
.nice-select .list {
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 24px 4px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 1px 24px 4px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 1px 24px 4px rgba(40, 40, 40, 0.11);
}
.nice-select .list li {
    color: #202020;
    font-size: 14px;
    font-weight: 300;
    min-height: inherit;
    line-height: 30px;
}
.nice-select {
    background: transparent;
    border: none;
}
.nice-select::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.m-header {
   
    background: transparent;
    position: absolute;
    padding-top: 40px;
    padding-left: 60px;
    z-index: 9;
}

.m-header .pesq-m {
    width: 710px;
}

.m-header .pesq_box {
    width: 100%;
    border-radius: 7px;
    background: #fff;
    height: 44px;
    display: flex;
    border: 1px solid #b0b0b0;
}

.m-header .pesq_box .pesq_camp {
    width: calc(100% - 0px);
    height: 100%;
    position: relative;
}

.m-header .pesq_box .pesq_camp .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    border-radius: 7px;
    padding-left: 14px;
    padding-right: 58px;
    color: var(--cor-fundo2);
    background: #fff;
}

.m-header .pesq_box .pesq_camp .pesq-button {
    height: 44px;
    background: var(--cor-fundo2);
    color: #fff;
    border-radius: 0px 7px 7px 0px;
    border: none;
    position: absolute;
    right: -1px;
    top: -1px;
    font-size: 14px;
    padding: 10px 20px;
}

.m-header .pesq_box .pesq_camp .pesq-button:hover {
    background: var(--cor-fundo1);
    color: #fff;
}

.m-header .pesq_box .pesq_camp .input::-webkit-input-placeholder {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 42px;
}

.m-header .pesq_box .pesq_camp .input::-moz-placeholder {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 42px;
}

.m-header .pesq_box .pesq_camp .input:-ms-input-placeholder {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 42px;
}

.headerls .s-naveg {
    height: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
	top: 90px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 13%);
	    z-index: 10;
}

.headerls .s-naveg .navbar {
padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
   position: absolute;
    top: -72px;
    right: 20px;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li {
    padding: 18px 20px;
    position: relative;

}

.headerls .s-naveg .navbar #naveg-vertical>ul>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: 0s;
    padding: 0;
    color: var(--cor-write);
}


.headerls .s-naveg .navbar #naveg-vertical>ul>li>a:hover {
    color: var(--cor-fundo1);
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown {
    background: var(--cor-fundo1);
    color: #fff;
	box-shadow: 0px 0px 0px 0px rgba(41,196,169,1);
    position: static;
    border-radius: 7px 7px 0px 0px;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown .icon-list {
    position: relative;
    width: 19px;
    height: 1px;
    background: #fff;
    margin: 6px 0;
    display: inline-block;
    margin-right: 17px;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown .icon-list:before {
    content: '';
    width: 19px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown .icon-list:after {
    content: '';
    width: 19px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown .icon-down-open {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 0;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown .icon-list:before {
    margin: 0;
}

.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown a,
.headerls .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown a:hover {
    color: #fff;
    background: transparent;
    font-size: 14px;
}


.headerls .s-naveg .navbar #naveg-vertical .categ-dropdown:hover .categ-box {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px);
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col {
    width: 263px;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col {
    width: calc(100% - 263px);
    background: #f2f2f2;
    padding: 50px 42px;
    text-align: left;
    border-top: 2px solid var(--cor-fundo1);
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col {
    display: block;
    text-align: left;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col>li {
    display: block;
    margin-bottom: 1px;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 22px 32px;
    margin-bottom: -1px;
    border-radius: 0;
    color: var(--cor-fundo2);
    font-weight: 700;
    border-bottom: 0.5px solid RGBA(62, 232, 200, 0.45);
    border-left: 0.1px solid #ccc;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col li a:hover {
    background: RGBA(62, 232, 200, 0.45);
    color: var(--cor-fundo2);
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-tab-col li a.active,
.headerls .s-naveg .navbar .categ-box .content-tab-col li a:hover {
    background: var(--cor-fundo1);
    color: #fff;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu:not(:last-child) {
    margin-bottom: 50px;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu h5.sub-categoria {
    margin-bottom: 25px;
    line-height: 1;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu h5.sub-categoria a {
    color: var(--cor-fundo2);
    font-weight: 900;
    font-size: 15px;
    line-height: 14px;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu h5.sub-categoria a:hover {
    color: #1ca88e;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu ul li {
    padding-bottom: 15px;
    list-style: none;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu ul li:last-child {
    padding-bottom: 0;
}

.content-wrapper.inner-page {
    padding: 100px 0;
}

.content-wrapper.inner-page.contact-page {
    padding-bottom: 0;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu ul li a {
    color: var(--cor-fundo2);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col .categoria-menu ul li a:hover {
    color: #1ca88e;
}

.categoria-menu ul {
    padding-left: 0px;
}

   .linkSign{
   color:var(--cor-fundo1);
   font-size:12px;
   padding: 4px;
  }
  .linkSign:hover{
   color:blue;
  }


.navbar #naveg-vertical .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.navbar #naveg-vertical .navbar-nav>.nav-item .submenu {
    z-index: 99;
    background: var(--cor-fundo2);
    position: absolute;
    top: 100%;
    width: 240px;
    padding: 30px 0;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    left: 0;
}

.navbar #naveg-vertical .navbar-nav>.nav-item:hover .submenu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.submenu ul.nav>li {
    padding: 5px 0;
}

.submenu ul.nav>li:first-child {
    padding-top: 0;
}

.submenu ul.nav>li:last-child {
    padding-bottom: 0;
}

.submenu ul.nav>li a {
    padding: 5px 30px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.submenu ul.nav>li:last-child a {
    padding-bottom: 0 !important;
}

.submenu ul.nav>li a:hover {
    color: var(--cor-fundo1);
}

.submenu>ul.lavel-1 li {
    width: 100%;
}

.submenu>ul.lavel-1 li:first-child a {
    padding-top: 0 !important;
}

.submenu>ul.lavel-1 li a {
    display: block;
}

.submenu ul.nav>li.has-children {
    position: relative;
}

.submenu ul.nav>li.has-children>ul.lavel-2 {
    position: absolute;
    top: 0;
    right: -230px;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    max-width: 250px;
    padding: 32px 28px;
    background: #515151;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    width: 230px;
}

.submenu ul.nav>li.has-children:hover>ul.lavel-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.submenu ul.lavel-2 li {
    padding: 10px 0;
}

.submenu ul.lavel-2 li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 !important;
}

.navbar #naveg-vertical .navbar-nav>.nav-item.has-children .expand {
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
}

.navbar #naveg-vertical .navbar-nav>.nav-item.has-children .submenu .expand {
    color: #fff;
    right: 10px;
}

.navbar #naveg-vertical .navbar-nav>.nav-item.has-children .submenu ul li:hover .expand {
    color: var(--cor-fundo1);
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    display: flex;
    height: 30px;
    align-items: center;
    display: none;
}


.navbar .navbar-toggler .mega-toggle-label-closed {
    font-size: 16px;
    margin-right: 10px;
}

.navbar .navbar-toggler .icon .icon-strip {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
}

.navbar .navbar-toggler .icon .icon-strip:nth-child(2) {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
}
.bc-linha {background: #fcfcfc;}

.linha {
    z-index: 2;
    position: relative;
    padding-top: 10px;
    background-color: var(--cor-fundo1);
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 0px 0px 50px 50px;
}

.page-wrapper .nav-button {
    border: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 20px 10px;
    cursor: pointer;
    background: var(--cor-fundo1);
}

.page-wrapper .nav-button .mega-toggle-label-closed {
    font-size: 16px;
    margin-right: 10px;
}

.page-wrapper .nav-button .icon .icon-strip {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
}

.page-wrapper .nav-button .icon .icon-strip:nth-child(2) {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
}

.header-m .s-naveg #naveg-vertical .navbar-nav .nav-item .expand {
    display: none !important
}

.header-m.vertical-nav .s-naveg #naveg-vertical .navbar-nav .nav-item .expand {
    display: block !important
}

.primary-nav .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.colun-tel {
    width: 260px;
    position: relative;
}

.colun-tel .colun-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
}

.pesqform {
    margin-right: 15px;
}

.colun-cart {
    width: 260px;
    position: relative;
}

.colun-cart .colun-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
}

.colun-item {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    background: var(--cor-fundo1);
    font-size: 14px;
    color: var(--cor-fundo2);
    line-height: 21px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: -8px;
}

.colun-fav {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    background: var(--cor-fundo1);
    font-size: 14px;
    color: var(--cor-fundo2);
    line-height: 23px;
    font-weight: 500;
    position: absolute;
    top: 6px;
    margin-left: -6px;
}


.colun-box .colun-text {
    padding-left: 14px;
    text-align: left;
}

.colun-box .colun-text .colun-label {
    font-size: 12px;
    line-height: 22px;
    display: block;
}

.colun-box .colun-text .text {
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: 600;
}

.shadpromo {
    -webkit-box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 20%);
    border: 2px solid var(--cor-fundo1);
    border-radius: 7px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px RGBA(15, 101, 121, 0.8);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.pulso {
    animation: shadow-pulse 1s infinite;
    border-radius: 7px;
}




@keyframes shadow-pulseDlr {
    0% {
        box-shadow: 0 0 0 0px RGBA(15, 101, 121, 0.8);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.pulsoDlr {
    animation: shadow-pulseDlr 1s infinite;
    border-radius: 2px;
}



.carrinhodrop {
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: calc(100% + 20px);
    right: 0;
    width: 395px;
    background: #fff;
    text-align: left;
    padding: 13px 15px 35px 35px;
    display: none;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
}

.carrinhodrop .check-body .item-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 22px 25px 22px 0;
    border-bottom: 1px solid #d2d1d2;
}

.carrinhodrop .check-body {
    height: 356px;
}

.carrinhodrop .check-body .item-list .img-colun {
    width: 110px;
    padding-right: 20px;
}

.carrinhodrop .check-body .item-list .img-colun img {
    max-width: 78px;
}

.carrinhodrop .check-body .item-list .dis-colun {
    width: calc(100% - 110px);
}

.carrinhodrop .check-body .item-list:last-child {
    border-bottom: none;
}

.carrinhodrop .check-body .item-list .dis-colun {
    color: #817e7f;
    font-size: 16px;
}

.carrinhodrop .check-body .item-list .dis-colun a.prod-titulo {
    font-size: 11px;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

.carrinhodrop .check-body .item-list .dis-colun a.prod-titulo:hover {
    color: var(--cor-fundo1);
}

.carrinhodrop .check-body .item-list .dis-colun .prod-desc {
    color: #202020;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.carrinhodrop .check-body .item-list .dis-colun .quant {
    color: #202020;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}

.carrinhodrop .check-body .item-list .dis-colun .prodprec {
    color: #202020;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}

.carrinhodrop .check-body .item-list .delect {
    position: absolute;
    right: 0;
    color: var(--cor-fundo2);
}

.carrinhodrop .check-body .item-list .delect:hover {
    color: #121212;
}

.carrinhodrop .check-body .item-list .delect i:hover:before {
    color: var(--cor-fundo1);
    line-height: 1;
}

.carrinhodrop .check-footer {
    border-top: 1px solid var(--cor-fundo1);
    padding-top: 22px;
}

.carrinhodrop .check-footer .subtotal {
    display: flex;
    justify-content: space-between;
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 33px;
    line-height: 1;
}

.carrinhodrop .check-footer .subtotal label {
    margin: 0;
}

.carrinhodrop .check-footer .btn {
    position: relative;
    line-height: 48px;
    display: block;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.carrinhodrop .check-footer .btn.chkbutton {
    margin-bottom: 10px;
    border-radius: 3px;
    background: var(--cor-fundo2);
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.carrinhodrop .check-footer .btn.chkbutton:hover {
    background: var(--cor-fundo1);
    color: #fff;
}

.carrinhodrop .check-footer .btn.checkout {
    border-radius: 3px;
    background: var(--cor-fundo1);
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.carrinhodrop .check-footer .btn.checkout:hover {
    background: var(--cor-fundo2);
    color: #fff;
}

.section-pesq {
    background: url(../imagens/fundo-caoa.webp) no-repeat center center;
    background-size: cover;
    margin-top: -10px;
}

.section-pesq--container {
    padding: 70px 0px 40px 0px;
    background: radial-gradient(circle, rgba(41, 196, 169, 0.700717787114846) 0%, rgba(1, 10, 74, 0.7707457983193278) 100%);
}

.container-slide {
    position: relative;
    margin: auto;
}

.container-produtos {
 
    width: 95%;
    position: relative;
    padding: 20px 0px 20px 0px;
    margin-left: auto;
    border-radius: 0px;
    z-index: 9;
}

.pesq-etps {
    padding: 55px 40px 40px;
    display: flex;
    z-index: 1;
    margin-top: -10px;
}

.pesq-etps .pesq-container {
    width: calc(100% - 160px);
}

.pesq-etps .pesq-container .row {
    margin: 0;
    padding-right: 15px;
}

.pesq-etps .pesq-container .col {
    width: 33.33%;
    display: flex;
    align-items: center;
    background: #fff;
    margin-right: 15px;
    border-radius: 5px;
}

.pesq-etps .btn-field {
    width: 160px;
}

.pesq-etps .btn-field .btn {
    height: 50px;
    width: 100%;
    background: #000630;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.pesq-etps .pesq-container .numeroetp {
    color: #202020;
    font-size: 18px;
    padding-right: 12px;
}

.pesq-etps .pesq-container .field {
    width: 100%;
}

.pesq-etps .pesq-container .custom-select {
    height: auto;
    padding: 0;
    border: none;
    border-radius: 7px;
    width: 100%;
    line-height: 1;
    text-align: left;
}


select.form-control {
    height: 50px;
	    padding: 10px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #FFF;
    border-bottom: 1px solid #010a4a;
    text-align: left;
    padding-bottom: 10px !important;
    position: relative;
}

.select-selected:after {
    content: '\e852';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 16px;
    color: #202020;
}
.section-pesq--container .select-selected {
    border-left: 1px dashed #010a4a;
}
.select-selected {
    color: #686767;
    padding: 10px 0px 0px 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    line-height: 28px;
}

 .navbar-collapse .select-selected {
			 border-radius:7px;
}

 .navbar-collapse .pesq-etps {
margin-top: 0px;
    margin-bottom: 13px;
    border-bottom: 2px solid #fcfcfc;
    padding: 22px 0px;
}

 .navbar-collapse .pesq-container{
margin-top: -10px;
}

.select-items {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.07);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px 0;
}

.select-items div {
    color: #202020;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--cor-fundo1);
}

.bannerls {
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.bannerls .owl-item .conteudo-slide {
   background: linear-gradient(to bottom, rgba(6, 0, 0, 0.6) 0%, rgba(6, 0, 0, 1) 100%);
 padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.bannerls .owl-item .conteudo-slide .text-top-slide {
    color: #f2f2f2;
    font-size: 24px;
    margin-bottom: 20px;
}

.bannerls .owl-item .conteudo-slide h2 {
    font-size: 60px;
    line-height: 60px;
	    font-weight: 900;
    margin-bottom: 26px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.bannerls .owl-item .conteudo-slide .text-desc-slide {
    color: #f2f2f2;
    font-size: 14px;
    margin-bottom: 20px;
	padding-right:1s60px;
}

.bannerls .owl-item .conteudo-slide .btn-style-promo {
    line-height: 47px;
    border-radius: 7px;
    padding: 0 18px;
    background: #00ff00;
    	color: #222;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 45px;
    display: inline-block;
    border: none;
}

.bannerls .owl-item .conteudo-slide .btn-style-promo span {
    display: inline-block;
    padding-right: 40px;
}

.bannerls .owl-item .conteudo-slide .btn-style-promo:hover {
    background: #fff;
    color: #202020;
}

.bannerls .owl-item.active .animated {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.sub--slide {
    padding-left: 30px;
}

.bannerls .owl-prev {
    height: 102px;
    width: 34px;
    border-radius: 15px;
    background:  transparent;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    transition: 0.3s all ease-in-out;
}

.bannerls .owl-next {
    height: 102px;
    width: 34px;
    border-radius: 15px;
    background:  transparent;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: 0.3s all ease-in-out;
}

.bannerls .owl-nav i {
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
}

.bannerls .owl-next:hover,
.bannerls .owl-prev:hover {
    background: transparent;
}

.bannerls .owl-next:hover i,
.bannerls .owl-prev:hover i {
    color: #fff;
}

.ctn-clientes {
    margin-bottom: 0;
    background: #090100;
    padding: 36px 0;
}

.ctn-restaurantes {
    padding: 20px;
}

.benefits {
    margin-bottom: 0;
    padding: 36px 0;
}

.benefits .benefits-list {
    display: flex;
    justify-content: space-between;
}

.benefits .box {
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.benefits .box:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    background: #b5b5b5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.benefits .box:first-child {
    padding-left: 0;
}

.benefits .box:last-child {
    padding-right: 0;
}

.benefits .box:last-child:before {
    display: none;
}

.benefits .icon {
    color: #fcb818;
    font-size: 60px;
}

.benefits .icon i.icon-shipped {
    font-size: 80px;
}

.benefits .icon i:before {
    margin: 0;
}

.benefits .text-part {
    float: left;
    text-align: center;
    padding-left: 16px;
}

.benefits .text-part h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.benefits .text-part p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #202020;
}


footer {
    background: var(--cor-black);
    color: #fff;
    font-size: 15px;
}

footer a {
    color: #b6b6b6;
    line-height: 1;
}

footer a:hover {
    color: #fff;
}

.top-footer {
    padding: 55px 0;
}

.top-footer .ft-logo {
    margin-bottom: 42px;
}

.emp-detalhes p {
    padding: 0px 0px 22px 35px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}

.emp-detalhes p a {
    color: #fff;
}

.emp-detalhes p a:hover {
    opacity: 0.8
}

.emp-detalhes p i {
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: var(--cor-write);
}

.footer-coluns h3.ftr-tituto {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-coluns ul li {
    padding: 0px 0px 20px;
    line-height: 1;
}

.footer-coluns ul li:last-child {
    padding-bottom: 0px;
}

.ftr-social {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.ftr-social span {
    font-weight: 700;
    font-size: 16px;
    padding-right: 20px;
}

.ftr-social ul {
    margin: 0;
}

.ftr-social ul li {
    display: inline-block;
    padding-right: 8px;
}

.ftr-social ul li:last-child {
    padding-right: 0;
}

.ftr-social ul li a {
    background: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.ftr-social ul li a i:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0;
}

.ftr-social ul li a:hover {
    opacity: 0.8
}

.footer-main .about-txt {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    max-width: 85%;
}


footer .footer-coluns.pag {
    margin-top: 45px;
    padding: 0;
}

footer .footer-coluns.pag .ftr-tituto {
    margin-bottom: 20px;
}

footer .btm-footer {
    background: transparent;
}

footer .btm-footer .botton-footer {
    border-top: 1px solid var(--cor-write);
    padding: 20px 0 40px;
}

footer .copyright {
    padding: 0 0 10px 0;
    color: #ffffff;
    font-size: 14px;
}

footer .ctn-btm-footer {
    color: #787878;
    font-size: 14px;
    padding: 0;
}

footer .ctn-btm-footer a {
    color: #787878;
    text-decoration: underline;
}

footer .ctn-btm-footer a:hover {
    color: #fff;
}

footer .ftr-social {
    padding: 0;
    justify-content: flex-end;
}

footer .ftr-social ul li a {
    border-radius: 10px;
}

footer .pag {
    padding-top: 80px;
}

footer .pag span {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 20px;
}

.btm-footer {
    background: var(--cor-fundo1);
}

.btm-footer p a {
    color: #202020;
    text-decoration: underline;
}

.btm-footer p a:hover {
    color: #fff;
}

.links-footer {
    list-style-type: none;
    padding-left: 0px;
}

.imagem-produto .imagem-prod-cnt {
    display: block;
    position: relative;
    width: 100%;
	padding-bottom: 100%;
}

.imagem-produto .imagem__item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.section-prod__ctn {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-prod__titulo {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: 2px;
}

.section-prod__subtitulo {
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    position: relative;
}

.section-prod-espaco {
    
    flex-grow: 0;
	padding-left:20px;
}

.section-prod-linha {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background: #cbcbcb;
}

.section-prod__setas {
    display: -ms-flexbox;
    display: flex;
}

.section-prod__seta--next {
    margin-left: -5.37131px;
}

.container-produtos-card__bloc {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.container-produtos-card__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.07);
    margin: 20px 0px;
}

.container-produtos-card__in {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container-produtos-card__in .card-prods {
    width: 100%;
	 height: 560px; 
	 border-radius:10px;
}
 


.menu-container {
  position: relative;
}

.menu-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none; /* Impede que o pseudo-elemento interfira com cliques. */
}

.container-produtos-card__in .card-prods:hover + .menu-container::after {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
}

.transparent-after {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%)!important;
}


.container-produtos-crsl[data-layout="grid"] .container-produtos-card__in+.container-produtos-card__in {
    margin-top: 20px;

}

.card-prods_titulo{
	font-size: 15px;
    font-weight: 600;
}
.type-prato{
	font-size: 12px;
    font-weight: 400;
	color:#000;
}
 
.card-prods {
    background-color: #fff;
	 color:#000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.card-prods .card-prods__icon-prods {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: color 0.08s, background 0.08s;
    background-color: transparent;
    color: #ccc;
}

.card-prods .card-prods__icon-prods:hover {
   background-color: green;
    color: #fff;
    border-radius: 0px 0px 0px 10px;
    padding: 10px;
}

.card-prods .card-prods__icon-prods:active {
    background-color: #cbcbcb;
    color: #4d4d4d;
}

.card-prods .card-prods__icon-prods svg {
    fill: currentColor;
    display: block;
}

.card-prods .card-prods__icon-prods:focus {
    outline: none;
}

.card-prods .card-prods__icon-prods:active {
    transition-duration: 0s;
}

.card-prods .card-prods__tipo a {
    color: inherit;
}

.card-prods .card-prods__tipo a:hover {
    text-decoration: none;
}

.card-prods .card-prods__part-number {
    font-size: 12px;
    line-height: 1;
    color: #000630;
}

.card-prods__info {
    text-align: left;
}

.card-prods .card-prods__preco {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #262626;
}

.card-prods__campo-preco {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #333;
}

.card-prods__campo-preco span {
    
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.card-prods .card-prods__adicionaritem {
    position: relative;
    border: none;
    padding: 8px;
    border-radius: 2px;
    background: #00ff00;
    color: #888;
    z-index: 0;
    transition: color 0.2s;
}

.card-prods .card-prods__adicionaritem svg {
    display: block;
    fill: currentColor;
}

.card-prods .card-prods__adicionaritem:before {
    top: -2px;
    left: -2px;
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #69f469;
    z-index: -1;
    border-radius: 10px;
    transform: scale(0);
    transition: transform 0.2s, background 0.2s;
}

.card-prods .card-prods__adicionaritem:focus {
    outline: none;
}

.card-prods:active .card-prods__adicionaritem,
.card-prods:hover .card-prods__adicionaritem {
    color: #fff;
}

.card-prods:active .card-prods__adicionaritem:before,
.card-prods:hover .card-prods__adicionaritem:before {
    transform: scale(1);
    background: var(--cor-fundo1);
}

.card-prods:active .card-prods__adicionaritem:hover,
.card-prods:hover .card-prods__adicionaritem:hover {
    color: #fff;
}

.card-prods:active .card-prods__adicionaritem:hover:before,
.card-prods:hover .card-prods__adicionaritem:hover:before {
    background: #36aa12;
}

.card-prods:active .card-prods__adicionaritem:active,
.card-prods:hover .card-prods__adicionaritem:active {
    color: #fff;
}

.card-prods:active .card-prods__adicionaritem:active:before,
.card-prods:hover .card-prods__adicionaritem:active:before {
    transition-duration: 0.05s;
    background: #4d4d4d;
}

.card-prods-layout__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}


.card-prods-layout__grid:after {
    display: block;
    position: static;
    content: "";
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}



.card-prods-layout__grid .card-prods__tag {
 
    position: absolute;
    top: 20px;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 10px;
}


.prod__main .card-prods__icon-prods {
position: relative;
    width: 49px;
    display: flex;
    padding: 8px;
    margin: 10px;

    border: 1px solid #ccc;
    border-radius: 50px;
    transition: color 0.08s, background 0.08s;
    background-color: transparent;
    color: #ccc;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.prod__main .card-prods__icon-prods:hover {
    background-color: #010a4a;
    color: #fff;
}

.prod__main .card-prods__icon-prods:active {
    background-color: #cbcbcb;
    color: #4d4d4d;
}

.prod__main .card-prods__icon-prods svg {
    fill: currentColor;
    display: block;
}

.prod__main .card-prods__icon-prods:focus {
    outline: none;
}

.prod__main .card-prods__icon-prods:active {
    transition-duration: 0s;
}



.prod__main .card-prods__tag{
	    padding-right: 0px!important;
    left: -10px;
}

.card-prods-layout__grid .card-prods__icon-prodss-list {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0;
}

.prod__info-body .card-prods__icon-prodss-list {
	    padding-right: 0px!important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
}

}


.card-prods-layout__grid .card-prods__imagem {
    display: block;
    position: relative;
}


.card-prods__part-number {
    padding: 7px 8px;
    background: #ececec;
    width: 55%;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 14px;
}

.card-prods-layout__grid .card-prods__categoria {

    padding: 2px 16px;
    font-size: 12px;
    color: #888;
    border: 1px solid #8888;
    border-radius: 50px;
    text-transform: uppercase;
    width: 201px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.card-prods-layout__grid .card-prods__tipo {
    padding: 0 16px;
    line-height: 1.1875;
	height:200px;
}


.card-prods-layout__grid .card-prods__rodape {
    padding: 16px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 2;
    order: 2;
	z-index:99;
}

.card-prods-layout__grid .card-prods__preco {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-prods-layout__grid .card-prods__adicionaritem {
    margin: -3px;
}


.imagem__item {
    width: 100%;
}

.tag-dest {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0;
}

.tag-dest:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3px;
    transform-origin: center;
    right: 3.5px;
}

 

.card-prods .owl-carousel .owl-item img {
    padding: 15px;
}

#sombra-diag {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 7px solid #5386E4;
    left: -20px;
    bottom: -2px;
    position: relative;
    border-radius: 0px 0px 0px 10px;
}

.container-produtos-card__block .owl-carousel .owl-stage-outer {
    padding-left: 10px;
}


.btn-seta:before {
    background: var(--cor-fundo1);
}

.btn-seta svg {
    fill: currentColor;
    display: block;
    transform: scaleX(1);
}

.btn-seta:focus {
    outline: none;
}

.btn-seta:before {

    position: absolute;
    display: block;
    content: "";
    height: 100%;
    transform-origin: center center;
    z-index: -1;
    border-radius: 2px;
    pointer-events: auto;
    transition: background 0.15s;
}

.btn-seta:hover {
    color: #fff;
    box-shadow: 2px 2px 0px 0px rgba(18, 142, 120, 1);
}

.btn-seta:hover:before {
    background: #333;
}

.btn-seta:active {
    color: #fff;
}

.btn-seta:active:before {
    background: #474747;
}

.btn-seta:active,
.btn-seta:active:before {
    transition-duration: 0s;
}

.btn-seta:after {
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: background 0.2s;
    opacity: 0.01;
    left: -2px;
}

.btn-seta:hover:after {
    background: rgba(0, 0, 0, 0.01);
}

.btn-seta:active:after {
    background: hsla(0, 0%, 100%, 0.01);
    transition-duration: 0s;
}

.img-logos-clientes {
    max-width: 70%;
  border-radius: 10px;
    height: auto;
}

.btn-seta {
  height: 23px;
    font-size: 19px;
    padding: 0 14.37131px;
    /* transform: skewX(10deg); */
    background: #85f968;
    border: none;
    color: #000;
    box-shadow: 2px 2px 0px 0px rgb(229 230 229);
}

.btn-seta:before {

    left: 4.18566px;
    transform: skewX(-20deg);
}




.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: var(--cor-fundo1);
}

.pagination_prods-leg {
    font-size: 0.9375rem;
    padding: 0 0.375rem;
}

.radio-lg .custom-control-label::before,
.radio-lg .custom-control-label::after {
    width: 1.55rem;
    height: 1.55rem;

}

.radio-lg .custom-control-label {
    padding-top: 10px;
    padding-left: 10px;
}


.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    width: 1.55rem;
    height: 1.55rem;

}

.checkbox-lg .custom-control-label {
    padding-top: 10px;
    padding-left: 10px;
}


.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}


.ctn_ls {
	line-height:1.2em;
  text-align: left;
    margin-bottom: 0;
    z-index: 99;
    padding: 0px 0;
    background: #090100;
    position: relative;
	z-index:1;
}


.ctn-space-footer {
    background: #f4f4f4;
    height: 80px;
}


.card {
     border: none;
     border-radius: 7px;
     background-color: #fff;
    -webkit-box-shadow: 10px 10px 17px -9px rgb(0 0 0 / 7%);
    -moz-box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 17px -9px rgb(0 0 0 / 7%);
    text-align: left;
}

.card_lista_categ {
    padding: 0;
    margin: 0;
    list-style: none;
}

.card_item_categ {
    position: relative;
}

.card_link_categ {
    display: block;
    color: inherit;
    padding: 5px 0;
    transition: color 0.12s;
    margin-right: 34px;
    font-size: 14px;
}

.card_link_categ:hover {
    color: #cb1818;
}

.card_expand_categ {
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    transition: color 0.15s, background 0.15s;
    background-color: #000630;
    color: #fff;
    right: 0;
}

.card_expand_categ:hover {
    background-color: var(--cor-fundo1);

}

.card_expand_categ:active {
    background-color: var(--cor-fundo1) !important;
    color: #4d4d4d;
}

.card_expand_categ:focus {
    outline: none;
}

.card_expand_categ:after,
.card_expand_categ:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: currentColor;
    top: 12px;
    left: 8px;
}

.card_expand_categ:after {
    transition: transform 0.2s ease-in-out;
    transform: rotate(90deg);
}

.card_expand_categ:active {
    transition-duration: 0s;
}

.card_ctn_categ {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.card_ctn_categ:after,
.card_ctn_categ:before {
    display: block;
    content: "";
}

.card_ctn_categ:before {
    height: 4px;
}

.card_ctn_categ:after {
    height: 12px;
}

.card_lista_categ--ul {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}

.card_lista_categ--ul>.card_item_categ {
    padding-left: 16px;
}

.card_lista_categ--ul>.card_item_categ:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: currentColor;
    opacity: 0.2;
    top: 13px;
    left: 2px;
}

.card_lista_categ--child {
    padding: 3px 14px;
    list-style: square;
}

.card_lista_categ--child .card_link_categ {
    padding: 5px 0 3px;
}

.card_item_categ--open .card_ctn_categ {
    opacity: 1;
    height: auto;
}

.card_item_categ--open .card_expand_categ:after {
    transform: none;
}

.card_filtro {
    padding: 8px 1.4em 20px;
    border-bottom: 1px solid #cbcbcb;
}

.card_filtro:first-child {
    border-top: 1px solid #cbcbcb;
}

.header_card_tp h4 {
    padding-left: 0px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.header_card_tp {
    padding: 12px 0px 0px 0px
}

.header_card {
    padding: 12px 0px;
}

.header_card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.pagination_prods {
    padding: 0.75rem 1rem;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.pagination {
    margin-bottom: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .pag-num {
    -webkit-box-shadow: 10px 10px 17px -9px rgb(0 0 0 / 7%);
    -moz-box-shadow: 10px 10px 17px -9px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 17px -9px rgb(0 0 0 / 7%);
    margin-right: 6px;
}

.pagination .pag-num:last-child {
    margin-right: 0;
}

.page-link {
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    padding: 10px 15px;
    transform: skewX(5deg);
    transition: background 0.15s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #262626;
}

.page-link:hover {
    background-color: #d9f9f3;
    color: #262626;
}

.page-link:active {
    transition-duration: 0s;
    background-color: var(--cor-fundo1);
    color: #262626;
}

.page-link:focus {
    box-shadow: none;
}

.pag-num:first-child .page-link,
.pag-num:last-child .page-link {
    border-radius: 2px;
}

.pag-num.disabled .page-link {
    background-color: #f0f0f0;
    color: #b3b3b3;
}

.pag-num.active .page-link {
    background-color: var(--cor-fundo1);
    color: #fff;
    cursor: default;
}

.pagination__dots {
    position: relative;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 4px;
}

.pagination__dots:after,
.pagination__dots:before {
    display: block;
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
}

.pagination__dots:before {
    top: -5px;
}

.pagination__dots:after {
    bottom: -5px;
}

.pag-num--dots,
.page-link--with-arrow {
    transform: skewX(5deg);
        display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.page-link__arrow {
    display: block;
    margin: 3px 0 4px;
    fill: currentColor;
    opacity: 0.8;
    transform: scaleX(1);
}

.page-link__arrow svg {
    display: block;
}

.page-link__arrow--left {
    margin-left: -1px;
    margin-right: 1px;
}

.page-link__arrow--right {
    margin-left: 1px;
    margin-right: -1px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
}

.breadcrumb:after {
    content: "";
    clear: both;
}
.breadcrumb__list {
    padding: 0;
    margin: -3px 0 0;
    list-style: none;
	text-transform: uppercase;
}

.breadcrumb_rt {
    margin-top: 4px;
    margin-right: -6px;
    float: left;
    transform: skewX(10deg);
}
.breadcrumb_lk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 21px;
    padding: 0 14px;
    pointer-events: none;
    color:#888;
}

.breadcrumb_lk_last .breadcrumb_lk:hover{
color: #888 !important;;
}

.breadcrumb_lk:hover {
    color: #fff;
}

.breadcrumb_lk:after,
.breadcrumb_lk:before {
    bottom: 0;
    z-index: -1;
    border-radius: 2px;
    border: 1px solid var(--cor-fundo1);
    pointer-events: auto;
    position: absolute;
    top: -4px;
  
}
.breadcrumb_lk:before {
    content: "";
    left: 5px;
    right: 6px;
}
.breadcrumb_lk_first .breadcrumb_lk {
    margin-left: -18px;
    padding-left: 13px;
}
.breadcrumb_lk_first .breadcrumb_lk:after {
    content: "";
    left: 0;
    border: none;
 
}
.breadcrumb_lk_parent .breadcrumb_lk:hover:after,
.breadcrumb_lk_parent .breadcrumb_lk:hover:before {
    background-color:var(--cor-fundo1);
    color:#fff!important;
}
.breadcrumb_lk_parent .breadcrumb_lk:active:after,
.breadcrumb_lk_parent .breadcrumb_lk:active:before {
    transition-duration: 0s;
    background-color: var(--cor-fundo1);
}
.breadcrumb_lk_last {
    margin-right: 0;
}


.block-header__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ctn-breadcrumb {
    padding-bottom: 25px;
}


.checkbox-lg {
    margin: 10px 0px;
}

.radio-lg {
    margin: 10px 0px;
}
@media(max-width:1450px) {}

@media(max-width:1366px) {

    .pesq-etps {
        margin-top: -50px;
    }
}

@media(max-width:1280px) {
    .pesq-etps {
        margin-top: -50px;
    }
}

@media(max-width:1199px) {

    .headerls .s-naveg .navbar #naveg-vertical>ul>li {
        padding: 18px 7px;
    }

    .headerls .s-naveg .navbar #naveg-vertical .categ-box .content-col {
        padding: 40px 32px;
    }

    .m-header .pesq-m {
        width: 550px;
    }

    .pesq-etps {
        padding: 0px;
        margin-top: -20px;
    }

    .benefits .box {
        display: block;
        width: 25%;
    }

    .benefits .text-part {
        text-align: center;
        padding-left: 0;
        float: none;
        padding-top: 10px;
    }

    .benefits .icon {
        font-size: 30px;
    }

    .benefits .icon i.icon-shipped {
        font-size: 40px;
    }

    .benefits .text-part h3 {
        font-size: 14px;
        line-height: 20px;
    }
}


@media (min-width: 1400px) {
    .sidebar-ctn_item-sidebar {
        width: 270px;
    }

    .sidebar-ctn_item-content {
        width: calc(100% - 310px);
    }

    .sidebar-ctn_item+.sidebar-ctn_item {
        margin-left: 40px;
    }
}

@media (min-width: 991px) and (max-width: 1399.98px) {
    .sidebar-ctn_item-sidebar {
        width: 260px;
    }

    .sidebar-ctn_item-content {
        width: calc(100% - 292px);
    }

    .sidebar-ctn_item+.sidebar-ctn_item {
        margin-left: 32px;
        text-align: left;
    }
}


@media(max-width:991px) {
	



.btn-hls {
display: block;
}

.prod__main .card-prods__tag{
    left: -14px;
}

.headerls .s-naveg .navbar #naveg-vertical .btn-nav{
padding: 0px 7px;
    margin-top: 28px!important;
    border: 1px solid;
    padding: 3px 20px;
    border-radius: 10px;
    background: #000630;
}



    .breadcrumb_rt {
        margin-bottom: 10px;
        }
        
        
    .breadcrumb {
        margin-left: 15px;
    }

    .sidebar-ctn_item-sidebar {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 52px;
    }

    .sidebar-ctn_item-content {
        width: 100%;
    }

    .btn-hls {
    margin-top: 0px;
    display: flex;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    }
    .ctn_ls {
        padding: 36px 0;
    }
    .colun-cart .colun-box {
        margin-top: 13px;
        margin-left: 27px;
    }

    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .emp-detalhes {
        margin-bottom: 30px;
    }

    .benefits .benefits-list {
        padding-left: 10px;
    }

    .benefits {
        padding: 30px 0;
    }

    .linha {
        margin-right: 20px;
        margin-left: 20px;
    }

    .colun-cart {
        width: 180px;
        position: relative;
    }

    .colun-tel {
        display: none;
    }

    .m-header .pesq-m {
        display: none;
    }

    .headerls .s-naveg .navbar {
        padding: 10px 0;
    }

    .bannerls .owl-item .conteudo-slide h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .bannerls .owl-item .conteudo-slide .text-top-slide {
        color: #f2f2f2;
        font-size: 18px;
        margin-bottom: 13px;
    }

    .bannerls .owl-prev {
        left: -10px;
        background: transparent;
    }

    .bannerls .owl-next {
        right: -10px;
        background: transparent;
    }

    .container-produtos-card__block {
        width: 103%;
    }



    .navbar .navbar-toggler {

    padding: 30px 25px;
    border-radius: 7px;
    position: relative;
    color: #fff;
    display: flex;
    bottom: -5px;
    left: 8px;
    }

    .pesq-etps {
        display: block;
        padding: 40px;
    }

    .pesq-etps .pesq-container .row {
        margin: 0;
        padding-right: 0;
        display: block;
    }

    .pesq-etps .pesq-container .col {
        width: 100%;
        margin-bottom: 10px;
    }

    .pesq-etps .pesq-container {
        width: 100%;
    }

    .pesq-etps .pesq-container .numeroetp {
        width: 40px;
    }

    .pesq-etps .btn-field {
        margin-top: 20px;
        width: 100%;
    }

    #naveg-vertical.active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    #naveg-vertical {
        position: fixed;
        top: 0;
        left: 0;
        width: 400px;
        transform: translateX(-400px);
        -webkit-transform: translateX-(400px);
        height: 100%;
        min-height: 100%;
        padding: 20px;
        padding-top: 64px;
        background-color: #090100;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
        -webkit-backface-visibility: hidden;
        box-sizing: border-box;
        box-shadow: 0px 6px 20px 0px rgba(63, 39, 42, 0.15);
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .navbar #naveg-vertical.show,
    .navbar #naveg-vertical:not(.show) {
        display: block;
    }

    .header-m .s-naveg .navbar #naveg-vertical>ul>li.categ-dropdown {
        display: none !important;
    }

    .navbar #naveg-vertical .remove {
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
        height: 45px;
        background: #fff;
        border-right: 2px solid #29c4aa;
        border-radius: 0px 0px 0px 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .navbar #naveg-vertical .remove .icon-add:before {
        width: 40px;
        height: 40px;
        margin: 0;
        transform: rotate(45deg);
        line-height: 40px;
        color: #000;
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    .navbar #naveg-vertical .remove:hover .icon-add:before {
        color: #fff;
        transform: rotate(135deg);
    }

    .navbar #naveg-vertical .pesq-form-wrap {
        border-bottom: 2px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .navbar #naveg-vertical .pesq-form-wrap .submit-form .pesq-submit {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .navbar #naveg-vertical .pesq-form-wrap .pesq-form.live-pesq-on {
        position: relative;
    }

    .navbar #naveg-vertical .pesq-form-wrap .pesq-field {
        width: 100%;
        border-radius: 5px 10px 10px 5px;
        border: 0px;
        font-size: 14px;
        padding-left: 14px;
        padding-right: 58px;
        color: #202020;
        background: #fff;
        height: auto;
        line-height: 45px;
    }

    .navbar #naveg-vertical .pesq-form-wrap .submit-form {
        position: absolute;
        top: 1px;
        right: 1px;
        background: var(--cor-fundo2);
        color: #fff;
        font-size: 16px;
        border-radius: 0px 5px 5px 0px;
    }

    .navbar #naveg-vertical .pesq-form-wrap .submit-form .pesq-submit {
        border: none;
        background: var(--cor-fundo2);
        color: #fff;
        font-size: 18px;
        border-radius: 0px 5px 5px 0px;
    }

    .header-m .s-naveg .navbar #naveg-vertical>ul>li.has-children {
        position: relative !important;
    }

    .header-m .s-naveg .navbar #naveg-vertical>ul>li {
        padding-left: 15px !important;
        padding: 0;
        text-align: left;
        display: block !important;
    }

    .header-m .s-naveg .navbar #naveg-vertical>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 18px;
		color:#fff;
		line-height: 1.2em;
    }

    .header-m .s-naveg .navbar .nice-select{
        padding: 10px 0;
        display: block;
        font-size: 18px;
		color:#fff;
		line-height: 1.2em;
    }

    .nice-select::after {
        right: -19px;
    }
    
    .headerls .s-naveg .navbar #naveg-vertical>ul>li:hover {
        padding: 0px 15px;
        background: #515151c2;
        color: #fff;
        border-radius: 10px;
    }

    .navbar #naveg-vertical .navbar-nav>.nav-item.has-children .expand {
        margin: 0 !important;
        position: absolute !important;
        width: 32px;
        height: 32px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        cursor: pointer;
    }

    .navbar #naveg-vertical .navbar-nav>.nav-item .submenu {
        width: 100%;
        padding: 0;
        display: none;
    }

    .headerls .s-naveg .navbar #naveg-vertical>ul>li>a:hover {
        color: #fff;
    }
}

@media(max-width:767px) {
    .ctn_ls {
        padding: 0px 0;
    }
    .pagination_prods {
        padding-top: 1rem;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pagination_prods-leg {
        padding-top: 20px;
    }

    .benefits .benefits-list {
        flex-wrap: wrap;
    }

    .benefits .box {
        width: 50%;
        margin-bottom: 20px;
    }

    .benefits .box:before {
        display: none;
    }

    #slidepromo.owl-carousel .owl-item img {
        min-height: 600px;
		    width: min-content !important;
    }

    .section-prod__ctn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-prod-linha {
        width: 100%;
        height: 2px;
        background: #cbcbcb;
        margin-top: 8px;
    }

    .pesq-etps {
        padding: 20px 10px;
    }
}

@media(max-width:580px) {
    .colun-box .colun-text {
        display: none;
    }

    .colun-cart {
        width: 120px;
        position: relative;
    }

    .page-link {
        padding: 5px 9px;
    }

    .colun-cart .colun-box {
        margin-top: 2px;
        margin-left: 20px;
    }

    .navbar #naveg-vertical {
        width: 320px;
    }

    .linha {
        margin-right: 0px;
        margin-left: 0px;
    }

    footer .pag span {
        font-size: 13px;
    }

    .benefits .box {
        padding: 0 8px;
    }

    .benefits .text-part h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .benefits .text-part p {
        line-height: 15px;
    }
}

@media (max-width: 575.98px) {
    .page-link {
        padding: 5px 9px;
    }
}

@media (max-width: 290px) {
    .pesq-etps {
        padding: 0px;
    }
}




/*Página individual Produto*/


  .link-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.link {
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #f0f0f0;
  font-size: 16px;
  margin-right: 10px;
}

.btn-copy {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

  
  .social-icons{
  margin: 0px 10px;
    /* align-items: center; */
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}	

.social-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50px;
  color: #fff;
}

.facebook-share {
  background-color: #3b5998;
}

.twitter-share {
  background-color: #1da1f2;
}

.linkedin-share {
  background-color: #0077b5;
}

.whatsapp-share {
  background-color: #25d366;
}

.container-copi {
 padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
	  
.linha-share {
  margin: 30px;
}

.link {
        width: 300px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 20px;
}
.tooltip-link {
	    margin-top: 15px;
    position: relative;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.7;
    z-index: 9999990;
}

.pb-4{
padding-bottom:40px
}

.text-comp{
font-size: 26px;
    color: var(--cor-fundo1);    line-height: 36px!important;
}	






@media (min-width: 1400px) {
    .bloco-com-sidebar .bloco-item-sidebar {
        width: 270px;
    }
    .bloco-com-sidebar .bloco-item-content {
        width: calc(100% - 310px);
    }
    .bloco-com-sidebar .bloco-item + .bloco-item {
        margin-left: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .bloco-com-sidebar .bloco-item-sidebar {
        width: 260px;
    }
    .bloco-com-sidebar .bloco-item-content {
        width: calc(100% - 292px);
    }
    .bloco-com-sidebar .bloco-item + .bloco-item {
        margin-left: 32px;
    }
}

@media (max-width: 991.98px) {
    .bloco-item-sidebar {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 52px;
    }
    .bloco-item-content {
        width: 100%;
    }
}

.produto-tela-cheia {
    --prod-gutter: 30px;
}
.produto-tela-cheia .prod--ctn {
    display: grid;
    grid-template-columns: auto 1fr 370px;
    grid-template-rows: -webkit-max-content auto auto 1fr;
    grid-template-rows: max-content auto auto 1fr;
}
.produto-tela-cheia .prod__card--one {
    grid-column: 1/3;
    grid-row: 1/4;
}
.produto-tela-cheia .prod__glr {
    grid-column: 1;
    grid-row: 1/4;
}
.produto-tela-cheia .prod__header {
    grid-column: 2;
    grid-row: 1;
}
.produto-tela-cheia .prod__main {
    grid-column: 2;
    grid-row: 2;
}
.produto-tela-cheia .prod__info {
    grid-column: 3;
    grid-row: 1/5;
}
.produto-tela-cheia .prod__tabs {
    grid-column: 1/3;
    grid-row: 4;
}
.produto-tela-cheia .prod__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.produto-tela-cheia .prod__card--two {
    display: none;
}
.produto-tela-cheia .prod__glr {
    width: 440px;
    padding: 36px 0 48px 40px;
}
.produto-tela-cheia .prod__header {
    padding: 36px 40px 16px 36px;
}
.produto-tela-cheia .prod__main {
   padding: 24px 0px 18px
}
.produto-tela-cheia .prod__info {
    margin-left: var(--prod-gutter);
}
.produto-tela-cheia .prod__shop-features,
.produto-tela-cheia .prod__tabs {
    margin-top: var(--prod-gutter);
}
.produto-tela-cheia .subtitulo-prod {
    padding-top: 8px;
}
.produto-tela-cheia .prod__glr-intro {
    display: -ms-flexbox;
    display: flex;
}
.produto-tela-cheia .prod__sid_desc {
	
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
}
.produto-tela-cheia .prod__features {
    margin: 20px 0 0;
    font-size: 14px;
    border-radius: 3px;
}
.produto-tela-cheia .prod__features ul {
    list-style: none;
    padding: 0;
    color: #888;
    margin: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.produto-tela-cheia .prod__features li {
    position: relative;
    margin: 0 6px;
    width: calc(100% / 1 - 12px);
    padding: 3px 0 2px 11px;
}
.produto-tela-cheia .prod__features li:before {
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 12px;
    opacity: 0.85;
    left: 0;
}
.produto-tela-cheia .prod__features-title {
    font-weight: 500;
    padding-bottom: 12px;
}
.produto-tela-cheia .prod__features-link {
    margin: 20px -2px 0;
    padding: 20px 2px 0;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}
.produto-tela-cheia .prod__features-link a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .produto-tela-cheia .subtitulo-prod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .produto-tela-cheia .prod__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px;
    }
}
@media (min-width: 768px) {
    .produto-tela-cheia .prod__info-card {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    .produto-tela-cheia .prod__glr {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    .produto-tela-cheia .prod__actions-item--addtocart .btn {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 575.98px) {
    .produto-tela-cheia .subtitulo-prod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .produto-tela-cheia .prod__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .produto-tela-cheia .titulo-prod {
        padding-right: 80px;
    }
    .produto-tela-cheia .prod__actions-item--compare,
    .produto-tela-cheia .prod__actions-item--wishlist {
        position: absolute;
        top: 19px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        right: 16px;
    }
    .produto-tela-cheia .prod__actions-item--compare span,
    .produto-tela-cheia .prod__actions-item--wishlist span {
        display: none;
    }
    .produto-tela-cheia .prod__actions-item--compare svg,
    .produto-tela-cheia .prod__actions-item--wishlist svg {
        top: 0;
        display: block;
        margin: 0;
    }
    .produto-tela-cheia .prod__actions-item--compare {
        right: 52px;
    }
}
@media (max-width: 1399.98px) {
    .produto-tela-cheia {
        --prod-gutter: 24px;
    }
    .produto-tela-cheia .prod--ctn {
        grid-template-columns: auto 1fr 336px;
    }
    .produto-tela-cheia .prod__glr {
        width: 348px;
        padding: 24px 0 36px 28px;
    }
    .produto-tela-cheia .prod__header {
        padding: 24px 28px 16px;
    }
    .produto-tela-cheia .prod__main {
       padding: 18px 0px
    }
    .produto-tela-cheia .prod__actions,
    .produto-tela-cheia .prod__form,
    .produto-tela-cheia .prod__info-body,
    .produto-tela-cheia .prod__tags-and-share-links {
        padding-left: 20px;
        padding-right: 20px;
    }
}

    .produto-tela-cheia .prod__card {
        grid-column: 1/3;
        grid-row: 1/4;
    }
    .produto-tela-cheia .prod__glr {
        grid-column: 1/3;
        grid-row: 3;
    }
    .produto-tela-cheia .prod__header {
        grid-column: 1/3;
        grid-row: 1;
    }
    .produto-tela-cheia .prod__main {
        grid-column: 1/3;
        grid-row: 2;
    }
    .produto-tela-cheia .prod__info {
        grid-column: 3;
        grid-row: 1/4;
    }
    .produto-tela-cheia .prod__tabs {
        grid-column: 1/4;
        grid-row: 4;
    }

    .produto-tela-cheia .prod__main {
        padding-bottom: 16px;
    }
	  .produto-tela-cheia .prod__glr {
        --prod-glr-image-max-width: 380px;
        padding-top: 0;
        width: 100%;
        padding-right: 28px;
    }
	

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}
		
@media (max-width: 1199.98px) {
	
    .produto-tela-cheia .prod--ctn {
        grid-template-columns: auto 1fr 336px;
        grid-template-rows: -webkit-max-content auto auto 1fr;
        grid-template-rows: max-content auto auto 1fr;
    }
   
    .produto-tela-cheia .prod__sid_desc {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 14px;
    }
  
    .produto-tela-cheia .prod__header {
        padding-bottom: 10px;
    }
    .produto-tela-cheia .prod__info {
        display: -ms-flexbox;
        display: flex;
    }
    .produto-tela-cheia .prod__shop-features {
        display: none;
    }
}
@media (max-width: 991.98px) {
		.container-produtos-card__in .card-prods {
  
	 height: 560px; 
}
    .produto-tela-cheia {
        --prod-gutter: 16px;
    }
    .produto-tela-cheia .prod--ctn {
        grid-template-columns: auto 1fr;
        grid-template-rows: -webkit-max-content auto auto 1fr;
        grid-template-rows: max-content auto auto 1fr;
    }
    .produto-tela-cheia .prod__card {
        grid-column: 1/3;
        grid-row: 1/3;
    }
    .produto-tela-cheia .prod__header {
        grid-column: 1/3;
        grid-row: 1;
    }
    .produto-tela-cheia .prod__main {
        grid-column: 1/3;
        grid-row: 2;
    }
    .produto-tela-cheia .prod__glr {
        grid-column: 1;
        grid-row: 3;
    }
    .produto-tela-cheia .prod__info {
        grid-column: 2;
        grid-row: 3;
    }
    .produto-tela-cheia .prod__glr {
        margin-top: var(--prod-gutter);
        width: 385px;
        padding: 24px 24px 28px;
    }
    .produto-tela-cheia .prod__info {
        margin-left: var(--prod-gutter);
    }
    .produto-tela-cheia .prod__sid_desc {
        border: none;
        padding-bottom: 8px;
    }
    .produto-tela-cheia .prod__info-card {
        position: static;
        margin-top: var(--prod-gutter);
        padding: 0px 24px 28px;
    }
    .produto-tela-cheia .prod__info-body {
        padding: 0 0 16px;
    }
    .produto-tela-cheia .prod_sib-preco {
        padding: 0 0 10px;
    }
    .produto-tela-cheia .prod_preco {
        font-size: 26px;
    }
    .produto-tela-cheia .prod_preco--old {
        font-size: 16px;
    }
    .produto-tela-cheia .prod__meta {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        margin: 8px 0;
    }
    .produto-tela-cheia .prod__meta td,
    .produto-tela-cheia .prod__meta th {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .produto-tela-cheia .prod__meta tr + tr > * {
        border: none;
    }
    .produto-tela-cheia .prod__form {
        background: transparent;
        border: none;
        margin-bottom: 16px;
        padding: 0;
    }
    .produto-tela-cheia .prod__actions {
        padding: 0;
    }
    .produto-tela-cheia .prod__tags-and-share-links {
        border: none;
        padding: 20px 0 0;
    }
    .produto-tela-cheia .prod-glr[data-layout="prod-full"] .prod-glr__zoom {
        top: -15px;
        right: -15px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .produto-tela-cheia .prod__meta table,
    .produto-tela-cheia .prod__meta td,
    .produto-tela-cheia .prod__meta th {
        display: block;
    }
    .produto-tela-cheia .prod__meta tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .produto-tela-cheia .prod__meta th,
    .produto-tela-cheia .prod__meta tr {
        width: calc(50% - 10px);
    }
    .produto-tela-cheia .prod__meta tr {
        display: -ms-flexbox;
        display: flex;
    }
    .produto-tela-cheia .prod__meta tr:nth-child(2n) {
        margin-left: 20px;
    }
}


@media (max-width: 767.98px) {
	
	.prod-glr--imagens-mini {
    position: unset;
	}
	
	

    .produto-tela-cheia .prod--ctn {
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }
    .produto-tela-cheia .prod__header {
        grid-column: 1;
        grid-row: 1;
    }
    .produto-tela-cheia .prod__glr {
        grid-column: 1;
        grid-row: 2;
    }
    .produto-tela-cheia .prod__card--two {
        grid-column: 1;
        grid-row: 3/5;
    }
    .produto-tela-cheia .prod__main {
        grid-column: 1;
        grid-row: 3;
    }
    .produto-tela-cheia .prod__info {
        grid-column: 1;
        grid-row: 4;
    }
    .produto-tela-cheia .prod__tabs {
        grid-column: 1;
        grid-row: 5;
    }
    .produto-tela-cheia .prod__card--one {
        display: none;
    }
    .produto-tela-cheia .prod__card--two {
        display: block;
    }
    .produto-tela-cheia .prod__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        padding: 24px 24px 22px;
    }
    .produto-tela-cheia .titulo-prod {
        font-size: 22px;
        line-height: 28px;
    }
    .produto-tela-cheia .subtitulo-prod {
        padding-top: 8px;
    }
    .produto-tela-cheia .prod--ctn {
        width: 100%;
    }
    .produto-tela-cheia .prod__glr {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        --prod-glr-image-max-width: 360px;
        width: 100%;
    }
    .produto-tela-cheia .prod__card--two,
    .produto-tela-cheia .prod__main {
        margin-top: var(--prod-gutter);
    }
    .produto-tela-cheia .prod__main {
       padding: 0px;
    padding-bottom: 20px;
    }
    .produto-tela-cheia .prod__sid_desc {
		    padding-top: 20px;
        padding-bottom: 0;
    }
    .produto-tela-cheia .prod__info {
        width: 100%;
        margin-left: 0;
    }
    .produto-tela-cheia .prod__info-card {
		width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
    .produto-tela-cheia .prod__actions {
        margin-bottom: -6px;
    }
    .produto-tela-cheia .prod__actions-item--addtocart {
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .produto-tela-cheia .prod__actions-divider {
        height: 10px;
    }
    .produto-tela-cheia .prod__actions-item--compare,
    .produto-tela-cheia .prod__actions-item--wishlist {
        width: auto;
        margin-top: 2px;
        margin-bottom: -2px;
    }
}

.prod-glr-col .prod-gr--imagens .image {
    max-width: var(--prod-glr-image-max-width, 100%);
}
.prod-glr-col .prod-glr__zoom {
    top: 0;
    right: 0;
}

.prod-gr--imagens {
    position: relative;
}
.prod-gr--imagens .owl-carousel a {
    display: block;
}
.prod-gr--imagens .image {
    max-width: 420px;
    margin: 0 auto;
}

.prod-glr__zoom {
    display: var(--prod-glr-zoom-display, block);
    top: 0;
    position: absolute;
    padding: 9px;
    margin: 0;
    border: none;
    border-radius: 21px;
    fill: currentColor;
    z-index: 2;
    transition: background 0.15s, color 0.15s;
    background-color: #fff;
    color: #ccc;
    right: -21px;
}
.prod-glr__zoom:hover {
    background-color: #f2f2f2;
    color: #999;
}
.prod-glr__zoom:active {
    background-color: #ebebeb;
    color: gray;
}
.prod-glr__zoom:focus {
    outline: none;
}
.prod-glr__zoom svg {
    display: block;
}

.img--ctn,
.img-prod-owl .img--ctn{
    display: block;
    position: relative;
    width: 100%;
}
.img__tag,
.img-prod-owl .img__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.img-prod-owl .img-prod-owl .img__tag {
transform: rotate(90deg);
}

.img--ctn,
.img-prod-owl .img--ctn {
    padding-bottom: 100%;
}
.prod-gr--imagens {
    position: relative;
}
.prod-gr--imagens .owl-carousel a {
    display: block;
}

.prod-glr--imagens-mini .owl-stage {
    margin: 0 auto;
}
.prod-glr__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1.5px;
    padding: 2px;
    cursor: pointer;
	background:#fff;
}
.prod-glr__img:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    transition: box-shadow 0.12s;
    left: 0;
}
.prod-glr__img:hover:before {
    box-shadow: inset 0 0 0 2px #e0e0e0;
}
.prod-glr__img--active {
    cursor: default;
}
.prod-glr__img--active:before,
.prod-glr__img--active:hover:before {
    box-shadow: inset 0 0 0 2px var(--cor-fundo1);
}
.prod-info-tabs__list {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
    overflow-x: auto;
}
.prod-info-tabs__content {
    border-top: 1px solid #ebebeb;
}
.prod-info-tabs__item {
    position: relative;
}
.prod-info-tabs__item a {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 18px 13px;
    transition: background 0.12s, box-shadow 0.12s;
}
.prod-info-tabs__item a:hover {
    background: #f7f7f7;
    box-shadow: inset 0 -1px #e5e5e5;
}
.prod-info-tabs__item a:active {
    background: #f2f2f2;
    box-shadow: inset 0 -1px #e0e0e0;
}

.prod-info-tabs__item:last-child {
    margin-right: auto;
}
.prod-info-tabs__item-counter {
    color: var(--cor-fundo1);
    font-size: 14px;
    top: -4px;
    position: relative;
    margin-left: 3px;
    margin-right: -3px;
}
.prod-info-tabs--active a,
.prod-info-tabs--active a:active,
.prod-info-tabs--active a:hover {
    background: transparent;
    box-shadow: inset 0 -2px var(--cor-fundo1);
}
.prod-ctn-tabs {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.prod-tabs--active {
    padding: 42px 48px 48px;
    overflow: visible;
    height: auto;
    opacity: 1;
    max-width: calc(100% - 0.001px);
}
.tabs-inf-produto .prod-tabs--active {
    padding: 48px;
}
@media (max-width: 991.98px) {
    .tabs-inf-produto .prod-tabs--active {
        padding: 40px 44px 44px;
    }
}
@media (max-width: 767.98px) {
    .tabs-inf-produto .prod-tabs--active {
        padding: 24px 28px 28px;
    }
}
@media (max-width: 419px) {
    .tabs-inf-produto .prod-tabs--active {
        padding: 20px 24px 24px;
    }
	
	.top-header .topp .item {
   font-size: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.colun-fav {
    width: 16px;
    height: 16px;
    line-height: 19px;
    top: -7px;
	position:relative;
}

	
}

@media (min-width: 1400px) {
    .prod-info-tabs--layout--sidebar .prod-tabs--active {
        padding: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .prod-info-tabs--layout--sidebar .prod-tabs--active {
        padding: 48px;
    }	
}

@media (max-width: 1199.98px) {
    .prod-info-tabs--layout--sidebar .prod-tabs--active {
        padding: 36px;
    }
}
@media (max-width: 767.98px) {
    .prod-info-tabs--layout--sidebar .prod-tabs--active {
        padding: 28px;
    }
}
@media (max-width: 419px) {
	
	    .container-cidade{
	    margin: 30px 20px;
	  }
    .prod-info-tabs--layout--sidebar .prod-tabs--active {
        padding: 24px;
    }
}



.tab-espec {
    font-size: 14px;
    line-height: 18px;
}
.tab-espec__header {
    margin-bottom: 50px;
}
.tab-espec__section + .tab-espec__section {
    margin-top: 40px;
}
.tab-espec--titulo {
	   letter-spacing: 0.02em;
    line-height: 23px;
    margin: 0 0 12px;
 font-weight: bold;
    font-size: 18px;
 
}
.tab-espec__row { 
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
	  display: flex;
    display: -ms-flexbox;
 
}
.tab-espec__row:first-of-type {
    border-top: 1px solid #ebebeb;
}
.tab-espec-item {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #888;
    padding-right: 30px;
}
.tab-espec--desc {
    line-height: 22px;
    color: #888;
	margin-top: 38px;
    font-size: 14px;
}


.prod__header h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.prod__tabs {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.subtitulo-prod {
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.prod__rating {
    display: -ms-flexbox;
    display: flex;
    color: #888;
    font-size: 14px;
    line-height: 1;
}
.prod__rating-stars {
    margin-right: 8px;
}
.prod__rating-label a {
    color: inherit;
}
.prod__fit {
    margin-left: 12px;
}
.prod__info-card {
    position: relative;
}
.prod__info-body {
    padding: 0px 28px 24px;
}
.prod_sib-preco {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 22px;
}
.prod__meta {
    margin: -3px 0;
}
.prod__meta table {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}
.prod__meta td,
.prod__meta th {
    padding: 3px 0;
}
.prod__meta th {
    font-weight: 500;
    padding-right: 12px;
}
.prod__meta tr + tr > * {
    border-top: 1px solid #ebebeb;
}
.prod__meta a {
    color: #cb1818;
}
.prod__meta a:hover {
    text-decoration: underline;
}
.prod__shop-features {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin-top: 30px;
}
.prod__badge {
    top: -7px;
    position: absolute;
    left: 22px;
}
.prod_ctn-preco {
    padding: 8px 0 7px;
    line-height: 1;
}
.prod_preco {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #262626;
}
.prod_preco--new {
    color: #262626;
}
.prod_preco--old {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
}
.prod__form {
    background: #f9f9f9;
    margin-bottom: 24px;
    margin-top: -4px;
    padding: 16px 28px 18px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.prod__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    padding: 0 28px 24px;
}
.prod__actions-item--quantity {
    width: 100px;
    margin-right: 8px;
}
.prod__actions-item--addtocart {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.prod__actions-item--compare,
.prod__actions-item--wishlist {
    margin-top: 14px;
    margin-bottom: -8px;
    width: 50%;
    font-size: 13px;
    line-height: 16px;
    background: transparent;
    color: #262626;
    fill: #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    transition: background 0.15s, fill 0.15s;
    padding: 7px 10px 5px 9px;
}
.prod__actions-item--compare svg,
.prod__actions-item--wishlist svg {
    position: relative;
    top: -1px;
    margin-right: 8px;
}
.prod__actions-item--compare:focus,
.prod__actions-item--wishlist:focus {
    outline: none;
}
.prod__actions-item--compare:hover,
.prod__actions-item--wishlist:hover {
    background: #f5f5f5;
    fill: #bfbfbf;
}
.prod__actions-item--compare:active,
.prod__actions-item--wishlist:active {
    background: #f0f0f0;
    fill: #b3b3b3;
}
.prod__actions-divider {
    width: 100%;
}
.prod__tags-and-share-links {
    border-top: 1px solid #ebebeb;
    padding: 24px 28px;
}
.prod__tags + .prod__share-links {
    margin-top: 18px;
}

.prod--ctn {
    display: grid;
    grid-template-columns: calc(100% - 370px) 370px;
    grid-template-rows: auto auto 1fr;
}
.prod__card--one {
    grid-column: 1;
    grid-row: 1/3;
}
.prod__header {
    grid-column: 1;
    grid-row: 1;
}
.prod__glr {
    grid-column: 1;
    grid-row: 2;
}
.prod__tabs {
    grid-column: 1;
    grid-row: 3;
}
.prod__info {
    grid-column: 2;
    grid-row: 1/4;
}
.prod__card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.prod__card--two {
    display: none;
}
.prod__glr {
    padding: 0 40px 40px;
}
.prod__header {
    padding: 36px 40px 16px;
}
.prod__info {
    margin-left: var(--prod-gutter);
}
.prod__info-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.prod__shop-features,
.prod__tabs {
    margin-top: var(--prod-gutter);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .titulo-prod {
        padding-right: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .prod__actions,
    .prod__form,
    .prod__info-body,
    .prod__tags-and-share-links {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .prod__meta table,
    .prod__meta td,
    .prod__meta th {
        display: block;
    }
    .prod__meta tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .prod__meta th,
    .prod__meta tr {
        width: calc(50% - 10px);
    }
    .prod__meta tr {
        display: -ms-flexbox;
        display: flex;
    }
    .prod__meta tr:nth-child(2n) {
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {

    .prod__info-body {
        padding: 0 0 16px;
    }
    .prod_sib-preco {
        padding: 0 0 10px;
    }
    .prod_preco {
        font-size: 26px;
    }
    .prod_preco--old {
        font-size: 16px;
    }
    .prod__meta {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
        margin: 8px 0;
    }
    .prod__meta td,
    .prod__meta th {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .prod__meta tr + tr > * {
        border: none;
    }
    .prod__form {
        background: transparent;
        padding: 0;
        border: none;
        margin-bottom: 16px;
    }
    .prod__actions {
        padding: 0;
    }
    .prod__tags-and-share-links {
        border: none;
        padding: 20px 0 0;
    }
}

@media (max-width: 767.98px) {
	.colun-data{
	margin-left: 30px;
    margin-bottom: 50px;
}
    .prod__actions {
        margin-bottom: -6px;
    }
    .prod__actions-divider {
        height: 10px;
    }
    .prod__actions-item--compare,
    .prod__actions-item--wishlist {
        width: auto;
        margin-top: 2px;
        margin-bottom: -2px;
    }
}

@media (max-width: 575.98px) {
    .subtitulo-prod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prod__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px;
    }
}

@media (max-width: 1399.98px) {
    {
        --prod-gutter: 20px;
        --prod-glr-image-max-width: 360px;
    }
    .prod--ctn {
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        grid-template-columns: calc(100% - 332px) 332px;
    }
    .prod__info {
        grid-column: 2;
        grid-row: 1/3;
    }
    .prod__glr {
        padding: 0 28px 28px;
    }
    .prod__header {
        padding: 24px 28px 16px;
    }
    .prod__shop-features {
        display: none;
    }
    .prod__tabs {
        grid-column: 1/3;
    }
}


@media (max-width: 1199.98px) {
    {
        --prod-gutter: 16px;
    }
    .prod--ctn {
        grid-template-columns: 100%;
    }
    .prod__info {
        grid-column: 1;
        grid-row: 3;
    }
    .prod__tabs {
        grid-column: 1;
        grid-row: 4;
    }
    .prod__card--one {
        display: none;
    }
    .prod__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        padding-bottom: 24px;
    }
    .prod__glr {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        width: 100%;
        margin-top: var(--prod-gutter);
        padding: 24px 24px 28px;
    }
  	  .prod__info {
    
        margin-left: 0;
    }
    .prod__info-card {
        position: static;
    }
    .prod__actions-item--addtocart .btn {
        width: auto;
    }
}

@media (max-width: 767.98px) {
	
	footer .footer-coluns {
    margin-top: 40px;
}

footer .ftr-social {
    margin-bottom: 20px;
}

    .prod__header {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        padding: 24px 24px 22px;
    }
    .titulo-prod {
        font-size: 22px;
        line-height: 28px;
    }
	  .prod__info {
        margin-top: var(--prod-gutter);
        margin-left: 0;
    }
}

@media (min-width: 767.98px) {
		
   .prod-glr__img {
    transform: rotate(-90deg);
    }
	
	.prod-glr--imagens-mini {
    transform: rotate(90deg);
	}
	
	.prod-glr--imagens-mini {
	left: -100px;
    width: 320px;
    position: absolute;
    top: 308px;
    z-index: 10;
}
	
}

@media (max-width: 575.98px) {
	
    .produto-tela-cheia .subtitulo-prod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .produto-tela-cheia .prod__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px;
    }
	


}

@media (min-width: 1200px) {
    .produto-tela-cheia .subtitulo-prod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .produto-tela-cheia .prod__fit {
        margin-bottom: 11px;
        -ms-flex-order: -1;
        order: -1;
        margin-left: -4px;
    }
}
.dealer{
	color:var(--cor-fundo1)!important;
	    font-size: 17px;
}

.dest-sts {
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}
.dest-sts--ctn {
     position: relative;
    border-radius: 8px;
    padding: 10px;
}
.bordeDlr{
	   border: 1px solid #ccc;
}

.dest-sts__icon {
    fill: currentColor;
    position: absolute;
    top: calc(50% - 6.5px);
    opacity: 0.85;
    left: 9px;
}
.dest-sts__icon svg {
    display: block;
}
.dest-sts__text span {
       font-size: 16px;
    line-height: 15px;
    margin-top: -10px;
    padding: 6px 0px;
    display: grid;
}


.dest-sts--has-icon .dest-sts__text {
    padding-left: 28px;
}
.dest-success .dest-sts--ctn {
    background-color: #e2f2da;
    color: #44782a;
}
.dest-sts--style--failure .dest-sts--ctn {
    background-color: #f2dada;
    color: #993d3d;
}
.dest-sts--style--warning .dest-sts--ctn {
    background-color: #f2eeda;
    color: #786b2a;
}
.dest-sts--style--unknown .dest-sts--ctn {
    background-color: #ebebeb;
    color: #6a6a6a;
}

.prod_detalhes p {
    line-height: 22px;
}

.prod_detalhes h4 {
    line-height: 34px;
}

 .ctn-height {
        height: 36px;
}	
	
.activesub {
border-bottom: 2px solid var(--cor-fundo1);
color:#222!important;
}

.nav-item{
font-size:16px
}
.bg-azul-escuro {
background-color: var(--cor-fundo2) !important;
}
.modal-backdrop {
    background-color: rgba(255,255,255,0.8); /* cor do overlay */
}


.card-titulo {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
}

.card-subtitulo {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
}


.card-body--padding--2 {
    padding: 2rem;
}

.block-espaco--layout--after-header {
        height: 36px;
}	
	
input.confirm {
  border: 2px solid var(--cor-fundo1);
}

.activesub {
border-bottom: 2px solid var(--cor-fundo1);
color:#222!important;
}

.nav-item{
font-size:16px
}
.bg-azul-escuro {
background-color: var(--cor-fundo2) !important;
}
.modal-backdrop {
    background-color: rgba(255,255,255,0.8); /* cor do overlay */
}
   
.input-number {
    display: block;
    width: 100%;
    position: relative;
}
.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}
.input-number__input::-webkit-inner-spin-button,
.input-number__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.num__soma,
.num__sub {
    position: absolute;
    height: 100%;
    width: 24px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.3;
    transition: opacity 0.18s;
}
.num__soma:after,
.num__soma:before,
.num__sub:after,
.num__sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}
.num__soma:before,
.num__sub:before {
    width: 8px;
    height: 2px;
}
.num__soma:hover,
.num__sub:hover {
    opacity: 1;
}
.num__sub {
    left: 1px;
}
.num__soma {
    right: 1px;
}
.num__soma:after {
    width: 2px;
    height: 8px;
}
   
.crn {
    display: -ms-flexbox;
    display: flex;
}
.crn__tb {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.crn__table_valores {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px;
}
.table_valores {
    width: 100%;
    margin-bottom: 32px;
    font-size: 15px;
}
.table_valores a:hover {
    text-decoration: underline;
}
.table_valores,
.table_valores tbody,
.table_valores td,
.table_valores tfoot,
.table_valores th,
.table_valores thead,
.table_valores tr {
    display: block;
}
.table_valores tr:after {
    display: block;
    content: "";
    clear: both;
}
.table_valores td,
.table_valores th {
    padding: 0;
}
.table_valores th {
    float: left;
}
.table_valores td {
    text-align: right;
}
.table_valores tbody,
.table_valores thead {
    line-height: 20px;
}
.table_valores tbody tr > * {
    padding-top: 8px;
}
.table_valores tbody tr:last-child > * {
    padding-bottom: 10px;
}
.table_valores tfoot {
    font-size: 20px;
}
.table_valores tfoot th {
    font-weight: 500;
}
.table_valores tfoot td,
.table_valores tfoot th {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
}
.table_valores tfoot td {
    letter-spacing: -0.02em;
}

    .crn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .crn__tb {
        width: 100%;
    }
    .crn__table_valores {
        margin-top: 40px;
        width: 400px;
        margin-left: auto;
    }

@media (max-width: 991.98px) {
    .crn__table_valores {
        width: 360px;
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .crn__table_valores {
        width: 100%;
    }
}
.crn-table__table {
    width: 100%;
    border-spacing: 0;
}
.table_titulo {
    font-size: 13px;
    text-transform: uppercase;
}
.table__prod {
    line-height: 1.25;
}
.table__preco {
    width: 130px;
    text-align: right;
}
.table__qtd {
    width: 150px;
    text-align: center;
    padding-left: 36px;
}
.table__total {
    width: 130px;
    text-align: right;
}
.table__remove {
    width: 1px;
    white-space: nowrap;
    padding-left: 0;
}
.crn__titulo-produto {
    color: inherit;
    transition: color 0.15s;
}
.crn__titulo-produto:hover {
    color: #cb1818;
}
.detalhes-item {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    color: #6c757d;
}
@media (min-width: 992px) {
    .crn-table {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    .crn-table__footer td {
        padding: 20px 24px;
    }
    .table__cln {
        padding: 14px 16px;
        border-bottom: 1px solid #ebebeb;
    }
    .table__cln:first-child {
        padding-left: 28px;
    }
    .table__cln:last-child {
        padding-right: 28px;
    }
    .table__imagem {
        width: 1px;
        text-align: center;
    }
    .table__imagem .image {
        width: 80px;
    }
    .detalhes-item li {
        position: relative;
       
    }
	
	.detalhes-item strong {
	color:#222;
	}
	
    .detalhes-item li:before {
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: currentColor;
        top: 7px;
        opacity: 0.7;
        left: 2px;
    }
    .crn-table__remove {
        margin-right: -12px;
    }
    .crn-table__act {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
      justify-content:flex-start;
    }
    .crn-table__coupon-form {
        width: 360px;
    }
}
@media (max-width: 991.98px) {
	
	.block-formPag{
		padding:0px
	}
    .crn-table__table {
        display: block;
    }
    .table_titulo {
        display: none;
    }
    .table__cln {
        display: block;
        padding: 0;
    }
    .crn-table--ctn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px;
    }
    .table__row {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 8px;
        width: calc(100% / 3 - 16px);
    }
    .table__imagem {
        text-align: center;
        padding: 16px 14px;
    }
    .table__imagem .image {
        max-width: 220px;
        margin: 0 auto;
    }
    .table__prod {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 0 14px 16px;
    }
    .table__preco,
    .table__qtd,
    .table__total {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #ebebeb;
        padding: 10px 14px;
        font-size: 15px;
        padding-left: 14px;
    }
    .table__preco:before,
    .table__qtd:before,
    .table__total:before {
        content: attr(data-title) ":";
        display: block;
        width: calc(40% - 6px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-weight: 500;
        margin-right: 12px;
        text-align: left;
    }
    .crn-table__remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .crn-table__footer,
    .crn-table__footer td,
    .crn-table__footer tr {
        display: block;
        padding: 0;
    }
    .crn-table__act {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crn-table__coupon-form,
    .table__btn_continuar {
        padding: 16px;
    }
    .crn-table__qtd {
        max-width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .crn-table__coupon-form {
        width: 60%;
    }
}
@media (max-width: 767.98px) {
    .table__row {
        width: calc(50% - 16px);
    }
    .table__btn_continuar {
        border-top: 1px solid #ebebeb;
    }
}
@media (max-width: 767.98px) {
    .crn-table__act {
        display: block;
    }
    .table__btn_continuar {
        border-top: 1px solid #ebebeb;
        text-align: center;
    }
}
@media (max-width: 474px) {
	
	
    .table__row {
        width: 100%;
    }
}

  .fadeOut {
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
  .text-p-number {font-size: 12px;line-height: 2;}

.badge-light-danger {
    color: #f1416c;
    background-color:#fff5f8;
}

.badge-light-success {
    color: #50cd89;
    background-color:#e8fff3;
}


.badge {
    display: inline-block;
    padding: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius:  0.55rem;
}

.badge-Stp {
    display: inline-block;
    padding: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius:  0.55rem;
}

.badge {
  opacity: 0;
  transform: translateX(100%);
  animation: fade-in 0.5s forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

.btn-ls-dark {
    color: #fff;
    background-color: var(--cor-fundo2);
    border-color: var(--cor-fundo2);
}


.btn-ls-light {
    color: #fff;
    background-color: var(--cor-fundo1);
    border-color: var(--cor-fundo1);
}

.align-items-end {
  font-size:14px;
  padding-top:20px;
  display: flex;
  line-height:1.5;
  align-items: flex-end;
}

.atualizar {
    width: 100%;
    height: 100%;
    margin: -20px;
    border-radius: 15px;
    text-align: center;
    padding-top: 200px;
    position: absolute;
    z-index: 999;
    display: none;
    flex-direction: row-reverse;flex-wrap: nowrap;justify-content: center;
    animation: animateBg 14s linear infinite;
    background: rgb(212,227,217);
    background: radial-gradient(circle, rgba(212,227,217,0.2) 40%, rgba(250,250,250,0.80) 90%);
}

@keyframes animateBg {
  0% { background-position: 0% 100%; }
  100% { background-position: 0% 0%; }
}


.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #fff;
  border-radius: 50%;
  border-top-color: var(--cor-fundo1);
  height: 50px!important;
  width: 50px!important;
  z-index:99;
}



@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

.dest-sts--ctn.radio-lg {
min-height: 35px;
    padding-left: 40px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")!important;
}
.custom-radio .custom-control-label::after {
    top: 0.29rem;
    left: -1.48rem;
}
    .desc-notif {
      line-height: 22px;
      color: #888;
      margin-top: 10px;
      font-size: 14px;
    }

    .alterarcep {
      display: none;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      align-content: center;
      left: 10px;
      position: relative;
    }


    .inputcheck {
      position: absolute;
      display: none;
      flex-direction: row-reverse;
      justify-content: flex-start;
      top: 35px;
      right: 15px;
      margin-bottom: 0px;
    }

    .psw {
      top: 15px;
      right: 60px;
    }
	
	.errormenoridade {
      display: table-cell;
      white-space: normal;
    }
	
  .container-ft{
    background: #090100;
    padding: 30px 0px;
    line-height: 1.5em;
	border-radius: 3px;
	margin-top: 30px;
  }
  
  .container-xd{
    background: transparent;
    padding: 30px 0px;
    line-height: 1.5em;
	border-radius: 3px;
	margin-top: 30px;
  }
.container-cidade {
    background: #fff;
    padding: 30px 0px;
    line-height: 1.5em;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 90px!important;
    box-shadow: 0px 0px 50px 0px rgba(0, 255, 0, 0.5); /* Larger centralized shadow */
}

 
 
  .textDlr{
   color:#888;
       padding-top: 5px;
    display: block;
	    line-height: 1.2em;
  }
  
   .Dlr{
   color:var(--cor-fundo1);
   font-size:16px;
   padding: 4px;
  }
  
  .titutloDlr{
  display: block;
  padding-top:5px;
    font-size:16px;
	
  }
  .texAlt{
  padding-top: 5px;
    display: block;
	    padding-bottom: 10px;
  }
  .linhaSh{
  box-shadow: 0 1px 0 0 #e5e5e5, 0 2px 0 0 #fff;
  }
  .ad-endereco{
      border: 1px solid #888;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  
.d-block{
    padding: 12px;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 6px;
}

.d-flex{
    display: flex!important;
	align-items: center;
}


.d-flex-wrap {
    display: flex!important;
    flex-wrap: wrap;
	  align-items: center;
}


.dp-flex-center{
    display: flex;
    justify-content: flex-end!important;
    align-items: center;
}

 .campreq{
  color:red;
  }
  

  	.listEntrega {
    list-style: none;
    padding: 0px 10px 0px 0px;
    line-height: 1.7em;
}
	.space-hide{
	    padding: 60px 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;

	}

	
	.pd-4{
		text-align:left;
         padding: 40px 20px;		
	}
	
	.mb-30{
		margin-bottom:30px
	}
	.modalFrete{
    text-align: right;
    justify-content: center;
    position: relative;
    margin-top: -20px;
	}
	
	.modalPedido{
    text-align: right;
    justify-content: center;
    position: relative;
    margin-top: -20px;
	}
	.descDlr{
					   text-align: left;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px 20px;

    justify-content: center;
    border-right: 1px solid #ccc;}
	
	.dealeresq {
    color: #333;
    font-size: 12px;
    display: flex;
    line-height: 1.8em;

}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (max-width: 768px){
	.pd-4{
         padding: 40px 0px;		
	}
}

@media (min-width: 768px){
	
	.container-ft{
    padding: 30px 20px;
	width: 100%;
	}
	  
	.container-cidade{
        margin-bottom: 60px;
        padding: 30px 40px;
	    width: 100%;
	    margin: 30px 20px;
	}
	  
	  
	.table-responsive {
    display: inline-table;
	}
.form-inline .input-group>.form-control {
    width: 100%;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: 100%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}}


		#quantidadeproduto {
		padding: 10px 20px;
			border: none;
			background-color: transparent;
			padding: 0;
			color:#888
		}
		#quantidadeproduto option {
			padding: 10px;
		}
		.d-none{
		display:none;
		}
		.bk{
		background:#fcfcfc;
		}
		.lstrong{
	font-weight: 900!important;
    font-size: 17px!important;
    color: #181818;
		}
.btn-apl{		
    display: flex;
    position: absolute!important;
    z-index: 999!important;
    right: 6px;
    font-size: 12px;
    padding: 3px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    bottom: 3px;
}
.form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.dropdown-item.action{ 
   padding: 13px;margin-left: 2px;
    border-left: 2px var(--cor-fundo1) solid;
}  
 .dropdown-item{ 
   padding: 13px;
}

.btn-cart{
width: 100%;
    font-size: 16px;
}


.dest-sts__text {
    font-size: 14px;
    line-height: 15px;
}
.nomedealer{
	 font-size: 15px;
	     line-height: 15px;
		
}
.dest-sts__Dlr {
    font-size: 10px;
    line-height: 15px;
}


.modal-content{
min-height:200px
}
.modal-header{
border:0px;
}

.bd-0{
 border: 0px;
}

.inpfrete{
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 20px;
	margin-left: 20px;
}

	
	.table{
	background: #fff;
	  border-radius: 10px !important; 
	}
	
  .modal-content{
	border: 1px solid var(--cor-fundo1);
    box-shadow: 0px 38px 46px 0px rgba(0,0,0,0.12);
    background-image: url(../imagens/fundomodal.png)!important;
	background-repeat: no-repeat;
	background-size: 100% auto; 
    border-radius: 10px !important; 
	z-index:-1;
  }
  
#shareModal .modal-content {
    background-image: url(../imagens/share.jpg)!important;
    background-position: top right;
    background-repeat: no-repeat;
}
	.close{
	background-color: #001f59!important;
    color: #fff!important;
    z-index: 99999;
    border-radius: 0px 10px 0px 25px;
    opacity: 0.8;
	}
	
.dp-center{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.containerEnt{
     padding: 20px;
    text-align: left;
    margin: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

.linkest{
display: flex;
    margin-top: 10px;
    border-top: 1px solid #cccc;
    padding: 20px 0px;
}

/*Página de Pagamento*/



    .col-repedido {
      margin-bottom: 30px;
    }

    #card-icon {
      display: flex;
      position: relative;
      left: 10px;
      justify-content: center;
      align-items: center;
    }

    .CardFlag {
      width: 45px;
      height: 30px;
      margin-right: 10px;
    }

    .desc-pedido {
      line-height: 1.5;
      padding-right: 20px;
    }

    .cont-custom-control {
      display: block;
      padding-bottom: 26px;
    }

    .block-formPag {
      box-shadow: 0 1px 0 0 #e5e5e5, 0 2px 0 0 #fff;
    }

    .mensagem-destc {
      border-radius: 4px;
      margin-left: 15px;
      padding: 5px 10px;
      background-color: #58c22e;
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px;
    }


.labelFormPag_text {
    font-size: 14px;
    line-height: 15px;
	      margin-top: -10px;
      padding: 6px 0px;
    display: flex!important;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}



 

    .totalPedido-right {
      color: #0083ca;
    }

    .totalPedido-right {
      color: #0083ca;
    }

    * {
      box-sizing: border-box;
    }

    * {
      box-sizing: border-box;
    }

    .totalPedido {
      font-size: 14px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      line-height: 1.6em;
    }

    .totalPedido-total {
      padding-top: 20px;
      font-weight: 700;
    }

    .iconFormPag {
      margin-right: 20px;
    }

    .precoFormPag {
      margin: 30px 0 20px;
      font-weight: 700;
    }
	
	.card-FormPag {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
}

.block-historia figure {
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

  .dia-cidade {
	font-size:88px;
	font-weight:900!important;
	line-height:0.8em;
}
	
	.mes-cidade{
	font-size:22px;
	font-weight:900!important;
	line-height:1.1em;
	}
	
.ano-cidade{
	font-size:36px;
	font-weight:900!important;
	line-height:1.1em;
	}


.colun-data{
	background: #ffff00;
	color:#222;
    border-radius: 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 20px 0px;
 
}
@media (min-width: 996px) {	
	
.block-historia figure {
    height: auto;
    margin-left: 180px;
    margin-right: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    
}
	.card-FormPag {
    padding: 1.25rem;
}
	
.colFormpag-center{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

		
		  .col-repedido {
     border-right:1px solid #ccc;
    }
	
  .totalPedido-left {
        width: 100px;
        margin-right: 20px;
        text-align: right;
      }
	  .totalPedido-subTotal {
        display: inline-flex;
        width: 100%;
      }

      .totalPedido-shipment {
		   margin-bottom: 10px;
        display: inline-flex;
        width: 100%;
      }
      .totalPedido-total {
        display: inline-flex;
        width: 100%;
      }

      .col-formPag {
        display: inline-flex;
      }

      .col-formPag-text {
        width: 224px;
      }

      .totalPedido .iconFormPag {
        width: 100px;
        text-align: right;
      }
	  
    }

    .descr-formpag {
      margin-bottom: 10px;
    }
	
	.dp-gCenter{
display: grid;
    /* position: relative; */
    align-items: center;
}
 .quantProd{
		     height: 20px;
    padding: 17px;
    border-radius: 4px;
		 }

/*Politica de Privacidade*/

  .titulo-pol{
  color: var(--cor-fundo1);
    font-size: 36px;
    padding-bottom: 20px;
	    text-align: center;
	}

  .parag-pol  p, li,td {
    color: var(--cor-fundo2);
    font-size: 16px;
    line-height: 1.6em;
}


    .card-header {
      background-color: #fff;
      color: var(--cor-fundo1);
      font-size: 24px;
      cursor: pointer;
	  padding: 30px;
    }

    .card-header:hover {
      background-color: #e5e5e5;
    }

    .card-header .fa {
      transition: transform 0.2s ease;
    }

    .card-header.collapsed .fa-chevron-down {
      transform: rotate(0deg);
    }

    .card-header:not(.collapsed) .fa-chevron-down {
      transform: rotate(-180deg);
    }
	


.separador-xl-espaco {
    height: 72px;
}

.block-historia {
    background: url(../images/about-img-bg-572x581.png) center center no-repeat;
    background-size: 26%;
}
.block-historia .texto-paragraf .inner {
    padding-left: 110px;
    text-align: left;
}
.block-historia .texto-paragraf .inner-direita {
    padding-right: 110px;
    text-align: left;
}

.block-historia .texto-paragraf {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	color:#fff;
}

.block-logomarca{		
    padding: 50px;
    padding-right: 100%;
    position: relative;
    bottom: 20px;
    top: 20px;
    border-radius: 20px 0px 0px 20px;
}

.img-colun{
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 5px 137px 21px -64px rgba(0,0,0,0.11);
    -moz-box-shadow: 5px 137px 21px -64px rgba(0,0,0,0.11);
    box-shadow: 5px 137px 21px -97px rgba(0,0,0,0.11);
}

.inst_body {
    display: grid;
    z-index: 0;
    padding-bottom: 60px;
}
@media (min-width: 1200px) {
    .inst_body {
        grid-template-columns: 1fr 380px 730px 1fr;
        grid-template-rows: 100px auto auto;
    }
    .inst_image {
        grid-column: 1/5;
        grid-row: 1/3;
    }
    .block-card-hist {
        grid-column: 2;
        grid-row: 2/4;
    }
    .inst_count {
        grid-column: 3;
        grid-row: 3;
    }
}
@media (max-width: 1199.98px) {
    .inst_image {
        grid-column: 1/4;
        grid-row: 1/3;
    }
    .block-card-hist {
        grid-column: 2;
        grid-row: 2/4;
    }
    .inst_count {
        grid-column: 2;
        grid-row: 4;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .inst_body {
        grid-template-columns: 1fr 690px 1fr;
        grid-template-rows: 80px auto 60px auto;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .inst_body {
        grid-template-columns: 1fr 510px 1fr;
        grid-template-rows: 40px auto 60px auto;
    }
}
@media (max-width: 575.98px) {
    .inst_body {
        grid-template-columns: 20px calc(100% - 40px) 20px;
        grid-template-rows: 20px auto 60px auto;
    }
}
.inst_image {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.inst_image--lg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}
.inst_image--lg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.4));
}
.block-card-hist {
    background-color: #fff;
    color:#141414;
    -webkit-box-shadow: 0px 14px 24px 7px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 14px 24px 7px rgba(0,0,0,0.28);
    box-shadow: 0px 14px 24px 7px rgba(0,0,0,0.28);
    border-radius: 6px;
    padding: 30px 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
z-index:2;
}
.block-card-hist-titulo {
    line-height: 1.3em;
    font-size: 40px;
    font-weight: 700;
    padding: 16px 0 40px;
    text-align: center;
    margin-bottom: 0;
}
.block-card-hist-text {
    text-align: center;
    line-height: 1.75;
}
.block-card-hist-fundador {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 16px;
    padding-left: 28px;
}

@media (min-width: 1200px) {
    .block-card-hist {
        min-height: 530px;
    }
}
@media (max-width: 1199.98px) {
    .block-card-hist {
        padding: 32px 64px;
        margin: 0 auto;
        max-width: 510px;
    }
}
@media (max-width: 767.98px) {
    .block-card-hist {
        padding: 32px 36px;
    }
}
@media (max-width: 575.98px) {
    .block-card-hist-titulo {
        padding: 8px 0 24px;
        font-size: 32px;
    }
    .block-card-hist {
        padding: 24px 28px;
        font-size: 15px;
    }
}
.inst_count-body {
    margin: -12px;
}
.inst_count-item {
    margin: 12px;
    width: calc(100% / 2 - 24px);
}

.inst_count-item-grid4 {
    margin: 12px;
    width: calc(100% / 4 - 0px);
}

.inst_count-item-grid3 {
    margin: 12px;
    width: calc(100% / 3 - 24px);
}

.inst_count {
    -ms-flex-item-align: center;
    align-self: center;
}
.inst_count-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inst_count-item-value {
font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-shadow: -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.inst_count-item-num {
    color: #25d366;
    font-size: 15px;
    margin-top: 6px;
    line-height: 18px;
}
@media (min-width: 1200px) {
    .inst_count {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 52px;
    }
}
@media (max-width: 1199.98px) {
    .inst_count {
        text-align: center;
        margin-top: 48px;
        width: 100%;
    }
	
	


}
@media (max-width: 767.98px) {
    .inst_count {
        margin-top: 40px;
    }
    .inst_count-item-value {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .inst_count-body {
        margin: -16px;
    }
    .inst_count-item {
        margin: 16px;
        width: calc(100% / 1 - 32px);
    }
}

.block-equipe--titulo {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
	line-height: 1.3;
    margin-bottom: 40px;
}
.block-equipe--subtitulo {
    color: #6c757d;
    text-align: center;
    margin-bottom: 32px;
    font-size: 15px;
    margin-top: -36px;
}
.block-equipe--grid {
    display: -ms-flexbox;
    display: flex;
}
.block-equipe--grid .owl-stage-outer {
    margin: -10px;
    padding: 10px;
}
.block-equipe--grid .owl-dots {
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-equipe--grid .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    transition: background 0.2s;
    margin: 6px;
}
.block-equipe--grid .owl-carousel button.owl-dot:focus {
    outline: none;
}
.block-equipe--grid .owl-carousel button.owl-dot:hover:before {
    background: rgba(0, 0, 0, 0.22);
}
.block-equipe--grid .owl-carousel button.owl-dot.active:before {
    background: #e52727;
}
.block-equipe__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 240px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .block-equipe--grid {
        padding: 0 10px;
    }
}
.eqblock {
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
    -moz-box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
    box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
    margin: 30px 0px;
}
.eqblock__info {
    padding: 14px 16px 16px;
}

.eqblock__nome {
    padding: 10px 12px 0px;
}

.eqblock__cargo {
    padding: 10px 16px 12px;
}

.block-coment--title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 28px;
}
.block-coment--subtitle {
    color: #6c757d;

    margin-bottom: 28px;
    font-size: 15px;
   line-height: 26px;
    margin-top: -21px;
}
.block-coment--list .owl-stage-outer {
    margin: -10px;
    padding: 10px;
}
.block-coment--list .owl-dots {
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-coment--list .owl-carousel button.owl-dot:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    transition: background 0.2s;
    margin: 6px;
}
.block-coment--list .owl-carousel button.owl-dot:focus {
    outline: none;
}
.block-coment--list .owl-carousel button.owl-dot:hover:before {
    background: rgba(0, 0, 0, 0.22);
}
.block-coment--list .owl-carousel button.owl-dot.active:before {
    background: #e52727;
}

.block-coment-item {
	 border-radius:10px;
    background-color: #fff;
   display: -ms-flexbox;
    display: flex;
    max-width: 680px;
   margin: 30px;
	-webkit-box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
-moz-box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
box-shadow: 17px 18px 40px -25px rgba(0,0,0,0.33);
}

.block-coment-item-avatar {
     margin-left: 12px;
    margin-right: -12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
   border-radius:3px;
	width: 188px;
	
}
.block-coment-item-avatar img {
    max-width: 100%;
}
.block-coment-item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 32px;
}
.block-coment-item-text {
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
}
.block-coment-item-meta {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.block-coment-item-pes {
    color: #6c757d;
    font-size: 14px;
    position: relative;
    line-height: 20px;
}

.block-coment-item-rating {
    padding-bottom: 4px;
}
@media (max-width: 767.98px) {
    .block-coment-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block-coment-item-avatar {
        margin: 36px 36px 0;
        overflow: hidden;
        -ms-flex-item-align: center;
        align-self: center;
        width: 140px;
        border-radius: 70px;
        margin-left: 0;
        margin-right: 0;
    }
    .block-coment-item-content {
        text-align: center;
    }
    .block-coment-item-meta {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        padding: 28px 0 20px;
    }
    .block-coment-item-rating {
        -ms-flex-order: 1;
        order: 1;
        padding-top: 8px;
        padding-bottom: 0;
    }
}


.c-linha-tempo .item-linha-tempo figure.with-shadow {
    position: relative;
}

.img-hist{
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
    display: flex;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 33px -4px rgba(0,0,0,0.22);
    -moz-box-shadow: 10px 10px 33px -4px rgba(0,0,0,0.22);
    box-shadow: 10px 10px 33px -4px rgba(0,0,0,0.22);

}
.img-inst-hist{
 width:100%
 }

  .block-card-hist {
            transition: transform 0.3s ease;
        }
		.block-inst{ 
		 
		 background-size: 100% auto;
		}
		
.time-ls {
  width: 100%;
  background-color: #0c003b;
  box-shadow: 0 5px 25px 5px rgba(0,31,89,0.9);
}
.time-ls .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.time-ls .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.time-ls .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.time-ls .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(12,0,59,0.8);
  box-shadow: -230px 0 150px 60vw rgba(12,0,59,0.8);
  border-radius: 100%;
}
.time-ls .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 530px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.time-ls .swiper-slide .time-ls-ano {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: var(--cor-fundo1);
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.time-ls .swiper-slide .time-ls--titulo {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.time-ls .swiper-slide .time-ls--texto {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.time-ls .swiper-slide-active .time-ls-ano {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.time-ls .swiper-slide-active .time-ls--titulo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.time-ls .swiper-slide-active .time-ls--texto {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.time-ls .swiper-pagination {
  right: 13% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.time-ls .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.time-ls .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: var(--cor-fundo1);
  margin: 15px 0 !important;
  position: relative;
}
.time-ls .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--cor-fundo1);
  transform: scale(0);
  transition: 0.2s;
}
.time-ls .swiper-pagination-bullet-active {
  color: var(--cor-fundo1);
}
.time-ls .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.time-ls .swiper-button-next,
.time-ls .swiper-button-prev {
  background-size: 20px 35px;
  top: 15%;
  width: 20px;
  height: 32px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.time-ls .swiper-button-prev {
  left: 8%;
  background-image:url("../imagens/seta-esquerda.png")
  }
.time-ls .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.time-ls .swiper-button-next {
  right: 8%;
  background-image: url("../imagens/seta-direita.png")}
.time-ls .swiper-button-next:hover {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .time-ls .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(12,0,59,0.8);
  }
  .time-ls .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 530px;
    font-size: 14px;
    text-align: right;
  }
  .time-ls .swiper-slide .time-ls-ano {
    margin-bottom: 0;
    font-size: 32px;
  }
  .time-ls .swiper-slide .time-ls--titulo {
    font-size: 46px;
    margin: 0;
  }
  .time-ls .swiper-pagination {
    display: flex;
  }
  .time-ls .swiper-button-prev {
    top: 8%;
    left: auto;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .time-ls .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .time-ls .swiper-button-next {
    top: auto;
    bottom: 8%;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .time-ls .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}

@media screen and (max-width: 767.98px) {
		.time-ls .swiper-container {
    height: 800px;
	}
}

@media screen and (min-width: 1024px) {

	
  .time-ls .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 440px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(12,0,59,0.8);
  }
  .time-ls .swiper-slide-content {
    right: 30%;
  }
}



.breadcrumb {
    padding: 0;
    margin-bottom: 14px;
    border-radius: 0;
    background: transparent;
    align-items: center;
}
.breadcrumb .breadcrumb-item a {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
    color: #fff;
    content: ">";
}
.breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.titulo-header {
    text-align: left;
}
.titulo-header h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
}

.titulo-block-resp h2{
 margin-top:90px;
 font-size:38px
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 20px;
    background-color: #f2f6ef;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
    right: -100px;

}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -26px;
  width: calc(100% / 15);
  text-align: center;
  font-size: 14px;
}

.step span{
    position: relative; 
    bottom: -30px;
    z-index: 999;
    font-weight: 800;
}

.step:nth-child(1) {
 left: 0;
 color:#333!important;
}

.step:nth-child(2) {
  left: calc(100% / 4); 
  color:#333!important;
}
.step:nth-child(3) {
   right: 0;
   color:#fff!important;
}

 

.circle {
  height: 120px; /* Mantendo o círculo proporcional */
  line-height: 120px; /* Centraliza verticalmente o texto dentro do círculo */
  text-align: center; /* Centraliza horizontalmente o texto */
  color: black; /* Cor do texto */
  font-size: 16px; /* Tamanho da fonte */
  margin-top: 5px;
}

.step[data-step="start"] .circle {
  background-color: #ffff00; /* Amarelo */
  width: 280px;
  border-radius: 20px;
  z-index:99;   /* Mantém a forma circular */
}

.step[data-step="middle"] .circle {
  background-color: #00ff00; /* Verde */
  width: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
   border-radius: 0px
}

.step[data-step="end"] .circle {
  background-color: #ff0000; /* Vermelho */
   width: 280px;
   border-radius: 20px;
    color:#fff!important;
}

 
/* Posicionando corretamente cada etapa */
.step:nth-child(1) {
  left: 0%;
}

.step:nth-child(2) {
  left: 50%; /* Ajuste para centralizar corretamente */
}

.step:nth-child(3) {
  right: 0%;
}


.circle {
  width: 220px;
  height: 30px;
  background-color: #eae8e8;
  border-radius: 50%;
  margin-top: 5px;
}

@media(max-width:575px){
	.breadcrumb-area{
		padding:30px 0 24px;
	}
	.breadcrumb-area .titulo-header h1{
	font-size:26px;
	}
}


@media (max-width: 767.98px) {

.step[data-step="start"] .circle {
  background-color: #ffff00; /* Amarelo */
   width: 27px;
  height:40px;
  border-radius: 20px;
  z-index:99; 
margin-top: -25px;  
color:#333!important;
}

.step[data-step="middle"] .circle {
  background-color: #00ff00; /* Verde */
   width: 27px;
  height:180px;
  margin-bottom: -85px;
 color:#333!important;
  border-radius: 0px
}

.step[data-step="end"] .circle {
  background-color: #ff0000; /* Vermelho */
   width: 27px;
   height:40px;
   border-radius: 20px;
   margin-bottom: -25px;
    color:#fff!important;
}

 


.breadcrumb {
    margin-bottom: 10px;
}

.breadcrumb .breadcrumb-item {
    margin-bottom: 5px;
}

.breadcrumb-area {
    padding: 40px 0;
}

.breadcrumb-area .titulo-header h1 {
    line-height: 1;
}

.step:nth-child(1) .circle.active {
    width: 243%!important;
    transform: rotate(90deg);
    left: -20px;
    position: absolute!important;
    height: 27px;
}

.step:nth-child(2) .circle.active {
     width: 278%!important;
    transform: rotate(90deg);
    left: -30px!important;
    top: -20px;
    height: 27px;
    position: absolute!important;
}

.step:nth-child(3) .circle.active {
    width: 388%!important;
    transform: rotate(90deg);
    left: -44px!important;
    top: -30px;
    height: 27px;
    position: absolute!important;
}


.step:nth-child(4) .circle.active {
width: 526%!important;
    transform: rotate(90deg);
    left: -63px!important;
    top: -30px;
    height: 27px;
    position: absolute!important;
}

.step:nth-child(1) {
 left: 0;
   color:#fff!important;
}
.step:nth-child(2) {
    left: 0;
	  color:#fff!important;
}

.step:nth-child(3) {
  left: 0;
    color:#fff!important;
}

 
.step:nth-child(1) {
 left: 0;
 
}
 

.step span {
    margin-left: 40px;
}

.progress-bar {
    flex-direction: column;
    height: 225px;
    width:27px!important;
    margin-left: 20px;
    padding-bottom: 22px;
	    right: 0px;
}

.step {
    position: relative;
    top: 0;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    align-items: flex-end;
    flex-direction: row;
}

.circle {
    margin-top: 0;
    margin-left: 5px;
    position: absolute;
  }
}

.step:nth-child(1) .circle.active {
    width: 300%;
    border-radius: 50px;
    position: relative;
    margin-left: auto;
		border-right: 5px solid #888;
}

.step:nth-child(2) .circle.active {
    width: 400%;
    border-radius: 50px;
    left: 0px;
    position: relative;
		border-right: 5px solid #888;
}

.step:nth-child(3) .circle.active {
    width: 410%;
    border-radius: 50px;
    position: relative;
	border-right: 5px solid #888;
}

.step:nth-child(4) .circle.active {
    width: 580%;
    border-radius: 50px;
    position: relative;
	border-right: 5px solid #888;
}


.progress-bar .active {
  background-color: var(--cor-fundo1)!important;
}

.progress-bar .active .step.active ~ .step {
  opacity: 0.5;
}

.progress-bar .active .step.active {
  opacity: 1;
}

@media only screen and (max-width: 1024px){
.Sidebar {
    display: none;
}
}

.prazo-pedido {
margin-top:10px;
color:#000!important;
}

.block-vazio{
    border-radius: 20px;
    padding: 40px 20px;
    margin: 40px 0px;
}

.text-vazio{
    text-align: center;
    padding: 20px 0px;
    color: #96989A;
    line-height: 1.6em;
}
.mg-10{
    margin: 10px 0px;
}

.size-periodo{
    width: 260px;
    margin: 20px 0px;
}


/*Fale Conosco*/

.block-form .form-ctn {
    border-radius:20px 0px 0px 20px;
	padding: 60px 20px;
    
	color:#222;
    height: 100%;
    display: flex;
     flex-flow: column;
    justify-content: center;
    align-items: flex-start;

}
.block-form .form-ctn .inner {
    max-width: 530px;
    padding-right: 65px;
    padding-left: 15px;
    text-align: left;
}
.block-form .form-ctn form .titulo{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}

.block-form .form-ctn form .subtitulo {
padding: 20px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.form-contato .form-group {
    margin-bottom: 20px;
}


textarea.form-control {
    line-height: 30px!important;
    height: 140px!important;
}

.form-contato .form-control:focus {
    outline: none;
    box-shadow: none;
	border-color: #29c4a9;
}

.form-1{
  background-image: url('../imagens/fundo-form-3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.block-form-ctn{
    padding-left: 30px;
    padding-bottom: 60px;

}

.plus-inf p{
    line-height: 1.4em;
}