body , html {height: 100%;margin: 0; font-family: 'Georama', sans-serif;}
a {text-decoration: none;}

a:link , a:active , a:visited {text-decoration: none; color: #3c6deb;}
a:hover {text-decoration: none; color: #294da8;}

.box-logo {
    width: 510px;
    height: 150px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 30px;
}

.box-topo-wrap {
    width: 100%;
    display: none;
}

.box-menu-wrap {
    width: 1000px;
/*    background: #3d5ba9;*/
    height: 60px;
    position: relative;
    z-index: 999;
    margin: auto;
/*    border-bottom: solid 2px #3d5ba9;*/
}

.box-menu {
    width: 490px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    color: #3d5ba9;
    text-align: center;
    position: relative;
    z-index: 999;
    display: inline-block;
}

/*
.box-menu::after {
    content: '';
    background: url(../img/logo-vert.png) no-repeat;
    width: 300px;
    height: 50px;
    position: absolute;
    background-size: contain;
    left: -30px;
    top: 5px;
}
*/

.box-menu :link , .box-menu :active , .box-menu :visited {
    color: #4776f2;
    text-decoration: none;
    
}

.box-menu :hover {
    color: #95b2ff;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.box-banner {
    width: 100%;
/*    height: 665px;*/
    position: relative;
}

.box-banner img {
    width: 100%;
}

.box-banner-tagone {
    width: 15%;
    padding: 40px;
    font-size: 46px;
    font-weight: 200;
    background: #231f20;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 20%;
    top: 10%;
}

.box-banner-tagtwo {
    width: 20%;
    text-align: justify;
    padding: 50px;
    color: #FFF;
    font-weight: 200;
    font-size: 22px;
    background: #231f20;
    position: absolute;
    bottom: -10%;
    right: 23%;
}

.box-banner-tagtwo p {margin: 0;}

.box-trace {
    width: 100%;
    height: 3px;
    background: #3d5ba9;
    margin: 30px 0px;
}

.box-featured-wrap {
    width: 1100px;
    margin: 120px auto;
}

.box-featured-3d {
    width: 450px;
    height: 450px;
    background: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
}

.box-featured-3d img {width: 80%; margin: 10%;}

.box-featured-text {
    width: 450px;
    display: inline-block;
    margin-left: 100px;
    font-size: 24px;
    font-weight: 200;
    vertical-align: middle;
}

.box-featured-text p {
    text-align: justify;
    margin: 40px auto;
    line-height: 30px;
}

.box-featured-title {
    position: relative;
    font-size: 46px;
    margin-bottom: 50px;
    font-weight: 300;
    color: #3d5ba9;
}

.box-featured-title::before {
    content: '';
    width: 300px;
    height: 3px;
    background: #9b9da0;
    position: absolute;
    top: 80px;
    left: -40px;
}

.box-button-small {
    width: 200px;
    height: 55px;
    padding-left: calc(200px - 40%);
    box-sizing: border-box;
    background: #3d5ba9;
    line-height: 55px;
    color: #FFF;
    position: relative;
    margin-left: 100px;
}

.box-button-small::before {
    content: '';
    position: absolute;
    width: 112px;
    height: 70px;
    background: url(../img/side-logo.png) no-repeat;
    background-size: contain;
    left: -110px;
    bottom: 0px;
}

.box-pattern-wrap {
    width: 100%;
/*    height: 500px;*/
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);box-shadow: 0 0 45px 0 rgba(0,0,0,0.1);
    background: url(../img/white_pattern.jpg);
    margin-top: 200px;
}

.box-blue-wrap {
    width: 1000px;
    height: 500px;
    margin: auto;
    position: relative;
}

.box-blue-left-wrap {
    position: absolute;
    top: -90px;
    left: 0;
}

.box-blue-right-wrap {
    position: absolute;
    top: -90px;
    right: 0;
}

.box-blue {
    width: 450px;
    height: 450px;
    background: #3d5ba9;
    margin-bottom: 35px;
}

.box-button-medium {
    width: 300px;
    height: 75px;
    padding-left: calc(300px - 55%);
    box-sizing: border-box;
    background: #3d5ba9;
    line-height: 75px;
    color: #FFF;
    position: relative;
    margin-left: 150px;
    font-size: 32px;
    font-weight: 200;
}

.box-button-medium::before {
    content: '';
    position: absolute;
    width: 152px;
    height: 96px;
    background: url(../img/side-logo.png) no-repeat;
    background-size: contain;
    left: -150px;
    bottom: 0px;
}

.box-events-wrap {
    width: 1000px;
    min-height: 300px;
    box-sizing: border-box;
    padding-left: 300px;
    padding-top: 80px;
    margin: auto;
    background: url(../img/events.jpg) no-repeat left;
}

.box-events {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.class-event {
    font-size: 16px;
    color: #002559;
    font-weight: 600;
}

.class-day {
    font-weight: 300;
    color: #7c7c7c;
}

.class-place {
    font-size: 32px;
    font-weight: 300;
}

.class-description {
    font-size: 14px;
    color: #999;
}

.class-subtitle-blue {
    color: #3d5ba9;
    font-weight: 600;
}

.box-bottom-wrap {
    width: 100%;
/*    height: 320px;*/
/*    background: url(../img/logo-black.png) no-repeat 5%;*/
/*    background-color: #231f20;*/
    position: relative;
    border-top: solid 2px #3d5ba9;
}

.box-bottom {
    width: 1000px;
    box-sizing: border-box;
    padding-top: 10px;
    margin: auto;
}

.box-bottom-inside {
    width: 49%;
/*    color: #FFF;*/
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.class-lager-number {
    font-size: 34px;
}

.box-copyright-wrap {
    width: 100%;
    padding-top: 25px;
    border-top: solid 3px #3d5ba9;
    position: relative;
    margin-top: 30px;
}

.box-copyright {
    width: 76%;
    color: #36539f;
    font-weight: 300;
    display: inline-block;
}

.box-privacy {
    display: inline-block;
    color: #89a1e0;
    font-size: 14px;
}

.box-cells {
    display: inline-block;
    padding: 0 10px;
}

.box-content-wrap {
    width: 1000px;
    box-sizing: border-box;
    padding: 100px 40px 0px 40px ;
    margin: auto;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    z-index: 990;
}

.box-merch-wrap {
    width: 1000px;
    box-sizing: border-box;
    padding: 40px 40px 0px 40px ;
    margin: auto;
/*    position: relative;*/
    font-size: 18px;
/*    font-weight: 300;*/
    line-height: 28px;
    text-align: justify;
}

.box-title-black {
    min-width: 260px;
    padding: 10px 20px;;
    font-size: 26px;
    font-weight: 200;
    background: #231f20;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 991;
}

.box-emultec {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    bottom: 30px;
}

.box-title-blue {
    font-size: 42px;
    color: #3d5ba9;
    padding-bottom: 30px;
    border-bottom: solid #3d5ba9 3px;
}

.box-anvisa {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #909090;
/*    font-weight: 600;*/
}

.box-twin-merch {
    width: 49%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.box-twin-merch img {
    width: 90%;
/*    padding: 4%;*/
}

.box-uses-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 0px 0px;
    margin: 30px auto;
    -webkit-box-shadow: 0 -40px 40px -40px rgba(0,0,0,0.1);
    box-shadow: 0 -40px 40px -40px rgba(0,0,0,0.1);
}

.box-full-wrap {
    width: 100%;
    height: 350px;
    background: url(../img/grey_pattern.jpg);
}

.box-full-content {
    width: 1000px;
    padding: 20px 40px 0px 40px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    font-size: 22px;
}

.box-overlay {
    width: 60%;
    position: absolute;
    left: 35%;
    top: 40%;
}

.box-overlay img {width: 100%;}

.box-download {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
}

.box-downloads-wrap {
    width: 1000px;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    margin: auto;
/*    position: relative;*/
    font-size: 18px;
/*    font-weight: 300;*/
    line-height: 28px;
    text-align: justify;
}

.box-localization {
    width: 100%;
    height: 350px;
}

.box-fix-local {
    height: 30px;
}

.class-strong {
    font-weight: 700;
}

.class-red {
    color: darkred;
}

.box-instruction-wrap {
    width: 100%;
    padding: 40px 0px 20px 0px;
    margin: 30px 0px;
    -webkit-box-shadow: 0 -40px 40px -40px rgba(0,0,0,0.1);
    box-shadow: 0 -40px 40px -40px rgba(0,0,0,0.1);
}

.box-anvisa-wrap {
    padding: 15px 0px;
    border-bottom: solid 2px #3d5ba9;
}

.box-button-inst {
    width: 125px;
    height: 35px;
    line-height: 35px;
    padding-left: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #2a4077;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: all 0.3s linear;
}

.box-button-inst:hover {background: #3d5ba9;transition: all 0.3s linear;}

.box-button-inst::after {
    content: '';
    width: 20px;
    height: 24px;
    padding-right: 10px;
    position: absolute;
    left: 10px;
    top: 6px;
    border-right: solid 1px #FFF;
    background: url(../img/icon-mindownload.png) no-repeat 0px 2px;
}

.box-button-inst a:link , a:active , a:visited {color: #FFF;}

.box-instruction-name {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
}

.box-certified-wrap {
    width: 100%;
    margin: 40px auto;
    border-top: solid 2px #3d5ba9;
/*    border-bottom: solid 2px #3d5ba9;*/
    padding: 20px 0px;
}

.box-certified {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: right;
    font-size: 42px;
    font-weight: 600;
    vertical-align: middle;
    color: #3d5ba9;
    padding-right: 50px;
}

.box-seal {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
}

.box-seal img {width: 20%}

.box-menu-static {
    position: sticky;
    top: 0px;
    z-index: 998;
    background: #FFF;
    border-bottom: solid 2px #3d5ba9;
}

.box-bottom-logo img {
    width: 70%;
}

.box-bottom-logo {
    text-align: left;
}

.box-logo-vert {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.box-logo-vert img {width: 90%;}
