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

html {
  scroll-behavior: smooth;
}
:root{
    --bg-color: #fff;
    --navi-color: #3dae5a;
    --nave-color: #e1e1e1;
    --bd--color: #dee2e6 #dee2e6 #fff;
    --naveh-color: #dee2e6 #dee2e6 #fff;
    --tx-color: #000;
    --mask-color: rgba(0, 0, 0, 0.5);
    --mk-color: rgba(0, 0, 0, 0.6);
    --av-color: #e72c2c;
    --place-color: #848484;
    --cli--color: #84a98c;

}
.dark-mode{
    --bg-color: #181618;
    --navi-color: #272627;
    --nave-color: #434243;
    --bd--color: #272627;
    --naveh-color: #434243;
    --tx-color: #fff;
    --mask-color: rgba(0, 0, 0, 0.7);
    --mk-color: rgba(0, 0, 0, 0.8);
    --av-color: #3dae5a;
    --place-color: #787878;
    --cli--color: #272627;
} 


/*=======================================
=            sessão principal            =
=======================================*/
#home{
    background: url('../img/nature.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    width: 100%;
}
.mascara {
    background-color: var(--mask-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    -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: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
hr{
    border: 1px solid #d65050;
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 200px;
}

.textoPrincipal {
    color: #fff;
    font-size: 45px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.subtexto{
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
}
.info{
    color: #fff;
}

/*=====  End of sessão principal  ======*/


/*======================================
=            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;
}
#icon {
    padding: 5px 7px;
    cursor: pointer;
    width: 34px;
    -webkit-filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
            filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
}
.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: #fff;
      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;
}
.menuFixo a:hover {
      color: #3dae5a !important;

}
#menu .logo{
    width: 80px;
    -o-transition: 0.4s;
    -webkit-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;
}

#baixo-custo label{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control:focus{
    background: var(--bg-color);
}
/*=====  End of Estilo do menu  ======*/


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

   @media (max-width: 991px) {

    #menu {
    height: 57px !important;
}
    #menu a {
      font-size: 14px !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 {
        -o-transition: left 500ms ease-in-out;
        -webkit-transition: left 500ms ease-in-out;
        transition: left 500ms ease-in-out;
    }
#menu .show {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }

    .seta{
    font-size: 37px !important;
    left: 22px;
    position: relative;
    }
    #menu1{
    display: block !important;
    }

    #nossos-servicos .nav-tabs, #nav-tabContent{
        display: none !important;
    }

    #menu1 .tituloM1{
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }
    #menu1 .fundo{
        background-color: var(--navi-color);
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }
    #menu1 .fundo2{
        background-color: var(--navi-color);
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }
    #menu1 img{
        margin: auto 1.6em;
        padding-bottom: 34px;
    }
    .textoPrincipal{
        font-size: 40px;
    }
    .subtexto{
        font-size: 20px;
    }
    #home .texto button{
        font-size: 13px;
        height: 49px;
        padding: 0;
        width: 119px;
    }
}

@media (min-width: 416px) and (max-width: 767px){
    #menu1 span{
        display: inline-block;
    }
}

@media (min-width: 200px) and (max-width: 359px){
    #menu1 img{
        margin: 0;
    }
}

@media (max-width: 767px){
    #rodape .col-md-4 {
    margin: 13px auto !important;
    }
}

/*----------  fim  ----------*/


.fa, .fas {
    color: #000;
    
}



#menu button{
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 8px;
}

#topo {
    font-size: 8px;
}

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

/*================================
=            Sessão 1            =
================================*/

#nossos-servicos{
    background-color: var(--bg-color);
    padding: 100px 0;
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#nossos-servicos .nav-tabs{
            -webkit-justify-content: center;
                    justify-content: center;
        -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    overflow-y: hidden;
}

#nossos-servicos .nav-tabs {
    border-bottom: none;
}

#nossos-servicos #nav-tabContent{
    background-color: var(--navi-color);
    color: #000;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 805px;
    padding: 30px;
    height: 316px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}


