
html {
    background-color: #000000;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 1920px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    overflow-x: hidden;
}

img {
    align-self: center;
    display: block;
	height: auto;
	max-width: 100%;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}



/* ======================================== NAVIGATION ======================================== */

nav {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    width: 100%;
}

#nav-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
    max-width: 1440px;
    width: 100%;
}

#nav-container>img {
    z-index: 9999999999999;
}

nav ul {
    align-items: center;
    display: flex;
}

nav ul li:not(:last-of-type) {
    margin-right: 25px;
}

nav ul a {
    color: #FFF101;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease;
}

nav ul a:hover {
    color: #ED028C;
}

nav .burger {
    display: none;
    z-index: 9999999;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
    background-color: #FFF101;
}



/* ======================================== HEADER ======================================== */

header {
    align-items: center;
    display: flex;
    height: 1080px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.header-swiper .swiper-wrapper {
    width: 100%;
    z-index: 99999;
}

.header-swiper .swiper-slide {
    align-items: flex-start;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    /* padding: 0 50px; */
    position: relative;
}

.header-swiper .swiper-slide video {
    height: 100%;
    position: relative;
    top: 0;
    width: 100%;
}

.header-swiper .video {
    max-width: 100%;
}

.header-swiper .header01 {
    background-image: url(../images/header/header01.png);
}

.header-swiper .header02 {
    background-image: url(../images/header/header02.png);
}

.header-swiper .header03 {
    background-image: url(../images/header/header03.png);
}

.header-swiper .header04 {
    background-image: url(../images/header/header04.png);
}

.header-swiper .header05 {
    background-image: url(../images/header/header05.png);
}

.header-swiper .header06 {
    background-image: url(../images/header/header06.png);
}

.header-swiper .header07 {
    background-image: url(../images/header/header07.png);
}

.header-swiper-pagination {
    bottom: 100px ! Important;
    display: flex;
    justify-content: center;
    left: unset!important;
    position: absolute;
    width: auto!important;
    z-index: 999999;
}

.swiper-pagination-bullet {
    background-color: #3d393a;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
    height: 10px;
    opacity: .6;
    width: 10px;
}

.swiper-pagination-bullet:not(:last-of-type) {
    margin-bottom: 8px!important;
}

.swiper-pagination-bullet-active {
    background-color: #ED028C;
}

.header-swiper-button-prev, .header-swiper-button-next {
    cursor: pointer;
    margin-bottom: 250px;
    opacity: .6;
    position: absolute;
    transition: .4s ease;
    z-index: 999999;
}

.header-swiper-button-prev {
    left: 50px;
}

.header-swiper-button-next {
    right: 50px;
}

.header-swiper-button-prev:hover {
    transform: scale(.95);
}

.header-swiper-button-next:hover {
    transform: scale(.95);
}

.header-slide-content {
    max-width: 1440px;
    width: 100%;
}

.category .header-slide-content {
    margin-top: 100px;
    max-width: 100%;
}

.category .header-slide-content::before {
    background: linear-gradient(to top, rgba(35, 31, 32, 1), rgba(35, 31, 32, 0));
    content: '';
    display: block;
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
}

.category .header-slide-content img {
    left: 0;
    position: absolute;
}

.header-slide-content h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.header-slide-content a {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    top: 100px;
    width: fit-content;
}

.header-slide-content a span {
    background-color: #ED028C;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    color: #FFF101;
    font-size: 2rem;
    font-weight: bold;
    max-width: fit-content;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease;
}

.header-slide-content a:hover span {
    background-color: #FFF101;
    color: #231F20;
}

#header-line {
    bottom: -350px;
    left: 50%;
    margin-right: 50px;
    position: absolute;
    z-index: 9999;
}

.category #header-line {
    bottom: -200px;
    left: unset;
    margin-left: 50px;
    margin-right: 0;
    right: 50%;
}

.header-line-logo {
    bottom: -46px;
    left: -46px;
    position: absolute;
    transition: .4s ease;
}

.header-line-logo:hover {
    transform: scale(.95);
}

.header-line-500 {
    display: none;
}

.header-line-700 {
    display: none;
}

.header-line-1920 {
    display: block;
}



/* ======================================== ABOUT ======================================== */

#about {
    align-items: center;
    /* background-image: url(../images/pattern-right-bg.png); */
    background-position: right top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 450px 0 150px 0;
    position: relative;
    width: 100%;
}

#about.category {
    padding: 300px 0 150px 0;
}

#about h2 {
    color: #FFF101;
    font-size: 3rem;
    font-weight: bold;
    padding: 80px 0px 40px;
    text-align: center;
}

