@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
button {
    transition: all 0.4s linear;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}


html {
    height: 100%;
}
body {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
    position: relative;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body ul,
body li,
body p,
body a {
    font-family: "Gotham", sans-serif;
}
body a {
    color: inherit;
}
img {
    display: block;
}
b {
    font-family: 'Gotham-Bold';
}
sup {
    font-size: 0.6em;
}
.sem-quebra {
    white-space: nowrap;
}
.img-fluid {
    width: 100%;
}
.right {
    text-align: right;
}
.container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
}
.col{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-2{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex {
    display: flex;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.pd-tp-50 {
    padding-top: 50px;
}
.bg-blue{
    background-color: #0099da;
    color: #fff;
}
.bg-white{
    background-color: #ffffff;
    color: #0099da;
}
.bg-gray {
    background-color: #D1D2D4;
}
.bg-lightblue{
    background-color: #D3E3F5;
    color: #404040;
}
.invert{
    transform: scaleX(-1);
}
.v-align{
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-align-column{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.stamps-align{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
header {
    height: 721px;
    width: 100%;
    background: url(../img/img-header.png);
    background-size: cover;
    display: block;
    position: relative;
    text-align: center;
}
header h1{
    text-align: left;
    color: #fff;
    font-size: 40px;
    line-height: 51px;
    text-transform: uppercase;
    position: absolute;
    left: 6vw;
    top: 14vw;
}
header h1 strong{
    font-family: 'Gotham-Bold';
    font-size: 55px;
}
header .img-right img {
    position: absolute;
    right: 81px;
}
header .img-right-bottom img {
    max-width: 450px;
    position: absolute;
    right: 81px;
    bottom: 30px;
}


#chamada{
    background-color: #1F94D2;
    text-align: center;
}
#chamada h2 {
    font-family: 'Gotham-Bold';
    font-size: 32px;
    padding: 50px 0px;
    line-height: 1.3;
    color: #fff;
}
#chamada h2 span {
    font-family: 'Gotham';
    font-size: 26px;
    line-height: 26px;
}


#block-1 .col {
    display: inline-block;
}
#block-1 .col-2 {
    justify-content: left;
}
#block-1 .img-ar {
    margin-top: -100px;
}
#block-1 .img-logo {
    display: block;
    max-width: 570px;
    margin: 0px auto;
}


#caracteristicas {
    margin-bottom: 100px;
}
#caracteristicas .col {
    width: 20%;
    margin: 0 auto;
}
#caracteristicas .titulo {
    font-family: 'Gotham-Bold';
    font-size: 20px;
    color: #7c7b7f;
    margin: 100px 0px 50px 50px;
    text-align: left;
}


#tabela {
    margin-top: 160px;
    background-color: #d9d9d9;
}
#tabela .cont-tabela {
    margin: 0 auto;
    background-color: #d9d9d9;
}
#tabela .b3-imagem {
    margin-top: -90px;
    width: 100%;
}
#tabela .b3-tabela {
    margin: 70px auto 40px;
}
#tabela .tj {
    font-size: 12px;
    color: #575757;
    margin: 0px 70px;
    padding-bottom: 70px;
}


#block-4 {
    margin-bottom: 50px;
}
#block-4 .b4-imagem {
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-block;
    position: relative;
}
#block-4 .bullet-1 {
    position: absolute;
    display: flex;
    width: 540px;
    top: 150px;
    left: 70px;
}
#block-4 .bullet-2 {
    position: absolute;
    display: flex;
    width: 540px;
    top: 300px;
    left: 70px;
}
#block-4 .bullet-3 {
    position: absolute;
    display: flex;
    width: 540px;
    top: 450px;
    left: 70px;
}
#block-4 .text {
    margin-left: 20px;
    font-size: 22px;
    color: #696969;
    line-height: 1.1;
}
#block-4 .text span {
    font-size: 24px;
    color: #0092d8;
}
#block-4 .economia {
    margin-top: 50px;
    font-family: 'Gotham-Bold';
    font-size: 36px;
    color: #0a94d2;
    line-height: 1.1;
}
#block-4 .economia span {
    font-family: 'Gotham';
    font-size: 20px;
}
#block-4 .b4-grafico {
    margin-top: -60px;
}
#block-4 .tj {
    font-size: 12px;
    color: #575757;
}


