header{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
}


header{
    background-color: #FFFFFF;
    border-bottom: 2px solid #33CC66;
}


header, #preenche-topo-fixo{
    min-height: 6.24rem;
}

@media (min-width: 1200px){
    header, #preenche-topo-fixo{
        min-height: 8.8rem;
    }
}


@media (min-width: 1400px){
    header, #preenche-topo-fixo{
        min-height: 5.6rem;
    }
}

.navbar .navbar-brand{
    width: 72%
}

@media (min-width: 992px){
    .navbar .navbar-brand{
        width: 24%
    }
}

@media (min-width: 992px){
    #main-menu{
        width: 56%;
    }
}

#main-menu > .navbar-nav > .menu-item > a{
    color: #1F2937;
    font-size: .96rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out;
    display: inline-block;
    margin: .48rem 0;
    padding: 0 0 .16rem 0;
    text-transform: uppercase;
}

@media (min-width: 992px){
    #main-menu > .navbar-nav > .menu-item > a{
        margin: 0 .8rem 0 0;
    }
}


/* #main-menu > .navbar-nav > .menu-item.current-menu-item > a, */
#main-menu > .navbar-nav > .menu-item > a:hover,
#main-menu > .navbar-nav > .menu-item > a.show{
    color: #33CC66;
}


#main-menu > .navbar-nav > .menu-item > a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.24rem;
    height: 1.24rem;
    margin-right: .48rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(1) > a:before{
    background-image: url("../images/_menu-empresa.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > a:before{
    background-image: url("../images/_menu-produtos.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(3) > a:before{
    background-image: url("../images/_menu-blog.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > a:before{
    background-image: url("../images/_menu-contato.svg");
}


nav .dropdown-menu{
    background-color: #FFFFFF;
    border-radius: 0;
    transition: all .4s ease-in-out;
    border: 0 none;
}

@media (min-width: 992px){
    nav .dropdown-menu{
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border: 1px solid #dedede;
        padding: .96rem .4rem;
        border-bottom: 2px solid #33CC66
    }
}

.navbar-nav .dropdown-toggle::after{
    background-image: url("../images/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
    width: .8rem;
    height: .8rem;
    vertical-align: middle;
}

nav .dropdown-item{
    background-color: #FFFFFF !important;
    color: #111827 !important;
    font-size: .928rem;
    font-weight: 600;
    transition: all .4s ease-in-out;
}

/*
nav .dropdown-item .sobre-item-menu{
    color: #00D6B4 !important;
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 0;
}
*/

@media (max-width: 991px){
    nav .dropdown-item .sobre-item-menu{
        white-space: normal;
    }
}
/*
nav .dropdown-item:hover{
    color: #00D6B4 !important;
}
*/

.navbar-toggler{
    border: 0 none !important;
}

.navbar-toggler svg{
    max-width: 100%;
    height: auto;
}


/*
.cta-header{
    max-width: 24rem;
}
*/

.cta-header span{
    color: #FFFFFF;
    font-size: .88rem;
    line-height: .96rem;
    font-weight: 500;
}

.cta-header a{
    text-decoration: none;
    display: block;
    margin-left: .48rem;
    font-weight: 700;
    padding: .88rem 1.28rem;
    border-radius: 8px;
    font-size: .72rem;
    text-align: center;
    white-space: nowrap;
    transition: all .24s ease-in-out;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background-position: .96rem center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    transition: background .24s ease-in-out;
}


@media (min-width: 992px){
    .cta-header a{
        font-size: .928rem;
        padding-left: 2.88rem;
    }
}


.cta-header a:nth-of-type(1){
    background-color: #0A487C;
    background-image: url("../images/_menu-lista-orcamento.svg") !important;
    background-size: .72rem !important;
}

.cta-header a:nth-of-type(2){
    background-color: #33CC66;
    background-image: url("../images/_menu-whatsapp.svg") !important;
    background-size: 1.28rem !important;
}

.cta-header a:hover{
    background-color: #f97015;
}


@media (max-width: 991px){
    .cta-header a:nth-of-type(1), .cta-header a:nth-of-type(2){
        background-image: none !important;
        margin: 0 .4rem !important;
    }
}


/*
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cecece;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li > a{
    transition: color .24s ease;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li > a:hover{
    color: #33CC66 !important;
}
*/


#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(1) > a:after, 
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(5) > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cecece;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(2) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(3) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(4) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(6) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(2) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(3) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(4) > a,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(6) > a{
    opacity: .7;
    font-size: .88rem;
    font-weight: 400;
    transition: opacity .24s ease-in-out;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(2) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(3) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(4) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(2) > ul > li:nth-of-type(5) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(2) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(3) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(4) > a:hover,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(6) > a:hover{
    opacity: 1;
}



#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(1) > a:before,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(5) > a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .4rem;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(1) > a:before{
    background-image: url("../images/_rodape-telefone.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(5) > a{
    margin-top: .96rem;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(5) > a:before{
    background-image: url("../images/_rodape-email.svg");
}


#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(2) > a:before,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(3) > a:before,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(4) > a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .96rem;
    height: .96rem;
    margin-right: .4rem;
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(2) > a:before{
    background-image: url("../images/_header-3-telefone.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(3) > a:before,
#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(4) > a:before{
    background-image: url("../images/_header-3-whatsapp.svg");
}

#main-menu > .navbar-nav > .menu-item:nth-of-type(4) > ul > li:nth-of-type(6) > a:hover{
    cursor: pointer;
}