#about.midia h2 {
    color: #707070;
}

#about.midia h2 i {
    font-weight: normal;
}

#about-content {
    padding-bottom: 100px;
}

#about.category #about-content {
    padding-bottom: 0;
}

#about-content p {
    box-sizing: border-box;
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.8;
    padding: 100px 50px;
    margin: 0 auto;
    max-width: 1440px;
    text-align: justify;
    width: 100%;
}

/* #about-content p strong {
    color: #ED028C;
} */

#about-content .left, #about-content .right {
    align-items: center;
    display: flex;
    position: relative;
}

#about-content .left {
    /* left: -8%; */
    margin-bottom: 100px;
}

#about-content .right {
    right: -8%;
}

#about-content .left>div:first-child, #about-content .right>div:first-child {
    align-items: center;
    border: 1px solid #00AEEF;
    display: flex;
    position: relative;
}

#about-content .left>div:first-child img {
    bottom: -40px;
    left: -40px;
    position: relative;
    z-index: 9999;
}

#about-content .left>div:first-child span {
    border: 1px solid #00AEEF;
    bottom: -20px;
    height: 100%;
    left: -20px;
    position: absolute;
    width: 100%;
}

#about-content .right>div:first-child img {
    bottom: -40px;
    right: -40px;
    position: relative;
    z-index: 9999;
}

#about-content .right>div:first-child span {
    border: 1px solid #00AEEF;
    bottom: -20px;
    height: 100%;
    right: -20px;
    position: absolute;
    width: 100%;
}

#about-content .left p, #about-content .right p {
    padding: 50px 50px 50px 100px;
    max-width: 800px;
    text-align: justify;
}

#about-content .left p a {
    display: block;
    margin-bottom: 50px;
    max-width: fit-content;
    transition: .4s ease;
}

#about-content .left p a:hover {
    transform: scale(.95);
}

.clients-swiper .swiper-wrapper, .clients-swiper2 .swiper-wrapper {
    align-items: center;
}

.clients-swiper .swiper-slide, .clients-swiper2 .swiper-slide {
    max-width: 200px;
}



/* ======================================== PRODUCTION ======================================== */

#production {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* padding: 200px 0 100px 0; */
    padding: 0 0 100px 0;
    position: relative;
    width: 100%;
}

.section-title02 {
    display: flex;
    margin-bottom: 100px;
}

.section-title02 div {
    align-items: center;
    display: flex;
    left: -50px;
    position: relative;
}

.section-title02 div>a {
    transition: .4s ease;
    z-index: 999;
}

.section-title02 div>a:hover {
    transform: scale(.95);
}

.section-title02 div>h2 {
    color: #FFF101;
    font-size: 4rem;
    font-weight: bold;
    margin-left: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
}

.section-title02>h2 {
    color: #ffffff;
    font-size: 8.25rem;
    font-weight: bold;
    left: 40px;
    position: relative;
    text-transform: uppercase;
    /* top: -50px; */
    z-index: 999;
}

.section-title02>h2 img {
    display: inline-block;
    position: relative;
    right: 10px;
    vertical-align: middle;
    z-index: 999;
}

/* .section-title02 span {
    border: 1px solid #ED028C;
    border-radius: 50%;
    display: block;
    height: 420px;
    position: absolute;
    right: -125px;
    top: -90px;
    width: 420px;
} */

#production-content {
    margin: 200px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#production-content ul li {
    align-items: center;
    display: flex;
    margin: 10px 0;
    position: relative;
    width: 200%;
}

#production-content ul li:nth-of-type(1) {
    right: 400px;
}

#production-content ul li:nth-of-type(1).is-visible {
    animation: line1 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

@keyframes line1 {
    0% {
        transform: translate(5%, 0);
    }

    100% {
        transform: translate(0);
    }
}

#production-content ul li:nth-of-type(2) {
    right: 600px;
}

#production-content ul li:nth-of-type(2).is-visible {
    animation: line2 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

@keyframes line2 {
    0% {
        transform: translate(-5%, 0);
    }

    100% {
        transform: translate(0);
    }
}

#production-content ul li:nth-of-type(3) {
    right: 500px;
}

#production-content ul li:nth-of-type(3).is-visible {
    animation: line1 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

#production-content ul li:nth-of-type(4) {
    right: 350px;
}

#production-content ul li:nth-of-type(4).is-visible {
    animation: line2 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

#production-content ul li:nth-of-type(5) {
    right: 100px;
}

#production-content ul li:nth-of-type(5).is-visible {
    animation: line1 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

#production-content ul li:nth-of-type(6) {
    right: 180px;
}

