/* common */

/* gnb */
#header .gnb h1{
    width: 160px;
}
#header .gnb .gnbMenu{
    width: 775px;
}
#header .gnb .gnbMenu>li{
    margin-left: 13px;
}
#header .gnb .gnbMenu>li>a.on:after, #header .gnb .gnbMenu>li:hover>a:after{
    width: 100%;
    left: 0;
}
#header .gnb .gnbMenu>li:nth-of-type(2){
    width: 137px;
}
#header .gnb .gnbMenu>li:nth-of-type(3){
    width: 71px;
}
#header .gnb .gnbMenu>li:nth-of-type(4){
    left: 0;
}
#header .gnb .gnbMenu>li:nth-of-type(5){
    margin-left: 13px;
}

/* gnbmenu */
#header .gnb .gnbMenu>li:nth-of-type(3)>ul{
    left: 0;
}
#header .gnb .gnbMenu>li:nth-of-type(4)>ul{
    left: 10px;
}
#header .gnb .gnbMenu>li:nth-of-type(5)>ul{
    left: 20px;
}
#header .gnb .gnbMenu>li:nth-of-type(6)>ul{
    left: 10px;
}

/* myNav */
.overlayContent>ul>li>a{
    width: 210px;
}

/* -------- */

/* main */
.main3Menu div>a{
    height: 310px;
}

/* -------- */

/* OurBusiness */
.ourProducts section>div{
    padding: 100px 0 0 74px;
}
.ourProducts section>div>strong{
    line-height: 38px;
}

/* -------- */

/* sustent */
.infoG_global>h5{
    width: 330px;
}
.infoG_global>ul>li{
    height: 150px;
}
.infoG_global>ul>li>span{
    width: 117px;
    height: 117px;
    line-height: 117px;
}
.infoG_global>ul>li>em{
    width: 77px;
    height: 117px;
    line-height: 117px;
}

.csrBox .col{
    height: 384px;
}

/* Política */

.btn-lgpd{
    margin-top: 30px;
    border: 1px solid #555;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}