:root {
    --branco-bali: #FDFDFD;
    --bg-bali: #050505;
}

/* Importando a fonte Cakra-Normal.otf */
@font-face {
    font-family: 'Cakra Normal';
    src: url('../../../fonts/Cakra-Normal.otf') format('opentype');
}

/* Importando a fonte IBMPlexMono-Regular.ttf */
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../../../fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'IBM Plex Mono', monospace;
    -webkit-font-smoothing: antialiased;
}

* , *:before, *:after {
    box-sizing: border-box;
}
body {
    color: var(--branco-bali);
    overflow-x: hidden;
    background: var(--bg-bali);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cakra Normal', sans-serif; 
} 
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
picture {
    display: flex;
}
header {
    position: fixed;
    width: 100vw;
    padding: 3.125vw 0;
    padding: 1.125vw 0;
    z-index: 10;
    background: #050505;
    background:transparent;
    transition: all 0.7s ease;

}
.active {
    background: var(--bg-bali);
}
header nav {
    width: 83%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
}

header nav .logo {}
header nav .logo a {
    display: flex;
    text-decoration: none;
    
}
header nav .logo svg {
    width: 5.875vw;
    display: block;
}
header nav .logo svg path {
    fill: #EB1352;
}

header nav .menu {
    width: fit-content;
    height: fit-content;
    margin-left: 10vw;
}

header nav .menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

header nav .menu ul li {}

header nav .menu ul li a {
    font-size: 1.36vw;
    text-decoration: none;
    color: #D7D7D7;
    transition: all .5s;
    font-family: 'Cakra Normal', sans-serif; 
}

header nav .menu ul li a:hover {
    color: #EB1352;
}
/*MENU MOBILE*/

.hamburguer {
    display: none;
    cursor: pointer;
    float: right;
    z-index: 200;
}

.hamburguer div {
    width: 22px;
    height: 3px;
    background-color: #EB1352;
    margin: 5px;
    transition: all 0.6s ease;
}

.navLinks {
    display: none;
}


section.hero {
    background: var(--bg-bali);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56.25vw;
    position: relative;
    background: url("../assets/capa.png") top center no-repeat;
    background: url("../assets/capa.webp") top center no-repeat;
    background: url("../assets/capa.avif") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;

    /* background-position-y: -12vw; */
}

section.hero::after{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
section.hero .container {}
section.hero .container .marca {
    
    left: 33%;
    width: 30vw;
    position: relative;
    z-index: 1;
    margin-top: -50%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
}

section.video {
    margin-top: -10vw;
    position: relative;
    padding: 10vw 0 0vw 0;
    background: #D7D7D7;
}
section.video .container {
    width: 55vw;
    margin: 0 auto;
}
section.video .container iframe,
section.video .container video {
    width: 100%;
}
/*CONTEUDO*/

section.conteudo {
    padding: 3vw 0;
    position: relative;
    background: #FFF;
    background: #050505;
    background: #D7D7D7;
    /* margin-top: -10vw; */
    color: #000;
}
section.conteudo .container {
    margin: 0 auto;;
}
section.conteudo .container .flex {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    padding: 4vw 5vw;
    padding: 4vw 0;
}
section.conteudo .container .flex:nth-child(1) {
    background: #FFF;
    background: #D7D7D7;
}
section.conteudo .container .flex:nth-child(1) .text h2,
section.conteudo .container .flex:nth-child(1) .text p {
    color: #000;
}
section.conteudo .container .flex .img {
    display: flex;
    flex-direction: column;
}
section.conteudo .container .flex .img img {
    width: 43vw;
    display: none;
}
section.conteudo .container .flex .text {
    width: 43vw;
    width: 100rem;
    max-width: 80vw;
    margin: 0 auto;
}
section.conteudo .container .flex .text h2 {

    font-size: 1.5vw;
    font-style: normal;
    font-weight: 600;
    color: #FFF;
}
section.conteudo .container .flex .text p {
    font-size: 1.1vw;
    line-height: 140%;
    margin-top: 2vw;
    color: #FFF;
}

/*CONTEUDO*/

/*GAELRIA*/
section.galeria {
    padding: 4vw 0;
    background: #d7d7d7;
}
section.galeria .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: .5vw;

     width: 100rem;
    max-width: 80vw;
    margin: 0 auto;
}
section.galeria .container a {
    cursor: pointer;
    display: flex;
}
section.galeria .container a img {
    width: 100%;
}