#production-content ul li:nth-of-type(6).is-visible {
    animation: line2 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

#production-content ul li:nth-of-type(7) {
    right: 280px;
}

#production-content ul li:nth-of-type(7).is-visible {
    animation: line1 1s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

#production-content ul li a {
    color: #ED028C;
    font-size: 5rem;
    font-weight: bold;
    margin: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease;
}

#production-content ul li a:hover {
    color: #FFF101;
}



/* ======================================== INTERSECTION ======================================== */

.intersection {
    display: flex;
    justify-content: center;
    padding: 200px 0;
    position: relative;
    width: 100%;
}

.intersection.little {
    padding: 50px 0;
}

.intersection-element {
    align-items: center;
    border: 1px solid #FFF101;
    border-radius: 50%;
    display: flex;
    height: 420px;
    justify-content: center;
    position: relative;
    width: 420px;
}

.intersection.little .intersection-element {
    height: 210px;
    width: 210px;
}

.intersection-element a {
    position: absolute;
    transition: .4s ease;
    z-index: 999;
}

.intersection-element a:hover {
    transform: scale(.95);
}

.intersection.little .intersection-element img {
    width: 100px;
}

.intersection-element .intersection-lines {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}

.intersection-element .intersection-lines.is-visible {
    animation: lines-rotate 2s ease;
    animation-delay: .1s;
    animation-fill-mode: backwards;
}

@keyframes lines-rotate {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.intersection-element .intersection-lines span {
    background-color: #00AEEF;
    display: block;
    height: 120px;
    position: absolute;
    width: 1px;
}

.intersection.little .intersection-element .intersection-lines span {
    height: 60px;
}

.intersection-element .intersection-lines span:nth-of-type(1) {
    top: -60px;
}

.intersection-element .intersection-lines span:nth-of-type(2) {
    bottom: -60px;
}

.intersection.little .intersection-element .intersection-lines span:nth-of-type(1) {
    top: -30px;
}

.intersection.little .intersection-element .intersection-lines span:nth-of-type(2) {
    bottom: -30px;
}



/* ======================================== GALLERY ======================================== */

#gallery {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-logo {
    bottom: 50px;
    position: absolute;
    right: 50px;
    transition: .4s ease;
    z-index: 999;
}

.gallery-logo:hover {
    transform: scale(.95);
}

.gallery-swiper {
    height: 1080px;
    position: relative;
}

.gallery-swiper .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.gallery-swiper .swiper-slide {
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 100px 50px;
}

.gallery-swiper .gallery01 {
    background-image: url(../images/tratamento/tratamento02.png);
}

.gallery-swiper .gallery02 {
    background-image: url(../images/finalizacao/audi02.png);
}

.gallery-swiper .gallery03 {
    background-image: url(../images/tratamento/tratamento03.png);
}

.gallery-swiper .gallery04 {
    background-image: url(../images/finalizacao/nexxus03.png);
}

.gallery-swiper .gallery05 {
    background-image: url(../images/tratamento/tratamento05.png);
}

.gallery-swiper .gallery06 {
    background-image: url(../images/finalizacao/brilhante04.png);
}

.gallery-swiper-pagination {
    display: flex;
    flex-direction: column;
    left: unset !important;
    margin-right: 50px;
    position: absolute;
    right: 0;
    top: 50% !important;
    width: auto!important;
    z-index: 99;
}

.gallery-slide-content {
    max-width: 1440px;
    width: 100%;
}

.gallery-slide-content h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.gallery-slide-content a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: fit-content;
}

.gallery-slide-content a span {
    background-color: #ED028C;
    color: #FFF101;
    font-size: 3rem;
    font-weight: bold;
    max-width: fit-content;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease;
}

.gallery-slide-content a span:nth-of-type(2) {
    left: 100px;
    position: relative;
}

.gallery-slide-content a:hover span {
    background-color: #FFF101;
    color: #231F20;
}



/* ======================================== DIFFERENCES ======================================== */

#differences {
    width: 100%;
}

#differences>div {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 450px;
    overflow: hidden;
    padding: 0 100px;
    position: relative;
}

#differences>div:hover .intro-content p.dif-cta {
    transform: scale(.95);
}

#differences #disponibilidade {
    background-color: #00AEEF;
    justify-content: flex-end;
}

#differences #disponibilidade .intro-content div {
    display: flex;
    margin-right: 150px;
}

#differences #disponibilidade .intro-content p:nth-of-type(1) {
    font-size: 10.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

#differences #disponibilidade .intro-content p:nth-of-type(2) {
    color: #FFF101;
    font-size: 10.5rem;
    font-weight: bold;
}

