:root{
}
html,body,.menu,.btn,.form-control{
    /*min-width:400px;*/
    font-weight:300;
}
body{
    background-color:#000;
    /*font-family:'Montserrat', sans-serif;*/
    font-family:'Oswald', sans-serif;
    font-size:14px;
}
p,#rodape,.tab-pane label,#orcamento .nav-link,.col-12 > strong{
    font-family:'Montserrat',sans-serif;
}
#rodape{
    background:#000;
    font-size:13px;
    color:#4e5052;
    padding-top:4rem;
    padding-bottom:4rem;
}
#rodape a{
    color:#969a9e;
    font-weight:600;
    letter-spacing:0!important;
}
#rodape a:active,
#rodape a:focus,
#rodape a:hover{
    color:#ff9300;
}
.nav-item,
a,
a img,
button,
input,
select,
svg,
textarea{
    transition:.3s;
    text-decoration-line:none;
}
.menu{
    padding-top:50px;
    padding-bottom:50px;
    font-size:14px;
    letter-spacing:3px;
    background:#000;
    margin-bottom:-190px;
    z-index:10;
    transition:.3s;
}
body.home .menu:not(.aberto){
    background:transparent;
}
.navbar-brand{
    padding-top:0;
    padding-bottom:0;
}
.navbar-brand img{
    max-width:200px;
    max-height:60px;
}
@media(min-width:576px){
    .navbar-brand img{
        max-width:300px;
        max-height:90px;
    }
}
.menu div > span{
    color:#4e5052;
    padding-left:2rem;
    padding-right:2rem;
}
a{
    color:#dfe5e9;
}
.active,
.active a,
a:active,
a:focus,
a:hover{
    color:#ff9300;
}
.social{
    margin-left:.5rem;
    margin-right:.5rem;
}
.menu .navbar-collapse ul{
    padding-top:50px;
}
@media(min-width:992px){
    .menu .navbar-collapse ul{
        padding-top:0;
    }
    .menu .nav-item:not(:first-of-type){
        margin-left:1.5rem;
    }
    .social{
        margin-right:0;
    }
    .social:first-of-type{
        margin-left:0;
    }
}
.navbar-toggler{
    position:relative;
    padding:10px;
    width:42px;
    margin-left:-42px;
    border:none;
    background:0 0!important;
}
.navbar-toggler:focus{
    box-shadow:0 0 3px #dfe5e9;
}
.navbar-toggler .icon-bar{
    transform: rotate(0) translate(0,0);
    transition: ease all .2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background:#dfe5e9;
}
.navbar-toggler .icon-bar+.icon-bar{
    margin-top:4px;
}
.navbar-toggler:hover>.icon-bar,
.navbar-toggler:focus>.icon-bar,
.navbar-toggler:active>.icon-bar{
    width:22px!important;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1){
    transform: rotate(45deg) translate(5px, 4px);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2){
    opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3){
    transform: rotate(-45deg) translate(4px, -4px);
}
#sobre{
    min-height:100%;
}
#sobre > div,
.breadcrumbs{
    background-position:center center;
    background-size:cover;
}
#sobre > div{
    background-size:contain;
    background-repeat: no-repeat;
}
@media(max-width:991.8px){
    #sobre > div{
        background-image:none!important;
    }
}
#sobre a{
    letter-spacing:3px;
}
h1{
    color:#ff9300;
    font-size:14px;
    letter-spacing:3px;
}
h2,#projeto h1.zoomIn{
    color:#dfe5e9;
    font-size:36px;
    margin-top:1rem;
    margin-bottom:2.5rem;
    letter-spacing:6px;
}
#projeto h2.zoomIn{
    color:#ff9300;
    font-size:14px;
    letter-spacing:3px;
    margin-top:0;
    margin-bottom:0;
}
p{
    color:#dfe5e9;
    /*letter-spacing:1px;*/
    line-height:1.75rem;
}
.breadcrumbs{
    height:280px;
}
.breadcrumbs h2{
    margin-top:0;
    margin-bottom:1rem;
}
.breadcrumbs span,
.breadcrumbs a{
    letter-spacing:3px;
}
#contato input[type=text],
#contato input[type=tel],
#contato input[type=email],
#contato textarea,
#contato button,
#banner .btn{
    color:#969a9e;
    background:transparent;
    border:2px solid #969a9e;
    border-radius:0;
    box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
    transition:.3s;
}
#contato input[type=text]:active,
#contato input[type=text]:focus,
#contato input[type=text]:hover,
#contato input[type=tel]:active,
#contato input[type=tel]:focus,
#contato input[type=tel]:hover,
#contato input[type=email]:active,
#contato input[type=email]:focus,
#contato input[type=email]:hover,
#contato textarea:active,
#contato textarea:focus,
#contato textarea:hover{
    box-shadow:none!important;
    border-color:#fff;
}
#banner .btn:active,
#banner .btn:focus,
#banner .btn:hover{
    border-color:#fff;
    background:#fff;
    color:#000;
    text-shadow:0px 0px 1px #000;
    box-shadow:none!important;
}
#contato button.active,
#contato button:active,
#contato button:focus,
#contato button:hover,
#banner .btn-laranja:active,
#banner .btn-laranja:focus,
#banner .btn-laranja:hover{
    border-color:#ff9300;
    background:#ff9300;
    color:#000;
    text-shadow:0px 0px 1px #000;
    box-shadow:none!important;
}
#contato label{
    color:#ccc;
}
#banner .btn-lg{
    line-height:38px;
}
#contato button,
#banner .btn-laranja{
    color:#ff9300;
    border-color:#ff9300;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active{
    background:rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color:#ccc!important;
}
#contato .alert{
    font-size:20px;
}
#banner .swiper-slide{
    min-height:100vh;
    background-size:cover;
    background-position:center center;
    padding-top:190px;
}
.swiper-banner,
.swiper-depoimentos,
.swiper-parceiros,
.swiper-galeria{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}
.eapps-link{
    letter-spacing:0!important;
}
a.projeto{
    overflow:hidden;
    position:relative;
    display:block;
}
a.projeto div{
    background-size:cover;
    background-position:center;
    /*filter: grayscale(100%);*/
    height:300px;
    display:block;
    transition:2s;
    transition-timing-function: ease-in-out;
    z-index:10;
}
a.projeto span{
    background:rgba(0,0,0,.25);
    height:100%;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    padding-bottom:40px;
    padding-right:40px;
    color:#ddd;
    transition:1s;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:20;
}
a.projeto:active div,
a.projeto:focus div,
a.projeto:hover div{
    /*filter:grayscale(0);*/
    transform:scale(1.2);
}
a.projeto:active span,
a.projeto:focus span,
a.projeto:hover span{
    background:rgba(0,0,0,0);
    filter:drop-shadow(0px 0px 2px #000);
    text-shadow:0px 0px 1px #000;
}
.laranja{
    color:#ff9300;
}
.laranja:active,
.laranja:focus,
.laranja:hover{
    color:#b36800;
}
.nav-pills a{
    letter-spacing:1px;
}
.col-12 > strong{
    color:#ccc;
    font-weight:700;
}
.form-check-input:checked {
    background-color:#ff9300;
    border-color:#ff9300;
}
.form-check-input:active,
.form-check-input:focus,
.form-check-input:hover{
    box-shadow:0px 0px 0px .25rem rgba(0,0,0,0);
}
.invalido input:invalid,
.invalido textarea:invalid{
    border-color:#ff9300!important;
}
.tab-pane textarea{
    margin-top:20px;
}


#btn-whatsapp{
    border: none;
    background-color: #59ac23;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px 3px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    font-size: 22px;
  font-weight: 400;
    transition: .2s;
}

#btn-whatsapp:hover, #btn-whatsapp:active, #btn-whatsapp:focus{
    transform: translateY(-2px);
    transition: .2s;
}

#btn-whatsapp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
}
