/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
/*.homepageSlideArrow {
    display: none;
}*/

.text-quiterios-green{
  color: #009F2C;
}

.border1 {
    border: 1px solid #efefef;
}

body {
    color: #000000;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
}

a:hover,
a {
    text-decoration: none;
    color: inherit;
}

nav {
    border-bottom: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: calc(14px + (14 - 12) * ((100vw - 300px) / (1800 - 300)));
}

#sticky .spacer15 {
    height: 8px;
}

.firstFooter {
    display: block;
}

.firstFooterMobile {
    display: none;
}

.text-list {
    width: calc(100% - 500px);
    padding-left: 50px;
}

.icons-list {
    width: 450px;
}

body,
.t14 {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
}

.t10 {
    font-size: 10px;
    line-height: 1.2;
}

.t12 {
    font-size: 12px;
    line-height: 1.2;
}

.t13, .t13 p {
    font-size: 13px !important;
    line-height: 1.2;
}

.t16 {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t18 p,
.t18 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t19 {
    font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t20 {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t25 {
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t30 {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t35 {
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t40 {
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t50 {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t60 {
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t72 {
    font-size: calc(40px + (66 - 40) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t100 {
    font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500 !important;
}

.light {
    font-weight: 300;
}

.text-underline, .text-underline:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ls4 {
    letter-spacing: 4px;
}

.lh1,
.lh1 p {
    line-height: 1.6;
}

.lh2 {
    line-height: 2;
}

.ls6 {
    letter-spacing: 6px;
}

.ls9 {
    letter-spacing: 9px;
}

.ls3 {
    letter-spacing: 3.25px;
}

.m145 {
    min-height: 145px;
}

.spacer {
    height: 120px;
}

.c-white {
    color: #ffffff;
}

.c-black {
    color: #000000;
}

.c-dark {
    color: #414141 !important;
}

.c-greylight {
    color: #727171 !important;
}

.c-green {
    color: #009F2C;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #000000;
}

.bg-whitelight {
    background: #F3F3F3;
}

.bg-dark {
    background: #090909;
}

.bg-grey {
    background: #F3F3F3 !important;
}

.btnGreen {
    padding: 16px 30px;
    background: #009F2C;
    border-radius: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.bt {
    border-top: 1px solid #707070;
}

.br {
    border-right: 1px solid #707070;
}

.bb {
    border-bottom: 1px solid #707070;
}

.bl {
    border-left: 1px solid #707070;
}

.lg4, .lg4 p {
    line-height: 1.4 !important;
}

.zindex2 {
    z-index: 20;
    position: relative;
}

.fixCatImage {
    max-height: 45px;
    max-width: 100%;
}

.same-width-flex {
    flex: 1;
}

.image-cat-prod {
    width: 130px;
    height: 130px;
    overflow: hidden;
    transition: height ease-in-out 300ms;
    transition: width ease-in-out 300ms;
}
.image-cat-prod.scrolled{
  width: 80px;
  height: 80px;
}

.image-cat-prod img {
    object-fit: cover;
}

/* ENDFRONTEND STYLE */

/* COMPARE */
.bg-light {
    background-color: #ffffff !important;
}

.navbar-brand img, footer .logo {
    max-height: 30px;
}

footer .logo.ligue-se{
  height: 45px;
}
.nav-item .nav-link {
    padding: 26px 10px !important;
    color: #414141 !important;
    margin: -5px 6px;
    text-align: center;
}

.nav-item .nav-link.cartIcon,
.nav-item .nav-link.searchIcon2,
.nav-item .nav-link.searchIcon {
    padding: 20px 10px !important;
}

.nav-item.active .nav-link {
    color: #009F2C !important;
    border-bottom: 2px solid #009F2C;
}

nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #cfcfcf;
}

.social {
    color: #009F2C;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 15px;
}

.quemSomos .social {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.slick-dots li button {
    display: none !important;
}

.slick-dots li {
    width: 15px !important;
    height: 15px !important;
    background: #414141;
    border-radius: 30px;
}

.slick-dots li.slick-active {
    background: #009F2C;
}

.slideArrows div {
    width: 38px;
    height: 38px;
    border-radius: 30px;
    background: #F3F3F3;
    color: #3E3E3E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%);*/
    cursor: pointer;
}

/*.slideLeft{left: 36px;}
.slideRight{right: 36px;}*/
.pointer {
    cursor: pointer;
}

#accordion .customDots ul {
    padding-left: 0px;
}

.customDots ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
}

ul.documentation,
#accordion .customDots ul {
    padding-left: 0px;
}

.accordion .card .card-header::before,
.customDots ul li::before {
    content: "\2022";
    color: #009F2C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
}

#documentacao .card-header::before {
    display: none !important;
}

ul.documentation li:before {
    display: none;
}

.accordion .card:first-child {
    border-top: 1px solid #f0f0f0 !important;
}

.accordion .card {
    border: 0;
    border-bottom: 1px solid #f0f0f0 !important;
}

.accordion .card .card-header {
    border: 0;
    background-color: #ffffff;
}

.accordion .card .card-header button:hover {
    text-decoration: none;
}

.accordion .card .card-header button {
    color: #414141;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.accordion .card .card-header button[aria-expanded="true"] {
    color: #009F2C;
}

.accordion .card .card-body {
    background: #F9F9F9;
    padding: 20px 32px;
}

.documentacaoIcon {
    width: 25px;
    position: relative;
}

.documentacaoIcon::after,
.documentacaoIcon::before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
}

button[aria-expanded="true"] .documentacaoIcon::after,
button[aria-expanded="true"] .documentacaoIcon::before {
    background: #009F2C;
}

button[aria-expanded="true"] .documentacaoIcon::after {
    transform: rotate(0deg);
}

.documentacaoIcon::after {
    transform: rotate(90deg);
    transition: all ease-in-out 100ms;
}

.zoomHover .imageZoom img {
    transition: all ease-in-out 300ms;
}

.zoomHover:hover .imageZoom img {
    transform: scale(1.2);
}

.zoomHover:hover {
    color: #009F2C;
}

.zoomHover .imageZoom {
    overflow: hidden;
}

.prodDestaqueArrow {
    display: flex;
    margin-top: 40px;
}

.prodDestaqueArrow > div {
    left: auto;
    right: auto;
    position: relative !important;
    background: #ffffff;
    color: #009F2C;
}

.countryDrop {
    cursor: pointer;
}

.countryDrop i {
    transition: all ease-in-out 300ms;
}

.countryDrop.active i {
    color: #009F2C;
    transform: rotate(180deg);
}

.prodDestaqueLeft {
    margin-right: 12px;
}

.prodDestaqueRight {
    margin-left: 12px;
}

.countryModal.active {
    opacity: 1;
    -webkit-box-shadow: 0px 2px 3px 0px #7E7E7E;
    box-shadow: 0px 2px 3px 0px #7E7E7E;
    pointer-events: unset;
}

.countryModal {
    transition: all ease-in-out 300ms;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 11;
    background: #F3F3F3;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: calc(100% + 7px);
    opacity: 0;
}

.countryLink.active {
    font-weight: 700;
    color: #000000;
}

.countryLink {
    font-size: 20px;
    font-weight: 500;
    color: #41414180;
}

.searchIcon2 {
    margin-left: 15px;
}

.cartIcon,
.searchIcon2,
.searchIcon {
    cursor: pointer;
    color: #009F2C !important;
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.searchIcon2 img,
.searchIcon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.searchIcon input {
    width: 0;
    opacity: 0;
    border: 0;
    transition: all ease-in-out 100ms;
}

.searchIcon.active input {
    width: 270px;
    opacity: 1;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoMaxWidth {
    max-width: 1200px;
    display: block;
    margin: auto;
}

/* END COMPARE*/


/* CONFIG */

.noScroll {
    overflow: hidden;
}

.critec {
    font-weight: 800;
    font-size: 18px;
    font-family: 'Gilroy';
    text-transform: lowercase;
    color: white;
}

.copyrights {
    color: #F3F3F3;
}

.benefitsTab .tab-content .tab-pane a {
    text-decoration: underline !important;
}

.spacer170 {
    grid-column: inherit;
    height: 170px;
    width: 100%;
}

.spacer150 {
    grid-column: inherit;
    height: 150px;
    width: 100%;
}

.spacer120 {
    grid-column: inherit;
    height: 120px;
    width: 100%;
}

.spacer90 {
    grid-column: inherit;
    height: 90px;
    width: 100%;
}

.spacer60 {
    grid-column: inherit;
    height: 60px;
    width: 100%;
}

.spacer30 {
    grid-column: inherit;
    height: 30px;
    width: 100%;
}

.spacer20 {
    grid-column: inherit;
    height: 20px;
    width: 100%;
}

.spacer15 {
    grid-column: inherit;
    height: 15px;
    width: 100%;
    transition: height ease-in-out 300ms;
}
.scrolled .spacer15{
  height: 5px;
}

/* LARGE DISPLAY'S */
@media (min-width: 1201px) {
    .xl-spacer150 {
        height: 150px;
    }

    .xl-spacer120 {
        height: 120px;
    }

    .xl-spacer90 {
        height: 90px;
    }

    .xl-spacer60 {
        height: 60px;
    }

    .xl-spacer30 {
        height: 30px;
    }

    .xl-spacer15 {
        height: 15px;
    }

    .xl-block150 {
        display: inline-block;
        width: 150px;
    }

    .xl-block120 {
        display: inline-block;
        width: 120px;
    }

    .xl-block90 {
        display: inline-block;
        width: 90px;
    }

    .xl-block60 {
        display: inline-block;
        width: 60px;
    }

    .xl-block30 {
        display: inline-block;
        width: 30px;
    }

    .xl-block15 {
        display: inline-block;
        width: 15px;
    }

    .xl-taleft {
        text-align: left;
    }

    .xl-tacenter {
        text-align: center;
    }

    .xl-taright {
        text-align: right;
    }

    .xl-tajustify {
        text-align: justify;
    }
}

@media (max-width: 1200px) {
    .lg-spacer150 {
        height: 150px;
    }

    .lg-spacer120 {
        height: 120px;
    }

    .lg-spacer90 {
        height: 90px;
    }

    .lg-spacer60 {
        height: 60px;
    }

    .lg-spacer30 {
        height: 30px;
    }

    .lg-spacer15 {
        height: 15px;
    }

    .lg-block150 {
        display: inline-block;
        width: 150px;
    }

    .lg-block120 {
        display: inline-block;
        width: 120px;
    }

    .lg-block90 {
        display: inline-block;
        width: 90px;
    }

    .lg-block60 {
        display: inline-block;
        width: 60px;
    }

    .lg-block30 {
        display: inline-block;
        width: 30px;
    }

    .lg-block15 {
        display: inline-block;
        width: 15px;
    }

    .lg-taleft {
        text-align: left;
    }

    .lg-tacenter {
        text-align: center;
    }

    .lg-taright {
        text-align: right;
    }

    .lg-tajustify {
        text-align: justify;
    }
}

/* DESKTOP */
@media (max-width: 992px) {
    .md-spacer150 {
        height: 150px;
    }

    .md-spacer120 {
        height: 120px;
    }

    .md-spacer90 {
        height: 90px;
    }

    .md-spacer60 {
        height: 60px;
    }

    .md-spacer30 {
        height: 30px;
    }

    .md-spacer15 {
        height: 15px;
    }

    .md-block150 {
        display: inline-block;
        width: 150px;
    }

    .md-block120 {
        display: inline-block;
        width: 120px;
    }

    .md-block90 {
        display: inline-block;
        width: 90px;
    }

    .md-block60 {
        display: inline-block;
        width: 60px;
    }

    .md-block30 {
        display: inline-block;
        width: 30px;
    }

    .md-block15 {
        display: inline-block;
        width: 15px;
    }

    .md-taleft {
        text-align: left;
    }

    .md-tacenter {
        text-align: center;
    }

    .md-taright {
        text-align: right;
    }

    .md-tajustify {
        text-align: justify;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sm-spacer0 {
        height: 0px !important;
    }

    .sm-spacer150 {
        height: 150px !important;
    }

    .sm-spacer120 {
        height: 120px !important;
    }

    .sm-spacer90 {
        height: 90px !important;
    }

    .sm-spacer60 {
        height: 60px !important;
    }

    .sm-spacer30 {
        height: 30px !important;
    }

    .sm-spacer15 {
        height: 15px !important;
    }

    .sm-block150 {
        display: inline-block;
        width: 150px;
    }

    .sm-block120 {
        display: inline-block;
        width: 120px;
    }

    .sm-block90 {
        display: inline-block;
        width: 90px;
    }

    .sm-block60 {
        display: inline-block;
        width: 60px;
    }

    .sm-block30 {
        display: inline-block;
        width: 30px;
    }

    .sm-block15 {
        display: inline-block;
        width: 15px;
    }

    .sm-taleft {
        text-align: left;
    }

    .sm-tacenter {
        text-align: center;
    }

    .sm-taright {
        text-align: right;
    }

    .sm-tajustify {
        text-align: justify;
    }
}

/* MOBILE */
@media (max-width: 420px) {
    .xs-spacer150 {
        height: 150px;
    }

    .xs-spacer120 {
        height: 120px;
    }

    .xs-spacer90 {
        height: 90px;
    }

    .xs-spacer60 {
        height: 60px;
    }

    .xs-spacer30 {
        height: 30px;
    }

    .xs-spacer15 {
        height: 15px;
    }

    .xs-block150 {
        display: inline-block;
        width: 150px;
    }

    .xs-block120 {
        display: inline-block;
        width: 120px;
    }

    .xs-block90 {
        display: inline-block;
        width: 90px;
    }

    .xs-block60 {
        display: inline-block;
        width: 60px;
    }

    .xs-block30 {
        display: inline-block;
        width: 30px;
    }

    .xs-block15 {
        display: inline-block;
        width: 15px;
    }

    .xs-taleft {
        text-align: left;
    }

    .xs-tacenter {
        text-align: center;
    }

    .xs-taright {
        text-align: right;
    }

    .xs-tajustify {
        text-align: justify;
    }
}

img {
    max-width: 100%;
}

.img-contacts,
.img-slideshow {
    width: 100%;
}


@media (min-width: 1500px) {
    /* .container, .container-lg, .container-md, .container-sm, .container-xl { */
    .container, .container-xl {
        max-width: 1450px;
    }
}

@media (min-width: 1800px) {

    /* .container, .container-lg, .container-md, .container-sm, .container-xl { */
    .container,
    .container-xl {
        max-width: 1750px;
    }

    .spacer {
        height: 60px;
    }

}

.form-intro {
    max-width: 320px;
}

input, textarea , select {
    width: 100%;
    font-size: 16px;
    color: #727171;
    padding: 10px 15px;
    border: 0.5px solid #41414159;
    border-radius: 5px;
    background: transparent;
}

.formBuild-input {
    padding-top: 45px;
}

label {
    font-size: 19px;
    color: #727171;
    padding-bottom: 5px;

    display: inline-block;
    margin-bottom: .5rem;
}

.rgpd, .activity-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #9FC8EA;
    font-size: 15px;
    align-items: center;
}

.rgpd {
    margin-bottom: 20px;
}

.activity-form {
    padding-top: 15px;
    /* padding-top: 15px;
    margin-left:15px;
    margin-right:30px;  */
}

.rgpd label,
.activity-form label {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.rgpd a {
    color: #009F2C !important;
}

.g-recaptcha {
    margin-top: -40px;
    margin-bottom: 44px;
}

input[type='checkbox'], input[type='radio'] {
    padding: 5px;
    width: 14px;
    margin-right: 13px;
    border: 0.5px solid #41414159;
}

select {
    border: 0.5px solid #009F2C !important;
    border-radius: 5px !important;
}

.loginForm label.error, .recoverForm label.error {
    left: 0px;
}

.registoForm .rgpd label.error {
    bottom: -14px;
}

label.error {
    position: absolute;
    color: red;
    font-size: 12px;
    left: 15px;
    bottom: -30px;
}

label[id="12-error"] {
    bottom: -10px;
}

.reason label {
    display: none;
}

.hiddeInput input {
    display: none;
}

form button {
    background-color: #009F2C;
    border-radius: 24px;
    padding-left: 35px;
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    border: none;
    margin-left: 15px;
    text-transform: uppercase;
}

.homepageSlide .slick-dots {
    bottom: 25px;
}

.homepageSlide .slick-dots li button {
    padding: 3px;
    background-color: #DFDFDF;
}

.homepageSlide .slick-dots li.slick-active button {
    background-color: #F26122;
}

.homepageSlide .slick-dots button,
.homepageSlide .slick-dots li {
    width: 40px;
    height: 5px;
}

.ball-blue-main,
.homepageSlide {
    background-color: #009F2C;
}

.icons-list .text-center {
    padding-left: 30px;
    text-align: left !important;
}

.text-banner {
    opacity: 0;
    transition-delay: 550ms !important;
    transition: opacity ease-in-out 500ms;
}

.text-banner.title2 {
    transition-delay: 850ms !important;
}

div.slick-active .text-banner {
    opacity: 1;
}

.slideText .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.homepageLeft {
    margin-right: 12px;
    position: relative !important;
    color:#009F2C!important;
}

.homepageRight {
    margin-left: 12px;
    position: relative !important;
    color:#009F2C!important;
}

.homepageSlide .slick-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    width: fit-content;
    height: fit-content;
}

.homepageSlideArrow.slideArrows {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 1199.98px) {
    .homepageLeft {
        bottom: unset !important;
    }

    .homepageRight {
        bottom: unset !important;
    }
}


.homepageSlide .slick-dots li {
    margin: 12px 0;
}

.homepageSlide .slick-dots li.slick-active {
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5);
}


th {
    border: 0px !important;
    border-bottom: 2px #009F2C solid !important;
    text-align: center;
}

td {
    border: 0.5px #F3F3F3 !important;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.table-products tr td:first-child a {
    font-weight: 600;
    padding-bottom: 3px;
    /* border-bottom: 2px solid black; */
}

.table-products tr td:first-child a:hover {
    /* border-bottom: 2px solid #009f2c; */
    color: #009f2c;
}

.hoverGreenTable:hover td:nth-child(-n+2) {
    color: #009f2c;
}

.space-between-border0{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sup {
    position: relative;
    bottom: 1ex;
    font-size: 80%;
}

input#inputSearch {
    color: #000000;
    border: none;
    border-bottom: 1px solid #41414159;
    border-radius: 0;
}

.img-contacts,
.img-slideshow {
    height: 742px;
    object-fit: cover;
}

.banners {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

#accordion {
    padding-left: 20px;
}

#accordion > .card,
#accordion .card-header {
    background-color: transparent;
}

#accordion .card-header:first-child {
    border-top: 1px solid #CCCCCC;
}

#accordion .card-header {
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;

}

#accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #009F2C;
    font-size: 14px;
}

#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.cartCount {
    width: 20px;
    font-size: 10px;
    height: 20px;
    position: absolute;
    background: #009f2c;
    bottom: -7px;
    right: -7px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iconMobile > img {
    max-width: 70px;
}

.t30 {
    font-size: calc(24px + (30 - 30) * ((100vw - 300px) / (1800 - 300)));
}

header {
    position: relative;
    z-index: 11;
}

.menuFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 6px 0px;
    z-index: 10;
    border-bottom: 1px solid #cfcfcf;
}

.fakeMenu {
    height: 75px;
}

.noactive {
    opacity: 0.35;
}

.noactive:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

#sticky.stick {
    position: fixed;
    z-index: 1;
}

.dropdown-full {
    width: 100%;
    background-color: #F3F3F3;
    padding: 20px;
    border: none !important;
    border-radius: 0px;
    padding-top: 76px;
}

.filter-menu-product {
    list-style-type: none;
    text-align: right;
}

.filter-menu-product li {
    color: #000000;
    font-size: 20px;
    padding-bottom: 10px;
}

.title-cat-prod {
    text-transform: capitalize;
    font-weight: 600;
}

.cat-item {
    width: calc(33.3333% - 20px);
    margin: 10px;
    height: 280px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
}

.cat-item h4 {
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    padding-left: 15px;
}

.dropdown-product.active {
    opacity: 1;
    -webkit-box-shadow: 0px 2px 3px 0px #7E7E7E;
    box-shadow: 0px 2px 3px 0px #7E7E7E;
    pointer-events: unset;
}

.dropdown-product {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: calc(100% + 7px);
    opacity: 0;
    pointer-events: none;
    background: #F3F3F3;
}

.td-quantity {
    width: 20px;
}

div.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

div.quantity a {
    text-decoration: none;
}

.getqty {
    width: 60px;
    padding: 7px 10px;
    margin-top: 5px;
}

#productTab {
    display: flex;
    flex-direction: column;
    text-align: right;
    border: 0;
}

#productTab .nav-link.active {
    color: #000000 !important;
    font-weight: 700;
    background: transparent;
}