#differences #disponibilidade .intro-content p:nth-of-type(3) {
    align-self: flex-end;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 25px;
    max-width: 150px;
    text-transform: uppercase;
}

#differences .intro-content p.dif-cta {
    border-radius: 20px;
    box-sizing: border-box;
    color: #00071F;
    font-size: 1.25rem!important;
    margin-top: 50px;
    max-width: fit-content;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: .4s ease;
}

#differences .intro-content p.dif-cta.black {
    border: 2px solid #00071F;
    color: #00071F;
    font-weight: normal!important;
}

#differences .intro-content p.dif-cta.yellow {
    /* background-color: #FFF101; */
    border: 2px solid #FFF101;
    color: #FFF101;
    font-weight: normal!important;
}






#differences .hidden-content::before {
    background-color: #FFF101;
    content: '';
    display: block;
    height: 1px;
    margin: 0 auto 50px;
    width: 100%;
}

#differences #valor .hidden-content::before {
    background-color: #00071F;
}

#differences .hidden-content {
    display: none;
    margin-top: 50px;
    max-width: 560px;
    width: 100%;
}

#sustentabilidade .hidden-content {
    max-width: 650px;
}

#differences .hidden-content p {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
    text-transform: initial;
}

#differences .active {
    height: 900px;
}

#differences .active .hidden-content {
    display: block;
}

#differences #valor {
    background-color: #ED028C;
    justify-content: flex-start;
}

#differences #valor .intro-content {
    display: flex;
    flex-direction: column;
    margin-left: 150px;
}

#differences #valor .intro-content p {
    color: #00071F;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}

#differences #valor .intro-content p:nth-of-type(2) {
    font-size: 10.5rem;
    font-weight: bold;
    left: -10px;
    position: relative;
}

#differences #valor .intro-content p:nth-of-type(2) span {
    color: #FFF101;
}

#differences #valor .intro-content p:nth-of-type(3) {
    max-width: 330px;
}

#differences #valor .hidden-content {
    margin-left: 150px;
}

#differences #valor .hidden-content p {
    color: #00071F;
}

#differences #departamento {
    background-color: #FFF101;
    justify-content: center;
}

#differences #departamento .intro-content {
    margin-right: 200px;
}

#differences #departamento .intro-content p {
    color: #00071F;
    font-size: 5.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

#differences #departamento .intro-content>p:nth-of-type(2) {
    /* color: #ED028C;
    left: 150px; */
    position: relative;
}

#differences #departamento>img {
    bottom: -60px;
    position: relative;
}

#differences #departamento .hidden-content::before {
    background-color: #00071F;
}

#differences #departamento .hidden-content p {
    color: #00071F;
}

#differences #sustentabilidade {
    background-color: #00AEEF;
    justify-content: flex-start;
}

#differences #sustentabilidade .intro-content {
    margin-left: 150px;
}

#differences #sustentabilidade .intro-content p:nth-of-type(1) {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 690px;
    text-transform: uppercase;
}

/* #differences #sustentabilidade .intro-content p:nth-of-type(1) strong {
    color: #FFF101;
} */

#differences #sustentabilidade .intro-content p:nth-of-type(2) {
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 650px;
    text-align: justify;
}

#differences #sustentabilidade .intro-content p:nth-of-type(2) strong {
    color: #FFF101;
}

#differences #sustentabilidade .hidden-content {
    margin-left: 150px;
}



/* ======================================== CONTACT ======================================== */

#contact {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 200px 30px 100px;
    width: 100%;
}

#contact .contact-container {
    max-width: 1440px;
    width: 100%;
}

#contact .contact-container p {
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#contact form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

#contact form div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    width: 50%;
}

#contact form div:last-of-type {
    width: 100%;
}

#contact form label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

#contact form input, #contact form textarea {
    background-color: #3d393a;
    /* border: 1px solid #ED028C; */
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    margin: 10px 0;
    outline: none;
    padding: 15px;
    transition: .4s ease;
}

#contact form textarea {
    min-height: 200px;
}

#contact form input:focus, #contact form textarea:focus {
    border: 1px solid #FFF101;
}

.text-area-container {
    position: relative;
}

#contact form input[type=submit] {
    /* background-color: #ED028C; */
    border: none;
    border-radius: 2px;
    bottom: 15px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 20px;
    padding: 15px 30px;
    /*position: absolute;*/
    right: 5px;
    text-transform: uppercase;
    transition: .4s ease;
}

#contact form input[type=submit]:hover {
    /* background-color: #FFF101; */
    color: #ffffff;
}



