:root {
    --principal: #101528;
    --secundaria: #2f2e2e;
    --terciaria: #51535a;
    --botao: #101528;
    --highlight: #f3793b;
    --texto: #2f2e2e;
    --texto2: #44444c;
    --titulo: #606070;
    --footer: #000;
    --textosecundario: #FFF;

    --header-altura: 83px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: var(--texto);
    overflow-x: hidden;
}

strong {
    font-weight: 600 !important;
}
a {
    color: var(--terciaria);
}
a:focus {
    color: var(--principal)
}

/* Top */
header {
   background-color: var(--principal);
}
body.home header {
   background-color: transparent;
}
header .container {
   position: relative;
}
/* Affix */
header.scrolled {
   background-color: rgba(16,21,40,.8) !important;
} 
header .nav-item {
   border-right: 1px solid #8c939e
}
header .nav-item:last-child {
   border-right: 0px none
}
header a,
header .nav-link {
    color: var(--terciaria)
}
header .nav-link {
    color: #FFF;
    font-size: 16px;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
header .nav-link:hover,
header .nav-link:focus {
   color: #FFF;   
   background-color: rgba(0,0,0,.3);
} 
header .nav-item ul .nav-link {
   border-radius: 0px;
   display: block;
   font-size: 14px
}
header .btn-extra {
    text-align: center;
    background-color: transparent;
    border-radius: 6px !important;
    border: 1px solid #FFF;
    color: #FFF;
    position: relative;
    margin: 0px 10px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 15px;
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
header .btn-extra:hover {
    color: #FFF;
    background: var(--highlight);
    border-color: var(--highlight);
    box-shadow: 0px 0px 0px 5px rgba(243,121,59,0.3)
}
header .dropdown-menu {
   width: 280px
}
header .dropdown-menu a {
   color: var(--principal);
   text-transform: none;
   font-weight: 600;
   text-transform: uppercase;
   padding-top: 10px;
   padding-bottom: 10px;
}
header .dropdown-menu a:hover {
   color: #FFF;
   background-color: var(--highlight);
}
header .dropdown-menu li {
   border-bottom: 1px solid #CCC
}
header .dropdown-menu li:last-child {
   border-bottom: 0px none;
}
/* Main */
section, .section {
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

/* Footer */
footer ._footer {
    background: var(--principal);
    color: #FFF;
}
footer .nav-social a { 
   font-size: 24px
}
footer .nav-social a:hover i {
   color: var(--highlight);
}
footer ._footer ._titulo {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
footer ._footer ._titulo:after {
   content: '';
   height: 1px;
   width: 60px;
   margin-top: 5px;
   background: #404453;
   display: block;
}
footer ._footer a {
    color: #FFF;
}
footer ._footer a:hover,
footer ._footer a:active {
    color: #FFF;
    text-decoration: underline;
}
footer ._footer ._titulo_endereco{
    font-size: 18px;
}
footer ._footer .nav-menu {
    border-left: 1px solid #FFF;
    font-size: 16px
}
footer ._footer .nav-contatos i {
    color: #FFF;
    margin-right: 5px;
    font-size: 20px;
    margin-left: 5px;
}
footer ._footer .nav-whatsapp .btn-whatsapp {
    border: 1px solid #FFF;
    border-radius: 200px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 5px 15px 5px 4px;
    display: flex;
    align-items: center; 
}
footer ._footer .nav-whatsapp .btn-whatsapp i {
    border-radius: 200px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    color: var(--secundaria);
    font-size: 30px;
    padding-top: 4px;
    margin-right: 5px
}

.float_whatsapp {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: 15px;
    background: #005426;
    background: linear-gradient(90deg, rgba(0, 84, 38, 1) 0%, rgba(20, 137, 72, 1) 100%);
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 999;
}
.my-float_whatsapp {
    margin-top: 12px;
    color: #FFF;
}
.float_whatsapp:hover {
    background: #005426;
    background: linear-gradient(90deg, rgba(0, 84, 38, 1) 0%, rgba(20, 137, 72, 1) 100%);
    box-shadow: 0px 0px 2px 5px rgba(20, 137, 72, .3)
}

@media(max-width:991px) {
    header {
        /* full banner */
        padding-top: var(--header-altura);
        position: absolute !important;

        /* banner separado 
        position: static !important*/
    }
    header .container {
        
    }
    /* Affix */
    header.scrolled .container ._logo img {
        max-width: 100%;
    } 
    footer ._footer .nav-menu {
        border-left: 0px none;
    }
    footer ._footer .nav-atendimento {
        border-left: 0px none;
    }
    footer ._footer .nav-atendimento a {
        min-height: 34px;
        font-size: 16px
    }
}