.offcanvas,
img {
    max-width: 100%
}

.form-control,
p {
    font-weight: 400
}

.form-control,
.offcanvas {
    background-clip: padding-box
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e67817
}

#root,
body,
html {
    height: 100%;
    color: #211d1e
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto, sans-serif
}

ul {
    list-style: none
}

button {
    cursor: pointer;
    border: none;
    background: 0 0
}

p {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 27px
}

h1,
h2,
h3 {
    text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fugaz One", cursive
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

button,
input {
    font-family: Roboto, sans-serif
}

h3 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 700
}

.text-justify {
    text-align: justify !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logoMenu {
    width: 150px !important;
  }
  .iconMenu {
    width: 25px !important;
    height: 25px !important;
  }
}

@media screen and (max-width:1480px) {
    p {
        margin-bottom: 0;
        font-size: 17px !important;
        line-height: 22px;
        font-weight: 400
    }

    h3 {
        font-size: 24px !important;
        line-height: 34px;
        font-weight: 700;
        letter-spacing: .5px
    }

    h5 i {
        font-size: 21px !important
    }
}

a {
    text-decoration: none
}

th {
    background-color: #636061;
    color: #fff
}

td,
th {
    border: 0;
    text-align: center;
    padding: 8px
}

tr:nth-child(2n) {
    background-color: #d9d9d9
}

.navbar {
    background-color: #fff;
    box-shadow: 0 1px 10px 0 #00000021
}

.navbar ul li {
    font-weight: 500
}

.navbar ul li#es.es,
.navbar ul li#en.en,
.navbar ul li#pt-br.pt-br {
    display: none;
}

.navbar ul li#es img,
.navbar ul li#en img,
.navbar ul li#pt-br img {
    filter: brightness(1);
}

.navbar ul li img {
    filter: brightness(.3)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(assets/logo_icones/menu-mobile.svg);
    width: 35px;
    height: 22px
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent
}

.navbar-light .navbar-nav .nav-link {
    color: #211d1e;
    font-weight: 400
}

.navbar-light .navbar-nav .nav-link.active {
    color: #262477;
    font-weight: 500;
    transition: .5s
}

.navbar-light .navbar-nav .nav-link:hover {
    transition: .2s;
    color: #262477
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e67817
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 65vw;
    height: fit-content;
    border-left: 0;
    transform: translateX(100%)
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    background-color: #fffffff5;
    outline: 0;
    transition: transform .5s cubic-bezier(.06, .42, 0, .9);
    box-shadow: 0 3px 6px 6px #0000000f
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(2px);
    background-color: #00000090
}

.offcanvas-body {
    line-height: 35px;
    overflow-y: auto;
    height: 500px
}

.onde-comprar .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 35%;
    height: 432px;
    color: #fff
}

.menuResponsible {
    background: #fff;
    padding: 10px 0 15px 0;
    box-shadow: 0 1px 10px 0 #00000021
}
.logoMenu {
    width: 220px;
}
.menuLinks {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #211d1e;
    position: relative;
    transition: all 400ms;
    cursor: pointer;
    user-select: none;
}
.menuLinks:hover, .menuLinks.active {
    color: #e67817;
}
.menuLinks::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0%;
    height: 2.5px;
    background: #e67817;
    transition: all 400ms;
}
.menuLinks:hover::after, .menuLinks.active::after {
    width: 100%;
}
.iconMenu {
    width: 30px;
    height: 30px;
    filter: brightness(0.4);
    margin-bottom: 5px;
    transition: all 400ms;
}

#es .iconMenu,
#en .iconMenu,
#pt-br .iconMenu {
    filter: brightness(1) !important;
}

#menuResponsible .container .row #es.es,
#menuResponsible .container .row #en.en,
#menuResponsible .container .row #pt-br.pt-br {
    display: none;
}