/* ======================================== FOOTER ======================================== */

footer {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    width: 100%;
}

#footer-container {
    align-items: center;
    border-top: 1px solid #ffffff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
    max-width: 1440px;
    padding: 50px 0;
    width: 100%;
}

#footer-container>a {
    transition: .4s ease;
}

#footer-container>a:hover {
    transform: scale(.95);
}

#footer-container>p {
    font-size: 1rem;
    line-height: 1.8;
    text-transform: uppercase;
}

#footer-container ul {
    align-items: center;
    display: flex;
}

#footer-container ul:last-of-type li:not(:last-of-type) {
    margin-right: 20px;
}

#footer-container ul:last-of-type li a img {
    transition: .4s ease;
}

#footer-container ul:last-of-type li a:hover img {
    transform: scale(.95);
}



/* ======================================== MEDIA QUERIES ======================================== */

@media only screen and (max-width: 1700px) {

    .header-swiper-pagination {
        bottom: 250px ! Important;
    }

    #production-content ul li {
        width: 250%;
    }

    #production-content ul li:nth-of-type(1) {
        right: 800px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 900px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 750px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 600px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 400px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 600px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 350px;
    }

    #differences>div {
        padding: 0 50px;
    }

    #differences #disponibilidade .intro-content {
        margin-right: 100px;
    }

    #differences #valor .intro-content, #differences #sustentabilidade .intro-content, #differences #valor .hidden-content, #differences #sustentabilidade .hidden-content {
        margin-left: 100px;
    }
    
}

@media only screen and (max-width: 1600px) {

    .header-swiper-pagination {
        bottom: 300px ! Important;
    }
}

@media only screen and (max-width: 1500px) {
    header {
        height: 900px;
    }

    .header-swiper-pagination {
        bottom: 150px ! Important;
    }

    #differences>div img {
        width: 400px;
    }

    #differences #disponibilidade, #differences #valor, #differences #departamento, #differences #sustentabilidade {
        justify-content: center;
    }
}

@media only screen and (max-width: 1400px) {

    .header-swiper-pagination {
        bottom: 200px ! Important;
    }
}

@media only screen and (max-width: 1320px) {

    .header-swiper-pagination {
        bottom: 250px ! Important;
    }

    #about-content p {
        font-size: 1.25rem;
    }

    #production-content ul li:nth-of-type(1) {
        right: 500px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 550px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 420px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 350px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 300px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 420px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 250px;
    }

    #production-content ul li a {
        font-size: 3.5rem;
    }

    #production-content ul li:nth-of-type(1) img {
        width: 760px;
    }

    #production-content ul li:nth-of-type(2) img {
        width: 750px;
    }

    #production-content ul li:nth-of-type(3) img {
        width: 600px;
    }

    #production-content ul li:nth-of-type(4) img {
        width: 600px;
    }

    #production-content ul li:nth-of-type(5) img {
        width: 540px;
    }

    #production-content ul li:nth-of-type(6) img {
        width: 780px;
    }

    #production-content ul li:nth-of-type(7) img {
        width: 790px;
    }

    #differences>div img {
        width: 300px;
    }

    #differences #departamento>img {
        bottom: 0;
    }

}

@media only screen and (max-width: 1250px) {

    nav ul {
        background-color: #ED028C;
        display: none;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 9999999;  
    }

    nav ul li:not(:last-of-type) {
        margin-bottom: 40px;
        margin-right: 0;
    }

    nav ul a {
        font-size: 1.25rem;
        padding-bottom: 2px;
    }

    nav ul a:hover {
        color: #231F20;
    }

    nav ul.open {
        display: flex;
    }

    nav .burger {
        display: block;
    }

    .header-swiper-pagination {
        bottom: 280px ! Important;
    }

    #differences>div {
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }

    #differences>div img {
        order: 1;
        width: 200px;
    }

    #differences>div>div {
        align-items: center;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    #differences .hidden-content {
        box-sizing: border-box;
        margin-left: 0!important;
        max-width: 100%;
        padding: 0 10%;
    }

    #differences .hidden-content p, #differences #valor .intro-content p, #differences #departamento .intro-content>p, #differences #sustentabilidade .intro-content p:nth-of-type(1), #differences #sustentabilidade .intro-content p:nth-of-type(2) {
        text-align: center;
    }

    #differences .intro-content {
        margin-top: 50px;
    }

    #differences .active {
        height: auto;
    }

    #differences #disponibilidade .intro-content, #differences #departamento .intro-content {
        margin-right: 0;
    }

    #differences #valor .intro-content, #differences #sustentabilidade .intro-content {
        margin-left: 0;
    }

    #differences #valor .intro-content p:nth-of-type(2), #differences #departamento .intro-content>p:nth-of-type(2) {
        left: 0;
    }

    #differences #valor .intro-content p:nth-of-type(3), #differences #sustentabilidade .intro-content p:nth-of-type(2) {
        margin: 0 auto;
    }















    #footer-container {
        flex-direction: column;
    }

    #footer-container>p {
        margin: 50px 0;
        text-align: center;
    }

}

