body, html {
  overflow-x: hidden !important;
}

.logo-mobile{
    padding: 20px;
    background-color: white;
    text-align: center;
    display: none;
}

.swiper-button-next, .swiper-button-prev{
    color: transparent !important;
}

.title-1{
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    color: var(--c2);
}

.content-1{
    color: var(--c1);
    font-size: 20px;
    font-weight: 500;
}

.title-2{
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    color: var(--c1);
}

.content-2{
    color: var(--c5);
    font-size: 20px;
    font-weight: 500;
}

.title-3{
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    color: var(--c5);
}

.content-3{
    color: var(--c4);
    font-size: 20px;
    font-weight: 500;
}

@media (orientation: portrait) { 
    .logo-mobile{
        display: block;
    }

    .column-2{
        flex-direction: column-reverse;
        gap: 0;
    }
    .title-1{
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
        color: var(--c2);
    }

    .content-1{
        color: var(--c1);
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }

    .title-2{
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
        color: var(--c1);
    }

    .content-2{
        color: var(--c5);
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }

    .title-3{
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
        color: var(--c5);
    }

    .content-3{
        color: var(--c4);
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }
}

/*********************************************

FX

*********************************************/
.logo-mobile img{
    width: 250px;
}

.fx-folhas-top{
    position: absolute;
    padding-top: 300px;
}

.fx-folhas-middle{
    position: absolute;
    right: -20px;
    top: 680px;
}

.fx-drone{
    position: absolute;
    padding-top: 80px;
    padding-left: 200px;
}

@media (orientation: portrait) { 
    .fx-folhas-top{
        padding-top: 450px;
        left: 0;
        transform: rotateX(40deg);
    }

    .fx-folhas-top img{
        width: 300px;
    }

    .fx-folhas-middle{
        position: absolute;
        right: 0;
        top: 520px;
        transform: rotate(0deg);
    }

    .fx-folhas-middle img{
        width: 100px;
    }

    .fx-folhas-middle img{
        width: 250px;
    }

    .fx-drone{
        display: none;
    }
}

/*********************************************

HEADER

*********************************************/
.header {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 700px;
}

.header-box{
    background-image: url('images/box-hero.svg');
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 {
    width: 1000px;
    height: auto;
    padding-left: 5%;
}

.swiper1-content{ 
    padding-top: 150px;
    width: 1000px;
}

.swiper1-pagination { 
    bottom: inherit !important;
    margin-bottom: 10px; 
}
.swiper1 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--c5) !important;
}

.header-title{
    padding-top: 100px;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    color: var(--c2);
}

.header-content{
    padding-top: 10px;
    width: 400px;
    color: var(--c5);
    font-weight: 500;
    line-height: 1.2;
}

