ul{
    margin:0px;
}
.link_home,.link_empresa,.link_servicos,.link_produtos,.link_contato,.link_areas{
    cursor:pointer;
}
/*----- Header -----*/
.header{
	width:100%;
	position:fixed;
    display:block;
    z-index: 99;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.header-content1{
    background: #941e36;
    padding-top:7.5px;
    padding-bottom:7.5px;
    width:100%;
    margin:0px;
}
.header-content2{
    background: #fff;
    height:100px;
    display:flex;
    align-items: center;
}
.header-content2 .container{
    margin: 0px;
    max-width: 100%;
}
.header-content2 .container .row .col-12 .menu ul li{
    padding:0px 15px;
}

.header-content2 .container .row .col-12 .menu ul li a{
    color:#000;
    text-decoration: none;
    font-weight: 900!important;
        font-size: 0.85em;
}

.header-content1 .container .row ul li{
    width:100%;
}
.header-content1 .container .row ul li table:nth-child(2){
    right:0px;
    float:right;
}
.header-content2 .container .row .col-12 .menu ul li:nth-child(1) a{
    color:#fff;
    text-decoration: none;
}
.header-content1 .container .row ul li table:nth-child(1){
    float:left;
}
.header-content1 .container .row ul li table tr td{
    color:#fff;
    padding:0px 15px;

}
.logo{
    float:left;
}
.logo .img-header{
    float:left;
    height: 100px;
    padding:10px 0px;
}
.btn-consulta{
    padding:9px 12px;
    color: #fff;
    border:0px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    box-shadow: -5px 5px 0px rgba(0,0,0,0.05);
    background:#6dac5f;
    transition:0.5s;
    cursor:pointer;
}
.btn-consulta:hover{
    background:#d25656;
    transition:0.5s;
}
.menu{
    float:right;
    display:flex;
    align-items: center;
    height:100%;
}
/*----- Header Mobile -----*/
.header-mobile{
    position:fixed;
    width:100%;
    z-index:10;
    display:none;
}
.mobile-header{
    background:#fff;
    width:100%;
    height:80px;
    padding:10px 10px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    position: relative;
    z-index:1;
}
.mobile-header .btn-menu-mobile{
    height:100%;
    float: right;
    display: flex;
    align-items: center;
    padding:10px;
}
.mobile-header .btn-menu-mobile i{
    font-size:30px;

}
.header-mobile .logo{
    height:100%;
    
}
.menu-mobile{
    height:calc(100vh - 80px);
    padding:15px;
    background: #efefef;
    max-width:80%;
    display: inline-block;
    min-width:25%;
    border-right:4px solid #941e36;
    box-shadow:0px 5px 10px rgba(0,0,0,0.3);
    position:absolute;
}
.menu-mobile ul{
    padding:0px;
    list-style-type: none;
}
.menu-mobile ul li a{ 
    text-decoration: none;
    color:#941e36;
    transition: 0.5s;
}
.menu-mobile ul li{
    transition: 0.5s;
}
.menu-mobile ul li:hover{ 
    background:#ccc ;
    transition: 0.5s;
}
.menu-mobile ul li:hover a{ 
    color:#fff;
    transition: 0.5s;
}
.menu-mobile ul:nth-child(1)>li a{ 
    border-bottom:1px solid #ccc;
 
}

.menu-mobile ul:nth-child(1)>li i{ 
    float:right;  
}
.menu-mobile ul li .item-open-button{ 
    padding:10px;
    cursor:pointer;
    width:100%;
}
.menu-mobile ul li .item-open-button svg{
    float:right;
    margin-right:5px;
} 
.menu-mobile ul li ul{ 
    padding:10px;
    padding-left:20px;
    overflow:hidden;
    height: 0px;
    padding: 0px;
}
.menu-mobile ul li ul li{ 
    padding:10px;
    padding-left:20px;

}
@media screen and (max-width: 1310px){
    .header-content2 .container .row .col-12 .menu ul li {
        padding: 0px 5px;
    }
}
@media screen and (max-width: 1210px){
    .header{
        display:none;
    }
    .img-header-mobile{
        height:100%;
    }
    .header-mobile{
        display:block;
    }
}
@media screen and (max-width: 850px){
    .menu-mobile{
        width:30%;
    }
}
@media screen and (max-width: 820px){
    .menu-mobile{
        width:45%;
    }
}
@media screen and (max-width: 480px){
    .menu-mobile{
        width:90%;
    }
}