@media only screen and (max-width: 1200px) {
    header {
        height: 750px;
    }

    .header-swiper-pagination {
        bottom: 150px ! Important;
    }

    .header-swiper-button-prev, .header-swiper-button-next {
        margin-bottom: 100px;
    }

    #production-content ul li:nth-of-type(1) {
        right: 600px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 650px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 520px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 450px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 400px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 520px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 350px;
    }
    
}

@media only screen and (max-width: 1100px) {
    header {
        height: 610px;
    }

    .header-swiper-pagination {
        bottom: 60px ! Important;
    }

    .header-swiper-button-prev, .header-swiper-button-next {
        margin-bottom: 100px;
    }

    .section-title01 h2 {
        font-size: 4rem;
    }

    #about-content .left, #about-content .right {
        flex-direction: column;
    }

    #about-content .left {
        left: 0;
    }

    #about-content .right {
        right: 0;
    }

    #about-content .left p, #about-content .right p {
        max-width: 100%;
        padding: 50px 50px 0;
        text-align: center;
    }

    #about-content .right p {
        order: 2;
    }

    /* .section-title02 span {
        height: 320px;
        width: 320px;
    } */

    #differences #disponibilidade .intro-content p:nth-of-type(1), #differences #disponibilidade .intro-content p:nth-of-type(2), #differences #valor .intro-content p:nth-of-type(2) {
        font-size: 6.5rem;
    }

    #differences #disponibilidade .intro-content p:nth-of-type(3) {
        font-size: 1.25rem;
        margin-bottom: 13px;
    }

    #differences #departamento .intro-content>p {
        font-size: 3.5rem;
    }

    #differences #sustentabilidade .intro-content p:nth-of-type(1) {
        font-size: 2.5rem;
        margin: 0 auto 20px;
        max-width: 420px;
    }

    #about-content .left>div:first-child, #about-content .right>div:first-child {
        margin-bottom: 100px;
    }

}

@media only screen and (max-width: 1000px) {
    header {
        height: 550px;
    }

    #header-line {
        bottom: -260px;
    }

    .header-swiper-pagination {
        bottom: 170px ! Important;
    }

    header, .category .header-slide-content::before {
        height: 650px;
    }

    .header-swiper-button-prev, .header-swiper-button-next {
        margin-bottom: 150px;
    }

    .header-swiper-button-prev img, .header-swiper-button-next img {
        width: 33px;
    }

    /* .header-swiper .swiper-slide {
        align-items: flex-end;
    } */

    .header-swiper.category .swiper-slide {
        align-items: center;
    }

    .header-slide-content {
        /* bottom: 120px; */
        position: relative;
    }

    .header-swiper.category .header-slide-content {
        bottom: unset;
        margin-top: 0;
        position: unset;
    }
    
    .category .header-slide-content img {
        left: 0;
        position: absolute;
        bottom: 120px;
    }

    .header-slide-content a {
        top: -100px;
    }

    .header-slide-content a span, .gallery-slide-content a span {
        font-size: 1.5rem;
        padding: 12px 20px;
    }

    .category #header-line {
        bottom: -300px;
    }

    .header-swiper.category .header-line-1920 {
        height: 400px;
    }

    #about {
        padding: 320px 0 150px 0;
    }

    #about-content .left div img, #about-content .right div img {
        width: 500px;
    }

    #production-content ul li:nth-of-type(1) {
        right: 400px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 450px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 320px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 250px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 200px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 320px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 150px;
    }

    #production-content ul li a {
        font-size: 2.5rem;
    }

    #production-content ul li:nth-of-type(1) img {
        width: 580px;
    }

    #production-content ul li:nth-of-type(2) img {
        width: 570px;
    }

    #production-content ul li:nth-of-type(3) img {
        width: 420px;
    }

    #production-content ul li:nth-of-type(4) img {
        width: 420px;
    }

    #production-content ul li:nth-of-type(5) img {
        width: 360px;
    }

    #production-content ul li:nth-of-type(6) img {
        width: 570px;
    }

    #production-content ul li:nth-of-type(7) img {
        width: 580px;
    }

}

