html,
body {
    overflow-x: hidden;
    font-size: 16px;
}

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

    html,
    body {
        font-size: 16px;
        /* AJUSTE PARA MOBILE*/
    }
}

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

    html,
    body {
        /* AJUSTE PARA TABLETS*/
        font-size: 16px;
    }
}

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

    html,
    body {
        /* AJUSTE PARA PCS DE POBRE*/
        font-size: 16px;
    }
}

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

    html,
    body {
        /* AJUSTE PARA TELAS HD*/
        font-size: 16px;
    }
}

.no-outline-anywhere {
    box-shadow: none !important;
    /*border: none !important;*/
    outline: none !important;
}

.no-outline-anywhere:active {
    box-shadow: none !important;
    /*border: none !important;*/
    outline: none !important;
}

.no-outline-anywhere:hover {
    box-shadow: none !important;
    /* border: none !important;*/
    outline: none !important;
}

.no-outline-anywhere:focus {
    box-shadow: none !important;
    /*border: none !important;*/
    outline: none !important;
}

.no-underline {
    text-decoration: none !important;
}

.background-login {
    background-image: url('../images/fundox.jpg');
    background-position: center;
    background-size: cover;
}

@font-face {
    font-family: 'Swis721 Cn BT';
    src: url('swis/swis721-cn-bt.woff') format('woff'),
        url('swis/swis721-cn-bt.woff2') format('woff'),
        url('swis/swis721-cn-bt.eot') format('woff');
    font-weight: normal;
    font-style: normal;
}

.swis721 {
    font-family: 'Swis721 Cn BT' !important;
}

@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('frank/FranklinGothic-MediumCond.woff2') format('woff2'),
        url('frank/FranklinGothic-MediumCond.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.frank {
    font-family: 'Franklin Gothic Medium Cond' !important;
}