#block-5 {
    background-color: #D1D2D4;
}
#block-5 .col-3 {
    width: 33.3%;
}
#block-5 .box {
    height: 180px;
    margin: 70px 30px 30px;
    border: solid 2px #575757;
    border-top-left-radius: 30px;
    padding: 20px;
    font-size: 22px;
    line-height: 1.1;
}
#block-5 .box .tit-box {
    margin-bottom: 20px;
}
#block-5 .tj {
    font-size: 12px;
    color: #575757;
    margin-bottom: 40px;
}


#block-6 {
    background-color: #ceeaf6;
}
#block-6 .b6-imagem {
    margin: 50px;
}


#block-7 {
    margin-top: 70px;
}
#block-7 .b7-titulo {
    text-align: center;
    font-family: 'Gotham-Bold';
    font-size: 50px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 50px;
}
#block-7 .b7-titulo .img {
    padding-top: 50px;
}
#block-7 .item {
    margin: 50px;
    width: 420px;
    color: #575757;
    text-align: center;
    line-height: 1.1;
}
#block-7 .item .titulo {
    margin-top: 30px;
    font-family: 'Gotham-Bold';
    font-size: 28px;
    text-transform: uppercase;
}
#block-7 .item .texto {
    padding: 20px;
    font-family: 'Gotham';
    font-size: 21px;
}
#block-7 .tj {
    font-size: 12px;
    color: #575757;
    margin-bottom: 40px;
}


#block-8 {
    margin-top: 70px;
}
#block-8 .col {
    display: block;
}
#block-8 .b8-titulo {
    text-align: center;
    font-family: 'Gotham-Bold';
    font-size: 50px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 20px;
}
#block-8 .b8-sub {
    text-align: center;
    font-family: 'Gotham';
    font-size: 25px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 50px;
}
#block-8 .b8-img {
    width: 100%;
    margin-top: -180px;
    z-index: -10;
}


#block-9 {
}
#block-9 .col-2 {
    display: block;
}
#block-9 .b9-titulo {
    margin-top: 120px;
    text-align: center;
    font-family: 'Gotham-Bold';
    font-size: 40px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 20px;
}
#block-9 .b9-sub {
    text-align: center;
    font-family: 'Gotham';
    font-size: 24px;
    padding: 0px 100px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 50px;
}
#block-9 .b9-ar {
    margin: 0 auto;
}
#block-9 .b9-img {
    margin: 40px auto;
}
#block-9 .tj {
    font-size: 12px;
    color: #575757;
    text-align: right;
    margin-right: 120px;
    margin-bottom: 40px;
}


#block-10 {
    background-color: #D1D2D4;
    padding-top: 70px;
    margin-bottom: 100px;
}
#block-10 .b10-titulo {
    text-align: center;
    font-family: 'Gotham-Bold';
    font-size: 50px;
    color: #575757;
    line-height: 1.1;
    padding-bottom: 50px;
}
#block-10 .b10-titulo .img {
    padding-top: 50px;
}


#machines{
    color: #808285;
}
#machines h3 {
    font-family: 'Gotham-Bold';
    font-size: 40px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #575757;
    text-align: left;
    padding-bottom: 70px;
}
#machines .mac-img {
    margin: 0px 30px 30px;
}
#machines .mac-img-selos {
    margin: 0px 30px;
    padding-bottom: 160px;
}
#machines h4 {
    font-family: 'Gotham-Bold';
    text-align: left;
    font-size: 20px;
    line-height: 1.1em;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1f94d2;
}
#machines p.infos {
    padding: 5px 10px;
    font-size: 12px;
}
#machines p.infos-2 {
    padding: 5px 10px 5px 0px;
    font-size: 12px;
}
#machines p.infos-3 {
    padding: 5px 0px 5px 10px;
    font-size: 12px;
}
#machines p.infos b {
    font-family: 'Gotham-Bold';
}
#machines .border {
    border-right: 1px solid black;
}
#machines .tj {
    font-size: 12px;
    color: #575757;
    margin-top: 40px;
    margin-bottom: 40px;
}