#productTab .nav-link {
    color: #41414180 !important;
    font-weight: 700;
    border: 0;
    font-size: 20px;
}

.scrollCustom {
    overflow-y: auto;
    max-height: calc(100vh - 66px);
}

.scrollCustom::-webkit-scrollbar {
    width: 10px;
}

.scrollCustom::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.scrollCustom::-webkit-scrollbar-thumb {
    background: #41414180;
}

.scrollCustom::-webkit-scrollbar-thumb:hover {
    background: #414141;
}

.dropdownProductMobile {
    opacity: 0;
    pointer-events: none;
}

.bb {
    border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 991px) {
    .dropdownProductMobile {
        opacity: 1;
        pointer-events: unset;
    }

    .dropdown-product {
        display: none;
    }
}

.img-product {
    max-width: 400px;
}

.cat-item img {
    height: 130px;
    float: right;
    position: absolute;
    bottom: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.cat-item-text {
    float: left;
    padding: 15px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.cat-item-text p {
    font-size: 13px;
    color: #727171;
    font-weight: 300;
    margin-bottom: 5px;
}

.table-products {
    background-color: #fff !important;
}

.table-products td {
    border: solid 1px #e1dcdc !important;
    display: table-cell;
    vertical-align: inherit;
}

.table td,
.table-products th {
    padding: 15px 1.5rem;
    color: #414141;
}

.table-products th {
    border-bottom: solid 2px #009F2C !important;
    border-left: solid 1px #e1dcdc !important;
    border-right: solid 1px #e1dcdc !important;
    font-size: 19px;
    font-weight: 700;
}

.table-products td:first-child,
.table-products th:first-child {
    border-left: none !important;
}

.table-products td:last-child,
.table-products th:last-child {
    border-right: none !important;
}

.table-products td {
    font-weight: 300;
    font-size: 16px;
}

.table-products td:first-child {
    font-weight: 400;
}

.add-item {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #414141;
}


.add-item input {
    width: 50px;
    border: 0.5px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #414141;
    padding: 3px;
}

.add-item a {
    border: 1px #000000 solid;
    border-radius: 50px;
    padding: 5px 10px 6px 10px;
    margin-left: 5px;
}

.add-item a i {
    color: #000000;
    font-size: 14px;
}

.img-item {
    height: 50px;
    max-width: 100px;
    object-fit: cover;
}

.tabNavProduct .carimbos{
  display: flex;
  padding-top: 15px;
  flex-direction: row;
  gap: 10px;
}
.tabNavProduct .carimbos .img-carimbo{
  width: 50px ;
  transition: width ease-in-out 300ms;
}
.tabNavProduct .carimbos.scrolled .img-carimbo{
  width: 35px ;
}
.tabNavProduct .tab-content li {
    padding: 15px;
    border-bottom: solid 1px #CCCCCC;
}

.tabNavProduct .tab-content li:last-child {
    border-bottom: 0;
}

.tabNavProduct .nav-item .nav-link {
    padding: 15px 10px !important;
    color: #414141 !important;
    letter-spacing: 2px;
    font-size: 13px;
    margin: auto 8px;
}

.tabNavProduct .nav-tabs .nav-link.active {
    color: #009F2C !important;
    font-weight: 600;
    background-color: transparent;
    border: none !important;
    border-bottom: solid 1px #009F2C !important;
}

.nav nav-tabs {
    list-style-type: none;
}

.cart-btn i {
    border: 1px #009F2C solid;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    padding-left: 1px;
    padding-top: 1px;
}

.cart-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #009F2C;
}

.cart-success.active {
    bottom: 20px;
}

.cart-success {
    background: green;
    color: #ffffff;
    position: fixed;
    bottom: -80px;
    right: 20px;
    z-index: 99;
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all ease-in-out 300ms;
}

.imgBenefits {
    display: block;
    width: 100%;
    margin-left: auto;
}

.benefitsTab .nav-item {
    padding-bottom: 20px;
}

.benefitsTab .nav-tabs {
    display: flex;
    align-items: flex-end;
}

a.active .title-cat-prod {
    color: #009F2C !important;
}

.benefitsTab .nav-item .nav-link {
    width: 90px;
    height: 90px;

    color: #009F2C !important;
    font-size: 20px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    border-radius: 50%;
}

.filterBtn i {
    font-size: 20px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #009F2C;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.filterBtn span {
    color: #009F2C;
    font-size: 16px;
    text-decoration: underline;
}

.filterBtn:hover span {
    text-decoration: underline;
}

.fixBarProd {
  height: 175px;
  transition: height ease-in-out 300ms;
}
.fixBarProd.scrolled{
  height: 100px;
}

.fixedBarProd {
    top: 71px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    transition: top ease-in-out 300ms;
}
.fixedBarProd.scrolled{
  top: 60px;
}

.filterAuto > div {
    padding: 15px;
}

.cat-item h4 {
    text-transform: capitalize;
}

.table-product-category > .w-50.d-flex {
    padding: 20px 60px;
}

select.filter-product {
    margin-top: 10px;
    border: 1px solid #e1dcdc !important;
}

.productImgTop {
    top: 230px;
}

.prodImg {
    width: 100%;
    height: 100%;
    max-height: 50vh;
    object-fit: contain;
}

#menus li {
    list-style-type: none;
}