.menuLinks:hover .iconMenu {
    transform: translateY(-7px);
}
.dropBox {
    width: max-content;
    padding: 15px 20px;
    top: 75px;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
    border-radius: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    z-index: 1;
}
.dropBox .menuLinks {
    width: max-content;
}
.closeDrops {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.openDropbox {
    position: relative;
}
.openDropbox::before {
    position: absolute;
    content: "▾";
    font-size: 21px;
    line-height: 21px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    transition: all 400ms;
}
.openDropbox.active::before {
    transform: translateY(-50%)rotateX(180deg);
}



@media only screen and (max-width:1400px) and (min-width:992px) {
    .onde-comprar .banner {
        background-size: 835px 432px;
        background-repeat: no-repeat;
        background-position-x: -135px;
        height: 432px;
        color: #fff
    }
}

@media only screen and (max-width:1400px) and (min-width:1024px) {
    .onde-comprar .banner {
        background-position-x: -100px
    }
}

@media only screen and (max-width:1400px) and (min-width:1150px) {
    .onde-comprar .banner {
        background-position-x: -80px
    }
}

@media only screen and (max-width:1400px) and (min-width:1250px) {
    .onde-comprar .banner {
        background-position-x: -60px
    }
}

@media only screen and (max-width:1400px) and (min-width:1343px) {
    .onde-comprar .banner {
        background-position-x: -30px
    }
}

@media only screen and (max-width:1400px) and (min-width:1379px) {
    .onde-comprar .banner {
        background-position-x: -10px
    }
}

@media only screen and (max-width:1400px) and (min-width:1414px) {
    .onde-comprar .banner {
        background-position-x: -37px;
        background-size: 930px 470px
    }
}

.contato .banner,
.onde-comprar .blur {
    background-size: cover;
    background-repeat: no-repeat
}

.onde-comprar .blur {
    background-image: url(assets/banner/banner-onde-comprar2-blur.png);
    background-position: center
}

.contato .banner {
    background-image: url(assets/banner/banner-contato.jpg);
    background-position-x: 0%;
    height: 529px
}

.contato .fundo {
    height: 529px
}

.contato .conteudo1,
.conteudo2 {
    height: 529px;
    color: #fff
}

.contato .text h5 {
    font-size: 117px;
    color: #dc354500;
    -webkit-text-stroke: 1px #fff;
    transform: translateY(50%)
}

.contato .text h4 {
    font-size: 30px;
    transform: translateY(-80%)
}

.contato .blur {
    background-color: #464646ab
}

@media screen and (max-width:600px) {
    .contato .text h5 {
        font-size: 52px;
        color: #dc354500;
        -webkit-text-stroke: 1px #fff;
        transform: translateY(50%)
    }

    .contato .text h4 {
        font-size: 24px;
        transform: translateY(-20%)
    }
}

.footer {
    line-height: 36px
}

.footer a {
    text-decoration: none;
    color: #211d1e
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.passos-importantes .images,
.passos-importantes .text {
    height: 619px
}

@media screen and (max-width:991px) {
    h3 {
        font-size: 21px !important;
        line-height: 27px;
        font-weight: 700;
        letter-spacing: .5px
    }

    h5 i {
        font-size: 17px !important
    }

    .onde-comprar .banner {
        background-image: url(assets/banner/banner-onde-comprar2-mobile-novo.jpg) !important;
        background-size: 992px 288px;
        background-repeat: no-repeat;
        background-position-x: 50%;
        height: 810px;
        color: #fff
    }

    .fundosemnada {
        height: 100px
    }

    .contato .banner {
        background-image: url(assets/banner/banner-contato-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 0%;
        height: 728px
    }

    .contato .fundo {
        height: 728px
    }

    .contato .conteudo1 {
        height: 232px;
        color: #fff
    }

    .contato .conteudo2 {
        height: 496px
    }

    .footer .border-end {
        border: 0 !important
    }

    .passos-importantes .text {
        height: 250px
    }

    tr:nth-child(2)>td:first-child {
        font-size: 15px
    }
}

@media screen and (max-width:500px) {
    .passos-importantes .text {
        height: 350px
    }
}

.passos-importantes button {
    color: #fff;
    background-color: #211d1e;
    border-radius: 180px;
    width: 60px;
    height: 60px
}

.passos-importantes button:hover {
    background-color: #e67817
}

.conteudointerno {
    margin-top: 9.5rem
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #262477
}

.onde-comprar .blur .agricola,
.onde-comprar .blur .background img,
.onde-comprar .blur .camara-de-ar,
.onde-comprar .blur .caminhoes,
.onde-comprar .blur .fora-de-estrada,
.onde-comprar .blur .industria,
.onde-comprar .blur .motocicleta,
.onde-comprar .blur .passeio,
.onde-comprar .blur .todos {
    filter: brightness(100);
    transition: .1s
}

.onde-comprar .blur .background .veiculos img {
    width: 75px;
    height: 75px
}

.onde-comprar .blur .background .veiculos {
    height: auto
}

.onde-comprar .blur .background .veiculos .box {
    width: 160px;
    height: 140px;
    cursor: pointer
}

.onde-comprar .blur .background .veiculos p {
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.onde-comprar .blur .background .box:hover p {
    color: #262477
}

.onde-comprar .blur .background .box:hover {
    background-color: #fff;
    transition: .3s
}

.onde-comprar .blur .background .box:hover img {
    filter: brightness(1)
}

.onde-comprar .blur .cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.onde-comprar .blur .cc-selector p {
    font-size: 14px;
    text-align: center
}

.onde-comprar .blur .motocicleta {
    background-image: url("assets/logo_icones/motocicleta.png")
}

.onde-comprar .blur .agricola {
    background-image: url("assets/logo_icones/trator.png")
}

.onde-comprar .blur .fora-de-estrada {
    background-image: url("assets/logo_icones/fora-de-estrada.png")
}

.onde-comprar .blur .caminhoes {
    background-image: url("assets/logo_icones/caminhao.png")
}

.onde-comprar .blur .industria {
    background-image: url("assets/logo_icones/empilhadeira.png")
}

.onde-comprar .blur .passeio {
    background-image: url("assets/logo_icones/carro.png")
}

.onde-comprar .blur .camara-de-ar {
    background-image: url("assets/logo_icones/camara-de-ar.png")
}

.onde-comprar .blur .todos {
    background-image: url("assets/logo_icones/all-pneus.png")
}

.onde-comprar .blur .cc-selector input:active+.drinkcard-cc {
    opacity: .9
}

.onde-comprar .blur .cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    background-color: #fff
}

.onde-comprar .blur .cc-selector label {
    border: 1px solid #fff;
    border-radius: 19px
}

.onde-comprar .blur .cc-selector div {
    float: left
}

.onde-comprar .blur .drinkcard-cc {
    cursor: pointer;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 67px;
    height: 60px;
    transition: .1s
}

.onde-comprar .blur .drinkcard-cc:hover {
    filter: brightness(1);
    transition: .1s;
    background-color: #fff
}

.fake-header {
    height: 110px
}

@media screen and (min-width:600px) and (max-width:1199px) {
    .logo-mobile {
        width: 240px
    }
    .menuLinks {
        font-size: 14px;
        line-height: 16px;
    }

    .fake-header-mobile {
        height: 116px
    }
}

@media screen and (max-width:599px) {
    .logo-mobile {
        width: 180px
    }

    .fake-header-mobile {
        height: 92.2px
    }
}

@media screen and (max-width:340px) {
    .logo-mobile {
        width: 180px
    }

    .fake-header-mobile {
        height: 86.2px
    }
}