/*GAELRIA*/


/*SILDER*/
section.slide {
    background: #D7D7D7;
    display: none;
}
section.slide .container {
    padding: 5vw 0;
    width: 60vw;
    margin: 0 auto;
}
section.slide .container .swiper {}
section.slide .container .mySwiper {}
section.slide .container  .swiper-wrapper {}
section.slide .container  .swiper-slide {}
section.slide .container  .swiper-slide img {
    width: 100%;
    padding: 3vw;
    background: transparent;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 2vw;
    color: #050505;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 2vw;
    color: #050505;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.38vw;
    width: 0.7vw;
    height: 0.7vw;
    background: #050505;
}
/*SILDER*/


/*MORE JOBS*/

section.mais-jobs {
    background: #212121;
    position: relative;
}
section.mais-jobs .container {}
section.mais-jobs .container > h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 6vw 0;
    font-size: 1.8vw;
}
section.mais-jobs .container > div {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
}
section.mais-jobs .container .job1 {
    position: relative;
    width: 50%;
    width: 33.854166vw;
}
section.mais-jobs .container .job1 .image {
    opacity: 1;
    display: block;
    width: 40.625rem;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
section.mais-jobs .container .job1:hover .image {
    opacity: 0.3;
}
section.mais-jobs .container .job1 .middle {
    display: flex;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -41%);
    -ms-transform: translate(-50%, -41%);
    text-align: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
section.mais-jobs .container .job1:hover .middle {
    opacity: 1;
}
section.mais-jobs .container .job1 .middle h3 {
    width: 100%;
    height: 0;
    border: 0px solid red;
    font-size: 1.5vw;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px 0 0 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    overflow: hidden;
}
section.mais-jobs .container .job1:hover .middle h3 {
    height: 2.65625vw;
}
section.mais-jobs .container .job1 .middle hr {
    width: 100%;
    transition: width 1s;
    height: .1041666vw;
    background-color: #FFF;
    margin: 0% auto 0% auto;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    opacity: 0;
    border: 0;
}
section.mais-jobs .container .job1:hover .middle hr {
    width: 80%;
    opacity: 1;
}
section.mais-jobs .container .job1 .middle .ico {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
}
section.mais-jobs .container .job1:hover .middle .ico {
    height: 3.6979166vw;
}
section.mais-jobs .container .job1 .middle .ico svg {
    width: 2.5vw;
    display: flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.5104166vw;
}
section.mais-jobs .container .job1:hover .middle .ico svg {
    height: 2.5vw;
}

footer {
    background: #C4C4C4;
    background: #D7D7D7;
    color: var(--bg-bali);
    padding: 4.21875vw 0 2.2916666vw 0;
    position: relative;
}

footer .container {
    display: flex;
    width: 90vw;
    width: 70vw;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

footer .container .form {
    width: 34.53125vw;
    display: none;
}

footer .container h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 150%;
    color: #000000;
    margin-bottom: 3.125vw;
}

footer .container .form form {
    width: 96%;
    display: none;
}

footer .container .form form .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.833333vw;
}

footer .container .form form .flex label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
}

footer .container .form form .flex input {
    border: 0;
    border-bottom: 0.1049vw solid #C4C4C4;
    background: transparent;
    width: 75%;
    padding: 0.7vw 0 0.7vw 0.7vw;
    padding: 0;
    outline: none;
    font-size: .9375vw;
}

footer .container .form form .flex select {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
    background: transparent;
    border: 0;
    outline: none;
    margin-left: .4vw;
}

footer .container .form form .flex select option {}