.logoSoftwares {
    max-width: 260px;
    margin: auto;
    display: block;
}

.softwareIframe {
    width: 100%;
    height: 100vh;
    border: none;
    display: block;
}

.prodDescList p {
    font-size: 16px;
    margin: 0;
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 0.2em;
    }
    70% {
        top: 0.3em;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 0.2em;
    }
    70% {
        top: 0.3em;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 0.2em;
    }
    70% {
        top: 0.3em;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 0.2em;
    }
    70% {
        top: 0.3em;
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: 0.2em;
    }
    70% {
        top: 0.3em;
    }
    100% {
        top: 0;
    }
}

.phone-mobile {
    display: none;
}

@media screen and (max-width: 1600px) {
    .w-75 {
        width: 72% !important;
    }

    .w-25 {
        width: 28% !important;
    }

    .cat-item {
        height: 250px;
    }

    .cat-item-text {
        width: 100%;
    }

    .cat-item-text p {
        font-size: 12px;
    }

    .table td,
    .table-products th {
        padding: 15px 1rem;
    }

    #productTab .nav-link {
        font-size: 16px;
    }

    .cat-item h4 {
        font-size: 16px;
    }

    .cat-item img {
        height: 100px;
    }

    .nav-item .nav-link {
        letter-spacing: 1px;
    }

    .navbar-brand img, footer .logo {
        max-height: 20px;
    }

    .nav-item.mx-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .nav-item.mr-3 {

        margin-right: 0.5rem !important;
    }

    .ball-blue-main,
    .homepageSlide,
    .img-contacts,
    .img-slideshow {

        height: auto;
    }

    .prodDest {
        max-width: 90%;
    }

    .slideProdDestaque div.t40.bold {
        font-size: 30px;
        max-height: 195px;
        overflow: overlay;
    }
    .slideProdDestaque div.t40.bold::-webkit-scrollbar{
        display: none;
    }

    a.nav-link.c-black.semibold.text-uppercase {
        font-size: 11px;
    }

    .title-cat-prod {
        font-size: 12px;
    }

    .image-cat-prod {
        height: 100px;
        width: 100px;
    }

    .btnGreen {
        padding: 12px 24px;
        font-size: 10px;
    }

    div.slick-active .text-banner {
        opacity: 1;
        font-size: 36px;
    }

    .table-product-category > .w-50.d-flex {
        padding: 20px 35px;
    }

    .w-75.t18.roboto.light {
        font-size: 14px;
        padding-top: 2px;
    }

    .benefitsTab .nav-item .nav-link {
        width: 75px;
        height: 75px;
        font-size: 16px;
    }


    .nav-item .nav-link {
        padding: 25px 0px !important;
    }
}