@media only screen and (max-width: 900px) {

    header, .category .header-slide-content::before {
        height: 580px;
    }

    #header-line {
        bottom: -180px;
    }

    .section-title01 h2 {
        font-size: 3rem;
        padding: 40px 0px;
    }

    #about {
        padding: 220px 0 150px 0;
    }

    #about h2 {
        padding: 80px 0px 0px;
    }

    #about-content p {
        font-size: 1rem;
    }

    #about-content {
        padding-bottom: 200px;
    }

    #production {
        padding: 0;
    }

    .section-title02 div>a img {
        width: 60px;
    }

    /* .section-title02 span {
        height: 220px;
        right: -75px;
        top: -60px;
        width: 220px;
    } */

    #production-content {
        margin: 100px 0 0;
    }

    .intersection-element img {
        width: 100px;
    }

    .intersection-element {
        height: 210px;
        width: 210px;
    }

    .intersection-element .intersection-lines span {
        height: 60px;
    }

    .intersection-element .intersection-lines span:nth-of-type(1) {
        top: -30px;
    }

    .intersection-element .intersection-lines span:nth-of-type(2) {
        bottom: -30px;
    }

    .gallery-swiper {
        height: 600px;
    }

    .gallery-logo img {
        width: 50px;
    }

    #contact .contact-container p {
        font-size: 1.25rem;
    }

    #contact form {
        flex-direction: column;
    }

    #contact form div {
        width: 100%;
    }
    

}

@media only screen and (max-width: 800px) {

    header, .category .header-slide-content::before {
        height: 500px;
    }

    .header-swiper-pagination {
        bottom: 120px ! Important;
    }

    #differences #valor .intro-content p:nth-of-type(3), #differences #sustentabilidade .intro-content p:nth-of-type(2) {
        margin: 0 50px;
    }
}

@media only screen and (max-width: 750px) {

    .header-swiper-pagination {
        bottom: 150px ! Important;
    }

    #header-line {
        bottom: -150px;
    }

    #about {
        background-position: 150% top;
    }

    #about-content {
        background-position: -50% bottom;
    }

    #production-content ul li:nth-of-type(1) {
        right: 200px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 250px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 100px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 80px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 20px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 100px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 20px;
    }

    #production-content ul li a {
        font-size: 1.5rem;
    }

    #production-content ul li:nth-of-type(1) img {
        width: 360px;
    }

    #production-content ul li:nth-of-type(2) img {
        width: 350px;
    }

    #production-content ul li:nth-of-type(3) img {
        width: 260px;
    }

    #production-content ul li:nth-of-type(4) img {
        width: 260px;
    }

    #production-content ul li:nth-of-type(5) img {
        width: 230px;
    }

    #production-content ul li:nth-of-type(6) img {
        width: 350px;
    }

    #production-content ul li:nth-of-type(7) img {
        width: 340px;
    }

    .intersection {
        padding: 150px 0;
    }

    .section-title02 >div h2 {
        font-size: 2rem;
    }

    .section-title02>h2 {
        font-size: 4.5rem;
        left: 82px;
    }

    .section-title02>h2 img {
        max-width: 25%;
    }
    

}

@media only screen and (max-width: 700px) {

    #nav-container>img {
        width: 120px;
    }

    header, .header-swiper .swiper-slide img, .category .header-slide-content::before {
        height: 390px;
    }

    /* .header-slide-content {
        bottom: 0px;
    } */

    .header-swiper-pagination {
        bottom: 60px ! Important;
    }

    .category .header-slide-content img {
        height: auto;
    }

    .category .header-line-700 {
        display: block;
    }

    .category .header-line-1920 {
        display: none;
    }

    .category #header-line {
        bottom: -250px;
    }

    #about-content .left div img, #about-content .right div img {
        width: 300px;
    }

    #about h2 {
        font-size: 2rem;
    }

    .section-title02 {
        zoom: 0.75;
    }

}

@media only screen and (max-width: 600px) {

    /* .header-slide-content {
        bottom: 30px;
    } */

    .header-swiper-pagination {
        bottom: 90px ! Important;
    }

    #header-line {
        bottom: -100px;
    }

    #about {
        padding: 150px 0 150px 0;
    }

    #production-content ul li:nth-of-type(1) {
        right: 310px;
    }

    #production-content ul li:nth-of-type(2) {
        right: 330px;
    }

    #production-content ul li:nth-of-type(3) {
        right: 220px;
    }

    #production-content ul li:nth-of-type(4) {
        right: 190px;
    }

    #production-content ul li:nth-of-type(5) {
        right: 130px;
    }

    #production-content ul li:nth-of-type(6) {
        right: 210px;
    }

    #production-content ul li:nth-of-type(7) {
        right: 130px;
    }

    #production-content ul li {
        width: 300%;
    }

    #production-content ul li a {
        margin: 0 10px;
    }

    #contact {
        padding: 150px 30px 100px;
    }

    #contact .contact-container p {
        font-size: 1rem;
    }

    #contact form {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 550px) {

    /* .header-slide-content {
        bottom: 60px;
    } */

    .header-swiper-pagination {
        bottom: 120px ! Important;
    }

    #header-line {
        bottom: -50px;
    }

    .header-swiper-button-prev {
        left: 20px;
    }

    .header-swiper-button-next {
        right: 20px;
    }

}

