
.a1200 {
    width: 1200px;
    position: relative;
    display: table;
    margin: 0 auto
}

.a1200.first {
    padding-top: 378px
}


.box {
    width: 100%;
    padding: 100px 0;
    position: relative
}


.box.gray .linusHexagon,.diferentials>div>span,.opinions span.op-span,.copyright a.atualstudio {
    background: transparent url(../imgs/css-sprites.png) no-repeat
}

.box.center {
    text-align: center
}

.box.gray {
    background: #1c1c1c;
    color: #fff
}

.box.gray h1,.box.gray h2,.box.contact h1,.box.contact h2 {
    color: #fff;
    padding: 0;
    margin: 0 0 5px;
    font-family: roboto, Arial;
    font-weight: 400;
    font-size: 40px;
}

.box.gray h3,.box.contact h3 {
    color: rgba(255,255,255,.6);
    font-weight: 100;
    font-size: 21px;
    padding: 0;
    margin: 0 0 5px;
    font-family: roboto, Arial;
}

.box.white {
    background: #f2f2f2
}


.box.contact {
    box-sizing: border-box;
    background: linear-gradient(90deg,#031974,#1934a7)!important;
}

.contacts {
    display: table;
    margin: 35px 0 0
}

.contacts>a {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    color: #fff
}

.contacts>a>span {
    transition: background .4s,color .4s;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #052a94;
    border-radius: 50%;
    font-size: 28px
}

.contacts>a:hover>span {
    background: #052a94;
    color: #fff
}

.contacts>a>div {
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0 0;
}

.contacts>a>div>span {
    display: table;
    font-size: 18px;
    font-weight: 400
}