img.no-filters {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@font-face {
    font-family: 'Swiss721BT-RomanCondensed';
    src: url('swis/Swiss721BT-RomanCondensed.woff') format('woff'),
        url('swis/Swiss721BT-RomanCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Creighton';
    src: url('creighton/creightonreg-webfont.woff') format('woff'),
        url('creighton/creightonreg-webfont.woff2') format('woff2');
}

.creighton {
    font-family: 'Creighton' !important;
}

@font-face {
    font-family: 'swis';
    src: url('swis/swis.eot'), url('swis/swis.woff2') format('woff2'),
        url('swis/swis.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.swis {
    font-family: 'swis' !important;
}

@font-face {
    font-family: 'abadi_mt_condensed_lightRg';
    src: url('abadi/abadi_mt_condensed_light-webfont.woff2') format('woff2'),
        url('abadi/abadi_mt_condensed_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.abadi {
    font-family: 'abadi_mt_condensed_lightRg' !important;
}

@font-face {
    font-family: 'abadi_mt_condensedregular';
    src: url('abadi/abadi-mt-condensed-webfont.woff2') format('woff2'),
        url('abadi/abadi-mt-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amsiprocond-bold';
    src: url('amsiprocond/AmsiProCondensed-Bold.ttf') format('ttf'),
        url('amsiprocond/AmsiProCondensed-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amsiprocond-regular';
    src: url('amsiprocond/AmsiProCond-Regular.otf') format('otf'),
        url('amsiprocond/AmsiProCond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akrobatbold';
    src: url('akrobat/akrobat-bold-webfont.woff2') format('woff2'),
        url('akrobat/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vogueplain';
    src: url('vogue/vogue_plain-webfont.woff2') format('woff2'),
        url('vogue/vogue_plain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.vogue {
    font-family: 'vogueplain' !important;
}

@font-face {
    font-family: 'sylfaen';
    src: url('sylfaen/sylfaen.otf') format('otf'),
        url('sylfaen/sylfaen.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.sylfaen {
    font-family: 'sylfaen' !important;
}

.akrobat-bold {
    font-family: 'akrobatbold' !important;
}

@font-face {
    font-family: 'akrobatregular';
    src: url('akrobat/akrobat-regular-webfont.woff2') format('woff2'),
        url('akrobat/akrobat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.akrobat {
    font-family: 'akrobatregular' !important;
}

.amsi {
    font-family: 'amsiprocond-bold' !important;
}

.amsi-regular {
    font-family: 'amsiprocond-regular' !important;
}

.abadi-regular {
    font-family: 'abadi_mt_condensedregular' !important;
}

.bg-cover {
    background-position: center;
    background-size: cover;
}

.bg-contain {
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bg-red-rodoriva {
    background: #F31B3C !important;
}

.c333 {
    color: #333333;
}

.c444 {
    color: #444444;
}

.b8b8 {
    color: #B8B8B8 !important;
}

.c999 {
    color: #999999;
}

.c666 {
    color: #666666;
}

.c777 {
    color: #777777;
}

.cbaba {
    color: #BABABA;
}

.c878787 {
    color: #878787;
}

.c0B000A {
    color: #0B000A
}

.c3F8C45 {
    color: #3F8C45
}

.f10 {
    font-size: 0.625rem;
}

.f11 {
    font-size: 0.688rem;
}

.f12 {
    font-size: 0.75rem;
}

.f13 {
    font-size: 0.813rem;
}

.f14 {
    font-size: 0.875rem;
}

.f15 {
    font-size: 0.938rem;
}

.f16 {
    font-size: 1rem;
}

.f17 {
    font-size: 1.063rem;
}

.f18 {
    font-size: 1.125rem;
}

.f19 {
    font-size: 1.188rem;
}

.f20 {
    font-size: 1.25rem;
}

.f21 {
    font-size: 1.313rem;
}

.f22 {
    font-size: 1.375rem;
}

.f23 {
    font-size: 1.438rem;
}

.f24 {
    font-size: 1.5rem;
}

.f25 {
    font-size: 1.563rem;
}

.f26 {
    font-size: 1.625rem;
}

.f27 {
    font-size: 1.688rem;
}

.f28 {
    font-size: 1.75rem;
}

.f29 {
    font-size: 1.813rem;
}

.f30 {
    font-size: 1.875rem;
}

.f31 {
    font-size: 1.938rem;
}

.f32 {
    font-size: 2rem;
}

.f33 {
    font-size: 2.063rem;
}

.f34 {
    font-size: 2.125rem;
}

.f35 {
    font-size: 2.188rem;
}

.f40 {
    font-size: 2.5rem;
}

.f45 {
    font-size: 2.875rem;
}

.f50 {
    font-size: 3.125rem;
}

.f60 {
    font-size: 3.75rem;
}

.f70 {
    font-size: 4.375rem;
}

.f80 {
    font-size: 5rem;
}

.f90 {
    font-size: 5.625rem;
}

.f100 {
    font-size: 6.25rem;
}

.f110 {
    font-size: 6.875rem;
}

.f120 {
    font-size: 6.25rem;
}

.f140 {
    font-size: 8.75rem;
}

.f150 {
    font-size: 9.375rem;
}

.f10-important {
    font: size 0.625rem !important;
}

.f11-important {
    font: size 0.688rem !important;
}

.f12-important {
    font: size 0.75rem !important;
}

.f13-important {
    font: size 0.813rem !important;
}

.f14-important {
    font: size 0.875rem !important;
}

.f15-important {
    font: size 0.938rem !important;
}

.f16-important {
    font: size 1rem !important;
}

.f17-important {
    font: size 1.063rem !important;
}

.f18-important {
    font: size 1.125rem !important;
}

.f19-important {
    font: size 1.188rem !important;
}

.f20-important {
    font: size 1.25rem !important;
}

.f21-important {
    font: size 1.313rem !important;
}

.f22-important {
    font: size 1.375rem !important;
}

.f23-important {
    font: size 1.438rem !important;
}

.f24-important {
    font: size 1.5rem !important;
}

.f25-important {
    font: size 1.563rem !important;
}

.f26-important {
    font: size 1.625rem !important;
}

.f27-important {
    font: size 1.688rem !important;
}

.f28-important {
    font: size 1.75rem !important;
}

.f29-important {
    font: size 1.813rem !important;
}

.f30-important {
    font: size 1.875rem !important;
}

.black {
    color: #000000;
}

.arial {
    font-family: arial;
}

.undecorated {
    text-decoration: none !important;
}

.bg-f8f8 {
    background-color: #f8f8f8;
}

.bg-eee {
    background-color: #eee;
}

.cacac {
    color: #ACACAC !important;
}

.c111 {
    color: #111111;
}

.c1f1f {
    color: #1F1F1F;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.verdana {
    font-family: Verdana, Geneva, sans-serif;
}

.segoe {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.tahoma {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.geneva {
    font-family: Geneva, Verdana, sans-serif;
}

.helvetica {
    font-family: Helvetica, Arial, sans-serif;
}

.sans-serif {
    font-family: sans-serif;
}

.condense1 {
    letter-spacing: -0.01em;
}

.spaced1 {
    letter-spacing: 0.01em;
}

.spaced2 {
    letter-spacing: 0.02em;
}

.spaced3 {
    letter-spacing: 0.03em;
}

.spaced4 {
    letter-spacing: 0.04em;
}

.spaced5 {
    letter-spacing: 0.05em;
}

.spaced6 {
    letter-spacing: 0.06em;
}

.spaced7 {
    letter-spacing: 0.07em;
}

.spaced8 {
    letter-spacing: 0.08em;
}

.spaced9 {
    letter-spacing: 0.09em;
}

.spaced10 {
    letter-spacing: 0.1em;
}

.line07 {
    line-height: 0.7em;
}

.line08 {
    line-height: 0.8em;
}

.line09 {
    line-height: 0.9em;
}

.line10 {
    line-height: 1em;
}

.line11 {
    line-height: 1.1em;
}

.line12 {
    line-height: 1.2em;
}

.line13 {
    line-height: 1.3em;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.custom-bordered {
    border: 1px solid #EEEEEEaa;
}

.img-contain {
    object-fit: contain;
    object-position: center;
}

.img-cover {
    object-fit: cover;
    object-position: center;
}

.c5252 {
    color: #525252;
}

.c5454 {
    color: #545454;
}

.c777 {
    color: #777777;
}

.botao-setinha {
    width: 30px;
    height: 30px;
    border: 1px solid #D4D4D4;
    color: #777;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* shadow when hover inside cartao-dealer class**/

.cartao-dealer:hover {
    -webkit-box-shadow: 0px 31px 42px -11px rgb(105 105 105 / 55%);
    box-shadow: 0px 31px 42px -11px rgb(105 105 105 / 55%);
}

.div-banner {
    overflow: hidden;
    padding: 0px !important;
}

.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.banner:hover {
    transform: scale(1.05);
}

.text-black {
    color: #000;
}

/* especifico desse projeto*/
.nav-item .nav-link.text-white {
    transition: all 0.1s ease-in-out;
}

.nav-item .nav-link.text-white:hover {
    color: #ed0e19;
}

.fundo-dj {
    /* background-color: black;
    background-color: rgb(46, 42, 42);
    background-blend-mode:overlay;*/
    background-color: black;
    background-position: top center;
    background-size: cover;
}

@media screen AND (min-width: 900px) AND (max-width:1400px) {

    .fundo-dj.home {
        height: 650px;
    }
}

@media screen AND (min-width: 1400px) {

    .fundo-dj.home {
        height: 745px;
    }
}

.topbar {
    /*  border-bottom: 1px solid #FFFFFFBB;*/
}

.botao-gigante {
    border: white solid 3px;
    color: white;
    text-transform: uppercase;
    border-radius: 40px;

}

.botao-gigante:hover {
    border: #DD0C16 solid 3px;
    color: #DD0C16;
}

.botao-saiba-mais:hover {
    color: white;
}

.botao-saiba-mais {
    background-color: #222;
    width: 185px;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.938rem;
    color: white;
    border-radius: 25px;
}


/* PRODUCT CARD */

.product-card .product-card-div {
    max-width: 250px;
    height: 350px;
    border: 1px solid transparent;
    background-color: white;
    transition: 250ms ease-in-out;
}

.product-card .name {
    color: black;
    min-height: 85px;
    transition: 250ms ease-in-out;
}

.product-card .primary-price {
    /*color:#F63A5C;*/
    color: #000;
    font-weight: 800;
    font-weight: 20px;
    transition: 250ms ease-in-out;
}

.product-card .secondary-price {
    font-size: 0.938rem;
    color: #777;
    transition: 250ms ease-in-out;
}

.product-card .image {
    height: 230px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: contain;
    object-position: center center;
    transition: 250ms ease-in-out;
}

.product-card:hover .image {
    transform: scale(1.2);
    opacity: 0.8;
}

.product-card:hover .name {
    transform: scale(1.2);
}

.product-card:hover .primary-price {
    transform: scale(1.2);
}

.product-card:hover .secondary-price {
    transform: scale(1.2);
}

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

.rodape .nav-link {
    color: #171112;
}

.rodape .nav-link:hover {
    color: #ed0e19;
}

html,
body {
    font-family: 'abadi_mt_condensed_lightRg';
}

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


@media (min-width: 768px) {
    .col-md-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

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


.caaaaa {
    color: #aaa;
}

/* MMOBILE MENU ROBADO DA NOVACERES**/


.categorymenu-sidebar {
    position: absolute;
    background-color: #A81E44;
    z-index: 9;
    top: 0;
    left: 0px;
    max-width: 0px;
    min-height: 1500px !important;
    height: 100vh !important;
    transition: ease-in .2s;
    overflow: hidden;
}

.categorymenu-sidebar.open {
    max-width: 1000px;
}

.categorymenu-background {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 3;
}

.categorymenu-background.active {
    display: block;
}

.categorymenu-sidebar .seta {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #ddd;
}

/* 
.categorymenu-sidebar .nav-link {
   border-left: 1px solid   #ddd;
    border-bottom: 1px solid   #ddd;
}*/
.slider-handle {
    background-image: unset !important;
    background-color: #A81E44;
    border: 5px solid #FFF;
    width: 23px;
    height: 23px;
}

.slider-selection {
    background-image: unset !important;
    background-color: #CCCCCC;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    height: 15px;
}

.slider-track-low {
    height: 15px;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

.slider-track-hight {
    height: 15px;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

.slider.slider-horizontal {
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    height: 23px;
}

/** somente para dispositivos md ou maiores*/
@media screen and (min-width: 992px) {
    #accordion.bg-white {
        height: 600px;
    }
}

.hamburger-box {
    transform: scale(0.666);
}

body.loading-cursor * {
    cursor: wait !important;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner {

    background-color: #FFF;
}


.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #FFF;
}

.hamburger.text-red .hamburger-inner,
.hamburger.text-red .hamburger-inner:after,
.hamburger.text-red .hamburger-inner:before,
.hamburger.text-red .hamburger-inner {

    background-color: #A81E44;
}


.hamburger.text-red.is-active .hamburger-inner,
.hamburger.text-red.is-active .hamburger-inner:after,
.hamburger.text-red.is-active .hamburger-inner:before {
    background-color: #A81E44;
}

.sidebar-content .nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.693) !important;
}

.fundo-dj .nav-link img {
    transition: all 0.3s ease-in-out;
}

.fundo-dj .nav-link:hover img {
    transform: scale(1.08);
    /* filter:invert(90%) sepia(89%) saturate(7469%) hue-rotate(355deg) brightness(96%) contrast(93%);*/
}

img.invert {
    filter: invert(100%);
}

.bg-light {
    background-color: #EEEEEE !important;
}

.fundo-dj .nav-link {
    letter-spacing: 0.03em;
}

.bg-black {
    background-color: black !important;
}

.texto-verde {
    color: #657F14 !important;
}

.custom-tabs .nav-link {
    color: #777 !important;
}

.custom-tabs .nav-link.active {
    color: #657F14 !important;
    border-bottom: solid 2px #657F14;
    font-weight: bold;
}

hr.bbb {
    border-top: 1px solid #bbb;
}

hr.btw {
    border-top: 1px solid #FFF;
}

.c333 {
    color: #333 !important;
}

.c888 {
    color: #888 !important;
}

#accordion .nav-link {
    color: #444;
}

#accordion .nav-link::before {
    content: "\25CF";
    color: #FFF;
    font-size: 1.5rem;
    margin-right: 5px;
}

.filter_select,
.filter_select:hover,
.filter_select:focus,
.filter_select:active {
    min-width: 145px;
    background-color: #EEE;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border-radius: 30px;
    text-overflow: '';
    background-image: url("../images/setinha.png");

    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 0.75rem;
}

.botao-colapse .fa-chevron-up {
    transition: all 0.3s ease-out;
    transform: rotate(0deg);
}

.botao-colapse.collapsed .fa-chevron-up {
    transform: rotate(180deg);
}

.navbar_desktop {
    background-color: #0000009a;
}

/* Dots */
.slick-slideshow .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slideshow .slick-dots {
    position: absolute;
    z-index: 200;
    bottom: 30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-slideshow .slick-dots li {
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 0px;
    padding: 0;

    cursor: pointer;
}

.slick-slideshow .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slideshow .slick-dots li button:hover,
.slick-slideshow .slick-dots li button:focus {
    outline: none;
}

.slick-slideshow .slick-dots li button:hover:before,
.slick-slideshow .slick-dots li button:focus:before {
    opacity: 1;
    color: #759516;
}

.slick-slideshow .slick-dots li button:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 20px;

    position: absolute;
    vertical-align: center;
    top: 10px;
    width: 30px;
    height: 30px;

    content: '\2022';
    text-align: center;
    color: white;
    opacity: 1;
    /*opacity: .25;*/
    /*color: black;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slideshow .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #657F14;
}

body {
    /*background-color: #C828A4 !important;*/
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.button-banner-home-topo {
    height: 46px;
    border-radius: 25px;
    border: 2px solid white;
    background: transparent;
    text-decoration: none !important;
    line-height: 2.3;
    transition: 250ms ease-in-out;
}

.button-banner-home-topo:hover {
    color: #0c0c0c !important;
    background: white;
}

.header-media-link {
    transition: 250ms ease-in-out;
}

.header-media-link:hover {
    opacity: 0.6;
}

.header-link {
    transition: 250ms ease-in-out;
}

.header-link:hover {
    opacity: 0.6;
}

.footer-link {
    transition: 250ms ease-in-out;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-media-link {
    transition: 250ms ease-in-out;
}

.footer-media-link:hover {
    opacity: 0.7;
}

.text-red {
    color: #ed0e19 !important;
}

.text-red-rodoriva {
    color: #F31B3C !important;
}

#robbu-whatsapp-button {
    z-index: 800;
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, .2);
    transition: .4s;
    align-items: center;
    justify-content: center;
    right: 25px;
}

#robbu-whatsapp-button>img {
    display: block;
    width: 24px;
    height: 24px
}

#robbu-whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, .4)
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 500px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 1200px;
    max-height: 200px;
    margin: 50px;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    object-position: center center;
}

.btn-online-currency {
    transition: 250ms ease-in-out;
}

.btn-online-currency:hover {
    background: #ff4561 !important;
}

.special-solutions-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 293px;
    gap: 18px;
    transition: 250ms ease-in-out;
}

.special-solutions-card>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 240px;
    border-radius: 20px;
    border-style: inset;
    border: none;
    background: linear-gradient(to bottom, #F31B3C, #F31B3C);
    transition: 250ms ease-in-out;
}

.special-solutions-card:hover>div {
    background: linear-gradient(to bottom, #93091E, #F31B3C);
    box-shadow: inset 0 0 0 5px #F31B3C, inset 0 0 0 8px #FFF
}

.btn-see-more-benefits {
    width: 170px;
    height: 50px;
    outline: none !important;
    border: 1px solid #000;
    gap: 20px;
    text-decoration: none !important;
    background: transparent;
    transition: 500ms ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-see-more-benefits img {
    transition: 500ms ease-in-out;
}

.btn-see-more-benefits:hover {
    color: #FFF;
    border: 1px solid #F31B3C;
}

.btn-see-more-benefits p {
    transition: 500ms ease-in-out;
}

.btn-see-more-benefits:hover p {
    color: #FFF !important;
}

.btn-see-more-benefits:hover img {
    filter: brightness(0) invert(1);
}

.btn-see-more-benefits:hover:after {
    transform: scale(1.47) translateY(0);
}

.btn-see-more-benefits:after {
    background-color: #F31B3C;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(1) translateY(67px);
    transition: transform 500ms cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
}

.btn-institutional-tab {
    color: #444444;
    border: none;
    outline: none;
    background: transparent;
    transition: 250ms ease-in-out;
    border: 1px solid #EEE;
}

.btn-institutional-tab:hover {
    color: #444444;
    border: 1px solid #CCCCCC !important;
}

.btn-institutional-tab.active {
    color: #444444;
    border: 1px solid #CCCCCC !important;
}

.btn-institutional-tab.active:hover {
    color: #FFF;
    background: #F31B3C;
    border: 1px solid #F31B3C !important;
}

.btn-action-clients-carousel {
    width: 36px;
    height: 36px;
    color: #212529;
    border: 1px solid #D1D1D1;
    background: transparent;
    outline: none !important;
    border-radius: 100%;
    transition: 250ms ease-in-out;
}

.btn-action-clients-carousel.disabled {
    color: #EEE;
    border: 1px solid #EEE;
}

.btn-action-clients-carousel.disabled:hover {
    color: #F31B3C !important;
    border: 1px solid #F31B3C !important;
    background: transparent;
    opacity: 0.5;
}

.btn-action-clients-carousel:hover {
    color: #FFF;
    background: #F31B3C;
    border: 1px solid #F31B3C;
    transition: 250ms ease-in-out;
}

.new-card {
    width: calc(50% - 10px);
    height: 190px;
    background: transparent;
    gap: 20px;
}

.btn-footer-online-currency {
    width: 156px;
    height: 44px;
    background: #FFF;
    color: #F31B3C !important;
    text-decoration: none !important;
    transition: 250ms ease-in-out;
    border-radius: 15px;
}

.btn-footer-online-currency:hover {
    opacity: 0.7;
}

#play-video-btn {
    border: none;
    outline: none;
    background: transparent;
    top: calc(50% - 80px);
    left: calc(50% - 50px);
    transition: 250ms ease-in-out;
}

#play-video-btn:hover {
    opacity: 0.6;
}

.btn-benefits {
    transition: 250ms ease-in-out;
}

.btn-benefits:hover {
    opacity: 0.5;
}

#menu-languages {
    display: none;
    opacity: 0;
}

#menu-languages.open {
    display: flex !important
}

#menu-licenses {
    display: none;
    opacity: 0;
}

#menu-licenses.open {
    display: flex !important
}

#menu-licenses.open a {
    cursor: pointer;
    text-decoration: none !important;
}

#menu-licenses.open a>p {
    transition: 250ms ease-in-out !important;
}

#menu-licenses.open a:hover>p {
    color: #F31B3C !important;
}

.weather-climate-img {
    transition: 250ms ease-in-out;
}

.weather-climate-img:hover {
    opacity: 0.7;
}

.rodoriva-red-strip-video {
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 78px;
    height: 309px;
}

.weather-climate-card {
    width: 125px
}

.footer-content-box {
    height: 330px;
}

.client-card img {
    filter: grayscale(1);
    transition: 250ms ease-in-out;
}

.client-card:hover img {
    filter: grayscale(0);
}

.new-card>.new-card-img-box img {
    transition: 250ms ease-in-out;
}

.new-card>.new-card-img-box img:hover {
    opacity: 0.7;
}

#institutional-about-img {
    height: 80px;
}

.fadein-img {
    transition: 250ms ease-in-out;
}

.fadein-img:hover {
    opacity: 0.75
}

.fadein-img-slower {
    transition: 250ms ease-in-out;
}

.fadein-img-slower:hover {
    opacity: 0.9
}

#institutional-video {
    margin-top: 120px !important
}


/* PÁGINA INICIAL */
@media (min-width: 2000px) {
    .navbar_desktop {
        background: linear-gradient(to right, #FFF 0% 40%, transparent 40%) !important;
    }

    .banner-top-main-trucks {
        background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0% 39.5%, transparent 39.5%), url('../images/BANNERS/banner-home.png') !important;
    }
}

/* PÁGINA INICIAL */
@media (min-width: 1900px) {
    .container-product-banner {
        top: calc(40%) !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .banner-top-main-trucks {
        background-image: url('../images/BANNERS/banner-home.png') !important;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .header-link {
        font-size: 15px !important;
    }

    .media-language-box {
        margin-left: 10px !important;
        gap: 10px !important;
    }

    .home-title {
        font-size: 50px !important
    }

    .home-description {
        font-size: 20px !important
    }

    .special-solution-title {
        font-size: 40px !important;
    }

    .special-solutions-box {
        gap: 15px !important
    }

    .special-solutions-card {
        width: 180px !important;
        height: 293px !important;
        gap: 15px !important
    }

    .special-solutions-card>div {
        width: 180px !important;
        height: 240px !important;
        border-radius: 25px !important;
    }

    .special-solutions-card>div>img {
        width: 130px !important;
    }

    .special-solutions-card>p {
        font-size: 18px !important;
    }

    .benefits-title {
        font-size: 90px !important
    }

    .benefits-card-box {
        width: 380px !important;
        height: 650px;
    }

    #institutional-video {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-slide-institutional-text div {
        width: 100% !important;
    }

    .institutional-paragraph-title {
        font-size: 40px !important
    }

    #institutional-about-img {
        height: 50px !important
    }

    .new-card {
        width: calc(50% - 10px);
        height: 150px !important;
        background: transparent;
        gap: 20px;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-content-box {
        height: 150px !important;
    }

    .new-card-title {
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .new-card-paragraph {
        font-size: 18px !important;
        line-height: 1;
    }
}

@media (min-width: 1400px) and (max-width: 1750px) {
    .banner-top-main-trucks {
        background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0% 35%, transparent 35%), url('../images/BANNERS/banner-home.png') !important;
        background-position: top right !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header-links {
        gap: 10px !important;
    }

    .banner-top-main-trucks {
        background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0% 34%, transparent 34%), url('../images/BANNERS/banner-home.png') !important;
        background-position: top right !important;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {

    .navbar_desktop {
        background: linear-gradient(to right, #FFF 0% 37%, transparent 37%) !important;
    }

    .weather-climate-label {
        display: none !important;
    }

    .footer-currency-box {
        display: flex;
        flex-direction: column;
        align-items: flex-end !important;
        justify-content: center !important;
    }
}

@media (min-width: 800px) and (max-width: 991px) {
    .banner-top-main-trucks {
        background-position: right !important;
        background-image: url('../images/BANNERS/banner-home.png') !important;
    }

    .home-title {
        font-size: 50px !important
    }

    .home-description {
        font-size: 20px !important
    }

    .special-solution-title {
        font-size: 40px !important;
    }

    .special-solutions-box {
        gap: 15px !important
    }

    .special-solutions-card {
        width: 180px !important;
        height: 293px !important;
        gap: 15px !important
    }

    .special-solutions-card>div {
        width: 180px !important;
        height: 240px !important;
        border-radius: 25px !important;
    }

    .special-solutions-card>div>img {
        width: 130px !important;
    }

    .special-solutions-card>p {
        font-size: 18px !important;
    }

    .benefits-title {
        font-size: 90px !important
    }

    .benefits-card-box {
        width: 380px !important;
        height: 650px;
    }

    .rodoriva-red-strip-video {
        top: 100px;
        height: 209px;
    }

    #institutional-video {
        width: 100% !important;
    }

    .swiper-slide-institutional-text div {
        width: 100% !important;
    }

    .institutional-paragraph-title {
        font-size: 40px !important
    }

    #institutional-about-img {
        height: 50px !important
    }

    .new-card {
        width: calc(50% - 10px);
        height: 150px !important;
        background: transparent;
        gap: 20px;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-content-box {
        height: 150px !important;
    }

    .new-card-title {
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .new-card-paragraph {
        font-size: 18px !important;
        line-height: 1;
    }
}

@media (min-width: 500px) and (max-width: 800px) {
    .banner-top-main-trucks {
        background-position: right !important;
        background-image: url('../images/BANNERS/banner-home.png') !important;
    }

    .special-solution-title {
        font-size: 34px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .special-solution-title>br {
        display: none !important;
    }

    .special-solutions-box {
        gap: 15px !important
    }

    .special-solutions-card {
        width: 150px !important;
        height: 213px !important;
        gap: 10px !important
    }

    .special-solutions-card>div {
        min-width: 150px !important;
        width: 150px !important;
        min-height: 170px !important;
        height: 170px !important;
        border-radius: 25px !important;
    }

    .special-solutions-card>div>img {
        width: 100px !important;
    }

    .special-solutions-card>p {
        font-size: 16px !important;
    }

    .benefits-section {
        padding-top: 0px !important;
        background: linear-gradient(to bottom, #FFF 110px, #EEE 110px 100%) !important
    }

    .benefits-section>div.container>div.row>div {
        padding-top: 0px !important
    }

    .benefits-strip {
        width: 880px !important;
    }

    .benefits-title {
        font-size: 90px !important;
    }

    .btn-benefits {
        display: none !important
    }

    /* .carousel-benefits {
        display: none !important
    } */

    .benefits-card-box {
        width: 320px !important;
        height: 650px;
    }

    .institutional-section {
        height: 600px;
        background: #FFF !important;
        align-items: flex-start !important;
    }
    .swiper.carousel-institutional {
        height: 500px !important;
    }

    .swiper-wrapper-institutional {
        height: 500px !important;
    }

    .swiper-slide-institutional-text {
        height: 500px !important;
    }

    .swiper-slide-institutional-text>div {
        height: 500px !important;
    }

    .institutional-video-box {
        display: none !important
    }

    .swiper-slide-institutional-text div {
        width: 100% !important;
    }

    .institutional-paragraph-title {
        font-size: 40px !important
    }

    #institutional-about-img {
        display: none !important;
    }

    .new-card {
        width: calc(50% - 10px);
        height: 150px !important;
        background: transparent;
        gap: 20px;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-img-box {
        width: 150px !important;
        height: 150px !important;
    }

    .new-card-content-box {
        height: 150px !important;
    }

    .new-card-title {
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .new-card-paragraph {
        text-align: left !important;
        font-size: 18px !important;
        line-height: 1;
    }

    .footer-weather-currency-box {
        display: none !important;
    }

    .footer-weather-currency-box-mobile {
        display: flex !important;
    }

    .footer-currency-box {
        justify-content: space-between !important;
        padding-left: 15px !important
            /* gap: 80px !important; */
    }

    .weather-climate-card {
        width: 100px
    }

    .footer-content-box {
        height: 100% !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .footer-logo-box {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-flags-box {
        display: none !important
    }

    .btn-footer-online-currency {
        display: none !important
    }

    .footer-list-contact {
        margin-bottom: 0px !important
    }

    .footer-media-list {
        gap: 5px !important
    }
}

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

    .banner-top-main-trucks {
        background-position: right !important;
        background-image: url('../images/BANNERS/banner-home.png') !important;
    }

    .carousel-banner-top-home {
        height: 761px !important;
    }

    .banner-top-main-trucks {
        height: 761px !important;
        background-position: right !important;
    }

    .home-title {
        font-size: 45px !important
    }

    .special-solution-title {
        font-size: 34px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .special-solution-title>br {
        display: none !important;
    }

    .special-solutions-box {
        display: none !important;
    }

    .special-solutions-box-mobile {
        display: flex !important;
    }

    .special-solutions-card {
        width: 150px;
        /*width: 80% !important;*/
        height: 213px !important;
        padding: 10px;
        text-align: center !important;
        gap: 20px !important
    }

    .special-solutions-card>div {
        width: 100% !important;
        height: 170px !important;
        border-radius: 25px !important;
    }

    .special-solutions-card>div>img {
        width: 100px !important;
    }

    .benefits-section {
        padding-top: 0px !important;
        background: linear-gradient(to bottom, #FFF 110px, #EEE 110px 100%) !important
    }

    .benefits-section>div.container>div.row>div {
        padding-top: 0px !important
    }

    .benefits-title {
        width: 100% !important;
        text-align: center !important;
        font-size: 90px !important;
    }

    .benefits-title>br {
        display: none !important
    }

    .benefits-subtitle {
        display: none !important
    }

    .benefits-subtitle-mobile {
        display: flex !important;
        text-align: center !important
    }

    .btn-see-more-benefits {
        width: 100%;
    }

    .btn-benefits {
        display: none !important
    }

    .carousel-benefits {
        display: none !important
    }

    .carousel-benefits-mobile {
        display: flex !important
    }

    .institutional-video-mobile-box {
        display: flex !important
    }

    .institutional-section {
        height: 800px;
        background: #FFF !important;
        align-items: flex-start !important;
        margin-bottom: 100px !important;
    }

    .swiper-wrapper-institutional {
        height: 500px !important;
    }

    .swiper-wrapper-institutional-page {
        height: 500px !important;
    }

    .swiper-slide-institutional-text {
        height: 500px !important;
    }

    .swiper-slide-institutional-text>div {
        height: 500px !important;
    }

    .institutional-video-box {
        display: none !important
    }

    .swiper-slide-institutional-text div {
        width: 100% !important;
    }

    .institutional-paragraph-title {
        font-size: 40px !important
    }

    #institutional-about-img {
        display: none !important;
    }

    .clients-section {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .clients-section-title {
        font-size: 40px !important;
        margin-bottom: 0.5rem !important;
    }

    /* .btn-action-clients-carousel {
        display: flex !important;
        justify-content: center;
        align-items: center !important;
    }

    .btn-action-clients-carousel svg {
        min-width: 16px !important;
    } */

    .clients-carousel-nav-box {
        display: none !important
    }

    .news-section {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-left: 15px !important;
    }

    .news-section-title {
        font-size: 40px !important;
    }

    .carousel-news {
        padding-top: 0px !important;
        padding-bottom: 1.5rem !important;

    }


    .new-card {
        width: calc(50% - 10px);
        height: 120px !important;
        background: transparent;
        gap: 20px;
    }

    .new-card-img-box {
        width: 120px !important;
        height: 120px !important;
    }

    .new-card-img-box {
        width: 120px !important;
        height: 120px !important;
    }

    .new-card-content-box {
        height: 120px !important;
    }

    .new-card-title {
        font-size: 20px !important;
        line-height: 1 !important;
        text-overflow: ellipsis;
        word-break: break-all;
        overflow-y: hidden;
    }

    .new-card-paragraph {
        text-align: left !important;
        font-size: 18px !important;
        line-height: 1;
    }

    .newsletter-section {
        margin-top: 50px
    }

    .newsletter-section-title {
        font-size: 30px !important;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsletter-section-subtitle {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-weather-currency-box {
        display: none !important;
    }

    .footer-weather-currency-box-mobile {
        display: flex !important;
    }

    .footer-currency-box {
        justify-content: space-between !important;
        padding-left: 15px !important
            /* gap: 80px !important; */
    }

    .weather-climate-card {
        width: 100px
    }

    .footer-content-box {
        height: 100% !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .footer-logo-box {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-flags-box {
        display: none !important
    }

    .btn-footer-online-currency {
        display: none !important
    }

    .footer-list-contact {
        margin-bottom: 0px !important
    }

    .footer-media-list {
        gap: 5px !important
    }

    .footer-sub-content-box {
        height: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        line-height: 1.2;
    }

    .footer-sub-content-box>div>div.justify-content-end {
        justify-content: center !important;
    }

    .footer-sub-content-box>div>div.justify-content-end img {
        width: 60px !important;
    }
}

/* PÁGINA FALE CONOSCO */
@media (min-width: 300px) and (max-width: 800px) {
    .text-desktop-qrcode-mobile {
        display: none !important;
    }

    .img-desktop-qrcode-mobile {
        display: none !important;
    }
}

.clients-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    gap: 5px;
    transition: 250ms ease-in-out;
}

.clients-card>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 180px;
    border-radius: 30px;
    border-style: inset;
    border: none;
    background: #FFF;
    transition: 250ms ease-in-out;
}

.clients-card:hover>div {
    box-shadow: inset 0 0 0 5px #F31B3C, inset 0 0 0 8px #FFF
}

.btn-institutional-action-box {
    display: flex;
}


@media (min-width: 300px) and (max-width: 800px) {
    .clients-list-page {
        justify-content: center !important;
    }

}

@media (min-width: 600px) {
    .benefits-section-content-div {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .benefits-section-div {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height: 600px !important;
    }

    .benefits-section-img-div {
        max-height: 250px !important;
        border-radius: 25px !important;
    }

    .benefits-section-content-div {
        padding-top: 25px !important;
        width: 100% !important;
        height: 350px !important;
        justify-content: flex-start !important;
        gap: 0px !important;
    }

    .benefits-section-content-div p.f50 {
        font-size: 30px !important
    }

    .benefits-section-content-div p.f20 {
        font-size: 16px !important
    }
}

.btn-back-news {

    background: #FFF;
    color: #F31B3C;
    border-radius: 25px !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    transition: 250ms ease-in-out;
}

.btn-back-news:hover {
    background: #F31B3C;
    color: #FFF;
}

.btn-subscribe {
    height: 50px;
    background: transparent;
    color: #F31B3C;
    border: 1.5px solid #F31B3C !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 750ms ease-in-out;
}

.btn-subscribe:hover {
    height: 50px;
    color: #FFF;
    font-weight: bold !important;
}

.btn-subscribe:hover:after {
    transform: scale(1.47) translateY(0);
}

.btn-subscribe:after {
    background-color: #F31B3C;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(1) translateY(67px);
    transition: transform 750ms cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
}

#snackbar {
    visibility: hidden;
    width: 280px;
    background-color: #F31B3C;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 9;
    right: 30px;
    top: 30px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 3px #F31B3C, inset 0 0 0 5px #FFF
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 6s;
    animation: fadein 0.5s, fadeout 0.5s 6s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.form-control-newsletter:focus {
    border: 1px solid #F31B3C !important;
    box-shadow: 0px 0px 5px #F31B3C !important;
}

#logo-mobile-link {
    transition: 250ms ease-in-out;
}

#logo-mobile-link.menu-opened {
    left: 194.33px !important;
}