:root {
    --transparent: transparent !important;
    --light: "Product Sans Light Regular";
    --black: "Product Sans Black Regular";
    --medium: "Product Sans Medium Regular";
    --regular: "Product Sans Regular";
    --bold: "Product Sans Bold";

    --primary-color: rgb(35, 233, 130);
}

.black{
    font-family: var(--black);
}
.primary-color{
    color: var(--primary-color);
}
.transparent {
    background: var(--transparent);
}
.gradient-navbar{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.strong {
    font-family: var(--black);
}
.titulo-section{
    font-family: var(--bold);
    line-height: 1.2;
    position: relative;
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 5rem;
}
.titulo-section:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -30px;
    background: var(--primary-color);
}
.py-section{
    padding: 80px 0;
}


html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body{
    background: #121421 url("../img/dot.png") repeat;
}
section{
    height: 100vh;
    display: flex;
    align-items: center;
}
p{
    font-family: var(--light);
    margin: 0;
    font-size: 1.2rem;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}
header {
    position: relative;
    overflow: hidden;
}

header h1 {
    font-family: var(--light);
    font-size: 4rem;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

header h1 span{
    font-family: var(--black);
}

header h2 {
    font-family: var(--black);
    font-size: 2.5rem;
    color: rgba(233, 162, 0, 0.35);
    text-transform: uppercase;
    /*white-space: nowrap;*/
}
header p {
    font-family: var(--light);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121421+0,121421+100&1+0,0.43+49,1+100 */
    background: -moz-linear-gradient(top,  rgba(18,20,33,1) 20%, rgba(18,20,33,0.43) 49%, rgba(18,20,33,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(18,20,33,1) 20%,rgba(18,20,33,0.43) 49%,rgba(18,20,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(18,20,33,1) 20%,rgba(18,20,33,0.43) 49%,rgba(18,20,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121421', endColorstr='#121421',GradientType=0 ); /* IE6-9 */

    z-index: 1;
}

#header-menu {
    transition: all ease-in-out 0.5s;
    padding-top: 2rem;
}

#header-menu.scrollUp {
    transform: translateY(-80px);
}
.section{
    position: relative;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: var(--primary-color);
}

#fp-nav ul li .fp-tooltip {
    top: -8px;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
    background: var(--primary-color);
    padding: .3rem 1rem;
    border-radius: 2rem;
}
/*.section:before{*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 4px;*/
/*    border-radius: 2px;*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    top: -85px;*/
/*    left: 50px;*/
/*    z-index: 1020;*/
/*}*/
/*.section:after{*/
/*    content: "";*/
/*    height: 15px;*/
/*    width: 4px;*/
/*    border-radius: 2px;*/
/*    background: var(--primary-color);*/
/*    position: absolute;*/
/*    top: -110px;*/
/*    left: 50px;*/
/*    z-index: 1020;*/
/*}*/
.section h2{
    color: #fff;
}
#carousel-products h2 {
    font-family: var(--black);
    font-size: 2.5rem;
    color: rgba(233, 162, 0, 0.1);
    text-transform: uppercase;
    /*white-space: nowrap;*/
}

.owl-carousel {
    margin-top: 8rem;
}

.owl-item{
    position: relative;
    text-align: center;
    height: 350px;
}
.owl-item p {
    transition: all ease-in-out .5s;
    font-family: var(--light);
    color: rgba(255, 255, 255, 0.1);
}
.owl-item img{
    width: auto !important;
    height: 60px;
    margin: auto auto 2rem auto;
    opacity: .1;
}
.owl-item .btn{
    opacity: .1;
}
.owl-item.active.center{
    width: 300px;
}
.owl-item.active.center h2 {
    color: rgba(255, 255, 255, 1) !important;
}

.owl-item.active.center p {
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.owl-item.active.center .btn {
    opacity: 1;
}
.owl-item.active.center img {
    opacity: 1;
}


.owl-nav {
    color: #fff;
    font-size: 1.8rem;
    margin: 0 auto;
    width: 84px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
       padding: 1rem!important;
}


/*collaborators*/
.collaborators{
    display: grid;
    grid-template-areas: "a a b c";
    grid-gap: 2rem;
}
.collaborators-item:first-child{
    padding:0 2rem;
}
.collaborators-item a, a.greenlink{
    color: var(--primary-color);
}

/*clientes*/
.clients{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}
.clients img{
    opacity: .3;
}


.card{
    background-color: rgb(27, 29, 41);
    color: rgba(255, 255, 255, 1);
    position: relative;
}
.card p{
    color: rgba(255, 255, 255, .3);
    /*border-left: 2px solid var(--primary-color);*/
    padding-left: 1rem;
}
.card:before {
    content: "";
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23e982+0,c5e231+100 */
    background: rgb(35,233,130); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(35,233,130,1) 0%, rgba(197,226,49,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(35,233,130,1) 0%,rgba(197,226,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(35,233,130,1) 0%,rgba(197,226,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23e982', endColorstr='#c5e231',GradientType=0 ); /* IE6-9 */
    width: 2px;
bottom: 50%;
    right: 0;
    top: 0;
}

/*footer*/
footer{
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
}
footer p{
    color: rgba(255,255,255,1);
}
footer h2{
    font-size: 3.6rem;
}
footer h6{
    font-family: var(--black);
    font-size: 1.3rem;
}
footer a{
    color: var(--primary-color);
}

