@font-face {
  font-family: 'NeulisAlt-200';
  src: url(../fonts/NeulisAlt-200/NeulisAlt-200.eot);
  src: url(../fonts/NeulisAlt-200/NeulisAlt-200.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NeulisAlt-200/NeulisAlt-200.otf) format('otf'),
       url(../fonts/NeulisAlt-200/NeulisAlt-200.svg#NeulisAlt-200) format('svg'),
       url(../fonts/NeulisAlt-200/NeulisAlt-200.ttf) format('truetype'),
       url(../fonts/NeulisAlt-200/NeulisAlt-200.woff) format('woff'),
       url(../fonts/NeulisAlt-200/NeulisAlt-200.woff2) format('woff2');
}
@font-face {
  font-family: 'NeulisAlt-300';
  src: url(../fonts/NeulisAlt-300/NeulisAlt-300.eot);
  src: url(../fonts/NeulisAlt-300/NeulisAlt-300.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NeulisAlt-300/NeulisAlt-300.otf) format('otf'),
       url(../fonts/NeulisAlt-300/NeulisAlt-300.svg#NeulisAlt-300) format('svg'),
       url(../fonts/NeulisAlt-300/NeulisAlt-300.ttf) format('truetype'),
       url(../fonts/NeulisAlt-300/NeulisAlt-300.woff) format('woff'),
       url(../fonts/NeulisAlt-300/NeulisAlt-300.woff2) format('woff2');
}
@font-face {
  font-family: 'NeulisAlt-400';
  src: url(../fonts/NeulisAlt-400/NeulisAlt-400.eot);
  src: url(../fonts/NeulisAlt-400/NeulisAlt-400.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NeulisAlt-400/NeulisAlt-400.otf) format('otf'),
       url(../fonts/NeulisAlt-400/NeulisAlt-400.svg#NeulisAlt-400) format('svg'),
       url(../fonts/NeulisAlt-400/NeulisAlt-400.ttf) format('truetype'),
       url(../fonts/NeulisAlt-400/NeulisAlt-400.woff) format('woff'),
       url(../fonts/NeulisAlt-400/NeulisAlt-400.woff2) format('woff2');
}
@font-face {
  font-family: 'NeulisAlt-500';
  src: url(../fonts/NeulisAlt-500/NeulisAlt-500.eot);
  src: url(../fonts/NeulisAlt-500/NeulisAlt-500.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NeulisAlt-500/NeulisAlt-500.otf) format('otf'),
       url(../fonts/NeulisAlt-500/NeulisAlt-500.svg#NeulisAlt-500) format('svg'),
       url(../fonts/NeulisAlt-500/NeulisAlt-500.ttf) format('truetype'),
       url(../fonts/NeulisAlt-500/NeulisAlt-500.woff) format('woff'),
       url(../fonts/NeulisAlt-500/NeulisAlt-500.woff2) format('woff2');
}
@font-face {
  font-family: 'NeulisAlt-600';
  src: url(../fonts/NeulisAlt-600/NeulisAlt-600.eot);
  src: url(../fonts/NeulisAlt-600/NeulisAlt-600.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NeulisAlt-600/NeulisAlt-600.otf) format('otf'),
       url(../fonts/NeulisAlt-600/NeulisAlt-600.svg#NeulisAlt-600) format('svg'),
       url(../fonts/NeulisAlt-600/NeulisAlt-600.ttf) format('truetype'),
       url(../fonts/NeulisAlt-600/NeulisAlt-600.woff) format('woff'),
       url(../fonts/NeulisAlt-600/NeulisAlt-600.woff2) format('woff2');
}

* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'NeulisAlt-400';
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
b,
strong {
    font-weight: 700;
}

h1.titulo-geral {
    color: var(--ff-5500, #F50);
    font-family: 'NeulisAlt-600';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: 0 auto 25px;
}
h1.titulo-geral span {
    color: var(--000000, #000);
}
h1.titulo-geral:after {
    content: "";
    display: table;
    background: var(--ff-5500, #F50);
    width: 107px;
    height: 2px;
    margin: 10px auto 0;
}
h4.sub-titulo-geral {
    color: var(--ff-5500, #F50);
    text-align: center; 
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    margin: 0 0 10px;
}
.btn-geral {
    color: #FFF;
    text-align: center;
    font-family: 'NeulisAlt-600';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: var(--ff-5500, #F50);
    display: table;
    padding: 10px 30px;
    margin: 20px auto 0;
}
.btn-geral:hover {
    color: var(--ff-5500, #F50);
    background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: transparent;
    border: 1px solid #777676;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .5s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 46px;
    height: 16px;
    background: #fff;
}

/* Header */
header {
    transition: .5s;
    background: #000    ;
    padding: 10px 0;
    box-shadow: none;
    height: 150px;
}
header .navbar-brand img {
    transition: .5s;
    transform: scale(1);
}
header .navbar-brand:hover img {
    transform: scale(1.1);
}
header .navbar {
    transition: .5s;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding: 15px 0;
}
header .navbar li {
    margin-left: 30px;
}
header .navbar li>a img {
    transition: .5s;
    transform: scale(1);
}
header .navbar li>a:hover img {
    transform: scale(1.1);
}

.menu-desktop {
    position: fixed;
    z-index: 9999;
    width: 520px;
    max-width: 90%;
    height: 710px;
    right: -520px;
    top: 0;
    background: url(../img/bg-menu.svg) no-repeat;
    background-size: cover;
    background-position: bottom right;
    border-radius: 0px 0px 0px 30px;
    transition: 0.5s;
}
.menu-desktop.active {
    right: 0;
}
#close-menu {
    color: #000;
    font-family: 'NeulisAlt-600';
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 1;
    margin-left: 15px;
}
#close-menu:hover {
    opacity: .6;
}
.menu-desktop ul {
    padding: 0 60px;
}
.menu-desktop ul > li {
    margin: 20px 0;
}
.menu-desktop ul > li > a {
    color: #000;
    font-family: 'NeulisAlt-400';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 2px solid transparent;
}
.menu-desktop ul > li > a:hover {
    font-family: 'NeulisAlt-600';
    border-bottom: 2px solid #000;
}
.bg {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
}
.bg.active {
    display: block;
}

header.fixed {
    padding: 2px 0;
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header.fixed .navbar-brand img {
    height: 38px;
}

.vitrine .texto-principal {
    position: absolute;
    top: 75px;
    right: 6%;
    width: 410px;
}
.vitrine .texto-principal span {
    color: #fff;
    font-family: 'NeulisAlt-600';
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}
.texto-secundario {
    margin-top: 35px;
    margin-left: 65px;
}
.vitrine .texto-secundario p {
    color: #FFF;
    font-family: 'NeulisAlt-200';
    font-size: 28px;
    font-style: normal;
    font-weight: 200;
    line-height: 28px;
}
.vitrine .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    margin-top: -42px;
    position: relative;
    z-index: 99;
    bottom: -10px;
}


.sobre {
    background-size: cover;
    padding: 60px 0 45px;
    margin-top: -45px;
}
.sobre p {
    color: var(--000000, #000);
    text-align: center;
    font-family: 'NeulisAlt-500';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}
.sobre .titulo-geral{
    padding-top: 40px;
}
.trabalhos {
    background: #000;
    padding: 70px 0;
}
.trabalhos h1.titulo-geral {
    color: #fff;
}
.trabalhos h1.titulo-geral span {
    color: var(--ff-5500, #F50);
}
.trabalhos img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s;
}
.trabalhos .item:hover .conteudo {
    opacity: 1;
}
.trabalhos .item:hover img {
    filter: grayscale(1);
}
.trabalhos .conteudo {
    width: 100%;
    height: 350px;
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 9;
    opacity: 0;
    transition: .5s;
}
.trabalhos .conteudo h4 {
    color: #FFF;
    text-align: center;
    font-family: 'NeulisAlt-600';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
}
.trabalhos .conteudo p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}

.trends {
    padding: 60px 0;
}
.trends img {
    height: 615px;
    object-fit: cover;
    transition: .5s;
}
.trends .item {
    padding: 0 100px;
}
.trends .item h4 {
    font-family: 'NeulisAlt-600';
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.trends .item p {
    color: #000;
    font-family: 'NeulisAlt-300';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.clientes {
    background: #000;
    padding: 70px 0;
}
.clientes h1.titulo-geral {
    color: #fff;
}
.clientes h1.titulo-geral span {
    color: var(--ff-5500, #F50);
}
.clientes .item {
    height: 100px;
    text-align: center;
    justify-content: center;
}
.clientes img {
    width: 115px;
    height: 130px;
    object-fit: contain;
}
.clientes .row {
    border-bottom: 1px solid #4F4F4F; 
}
.clientes .row:last-child {
    border-bottom: none;
}
.clientes .col-md-2.p-0:first-child {
    border-left: none;
}
.clientes .col-md-2.p-0 {
    border-left: 1px solid #4F4F4F;
}

.contato {
    background: var(--ff-5500, #F50);
    padding: 50px 0;
}
.contato h1.titulo-geral {
    color: #000;
}
.contato h1.titulo-geral span {
    color: #fff;
}
.contato h1.titulo-geral:after {
    content: "";
    background: #000;
}
.contato h4.sub-titulo-geral {
    color: #fff;
}
.contato .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -32px;
    position: relative;
    z-index: 9;
    bottom: 10px;
}
.contato h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    margin: 20px 0 10px;
}
.contato h3{
    color: #000;
    text-align: center;
    font-family: 'NeulisAlt-600';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 10px;
}
.contato a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0 50px;
    display: table;
    margin: 0 auto 10px;
}
.contato a:hover {
    border-bottom: 1px solid #000;
}
.contato .item img {
    height: 360px;
    object-fit: cover;
}

footer {
    padding: 30px 0 0;
    background: #000;
}
footer .logo-footer img {
    width: 100%;
}
footer h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}
footer li {
    margin: 0 0 10px;
}
footer a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: table;
    margin: 0 0 15px;
}
footer li a:hover,
footer a:hover {
    color: var(--ff-5500, #F50);
}
footer h4 {
    color: var(--ff-5500, #F50);
    font-family: 'NeulisAlt-600';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
footer .redes-sociais  {
    display: flex;

    /* justify-content: space-between; */
}
footer .redes-sociais {
    margin-left: -25px;

}
footer .redes-sociais  a{
    margin-left: 15px;

}
footer .rodape {
    padding: 15px 0;
    background: #1f1f1f;
    margin-top: 20px;
}
footer .rodape p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.interna {
    padding: 60px 0 45px;
    margin-top: -45px;
}
.interna p {
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 0 0 15px;
}
.item-sobre {
    text-align: center;
}
.item-sobre img.icone-valor {
    display: table;
    height: 100px;
    margin: 0 auto 20px;
}
.item-sobre h4 {
    color: var(--ff-5500, #F50);
    font-family: 'NeulisAlt-600';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 25px;
}
.item-sobre p {
    color: var(--000000, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 0 0 25px;
}
.item-sobre li {
    color: var(--000000, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    text-align: left;
    margin-bottom: 10px;
}

.premios .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.premios .item img {
    padding-right: 30px;
}
.premios .item p {
    color: #9A9A9A;
    font-size: 16px;
    font-family: 'NeulisAlt-600';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.premios .item p span {
    font-family: 'NeulisAlt-400';
    font-weight: 400;
}

.form-contato p,
.form-contato label {
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 0 0 15px;
}
.form-contato .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}
.form-contato .btn-geral {
    border: none;
}

.section-compliance {
    padding: 40px 0;
}
section.section-compliance.black-bg {
    background: #000;
}
section.section-compliance.black-bg h3,
section.section-compliance.black-bg a,
section.section-compliance.black-bg p {
    color: #fff;
}
section.section-compliance.laranja-bg {
    background: var(--ff-5500, #F50);
}

@media(min-width:1700px) {
    .vitrine .texto-principal {
        top: 68px;
        right: 4.4%;
        width: 490px;
    }
    .vitrine .texto-principal span {
        font-size: 110px;
        line-height: 100px;
    }
}
@media(min-width:1400px) and (max-width:1699px) {
    .vitrine .texto-principal {
        top: 50px;
        right: 4%;
        width: 410px;
    }
}
@media(min-width:1200px) and (max-width:1399px) {
    .vitrine .texto-principal {
        top: 52px;
        right: 6.3%;
        width: 320px;
    }
    .vitrine .texto-principal span {
        font-size: 70px;
        line-height: 60px;
    }
    .vitrine .texto-secundario p {
        font-size: 22px;
        line-height: 22px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

}
@media(min-width:768px) and (max-width:991px) {

}
@media(max-width:767px) {
    .clientes img {
        width: 108px;
    }
    .vitrine .texto-principal {
        position: absolute;
        top: 5px;
        right: 0;
        width: 145px;
    }
    .vitrine .texto-principal span {
        font-size: 20px;
        line-height: 20px;
    }
    .vitrine .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
        margin-top: -20px;
        position: relative;
        z-index: 99;
        bottom: 0px;
    }
    .texto-secundario {
        margin-top: 5px;
        margin-left: 0;
    }
    .vitrine .texto-secundario p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
    }
    .vitrine .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 25px;
        height: 10px;
    }
    .vitrine .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    h1.titulo-geral {
        font-size: 24px;
        margin: 0 auto 20px;
    }
    h1.titulo-geral:after {
        content: "";
        width: 80px;
        margin: 5px auto 0;
    }
    h4.sub-titulo-geral {
        font-size: 16px;
    }
    .btn-geral {
        font-size: 14px;
        padding: 10px 20px;
    }
    header {
        padding: 20px 0;
        height: auto;
    }
    header .navbar {
        height: auto;
        padding: 0;
    }
    header a.navbar-brand img {
        width: 170px;
    }
    .sobre {
        padding: 10px 0 30px;
        margin-top: -10px;
        margin: 0 20px;
    }
    .sobre p {
        font-size: 12px;
    }
    .trabalhos {
        padding: 30px 0;
    }
    .trabalhos img {
        height: 140px;
    }
    .trabalhos .conteudo {
        height: 140px;
        background: rgba(0, 0, 0, 0.6);
        opacity: 1;
 
    }

    .trabalhos .conteudo p {
        font-size: 10px;
        line-height: 10px;
    }
    .trabalhos .conteudo h4 {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 5px;
    }
    .trabalhos .item .btn-geral {
        font-size: 10px;
        padding: 5px 10px;
        margin-top: 5px;
    }
    .trends {
        padding: 30px 0;
    }
    .trends img {
        height: auto;
    }
    .trends .item {
        padding: 10px 15px;
    }
    .trends .item h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .trends .item p {
        font-size: 12px;
    }
    .clientes {
        padding: 30px 0;
    }
    .clientes .row {
        border-bottom: none;
    }
    .clientes .item {
        height: 100px;
        border-bottom: 1px solid #4F4F4F;
    }
    .contato {
        padding: 20px 0;
    }
    .contato h4 {
        font-size: 24px;
        margin: 10px 0 5px;
    }
    .contato .col-md-4.p-0 {
        margin-bottom: 30px;
    }
    a.logo-footer {
        margin: 0 auto 20px;
        text-align: center;
    }
    footer a {
        margin: 0 auto 15px;
    }
    footer h4 {
        text-align: center;
    }
    footer .rodape p {
        font-size: 10px;
    }
    .interna p {
        font-size: 14px;
        line-height: 24px;
    }
    .premios .item {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .premios .item img {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .premios .item p {
       padding-left: 30%;
    }
    .cetificacao{
        text-align: center;
    }
    
    .redes-sociais{
        padding-left: 45%;
    }
}

.cetificacao img {
    width: 70%;
    padding-left: 30px;
}
.txt-logo img{
    padding: 10px;
}
.scroll a[href^="#"] {
    transition: all 0.5s ease-in-out;
}

.scroll a[href^="#"]:hover {
    transform: translateY(-3px);
}