footer .container .form form .flex:nth-child(2) {
    justify-content: flex-start;
    align-items: center;
}

footer .container .form form .flex:nth-child(3) {
    margin-bottom: 0;
}

footer .container .form form .flex div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 75%;
}

footer .container .form form .flex div label {
    width: 7vw;
}

footer .container .form form .flex div input {
    width: 100%;
}

footer .container .form form .flex button {
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .9375vw;
    line-height: 150%;
    color: #000000;
    border: 0.1045vw solid #000;
    padding: 0.520833333vw 1.71875vw;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    width: fit-content;
    /**/
}
footer .container .form div {}
footer .container .form div .redes {}
footer .container .form div .redes a {}
footer .container .form div .redes a img{}
footer .container .form div .redes + img{
    width: 5.72916666vw;
}

footer .container + p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .7291666vw;
    line-height: 150%;
    color: #313234;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5.46875vw;
}

footer .container + p img {
    width: 0.7291666vw;
    margin-right: 0.2vw;
}

footer .container .contato  {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .container .contato > img {
    width: 5.7291666vw;
}
footer .container .contato  div {
    width: 16.14583333vw;
    width: auto;
}

footer .container .contato  div p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .83333vw;
    line-height: 150%;
    letter-spacing: .052083333vw;
    color: #313234;
}