footer{
    text-align: center;
    background-color: #0099da;
    padding: 30px 0;
}
footer img{
    display: inline-block;
}


/*RESPOSIVO*/
/*RESPOSIVO*/
/*RESPOSIVO*/
@media (max-width: 1440px) {
#chamada h2 {
    line-height: 1.1;
}
#block-1 .img-ar {
    max-width: 100%;
}
#block-1 .img-logo {
    max-width: 460px;
}
#tabela .b3-tabela {
    max-width: 90%;
}
#block-4 .img-eco {
    max-width: 90%;
}
#block-4 .bullet-1 {
    width: 490px;
    top: 120px;
    left: 80px;
}
#block-4 .bullet-2 {
    width: 490px;
    top: 240px;
    left: 80px;
}
#block-4 .bullet-3 {
    width: 490px;
    top: 370px;
    left: 80px;
}
#block-4 .text {
    margin-left: 20px;
    font-size: 19px;
}
#block-4 .text span {
    font-size: 23px;
}
#block-4 .economia {
    margin-left: 5%;
}
#block-4 .b4-grafico {
    max-width: 90%;
    margin: -40px auto 10px;
}
#block-4 .tj {
    max-width: 90%;
    margin: 0 auto;
}
#block-5 .tj {
    margin-left: 5%;
}
#block-6 img {
    max-width: 100%;
}
#block-7 img {
    max-width: 90%;
    margin: 0 auto;
}
#block-7 .item {
    margin: 50px 5px;
    width: 380px;
}
#block-7 .tj {
    margin-left: 25px;
}
#block-9 .b9-img {
    max-width: 90%;
}
#block-9 .b9-titulo {
    margin-top: 90px;
    font-size: 38px;
}
#block-9 .b9-sub {
    font-size: 22px;
    padding: 0px 60px 30px;
}
#block-9 .b9-img {
    margin: 30px auto;
}
#block-9 .tj {
    margin-right: 7%;
    margin-bottom: 30px;
}
#block-10 {
    padding-top: 50px;
}
#block-10 .b10-titulo {
    font-size: 45px;
}
#block-10 .b10-titulo .img {
    max-width: 90%;
    margin: 0 auto;
}
#machines h3 {
    margin-left: 2%;
}
#machines .coluna-1 {
    width: 34%;
}
#machines .coluna-2 {
    width: 26%;
}
#machines .coluna-3 {
    width: 30%;
}
#machines .coluna-meio {
    width: 5%;
}
#machines .mac-img {
    width: 95%;
    margin: 0 auto;
}
#machines .mac-img-selos {
    width: 95%;
    margin: 0 auto;
}
#machines h4 {
    margin-left: 2%;
}
#machines .col {
    width: 96%;
    margin: 0 auto;
}
#machines p.infos {
    padding: 5px 8px;
    font-size: 11px;
}
#machines p.infos-2 {
    padding: 5px 8px 5px 0px;
    font-size: 11px;
}
#machines p.infos-3 {
    padding: 5px 0px 5px 8px;
    font-size: 11px;
}
#machines .tj {
    margin: 40px 2%;
}

}