@media screen and (min-width: 1280px) {
    .navbar-brand {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1400px) {
    .cat-item {
        height: 220px;
    }

    .nav-item .nav-link {
        padding: 22px 0px !important;
    }

    .nav-item .nav-link {
        letter-spacing: 0px;
        margin: auto 10px;
        font-size: 12px;
    }

    .nav-item .nav-link.cartIcon {
        font-size: 16px;
    }

    .spacer120 {
        height: 60px;
    }

    .t40 {
        font-size: calc(22px + (40 - 28) * ((100vw - 300px) / (1800 - 300)));
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

    label {
        font-size: 16px;
    }

    .banners {
        height: 360px;
    }

    .accordion .card .card-header button {
        font-size: 24px;
    }

    .t18 p,
    .t18 {
        font-size: calc(16px + (18 - 18) * ((100vw - 300px) / (1800 - 300)));
    }

    .title-cat-prod {
        font-size: 12px;
    }

    .prodDestaqueArrow {
        margin-top: 0;
    }

    .spacer90 {
        height: 60px;
    }

    .spacer150 {
        height: 120px;
    }
}


.homepageSlide {
    background-color: #fff !important;
}

@media screen and (max-width: 768px) {
    .phone-mobile {
        display: block;
        position: fixed;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #009f2c;
        right: 10px;
        bottom: 90px;
        font-size: 20px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 900;
    }
}

@media screen and (max-width: 700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100vw;
    }

}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ie-width {
        width: 100px;
    }
}