@media only screen and (max-width: 500px) {

    #nav-container {
        margin: 0 50px 0 25px;
    }

    #nav-container>a {
        display: none;
    }

    header {
        height: 275px;
    }

    .header-swiper-pagination {
        bottom: 55px ! Important;
    }

    .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
    }

    .header-swiper-button-prev, .header-swiper-button-next {
        margin-bottom: 50px;
    }

    /* header, .header-swiper .swiper-slide img {
        height: 500px;
    } */

    .category .header-slide-content img {
        height: auto;
        left: -70px;
        max-width: 700px;
    }

    .header-slide-content {
        /* bottom: -10px; */
        max-width: 100%;
    }

    .header-swiper-button-prev img, .header-swiper-button-next img {
        width: 23px;
    }

    .header-swiper-button-prev {
        left: 25px;
    }

    .header-swiper-button-next {
        right: 25px;
    }

    .header-slide-content a span, .gallery-slide-content a span {
        font-size: 1rem;
        padding: 10px 15px;
    }

    .header-line-500 {
        display: block;
    }

    .category .header-line-700 {
        display: none;
    }

    .header-line-1920 {
        display: none;
    }

    #header-line {
        bottom: -150px;
    }

    #about {
        background: none;
        padding: 200px 0 150px 0;
    }

    #about-content {
        background: none;
    }

    #about h2 {
        font-size: 1.5rem;
    }

    .section-title01 h2 {
        font-size: 2rem;
        padding: 40px 0px;
    }

    #about-content p {
        padding: 50px 50px;
    }

    #about-content .left p, #about-content .right p {
        padding: 130px 50px 0;
    }

    /* .section-title02 span {
        height: 180px;
        right: -65px;
        top: -40px;
        width: 180px;
    } */

    .gallery-swiper-pagination {
        margin-right: 30px;
    }

    #differences #disponibilidade .intro-content p:nth-of-type(1), #differences #disponibilidade .intro-content p:nth-of-type(2), #differences #valor .intro-content p:nth-of-type(2) {
        font-size: 5rem;
    }

    #differences #disponibilidade .intro-content p:nth-of-type(3) {
        font-size: 1rem;
        margin-bottom: 9px;
        max-width: 115px;
    }

    #differences #valor .intro-content p, #differences #sustentabilidade .intro-content p:nth-of-type(2), #differences .hidden-content p {
        font-size: 1rem;
    }

    #differences #valor .intro-content p:nth-of-type(3) {
        max-width: 260px;
    }

    #differences #departamento .intro-content>p {
        font-size: 2.5rem;
    }

    #differences #sustentabilidade .intro-content p:nth-of-type(1) {
        font-size: 2rem;
    }

    #differences .intro-content {
        margin-top: 30px;
    }

    #differences>div img {
        width: 100px;
    }

    .section-title02 div {
        left: -60px;
    }

    .section-title02 >div h2 {
        font-size: 1.5rem;
    }

    .section-title02>h2 {
        font-size: 3.5rem;
    }

    .section-title02 {
        zoom: 0.5;
    }

}

@media only screen and (max-width: 400px) {    

    /* .header-slide-content {
        bottom: 10px;
    } */

    .header-swiper-pagination {
        bottom: 80px ! Important;
    }

    .header-swiper-button-prev, .header-swiper-button-next {
        margin-bottom: 60px;
    }
    
    #header-line {
        bottom: -100px;
    }

    #about {
        padding: 150px 0 150px 0;
    }

    #about-content .left div img, #about-content .right div img {
        width: 250px;
    }

    #differences #disponibilidade .intro-content p:nth-of-type(1), #differences #disponibilidade .intro-content p:nth-of-type(2), #differences #valor .intro-content p:nth-of-type(2) {
        font-size: 4rem;
    }

    #differences #sustentabilidade .intro-content p:nth-of-type(1) {
        font-size: 1.75rem;
    }

}