@media (max-width: 1180px) {
header {
    height: 510px;
}
header .img-right img {
    position: absolute;
    right: 60px;
    width: 180px;
}
header h1 strong {
    font-size: 45px;
}
#chamada h2 {
    font-size: 29px;
}
#chamada h2 span {
    font-size: 23px;
}
#block-1 .img-ar {
    margin-top: -60px;
}
#block-4 .bullet-1 {
    width: 420px;
    top: 100px;
    left: 70px;
}
#block-4 .bullet-2 {
    width: 420px;
    top: 200px;
    left: 70px;
}
#block-4 .bullet-3 {
    width: 420px;
    top: 320px;
    left: 70px;
}
#block-4 .text span {
    font-size: 20px;
}
#block-4 .text {
    margin-left: 15px;
    font-size: 17px;
}
#block-5 .box {
    font-size: 19px;
    padding: 15px;
    margin: 50px 15px 30px;
}
#block-5 .box .tit-box {
    height: 51px;
}
#block-7 .col-3 {
    width: 33.3%;
}
#block-7 .col-3 .item {
    width: 100%;
}
#block-7 .item .titulo {
    font-size: 26px;
}
#block-7 .item .texto {
    padding: 15px;
    font-size: 20px;
}
#block-7 .titulo-2 {
    padding-top: 28px;
}
#block-8 .b8-img {
    margin-top: -130px;
}
#block-9 .b9-titulo {
    font-size: 35px;
}
#block-9 .b9-sub {
    padding: 0px 30px 30px;
}
#block-9 .b9-ar {
    max-width: 100%;
}

}


@media (max-width: 980px) {
.no-br {
    display: none;
}
.row {
    display: block;
}
.col {
    width: 100% !important;
}
header {
    height: 380px;
}
header .img-right img {
    right: 40px;
    width: 130px;
}

header h1 {
    font-size: 40px;
    line-height: 31px;
    top: 17vw;
}
header h1 strong {
    font-size: 30px;
}
#block-1 .img-ar {
    margin-top: -30px;
}
#block-1 .col-2 {
    width: 70%;
}
#block-1 .mobile {
    width: 100%;
    margin: 70px auto 0px;
}
#caracteristicas .titulo {
    margin: 80px 0px 50px;
    text-align: center;
}
#caracteristicas img {
    margin-bottom: 20px;
}
#tabela .b3-tabela {
    max-width: 94%;
}
#tabela .b3-tabela {
    margin: 50px auto 40px;
}
#tabela .tj {
    margin: 0px 20px;
    padding-bottom: 40px;
}
#block-4 .mobile {
    max-width: 80%;
}
#block-4 .bullet-1 {
    top: 320px;
}
#block-4 .bullet-2 {
    top: 420px;
}
#block-4 .bullet-3 {
    top: 520px;
}
#block-4 .economia {
    margin: 270px auto 30px;
    text-align: center;
    line-height: 1.3;
}
#block-5 .col-3 {
    width: 90%;
    margin: 0px auto;
}
#block-5 .col-3 {
    padding-top: 20px;
}
#block-5 .box {
    font-size: 19px;
    padding: 15px;
    margin: 30px 15px 0px;
    height: 130px;
}
#block-5 .tj {
    padding: 20px;
}
#block-6 .b6-imagem {
    margin: 35px 15px;
}
#block-7 {
    margin-top: 50px;
}
#block-7 .b7-titulo .img {
    padding-top: 30px;
}
#block-7 .b7-titulo {
    font-size: 35px;
    padding-bottom: 30px;
}
#block-7 .col-3 {
    width: 80%;
    margin: 0 auto;
}
#block-8 .b8-img {
    margin-top: -50px;
}
#block-8 .b8-titulo {
    font-size: 35px;
}
#block-8 .b8-sub {
    font-size: 22px;
}
#block-9 .col-2 {
    width: 100%;
}
#block-9 .b9-ar {
    max-width: 90%;
}
#block-10 {
    margin-bottom: 70px;
}
#block-10 .b10-titulo {
    font-size: 35px;
}
#machines h3 {
    font-size: 35px;
    margin-left: 0px;
    text-align: center;
    padding-bottom: 40px;
}
#machines .mac-img-selos {
    padding-bottom: 70px;
}
#machines h4 {
    margin-left: 0px;
    text-align: center;
    font-size: 26px;
}
#machines .dados {
    display: inline-grid;
    margin: 0 auto;
}
#machines .border {
    border: none;
}
#machines p.infos {
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
}
#machines p.infos-2 {
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
}
#machines p.infos-3 {
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
}


}