.header-btn {
    background: linear-gradient(45deg, #15A099, #943990);
    border: none;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
    margin-top: 20px;
    text-transform: uppercase;
}

.header-btn:hover {
    background: linear-gradient(45deg, #943990, #15A099);
}

@media (orientation: portrait) { 
    .header {
        background-image: none;
        background-color: var(--c4);
        background-size: cover;
        background-repeat: repeat;
        background-position: center bottom;
        background-attachment: fixed;
        height: auto;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px;
    }

    .header-box{
        background: none;
        background-size: 850px;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper1 {
        width: 100%;
        height: auto;
        padding-left: 0;
        background-color: none;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px;
    }

    .swiper1-content{ 
        padding-top: 0;
        width: 100%;
    }

    .swiper1-content .column-2{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .swiper1-content img{
        width: 300px;
    }

    .swiper1-pagination { 
        bottom: inherit !important;
        display: none;
    }

    .header-title{
        padding-top: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        color: var(--c1);
    }

    .header-content{
        padding-top: 10px;
        width: 300px;
        color: antiquewhite;
        font-size: 12px;
        font-weight: 500;
    }
}

/*********************************************

BRINDES

*********************************************/
.brindes{
    position: relative;
    padding-top: 120px;
    padding-left: 180px;
}

.swiper2 {
    margin-top: 30px;
    background: url(images/box-swiper2.png);
    width: 800px; /* Define a largura do swiper */
    height: 600px;
    position: relative; /* Para posicionamento absoluto dos botões dentro do swiper */
}

.swiper2-right{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    right: var(--swiper-navigation-sides-offset, -70px) !important;
}

.swiper2-left{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    left: -20px !important;
}

@media (orientation: portrait) {
    .brindes{
        padding-left: 0;
        height: 500px;
    }

    .brindes .title-1{ padding-left: 20px; }
    .brindes .content-1{ padding-left: 20px; }

    .swiper2{
        background-size: 375px;
        background-repeat: no-repeat;
        width: 375px !important;
    }

    .swiper2 img{
        width: 375px;
    }

    .swiper2-right{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        right: var(--swiper-navigation-sides-offset, 10px) !important;
    }

    .swiper2-left{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        left: 45px !important;
    }

    .swiper2-right img{ width: 45px; }
    .swiper2-left img{ width: 45px; }
}

/*********************************************

ATIVAÇÃO

*********************************************/
.ativacao{
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-left: 300px;
    background: url(images/fx-vector1.png);
    background-size: 200px;
    background-repeat: no-repeat;
}

.swiper3 {
    margin-top: 30px;
    background: url(images/box-swiper3.png);
    width: 800px; /* Define a largura do swiper */
    height: 600px;
    position: relative; /* Para posicionamento absoluto dos botões dentro do swiper */
}

.swiper3-right{
    top: var(--swiper-navigation-top-offset, 45%) !important;
    right: var(--swiper-navigation-sides-offset, -70px) !important;
}

.swiper3-left{
    top: var(--swiper-navigation-top-offset, 45%) !important;
    left: -20px !important;
}

@media (orientation: portrait) {
    .ativacao{
        width: 100%;
        height: 500px;
        position: relative;
        padding-top: 0;
        padding-left: 0;
        background: url(images/fx-vector1.png);
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: left 50px;
    }

    .ativacao .title-1{ padding-left: 20px; }
    .ativacao .content-1{ padding-left: 20px; }

    .swiper3{
        background-size: 375px;
        background-repeat: no-repeat;
        width: 375px !important;
    }

    .swiper3 img{
        width: 375px;
    }

    .swiper3-right{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        right: var(--swiper-navigation-sides-offset, 10px) !important;
    }

    .swiper3-left{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        left: 45px !important;
    }

    .swiper3-right img{ width: 45px; }
    .swiper3-left img{ width: 45px; }
}


/*********************************************

VISUAL

*********************************************/
.visual{
    width: 100%;
    height: 1360px;
    position: relative;
    padding-top: 30px;
    background: url(images/box-comunicacaovisual.png);
    background-size: 1300px;
    background-position: right;
    background-repeat: no-repeat;
}

.visual-title{
    position: absolute;
    padding-top: 160px;
    padding-left: 20%;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: var(--c1);
}

.visual-content{
    position: absolute;
    padding-top: 300px;
    padding-left: 20%;
    color: var(--c1);
    font-size: 20px;
    font-weight: 500;
}

.swiper4 {
    right: 100px;
    margin-top: 240px;
    width: 800px; /* Define a largura do swiper */
    height: 600px;
    position: absolute; 
}

.swiper4-right{
    top: var(--swiper-navigation-top-offset, 45%) !important;
    right: var(--swiper-navigation-sides-offset, 20px) !important;
}

.swiper4-left{
    top: var(--swiper-navigation-top-offset, 45%) !important;
    left: 30px !important;
}

@media (min-width: 1500px) {
    .visual-title{
        position: absolute;
        padding-top: 160px;
        padding-left: 37%;
        font-weight: 700;
        font-size: 60px;
        line-height: 60px;
        color: var(--c1);
    }

    .visual-content{
        position: absolute;
        padding-top: 300px;
        padding-left: 37%;
        color: var(--c1);
        font-size: 20px;
        font-weight: 500;
    }
}

@media (orientation: portrait) {
    .visual{
        width: 100%;
        height: 500px;
        position: relative;
        padding-top: 0;
        background: url(images/box-comunicacaovisual.png);
        background-size: contain;
        background-position: right 100px;
        background-repeat: no-repeat;
    }

    .visual-title{
        position: absolute;
        padding-top: 0;
        padding-left: 20px;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        color: var(--c1);
    }

    .visual-content{
        position: absolute;
        padding-top: 65px;
        padding-left: 22px;
        color: var(--c1);
        font-size: 20px;
        font-weight: 500;
    }

    .swiper4{
        right: 0;
        margin-top: 120px;
        background-size: 375px;
        background-repeat: no-repeat;
        width: 375px !important;
    }

    .swiper4 img{
        width: 375px;
    }

    .swiper4-right{
        top: var(--swiper-navigation-top-offset, 18%) !important;
        right: var(--swiper-navigation-sides-offset, 20px) !important;
    }

    .swiper4-left{
        top: var(--swiper-navigation-top-offset, 18%) !important;
        left: 55px !important;
    }

    .swiper4-right img{ width: 45px; }
    .swiper4-left img{ width: 45px; }
}

/*********************************************

KITS

*********************************************/
.kits{
    width: 100%;
    height: auto;
    top: -100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper5 {
    margin-top: 30px;
    background: url(images/box-swiper5.png);
    width: 800px; 
    height: 600px;
    position: relative; 
}

.swiper5-right{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    right: var(--swiper-navigation-sides-offset, -75px) !important;
}

.swiper5-left{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    left: -20px !important;
}

@media (orientation: portrait) {
    .kits{
        width: 100%;
        height: 520px;
        top: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kits .title-2{
        padding-left: 20px;
    }

    .kits .content-2{
        padding-left: 0;
        margin-left: -40px;
    }

    .swiper5{
        background-size: 375px;
        background-repeat: no-repeat;
        width: 375px !important;
    }

    .swiper5 img{
        width: 375px;
    }

    .swiper5-right{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        right: var(--swiper-navigation-sides-offset, 10px) !important;
    }

    .swiper5-left{
        top: var(--swiper-navigation-top-offset, 20%) !important;
        left: 45px !important;
    }

    .swiper5-right img{ width: 45px; }
    .swiper5-left img{ width: 45px; }
}

/*********************************************

IMPRESSOS DIGITAL & OFFSET

*********************************************/
.impressos{
    width: 100%;
    height: 1300px;
    top: -100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    background: url(images/bg-impressos.png);
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center; 
}

.impressos-columns{
    display: flex;
    gap: 30px;
    padding-top: 60px;
}

.impressos-box{
    border-radius: 60px;
    width: 450px;
    height: 450px;
    box-shadow: 0 0 100px rgba(56, 58, 103, 0.3);
}

.impressos-box1{ background-color: var(--c2); }
.impressos-box2{ background-color: var(--c3); }
.impressos-box3{ background-color: var(--c1); }
.impressos-box4{ background-color: var(--c6); }

.impressos-space{
    height: 200px;
}

@media (orientation: portrait) {
    .impressos{
        height: auto;
        background: url(images/bg-impressos.png);
        background-size: cover;
        background-repeat: no-repeat; 
        background-position: right -90px;
    }

    .impressos .content-3{
        padding-bottom: 40px;
    }

    .impressos-columns{
        display: block;
        gap: 0;
        padding-top: 0;
    }

    .impressos-box{
        border-radius: 30px;
        width: 350px;
        height: 350px;
        box-shadow: 0 0 100px rgba(56, 58, 103, 0.3);
        margin-bottom: 20px;
    }

    .impressos-box img{
        width: 350px;
    }
}

/*********************************************

TROFEUS

*********************************************/
.trofeus{
    width: 100%;
    margin-top: -180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper6 {
    margin-top: 30px;
    background: url(images/box-swiper6.png);
    width: 800px; 
    height: 600px;
    position: relative; 
}

.swiper6-right{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    right: var(--swiper-navigation-sides-offset, -75px) !important;
}

.swiper6-left{
    top: var(--swiper-navigation-top-offset, 40%) !important;
    left: -20px !important;
}

@media (orientation: portrait) {
    .trofeus{
        height: 400px;
        margin-top: -240px;
    }

    .trofeus .content-3{
        padding-left: 0;
        text-align: center;
    }

    .swiper6{
        background-size: 375px;
        background-repeat: no-repeat;
        width: 375px !important;
    }

    .swiper6 img{
        width: 375px;
    }

    .swiper6-right{
        top: var(--swiper-navigation-top-offset, 40%) !important;
        right: var(--swiper-navigation-sides-offset, 20px) !important;
    }

    .swiper6-left{
        top: var(--swiper-navigation-top-offset, 40%) !important;
        left: 45px !important;
    }

    .swiper6-right img{ width: 45px; filter: brightness(100); }
    .swiper6-left img{ width: 45px; filter: brightness(100); }
}