.tabMenuMobile,
#menuMobile {
    display: none;
}

.table-responsive {
    display: table;
}

@media screen and (max-width: 768px) {

    th.pl-5,
    td.pl-5 {
        padding-left: 15px !important;
    }

    .table-responsive {
        border-top: 1px solid #d5d5d5;
        display: block;
    }

    .table-products th {
        font-size: 14px;
    }

    .title-add-item {
        min-width: 180px;
    }

    .table-products td {
        font-size: 12px;
    }

    .nav-item.active .nav-link:after {
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

    .menuFixed {
        padding: 15px 0px;
    }

    .firstFooter {
        display: none;
    }

    .firstFooterMobile {
        display: block;
    }

    footer .logo {
        max-height: 24px;
    }

    .social {
        background: none;
        color: #414141;
    }

    .footerMobileLinks a {
        width: 100% !important;
        padding-bottom: 5px;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100vw;
        background: white;
    }

    .fakeMenu {
        height: 47px;
    }

    .img-contacts {
        height: 240px;
    }

    .reason {
        padding: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar.navbar-expand-lg.navbar-light {
        justify-content: center;
    }

    #menuMobile {
        display: flex;
        position: fixed;
        bottom: 0px;
        height: 80px;
        background-color: #000000;
        width: 100vw;
        z-index: 2;
    }

    #menuMobile .item {
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        flex-direction: column;
        margin-bottom: 15px;
    }

    #menuMobile .item .nameMenu {
        color: #fff;
        margin-top: 10px;
    }

    #menuMobile .item.active .nameMenu {
        color: #009F2C;
        margin-top: 10px;
    }

    #menuMobile .item > img {
        filter: brightness(0) invert(1);
    }

    #menuMobile .item.active > img {
        filter: none;
    }

    footer {
        padding-bottom: 78px;
    }

    .bg-darkblack {
        background-color: #090909;
    }

    #footerQualidade {
        justify-content: center !important;
        margin-top: 15px;
    }

    #footerQualidade .d-flex {
        justify-content: center !important;
    }


    .tabMenuMobile .nav-item::marker {
        display: none;
        content: "";
    }

    .tabMenuMobile {
        height: calc(100vh - 80px);
        position: fixed;
        top: 100vh;
        background: #F3F3F3;
        width: 100vw;
        padding-top: 80px;
        transition: all ease-in-out 300ms;
        overflow-y: scroll;
        display: block;
    }

    .tabMenuMobile.active {
        top: 0px;
        z-index: 1;
    }

    .tabMenuMobile .nav-item.active .nav-link {
        border-bottom: none;
    }

    .tabMenuMobile .nav-item .nav-link {
        padding: 15px 0px !important;
        color: #414141 !important;
        margin: 0px;
    }

    .tabMenuMobile .card-header {
        padding: 0.75rem 0;
        background: #f3f3f3;
        color: #000;
        border: none;
        border-bottom: 1px solid rgb(117, 117, 117);
    }

    .tabMenuMobile .btn {
        padding: 0px;
        background: transparent;
        color: #000;
        border: none;
    }

    .tabMenuMobile .card {
        border: none;
    }

    .btn-link:hover {
        text-decoration: none;
    }

    .documentacaoIcon::after,
    .documentacaoIcon::before {
        background: #009F2C;
    }

    .ball-blue-main,
    .homepageSlide,
    .img-contacts,
    .img-slideshow {
        height: auto;
    }

    .spacer120.lg-spacer60.md-spacer30 {
        height: 30px;
    }

    .prodDestaqueArrow {
        margin-top: 30px;
    }

    img.prodDest {
        display: none;
    }

    .banners {
        height: 250px;
    }

    .md-spacer0 {
        height: 0px;
    }

    .text-list {
        width: 100%;
        padding-left: 100px;
    }

    .icons-list {
        width: 100%;
    }

    .ball-blue-main,
    .homepageSlide,
    .img-contacts,
    .img-slideshow {
        height: auto;
        margin-top: 32px;
    }

    .title1 {
        font-size: 32px;
    }

    .btnGreen {
        padding: 8px 20px;
    }

    .homepageSlideArrow {
        display: none;
    }

    .copyrights1 {
        color: #F3F3F3 !important;
        font-size: 9px;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .critec1 {
        color: #F3F3F3 !important;
        padding-top: 15px;
        font-size: 9px;
        text-transform: none;
    }

    .icons-list {
        padding: 20px;
    }

    .text-list {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .quemSomos {
        font-size: 16px;
    }

    .quemSomos .social {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .table-product-category .w-50 {
        width: 100% !important;
    }

    .table-product-category .br {
        border-right: none;
    }

    .table-product-category .bb {
        border-bottom: solid 1px #cccccc;
    }

    .table-product-category .w-25 {
        width: 50% !important;
    }

    .table-product-category .w-75 {
        width: 50% !important;
    }

    .filter-div {
        text-align: center;
        display: block !important;
    }

    .filter-div a {
        text-align: center;
        display: inline-flex !important;
    }

    .benefitsTab .nav-item .nav-link {
        width: 55px;
        height: 55px;
    }


    .title-benefits {
        text-align: center;
    }

    .filter-items {
        width: 100% !important;
    }

    .table-mb-hidden {
        display: none !important;
    }

    .img-product {
        width: 100%;
    }

    .tabNavProduct .nav-item .nav-link {
        font-size: 11px !important;
    }

    .nav-link {
        padding: 0px;
    }

}

@media screen and (max-width: 500px) {

    .text-list {
        width: 100%;
        padding-left: 90px;
    }

    .navbar-brand img {
        max-width: 230px;
    }

    .searchIcon.active {
        width: 268px;
    }

    .img-contacts {
        height: 200px;
    }

    .slideArrows div {
        top: unset;
        bottom: 30px;
        transform: unset;
    }

    .title-cat-prod {
        font-size: 10px;
    }

    .footerMobileLinks a {
        text-align: center;
    }

    .ball-blue-main,
    .homepageSlide,
    .img-contacts,
    .img-slideshow {
        height: auto;
    }

    .iconMobile img {
        width: 60px;
    }

    .t60 {
        font-size: calc(30px + (60 - 80) * ((100vw - 300px) / (1800 - 300)));
        line-height: 1.3;
    }
}

@media screen and (max-width: 1280px) {
    .image-cat-prod {
        height: 85px;
        width: 85px;
    }

    .title-cat-prod {
        font-size: 10px;
    }

    .benefitsTab .nav-item .nav-link {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .w-25.t18.medium {
        font-size: 12px !important;
    }

    .w-75.t18.roboto.light {
        font-size: 12px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 992px;
    }

    .nav-item .nav-link {
        font-size: 10px;
    }

    .navbar-brand {
        width: 160px;
    }

    #sticky {
        opacity: 0;
        height: 0;
        width: 0 !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 700px;
    }

    .fixedBarProd {
        display: none;
    }

    .fixBarProd {
        height: 65px;
    }

    .benefitsTab .nav-item .nav-link {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }

    .benefitsTab .nav-item .nav-link.active::after {
        width: 80px;
    }

}

.countryModal {
    width: 50px;
    left: unset;
    transform: unset;
    right: 0;
    background: #FFFFFF;
}

.countryLink {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.mobileLang {
    display: flex;
}

.mobileLang > div {
    margin-right: 15px;
}