.navegacaoAba{
    background: var(--nave-color);
    border: 1px solid #fff;
    color: #495057;
    font-weight: bold;
    height: 125px;
    margin: 1px;
    overflow-y: hidden;
    padding: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.servicos{
    color: #fff;
    text-align: justify;
}
.navegacaoAba{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.navegacaoAba:hover{
    color: #3dae5a;
}
#nossos-servicos .nav-link.active{
    background-color: var(--navi-color);
    color: #fff;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.nav-tabs .nav-link.active{
    border-color: var(--bd--color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.nav-tabs .nav-link:hover{
    border-color: var(--naveh-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

#nossos-servicos img{
    float: left;
    height: auto;
    margin-right: 1.5em;
    max-width: 100%;
}
#menu1{
    display: none;
}
.titulo{
    padding-bottom: 70px; 
    text-align: center; 
    text-transform: uppercase;
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.servicos-botao{
    background: #ff8e64;
    border: 2px solid #ff8e64;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 13px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.servicos-botao:hover{
    background: transparent;
    border: 2px solid #ff8e64;
    color: #ff8e64;

}

.servicos-botao:active{
    background: transparent !important;
    border: 2px solid #ff8e64 !important;
    color: #ff8e64 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;

}
.servicos-botao:focus{
    background: transparent !important;
    border: 2px solid #ff8e64 !important;
    color: #ff8e64 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;

}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/*=====  End of Sessão 1  ======*/


/*==========================================
=            voltar para o topo            =
==========================================*/

/*===============================
=            sessão2            =
===============================*/
#quem-somos{
    background-image: url('../img/fundo-eletro1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;

}

#quem-somos .col-md-4{
    padding: 47px;
}
#quem-somos h2 {
    color: #fff;
    padding-top: 42px;
}
#quem-somos p {
    color: #fff;
    padding-top: 13px;
    margin-bottom: 58px;
    text-align: justify;
}
#quem-somos .mascara{
    background: var(--mk-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/*=====  End of sessão2  ======*/


/*================================
=            sessão 3            =
================================*/
#baixo-custo{
    background-color: var(--bg-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    height: auto;
    width: 100%;
}
#baixo-custo h3{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo .email, .tel, .nome, #cnpj{
    background: transparent;
    border-bottom: 1px solid #c1c1c1;
    border-left: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-right: none;
    border-top: none;
    color: #000;
}
#escolha{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: transparent;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.escolha{
    margin-top:  30px;s
}

#baixo-custo .nome:focus, .mensagem:focus, .tel:focus, .email:focus,  #cnpj:focus, #escolha:focus{
            box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #3dae5a !important;
}
.custom-select:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #3dae5a;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#baixo-custo .btn-primary {
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    background: #3dae5a;
    border: 2px solid #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.6s;
}

#baixo-custo .btn-primary:hover {
    background: transparent;
    border: 2px solid #3dae5a;
    color: #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
}

.usado{
    margin: 10px 0 90px 0;
}

.usado .btn{
    margin-top: 20px;
}
#baixo-custo .titulo{
    padding-top: 70px; 
    text-align: center; 
    text-transform: uppercase;
}
.textP{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    text-align: justify;
}

