html,body{
    border: 0;
    margin: 0;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
:root{
    --bg-background: url('../img/background2.webp');
    --fv-background: url('../img/fundo-valor1.webp');
    --bd-background: #fff;
    --me-color: #000;
    --fm-background: #3dae5a;
    --card-color: #fff;
    --cardb-color: 1px solid rgba(0,0,0,.125);
    --input-color: #fff;
    --place-color: #676767;
    --bs-box-shadow: transparent;
    --bt-color: #ff8e64;
    --card-shadow: 0px 8px 30px #212121;
    --ico-filter: invert(0%) sepia(3%) saturate(7500%) hue-rotate(172deg) brightness(87%) contrast(103%);
    --cs-color: #373737;
}
.dark-mode{
    --bg-background: url('../img/background1.webp');
    --fv-background: url('../img/fundo-valor.webp');
    --bd-background: #181618;
    --me-color: #fff;
    --fm-background: #2f2d2f;
    --card-color: #434243;
    --cardb-color: #434243;
    --input-color: #4c4c4c;
    --place-color: #efefef;
    --bs-box-shadow: 0px 0px 20px #000;
    --bt-color: #3dae5a;
    --card-shadow: 0px 0px 38px #000;
    --ico-filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
    --cs-color: transparent;
}
/*=======================================
=            sessão principal            =
=======================================*/
body{
    background: var(--bd-background);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#home{
    background: var(--bg-background);
    height: 444px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.conteudo{
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    left: 0;
    min-height: 260px;
    padding-top: 5px;
    position: relative;
    right: 0;
    text-align: center;
    top: 69%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.textoPrincipal {
    color: var(--me-color);
    font-size: 40px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.subtexto{
    color: var(--me-color);
    font-size: 20px;
    margin-top: 25px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

#icon {
    -webkit-filter: var(--ico-filter);
            filter: var(--ico-filter);
    padding: 5px 7px;
    cursor: pointer;
    width: 34px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/*=====  End of sessão principal  ======*/

.logo{
    width: 80px;
}
/*----------  identificação de página  ----------*/
body.venda #navegacao a#venda{
    color: #3dae5a !important;
    font-weight: bold;
}
/*==========================================
=            estilo mobile            =
==========================================*/

/*----------  cards  ----------*/
@media (max-width: 767px){
    .valores{
        top: 240px;
    }
    .cartao{
        -webkit-box-shadow: 10px 10px 28px var(--cs-color);
                box-shadow: 10px 10px 28px var(--cs-color);
                -webkit-transition: all 0.8s ease 0s;
                -o-transition: all 0.8s ease 0s;
                transition: all 0.8s ease 0s;
    }
}

/*================================
=            Sessão 1            =
================================*/
#sessao1{
	background: var(--fv-background);
	width: 100%;
	height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 260px; 
    -webkit-transition: all 0.8s ease 0s; 
    -o-transition: all 0.8s ease 0s; 
    transition: all 0.8s ease 0s;
}
.valores{
	position: relative;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
            transform: translateY(-8%);
    width: 100%;
}
.cartao{
	display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.cartao:hover{
    -webkit-box-shadow: var(--card-shadow);
            box-shadow: var(--card-shadow);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card{
	width: 17rem;
	height: 350px;
	border-top: 6px solid #ff8e64 !important;
    text-align: center;
    border: var(--cardb-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.card-body{
    background: var(--card-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.config{
    display: block;
}
 .valor{
    font-weight: bold;
    font-size: 31px;
    position: relative;
    top: 6px;
 }
 .card-text {
    margin-bottom: 0;
    margin-top: 48px;
    color: var(--me-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.card-title {
    color: var(--me-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
hr {
    border-top: 2px solid rgba(61, 174, 90, 0.5);
}
.peca{
    margin-top: 30px;
}
/*===============================
=            contato            =
===============================*/
.form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    padding: 30px;
    background: var(--fm-background);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin-bottom: 70px;
    -webkit-box-shadow: var(--bs-box-shadow);
            box-shadow: var(--bs-box-shadow);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-check {
    padding-left: 0 !important;
}
label {
    color: #fff;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: var(--bt-color);
    border-color: var(--bt-color);
    text-transform: uppercase;
    font-weight: bold !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
.btn-primary:hover {
    color: var(--bt-color);
    background-color: transparent !important;
    border-color: var(--bt-color);
}
.btn-primary:focus {
    color: var(--bt-color);
    background-color: transparent;
    border-color: var(--bt-color);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.btn-primary:active {
    color: var(--bt-color);
    background-color: transparent !important;
    border-color: var(--bt-color);
}
.quantidade{
    width: 55px;
    margin-left: 9px;
    background: var(--input-color);
    color: var(--me-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.qt{
    margin-left: 14px;
}
.qtd{
    margin-left: 4px;
}
.quantidadeTexto{
    margin-left: 38px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.s4Text{
    font-weight: 500 !important;
    margin-top: 20px !important;
}
.tituloForm{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color:var(--me-color);
    margin-bottom: 46px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control{
    background: var(--input-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-webkit-input-placeholder{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-moz-placeholder{
    color: var(--place-color);
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control:-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::placeholder{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control{
    color: var(--me-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/*===================================
=            media query            =
===================================*/
@media (min-width: 1920px) {
    #sessao1{
        height: 1300px;
    }
}

@media (min-width: 3840px) {
    #sessao1{
        height: 1920px;
    }
}
@media (max-width: 767px){
    .textoPrincipal {
        font-size: 30px;
    }
    .tituloForm {
        font-size: 25px;
    }
    .subtexto {
        font-size: 18px;
    }
    .valores {
        top: 131px;
    }
}
 /*======================================
=            Estilo do menu            =
======================================*/
#menu {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: 56px;
    overflow-y: hidden;
    position: fixed;
    top: 0 !important;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 10;
}
.menuFixo {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    height: 40px !important;
    overflow-y: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s linear;
    z-index: 10;
}
#menu a {
      -o-transition: 0.5s;
      color: var(--me-color);
      font-size: 13px;
      text-transform: uppercase;
      transition: 0.5s;
     -moz-transition: 0.5s;
     -webkit-transition: 0.5s;
}
#menu a:hover {
      color: #ff8e64;

}
.menuFixo a {
      font-size: 12px !important;
      color: #fff !important;
}
.menuFixo a:hover {
      color: #3dae5a !important;

}
#menu .logo{
    width: 80px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}
.menuFixo .logo{
            transform: scale(0.8);
        -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transition: 0.4s;
    -webkit-transform: scale(0.8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#navegacao{
            -webkit-justify-content: flex-end;
                    justify-content: flex-end;
        -ms-flex-pack: end;
    -moz-box-pack: end;
    -webkit-box-pack: end;
}
.nav-link {
    display: block;
    padding: .5rem !important;
}

/*==========================================
=            estilo mobile            =
==========================================*/

   @media (max-width: 991px) {

    #menu {
    height: 57px !important;
    }
    #menu .barras{
        color: var(--me-color);
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }
    #menu a {
      font-size: 14px !important;
      color: #fff;
    }
    .menuFixo .barras{
        color: #fff !important;
    }
    .menuFixo a {
      font-size: 14px !important;
    }

    .menuFixo a:hover {
      color: #ff8e64 !important;

    }

    #menu .navbar-collapse {
         background-color: rgba(0, 0, 0, 0.7);
         font-size: 20px;
        height: 100%;
        left: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        top: 50px;
        width: 75%;
    }

    #menu .navbar-collapse.collapsing {
        -moz-transition: height 0s ease;
        -o-transition: height 0s ease;
        -webkit-transition: height 0s ease;
        left: -75%;
        transition: height 0s ease;
    }

    #menu .navbar-collapse.show {
        -moz-transition: left 300ms ease-in-out;
        -o-transition: left 300ms ease-in-out;
        -webkit-transition: left 300ms ease-in-out;
        left: 0;
        transition: left 300ms ease-in-out;
    }

    #menu .navbar-toggler.collapsed ~ .navbar-collapse {
        -webkit-transition: left 500ms ease-in-out;
        -o-transition: left 500ms ease-in-out;
        transition: left 500ms ease-in-out;
    }
#menu .show {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    }

/*=====  End of estilo menu mobile  ======*/

/*==============================
=            footer            =
==============================*/
.logoFooter2{
    display: none;
}

/*=====  End of footer  ======*/