footer .container .contato  div a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .72916666vw;
    line-height: 145%;
    letter-spacing: .0390625vw;
    color: #313234;
    text-decoration: none;
}
footer .container .contato  .redes {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    align-items: flex-end;
}
footer .container .contato  .redes a {
    width: fit-content;
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
footer .container .contato  .redes a:nth-child(2) {
    margin: 0 .8vw;
}
footer .container .contato  .redes a img {
    width: 1.1vw;
}

footer .container .contato  div+div {}

footer .container .contato  div+div p {}

footer .container .contato  div+div a {}


footer .container .contato .logo-footer-mob {
    display: none;
}
.p-mob {
    display: none;
}




@media screen and (max-width: 767px) {
    nav .navLinks ul li {
        margin-top: 5vw;
    }
    nav ul li a {
        text-decoration: none;
        color: #D7D7D7;
        font-size: 5vw;
        font-family: 'Cakra Normal', sans-serif; 
    }
    header nav {
        justify-content: space-between;
    }
    header {
        padding: 6.125vw 0;
    }
    header nav .logo svg {
        width: 10.4vw;
        width: 13.4vw;
    }
    header nav .menu {
        display: none;
    }
    header nav .logo {
        z-index: 10;
    }
    nav ul.navAtiva {
        display: block;
        text-align: left;
        padding: 2em;
    }
    .hamburguer {
        display: block;
    }
    nav .navLinks {
        position: absolute;
        width: 100%;
        height: calc(90vh + 5vh);
        background: var(--bg-bali);
        top: 0;
        left: 0;
        transition: 0.6s;
        font-size: 18px;
        font-size: 6vw;
        z-index: 5;
    }
    nav .navLinks ul {
        padding: 0;
        list-style: none;
        padding-top: 10vw;
    }
    /*HERO*/
    section.hero {
        height: 180vw;
    }
    section.hero .container .marca {
        left: 33%;
        width: 80vw;
        position: relative;
        z-index: 1;
        margin-top: 0%;
        top: 0;
        left: 50%;
        margin-left: -50%;
    }

    section.video {
        margin-top: 0vw;
        position: relative;
        padding: 15vw 0 0vw 0;
        background: #D7D7D7;
    }
    section.video .container {
        width: 100vw;
        margin: 0 auto;
    }
    section.video .container iframe,
    section.video .container video {
        /* height: 45vw;   */
    }

    section.conteudo {
        padding: 10vw 0;
        padding:  0;
        background: #050505;
        margin-top: 0;
        padding-bottom: 0;
        color: unset;
    }
    section.conteudo .container .flex {
        gap: 10vw;
        padding: 5vw;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 15vw;
    }
    section.conteudo .container .flex .img img {
        width: 100vw;
    }
    section.conteudo .container .flex .text {
        width: 80vw;
    }
    section.conteudo .container .flex .text h2 {
        font-size: 1.5rem;

    }
    section.conteudo .container .flex .text p {
        font-size: 1rem;
        line-height: 140%;
        margin-top: 10vw;
    }
    section.conteudo .container .flex:nth-child(2) {
        flex-direction: column-reverse;
    }

    /*GALERIA*/

        
    section.galeria {
        padding: 16vw 0;
        background: #d7d7d7;
    }
    section.galeria .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100rem;
        max-width: 80vw;
        margin: 0 auto;

        gap: 1vw;
    }



    /*slide*/
    section.slide .container {
        width: 100vw;
        padding: 10vw 0 20vw 0;
    }
    section.slide .container .swiper-slide img {
        padding: 0 0 10vw 0;
        padding: 10vw 0;
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 8vw;
        color: #D7D7D7;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 8vw;
        color: #D7D7D7;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.38vw;
        width: 3.7vw;
        height: 3.7vw;
        background: #050505;
    }

    /*slide*/


    section.mais-jobs .container .job1 {
        width: 50vw;
    }
    section.mais-jobs .container .job1 .middle {
        opacity: 1;
        background: rgba(0, 0, 0, .7);
        height: 45vw;
        justify-content: center;
        margin-top: -4vw;
    }
    section.mais-jobs .container > h2 {
        padding: 12vw 0;
        font-size: 1.5rem;
    }
    section.mais-jobs .container .job1 .image {
        opacity: 1;
        display: block;
        width: 40.625rem;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }
    section.mais-jobs .container .job1:hover .middle h3 {
        height: auto;
    }
    section.mais-jobs .container .job1:hover .middle .ico {
        height: 9vw;
    }
    section.mais-jobs .container .job1:hover .middle .ico svg {
        height: 9vw;
    }
    section.mais-jobs .container .job1 .middle h3 {
        width: 100%;
        height: auto;
        border: 0px solid red;
        font-size: 4.5vw;
        color: #FFF;
        text-transform: uppercase;
        margin: 0px 0 0 0;
        padding: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        overflow: hidden;
    }
    section.mais-jobs .container .job1 .middle hr {
        width: 80%;
        transition: width 1s;
        height: 0.1041666vw;
        background-color: #FFF;
        margin: 2vw auto 2vw auto;
        transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        opacity: 1;
        border: 0;
    }
    section.mais-jobs .container .job1 .middle .ico {
        width: 100%;
        height: 9vw;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        position: relative;
    }
    section.mais-jobs .container .job1 .middle .ico svg {
        width: 9vw;
        display: flex;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        position: absolute;
        bottom: 0;
        left: 40%;
        margin-left: 0;
    }

    
    footer  {
        padding: 15vw 0;
    }
    footer .container  {
        width: 80vw;
    }
    footer .container .contato {
        flex-direction: column;
        gap: 10vw;
    }
    footer .container .contato > img {
        width: 20vw;
    }
    footer .container .contato .redes {
        display: flex;
        justify-content: flex-start;
        height: fit-content;
        align-items: flex-end;
        gap: 5vw;
    }
    footer .container .contato .redes a img {
        width: 6.156vw;
    }
    footer .container .contato div p {
        font-size: 1.125rem;
        line-height: 150%;
    }
    footer .container .contato div a {
        font-weight: 500;
        font-size: 1rem;
        line-height: 150%;
        color: #313234;
    }
    footer .container + p {
        font-size: 1rem;
        margin-top: 10vw;
        width: 80vw;
    }
    footer .container + p img {
        width: 3.729167vw;
        margin-right: 1.2vw;
    }
    
}
/*Adicionando animação*/

@keyframes navLinkDesaparece {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
/*Transformando Menu Hamburguer em X*/

.hamburguerAlternar .linha1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburguerAlternar .linha2 {
    opacity: 0;
}

.hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -6px);
}