.termo{
    font-size: 18px;
    left: 3px; 
    position: relative;
    top: 2px;
}
.aviso{
    color: var(--av-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control-file, .form-control-range {
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.usado i{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo input::-webkit-input-placeholder{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo input::-moz-placeholder{
    color: var(--place-color);
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo input:-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo input::-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#baixo-custo input::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;
}
.tel::-webkit-input-placeholder {
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.tel::-moz-placeholder {
    color: var(--place-color);
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.tel:-ms-input-placeholder {
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.tel::-ms-input-placeholder {
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.tel::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;
}
#baixo-custo .form-control{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.form-check-input {
    position: relative;
    margin-top: .0;
    margin-left: 0;
}
.upload-file{
    color: var(--tx-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

/*================================
=            clientes            =
================================*/
#clientes{
    background-color: var(--navi-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%;
    height: 230px;
}
#clientes h3{
    text-align: center;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    color: #fff;

}
#clientes .col-md-12{
    padding: 0;
}
.img-cliente{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 230px;
}

/*================================
=            sessão 4            =
================================*/
#contato{
    background-attachment: fixed;
    background-image: url('../img/contatos-black.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: auto;
    width: 100%;
}

#email, #tel, #nome{
    background: transparent;
    background: transparent;
    border-left: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-right: none;
    border-top: none;
    color: #fff;
}

#nome:focus, #mensagem:focus, #tel:focus, #email:focus{
            box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff8e64;
}

#mensagem:focus:not(.focus-visible) {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
}

#mensagem{
    background: transparent;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #CCD3DA; 
    color: #fff;
    width: 100%;
}
.select{
    background: transparent !important;
    color: #fff;
    width: 100px;
}
.select:focus{
            box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #3dae5a;
    color: #fff;
}

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

#contato .btn-primary{
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    background: #3dae5a;
    border: 1px solid #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.6s;
}

#contato .btn-primary:hover{
    background: transparent;
    border: 1px solid #3dae5a;
    color: #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-secondary{
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    background: #3dae5a;
    border: 1px solid #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.6s;
    width: 100%;
}

.btn-secondary:hover{
    background: transparent;
    border: 1px solid #3dae5a;
    color: #3dae5a;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-secondary:focus {
    color: #fff;
    background-color: #3dae5a !important;
    border-color: #3dae5a !important;
    -webkit-box-shadow: transparent;
            box-shadow: transparent;
    outline: none;
}
.id{
    color: var(--tx-color) !important;
    text-align: center !important;
    font-size: 80%;
    display: inherit;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
#contato .col-md-6{
    margin: 70px 0;
}

.map-responsive{
    height: 100%;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.map-responsive iframe{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

#contato h2{
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
}
option{
    background-color: #000 !important;
}
/*=====  End of sessão 4  ======*/



/*==============================
=            footer            =
==============================*/
.logoFooter{
    display: none;
}
.logoFooter2{
    width: 100%;
}
/*=====  End of footer  ======*/


#topo {
   background: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: none; 
  bottom: 20px; 
  cursor: pointer; 
  display: none; 
  font-size: 18px; 
  outline: none; 
  position: fixed; 
  right: 30px; 
  transition: 0.5s;
  z-index: 99; 
}
.seta {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #ff8e64;
    font-size: 47px;
    transition: 0.5s;
}
.seta:hover {
    font-size: 44px;
}
/*=====  End of voltar para o topo  ======*/

/*===================================
=            media query            =
===================================*/
@media (min-width: 1920px) {
    #home{
        height: 1000px;
    }
}

@media (min-width: 3840px) {
    #home{
        height: 1920px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #home{
        height: 1024px;
    }
    .s4Text{
        font-size: 13px;
    }
}

@media (max-width: 991px){
    #baixo-custo h2{
        font-size: 25px;
    }
    #baixo-custo h3{
        font-size: 23px;
    }
}
@media (max-width: 768px){
    #baixo-custo .btn-primary {
        margin-bottom: 62px;
    }
    .textoPrincipal{
        font-size: 31px;
    }
    .subtexto {
        font-size: 18px;
    }
    .titulo {
        padding-bottom: 57px;
        font-size: 27px;
    }
    #quem-somos h2 {
        font-size: 28px;
    }
    #clientes h3 {
        font-size: 23px;
    }
    #contato h2 {
        font-size: 28px;
    }
}
@media (min-width: 380px) and (max-width: 768px) {
    #nossos-servicos img, span, .servicos-botao{
        float: left;
        height: auto;
        margin-right: 1.5em;
        max-width: 100%;
        display: block;
        clear: both;
    }
    #nossos-servicos .servicos-botao{
        margin-bottom: 25px;
    }
           
}
@media (max-width: 600px){
    #topo {
        bottom: 106px;
    }
}
/*=====  End of media query  ======*/

h4{
    font-weight: bold;
}
/*----------  lista customização  ----------*/
dl, ol, ul {
    text-decoration: none;
    list-style: none;
}