:root {
    --principal: #213a7a;
    --secundaria: #011e4a;
    --terciaria: #CE2617;
    --botao: #011e4a;
    --highlight: #CE2617;
    --texto: #000000;
    --texto2: #44444c;
    --titulo: #231e00;
    --textosecundario: #FFF;

    --header-altura: 120px;
}

@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: "Roboto", 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)
}

.orcamento {
    position: absolute;
    top: 89px;
    width: 120px;
    display: block;
    z-index: 999;
    background: #5cb85c;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 15px;
}


header {
    background-color: #FFF;
    border-bottom: 3px solid var(--highlight);
}
header > .container {
    position: relative;
    z-index: 99;

    border-top: 10px solid var(--principal);
    border-radius: 0px 0px 5px 5px;

    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
/* Affix */
header.scrolled .container ._logo img {
    max-width: 150px;
}
header ._navmenu {
    padding-bottom: 5px;
} 
header ._navmenu > ul:after {
   content: '';
    background: var(--terciaria);
    position: absolute;
    top: 0px;
    left: -15px;
    right: -15px;
    bottom: 0px;
    transform: skewX(-25deg);
    z-index: -2
}
header ._navmenu .nav-item {
   padding-top: 5px;
   padding-bottom: 5px
}
header ._navmenu > ul > li > a {
    position: relative;
    align-items: center;
    overflow: hidden;
    text-transform: uppercase;
}
header a,
header .nav-link {
    color: #FFF;
    display: flex;
}
header ._navmenu .nav-link {
    border-radius: 0px;
    background: transparent;
    position: relative;
    font-size: 16px;
    border-left: 1px solid #fb7b70;
    padding: 4px 10px
}
header ._navmenu ul > .nav-item:nth-child(2) .nav-link {
   border-left: 0px none !important
}
header ._navmenu ul > .nav-item > .nav-link:before {
    content: '';
    display: block;
    border-radius: 3px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    transform: skewX(-25deg);

    background: #fb7b70;
    opacity: 0;

    position: absolute;
    z-index: -1;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
header ._navmenu .nav-link:hover,
header ._navmenu .nav-link:focus {
    color: #FFF;   
} 
header ._navmenu .nav-item > .nav-link:hover:before,
header ._navmenu .nav-item > .nav-link:focus:before {
    opacity: 1
}
header ._navmenu .dropdown-menu {
        width: 319px;
    padding: 0px;
}
header ._navmenu .dropdown ul a {
    color: var(--texto) !important;
    border-bottom: 1px solid #CCC;
    font-size: 13px
}
header ._navmenu .dropdown ul a:hover {
    color: var(--terciaria) !important;
}
header .nav-social a {
    text-align: center;
    background: #2c2626;
    color: #FFF;
    border-radius: 20px !important;
    border: 0px none;
    padding: 10px 0px;
    display: flex;
    font-size: 14px;
    width: 40px;
    justify-content: center;
}
header .nav-social a i {
    font-size: 20px;
    position: relative;
}
header .nav-social a:hover,
header .nav-social a:focus {
    background: #2c2626;
    color: var(--highlight);
}
/* Main */
section, .section {
    padding: 40px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

/* Footer */
footer ._footer {
    border-top: 10px solid var(--terciaria);
    background: var(--secundaria);
    color: #FFF;
    font-style: italic;
    font-size: 14px;
}
footer ._footer > .container:first-child {
    border-bottom: 1px solid var(--principal)
}
footer .head {
    font-size: 14px;
    font-weight: 600;
    color: #EB5647;
}
footer ._footer a {
    color: #FFF;
    padding: 10px 0;
}
footer ._footer a:hover {
    color: #FFF;
    text-decoration: underline;
}
footer ._footer .nav-social a {
    border-radius: 200px;
    font-size: 30px;
    width: 36px;
    height: 36px;
    padding: 5px 0px 0px;
    text-align: center;
    color: #FFF
}
footer ._footer .nav-social a:hover {
    color: var(--secundaria);
}
footer ._footer ._copyright {
    font-size: 12px
}

.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 {
      border-top: 0px none;
    }
    header .container {
        background: rgba(255,255,255,.1);
    }
    /* Affix */
    header.scrolled .container ._logo img {
        max-width: 100%;
    }
    footer {
        font-size: 16px;
    }
}