@font-face {
    font-family: "Sequel";
    src: url("fonts/Sequel100Black-55.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sequel";
    src: url("fonts/Sequel100Black-75.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sequel";
    src: url("fonts/Sequel100Black-95.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aeonik";
    src: url("fonts/AeonikPro-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tusker";
    src: url("fonts/TuskerGrotesk-4800Super.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --marrom: #400606;
    --verde-claro: #00a202;
    --verde-escuro: #103823;
}

html{
    font-size:16px;
    scroll-behavior:smooth;
}

body{
    font-family: "Sequel";
    font-weight:400;
    line-height:1.5;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
     background: url(../imgs/panel_1.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000000;
    background-size: 1920px auto;
    background-position: top center;
}

.container{
    width:min(1600px, calc(100% - 2rem));
    margin:auto;
    display: flow-root;
}

.topo {
    height: 80px;
    margin-top: 35px;
}
.topo img {
    width: 10%;
    max-width: 108px;
    float: left;
    margin-right: 17px;
}
.topo p {
    width: 115px;
    float: left;
    font-size: 11px;
    color: var(--marrom);
    font-family: Arial;
    letter-spacing: 3px;
    margin: 18px 0 0 15px;
}
.topo h1 {
    background-color: var(--marrom);
    padding: 11px 20px 8px 20px;
    float: right;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 0;
    border-top: 2px #666666 solid;
    border-right: 1px #666666 solid;
    height: 25px;
}
.topo h1:hover {
    background-color: var(--verde-claro);
    cursor: pointer;
}

.topo1 {
    height: 80px;
    margin-top: 20px;
    text-align: center;
    user-select: none;
}
.topo1box {
    display: inline-block;
    width: 230px;
    height: 32px;
    background-color: var(--verde-claro);
    margin: 0 1px;
    padding: 4px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.topo1box img {
    width: 21px;
    float: left;
    margin: 3px 10px 0 10px;
    opacity: .65;
}

.topo1box2 {
    display: inline-block;
    width: 200px;
    height: 32px;
    background-color: var(--verde-escuro);
    margin: 0 1px;
    padding: 4px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}
.topo1box2 img {
    width: 21px;
    float: right;
    margin: 3px 10px 0 10px;
}

.topo2 {
    text-align: center;
    font-weight: 900;
    font-size: 1.7vw;
    color: var(--marrom);
    margin-top: 5px;
    height: 66px;
}

.containerSlider1 {
    margin: 30px 30px;
}

.containerSlider2 {
    margin-top: 180px;
    margin-bottom: 90px;
    display: flow-root;
}

.txtBox {
    font-size: 34px;
    font-family: Aeonik;
    font-weight: 300;
    line-height: 45px;
    width: 90%;
}
.txtBox h1 {
    font-size: 56px;
    font-family: Sequel;
    font-weight: 900;
    margin: 30px 0;
    padding: 0;
    line-height: 70px;
    width: 700px;
}
.txtBox img {
    width: 50px;
    margin: 70px 0 0 0;
}

.txtBox2 {
    font-size: 34px;
    font-family: Aeonik;
    font-weight: 300;
    line-height: 45px;
    width: 42%;
    float: left;
}
.txtBox2 h1 {
    font-size: 56px;
    font-family: Sequel;
    font-weight: 900;
    margin: 30px 0;
    padding: 0;
    line-height: 70px;
    width: 70vw;
}
.txtBox2 h1 span {
    font-weight: 400;
}
.txtBox2 img {
    width: 50px;
    margin: 70px 0 0 0;
}

.slideRight {
    width: 57%;
    float: right;
    min-height: 606px;
    margin-top: 260px;
}


.butComprar {
    background-color: var(--marrom);
    padding: 13px 40px 0 40px;
    display: inline-block;
    margin: auto;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 90px;
    border-top: 2px #666666 solid;
    border-right: 1px #666666 solid;
    height: 38px;
    text-align: center;
    text-decoration: none;
}
.butComprar:hover {
    background-color: var(--verde-claro);
    cursor: pointer;
}

.txt2 {
    font-family: Tusker;
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 120px;
    line-height: 150px;
    letter-spacing: 3px;
    height: 450px;
}


.seal{
    position:relative;
    width:180px;
    height:180px;

}

.seal span{
    position:absolute;
    left:50%;
    top:50%;
    width:24px;
    height:180px;
    background:#FFFFFF;
    border-radius: 5px;
    transform:
        translate(-50%,-50%)
        rotate(var(--r));
}

.seal .center{
    position:absolute;
    left:50%;
    top:50%;
    width:145px;
    height:120px;
    transform:translate(-50%,-50%);
    background:#ffffff;
    border-radius:50%;
    text-align: center;
    color: #000000;
    font-family: Tusker;
    font-size: 40px;
    padding-top: 25px;
}
.center p {
    font-family: Sequel;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 17px;
    clear: both;
}

.flutuante {
  animation: flutuar 4s ease-in-out infinite;
}

@keyframes flutuar {
  0%, 100% {
    transform: translateY(0px) rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(4deg);
  }
}

.flutuante2 {
  animation: flutuar2 3s ease-in-out infinite;
}

@keyframes flutuar2 {
  0%, 100% {
    transform: translateY(4px) rotate(2deg);
  }
  50% {
    transform: translateY(0px) rotate(-4deg);
  }
}

.containerTyping {
    height: 950px;
     background: url(../imgs/bg-aerea.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 2200px auto;
    background-position: bottom center;
}

.obj1 {
    transform: rotate(-8deg);
    margin: 0 0 0 300px;
    float: left;
}
.obj2 {
    transform: rotate(15deg) scale(.9);
    margin: 0 400px 0 0;
    float: right;
}
.obj3 {
    transform: rotate(-10deg) scale(1.2);
    margin: -90px 0 0 150px;
    float: left;
}
.obj4 {
    transform: rotate(15deg) scale(1.1);
    margin: -50px 300px 0 0;
    float: right;
}

.anteriores {
    text-align: center;
    font-size: 52px;
    margin-top: 100px;
}
.anteriores span {
    font-weight: 900;
}

.boxAnteriores {
    width: 300px;
    display: inline-block;
    margin: 60px 30px;
    height: 390px;
    background-color: #333333;
    border-radius: 19px;
    border: 5px #000000 solid;
    transition: border-color 0.7s ease;
     background: url(../imgs/8-expo.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.boxAnteriores:hover {
    cursor: pointer;
    border-color: rgba(255,255,255, .35);
}
.boxAnteriores p {
    background-color: #ffffff;
    color: #000000;
    height: 60px;
    margin: 0;
    padding: 0;
    margin-top: 330px;
    font-size: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 15px 15px;
}

.realizacao {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 110px;
}
.realizacao img {
    width: 90%;
    max-width: 650px;
}

.patrocinadores {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: Arial;
}
.patrocinadores img {
    width: 700px;
    display: inline-block;
}

.divulg {
    margin: 30px 0 0 0;
    text-align: center;
    background-color: rgba(255,255,255, .07);
    padding: 10px 0 25px 0;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
}
.divulg img {
    max-width: 80px;
    border: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 10px;
}

.info {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #DDDDDD;
    padding: 20px 0 35px 0;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 100px;
    background-color: rgba(255,255,255, .1);
}
.info span {
    font-size: 16px;
}
.info img {
    width: 32px;
    border: 0;
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: 10px;
}

.rodapeRealizacaoMob {
    display: none;
}

.rodapeRealizacao {
    width: 300px;
    height: 120px;
    margin: auto;
    margin-top: 35px;
    text-align: center;
}
.rodapeRealizacao img {
    width: 100%;
}

.panel1 {
    float: left;
    left: 0;
    width: calc(50% - 185px);
    height: 280px;
    position: relative;
}
.panel1 img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.panel2 {
    float: right;
    right: 0;
    width: calc(50% - 185px);
    height: 280px;
    position: relative;
}
.panel2 img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.panelSelo {
    text-align: center;
    float: left;
    width: 400px;
    height: 350px;
    margin-left: calc(50% - 200px);
    margin-top: -270px;
    position: relative;
    z-index: 999;
}
.panelSelo img {
    width: 100%;
}

.datasLeft {
    width: calc(50% - 200px);
    height: 120px;
    float: left;
    margin-top: 20px;
}
.datasLeft ul {
    margin: 0;
    padding: 0;
}
.datasLeft li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: var(--verde-claro);
    color: #FFFFFF;
    height: 110px;
    float: left;
    width: 24%;
    margin-right: 1%;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
}
.datasLeft li p {
    background-color: #ffffff;
    padding: 9px 0;
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.datasRight {
    width: calc(50% - 200px);
    height: 150px;
    float: right;
    margin-top: 20px;
}
.datasRight ul {
    margin: 0;
    padding: 0;
}
.datasRight li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: var(--verde-claro);
    color: #FFFFFF;
    height: 110px;
    float: right;
    width: 24%;
    margin-right: 1%;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
}
.datasRight li p {
    background-color: #ffffff;
    padding: 9px 0;
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.panel1Mob, .panel2Mob {
    display: none;
}

.insta {
    text-align: center;
    font-size: 17px;
    color: #999999;
    display: inline-block;
    margin: auto;
    margin-left: 25%;
    width: 50%;
    border: 1px #999999 solid;
    border-radius: 50px;
    padding: 20px 0 30px 0;

}
.insta img {
    display: inline-block;
    width: 30px;
    position: relative;
    top: 6px;
    left: 10px;
}


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

    .insta {
        text-align: center;
        font-size: 16px;
        color: #999999;
        display: inline-block;
        margin: auto;
        margin-left: 5%;
        width: 90%;
        border: 1px #666666 solid;
        border-radius: 9px;
        padding: 3px 0 13px 0;

    }
    .insta img {
        display: inline-block;
        width: 26px;
        position: relative;
        top: 8px;
        left: 10px;
    }

    #btnTopo { display: none;}

    .datasLeft {
        width: 100%;
        height: 160px;
        float: left;
        margin-top: 0;
        clear: both;
    }
    .datasLeft ul {
        margin: 0;
        padding: 0;
    }
    .datasLeft li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: var(--verde-claro);
        color: #FFFFFF;
        height: 85px;
        float: left;
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .datasLeft li p {
        background-color: #ffffff;
        padding: 4px 0;
        color: #000000;
        text-align: center;
        font-size: 12px;
        margin: 0 0 5px 0;
        overflow: hidden;
        font-family: Sequel;
    }

    .datasRight {
        width: 100%;
        height: 200px;
        float: right;
        margin-top: 15px;
        clear: both;
    }
    .datasRight ul {
        margin: 0;
        padding: 0;
    }
    .datasRight li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: var(--verde-claro);
        color: #FFFFFF;
        height: 85px;
        float: right;
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        margin-top: 5px;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .datasRight li p {
        background-color: #ffffff;
        padding: 4px 0;
        color: #000000;
        text-align: center;
        font-size: 12px;
        margin: 0 0 5px 0;
        overflow: hidden;
        font-family: Sequel;
        letter-spacing: normal;
    }

    .panel1Mob {
        display: block;
        float: left;
        left: 0;
        width: 50%;
        height: 100px;
        position: relative;
    }
    .panel1Mob img {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .panel2Mob {
        display: block;
        float: right;
        right: 0;
        width: 50%;
        height: 100px;
        position: relative;
    }
    .panel2Mob img {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .panel1, .panel2 {
        display: none;
    }

    .panelSelo {
        text-align: center;
        float: none;
        width: 250px;
        height: 220px;
        margin: auto;
        margin-left: calc(50% - 125px);
        margin-top: -20px;
        position: relative;
        z-index: 999;
    }
    .panelSelo img {
        width: 100%;
    }

    .info {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #DDDDDD;
        padding: 1px 0 19px 0;
        width: 90%;
        margin-top: 20px;
        margin-bottom: 40px;
        border-radius: 10px;
        background-color: rgba(255,255,255, .1);
        line-height: 18px;
    }
    .info span {
        font-size: 14px;
    }
    .info img {
        width: 32px;
        border: 0;
        display: inline-block;
        margin: 0 0 0 10px;
        position: relative;
        top: 10px;
    }

    .divulg {
        margin: 30px 0 0 0;
        text-align: center;
        background-color: rgba(255,255,255, .07);
        padding: 25px 0 80px 0;
    }
    .divulg img {
        max-width: 70px;
    }

    .obj1, .obj2, .obj3, .obj4 {
        display: none;
    }

    .realizacao {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .realizacao img {
        width: 90%;
        max-width: 650px;
    }

    .patrocinadores {
        text-align: center;
        margin-bottom: 80px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        height: 220px;
    }
    .patrocinadores img {
        width: 94%;
        clear: both;
    }

    .anteriores {
        text-align: center;
        font-size: 28px;
        margin-top: 30px;
        line-height: 35px;
    }

    .boxAnteriores {
        width: 300px;
        display: inline-block;
        margin: 20px 30px;
        height: 290px;
        background-color: #333333;
        border-radius: 19px;
        transition: border-color 0.5s ease;
    }
    .boxAnteriores:hover {
        cursor: pointer;
        border-color: rgba(255,255,255, .2);
    }
    .boxAnteriores p {
        background-color: #ffffff;
        color: #000000;
        height: 50px;
        margin: 0;
        padding: 0;
        margin-top: 240px;
        font-size: 19px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 15px 15px;
    }

    .containerTyping {
        height: 350px;
         background: url(../imgs/bg-aerea.png) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 1000px auto;
        background-position: bottom center;
        margin-top: 30px;
    }

    body {
        background-size: 1200px auto;
    }

    .topo {
        height: 65px;
        margin-top: 15px;
        text-align: center;
    }
    .topo img {
        width: 16.5%;
        max-width: 108px;
        float: left;
        margin-right: 0;
    }
    .topo p {
        width: 100%;
        float: left;
        font-size: 11px;
        color: var(--marrom);
        font-family: Arial;
        letter-spacing: 3px;
        margin: 5px 0 0 0;
        clear: both;
        text-align: center;
    }
    .topo h1 {
        background-color: var(--marrom);
        padding: 9px 0;
        float: right;
        clear: both;
        color: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        border: 5px rgba(255,255,255, .7) solid;
        width: 70vw;
        margin-left: 10vw;
        text-align: center;
        position: fixed;
        bottom: 10px;
        height: 20px;
        z-index: 99999;
    }

    .topo1 {
        height: 50px;
        margin-top: 10px;
        text-align: center;
        user-select: none;
    }
    .topo1box {
        display: inline-block;
        width: 170px;
        height: 26px;
        background-color: var(--verde-claro);
        margin: 0 1px;
        padding: 4px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }
    .topo1box img {
        width: 17px;
        float: left;
        margin: 3px 10px 0 10px;
    }

    .topo1box2 {
        display: inline-block;
        width: 160px;
        height: 26px;
        background-color: var(--verde-escuro);
        margin: 0 1px;
        padding: 4px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        text-align: right;
    }
    .topo1box2 img {
        width: 17px;
        float: right;
        margin: 3px 10px 0 10px;
    }

    .topo2 {
        font-size: 3.5vw;
        line-height: 2.0vh;
        margin-top: 10px;
    }

    .rodapeRealizacao {
        display: none;
    }

    .rodapeRealizacaoMob {
        width: 180px;
        height: 60px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        display: block;
    }
    .rodapeRealizacaoMob img {
        width: 100%;
    }

    .containerSlider2 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .txtBox {
        font-size: 20px;
        font-family: Aeonik;
        font-weight: 300;
        line-height: 28px;
        width: 96%;
    }
    .txtBox h1 {
        font-size: 22px;
        font-family: Sequel;
        font-weight: 900;
        margin: 10px 0 20px 0;
        padding: 0;
        line-height: 32px;
        width: 290px;
    }
    .txtBox img {
        width: 20px;
        margin: 50px 0 0 0;
    }

    .txtBox2 {
        font-size: 20px;
        font-family: Aeonik;
        font-weight: 300;
        line-height: 28px;
        width: 96%;
        float: left;
        clear: both;
    }
    .txtBox2 h1 {
        font-size: 22px;
        font-family: Sequel;
        font-weight: 900;
        margin: 10px 0 20px 0;
        padding: 0;
        line-height: 32px;
        width: 100%;
    }
    .txtBox2 h1 span {
        font-weight: 400;
    }
    .txtBox2 img {
        width: 50px;
        margin: 70px 0 0 0;
    }

    .slideRight {
        width: 100%;
        float: right;
        clear: both;
        min-height: 300px;
        margin: 40px 0;
    }

    .butComprar {
        display: none;
    }

    .txt2 {
        font-family: Tusker;
        text-align: center;
        width: 95%;
        margin: auto;
        font-size: 48px;
        line-height: 65px;
        letter-spacing: 1px;
        height: 250px;
    }

}


@media (min-width: 1200px) and (max-width: 1399.98px) {

    .datasLeft li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: var(--verde-claro);
        color: #FFFFFF;
        height: 90px;
        float: left;
        width: 24%;
        margin-right: 1%;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .datasLeft li p {
        background-color: #ffffff;
        padding: 9px 0;
        color: #000000;
        text-align: center;
        font-size: 15px;
        margin: 0 0 10px 0;
        overflow: hidden;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
    }

    .datasRight li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: var(--verde-claro);
        color: #FFFFFF;
        height: 90px;
        float: right;
        width: 24%;
        margin-right: 1%;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .datasRight li p {
        background-color: #ffffff;
        padding: 9px 0;
        color: #000000;
        text-align: center;
        font-size: 15px;
        margin: 0 0 10px 0;
        overflow: hidden;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
    }

}

.img-slider{
    position: relative;
    overflow: hidden;
  }

  .img-slider::before,
  .img-slider::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40vw;
    z-index: 2;
    pointer-events: none;
  }
  .img-slider::before{
    left: 0;
    background: linear-gradient(to right, #000000, transparent);
  }
  .img-slider::after{
    right: 0;
    background: linear-gradient(to left, #000000, transparent);
  }

  .img-slider__track{
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: max-content;
    animation: img-slider-scroll linear infinite;
    animation-duration: var(--duration, 30s);
    animation-play-state: running;
  }

  .img-slider.is-paused .img-slider__track{
    animation-play-state: paused;
  }

  .img-slider__item{
    flex: 0 0 auto;
    height: var(--slide-height, 520px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
    border: 2px rgba(255,255,255, .9) solid;
  }

  .img-slider__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
  }

  .img-slider__item iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
    }

  .img-slider__item{ width: 150px; }
  .img-slider__item[data-size="lg"]{ width: 925px; }
  .img-slider__item[data-size="sm"]{ width: 150px; }

  @keyframes img-slider-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
  }

  @media (max-width: 720px){
    .img-slider__item{ width: 120px; }
    .img-slider__item[data-size="lg"]{ width: 280px; }
    .img-slider__item{ --slide-height: 160px; }
  }


.slider-coverflow{
    position:relative;
    width: 100%;
    max-width:1200px;
    height:620px;
    margin: 40px auto;
    margin-top: -10px;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    height:600px;
    transform-origin:center;
    transition:
        transform .8s ease,
        opacity .8s ease,
        filter .8s ease;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:18px;
    display:block;
    box-shadow: 0 0 70px #000000;
    border: 5px rgba(255,255,255, .15) solid;
}

/* Centro */
.slide.active{
    transform:translate(-50%,-50%) scale(1);
    opacity:1;
    z-index:5;
    filter:none;
}

/* Esquerda */
.slide.prev{
    transform:translate(calc(-50% - 200px),-50%) scale(.82);
    opacity:.18;
    z-index:4;
}

/* Direita */
.slide.next{
    transform:translate(calc(-50% + 200px),-50%) scale(.82);
    opacity:.25;
    z-index:4;
}

/* Segunda esquerda */
.slide.prev2{
    transform:translate(calc(-50% - 520px),-50%) scale(.68);
    opacity:.0;
    z-index:3;
}

/* Segunda direita */
.slide.next2{
    transform:translate(calc(-50% + 520px),-50%) scale(.68);
    opacity:.15;
    z-index:3;
}

/* Restantes */
.slide.hide{
    opacity:0;
    transform:translate(-50%,-50%) scale(.4);
    z-index:1;
}



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

    .slider-coverflow{
        position:relative;
        width:100%;
        max-width:1200px;
        height:400px;
        margin:10px auto;
        overflow:hidden;
    }

    .slide{
        position:absolute;
        top:50%;
        left:50%;
        width: 70%;
        height:400px;
        transform-origin:center;
        transition:
            transform .8s ease,
            opacity .8s ease,
            filter .8s ease;
    }

    .slide img{
        width:100%;
        height:100%;
        object-fit:cover;
        border-radius:18px;
        display:block;
        box-shadow: 0 0 30px #000000;
        border: 3px rgba(255,255,255, .15) solid;
    }
}


#btnTopo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--marrom);
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 9999;
    border: 2px #FFFFFF solid;
}
#btnTopo img {
    width: 18px;
}

#btnTopo.show {
    opacity: 1;
    visibility: visible;
}

#btnTopo:hover {
    background: var(--verde-claro);
}


  :root{
    --bg: #101314;
    --ink: #f2efe9;
    --muted: #9aa3a1;
    --accent: var(--marrom);
    --line: rgba(242,239,233,0.12);
  }

  .page{
    max-width: 760px;
    margin: 0 auto 72px;
    text-align: center;
  }

  .page.cabecalho{ margin-bottom: 56px; }

  .eyebrow{
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
  }


  .abrir-galeria{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 3px;
    transition: opacity .2s ease;
  }
  .abrir-galeria:hover{ opacity: .75; }
  .abrir-galeria svg{ width: 16px; height: 16px; }

  .lightbox{
    position: fixed;
    inset: 0;
    background: rgba(8,9,9,0.96);
    display: none;
    z-index: 999;
    opacity: 0;
    transition: opacity .25s ease;
  }
  .lightbox.aberta{
    display: flex;
    opacity: 1;
  }

  .lightbox-topo{
    position: absolute;
    top: 0; left: 0; right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    z-index: 3;
  }

  .lightbox-contador{
    color: var(--muted);
    font-size: 13px;
    letter-spacing: .05em;
  }

  .lightbox-fechar{
    background: none;
    border: 1px solid var(--line);
    color: var(--ink);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
  }
  .lightbox-fechar:hover{ background: rgba(255,255,255,0.08); }

  .lightbox-corpo{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 70px;
    position: relative;
    width: 100%;
  }

  .lightbox-corpo img{
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.55);
    opacity: 0;
    transition: opacity .4s ease;
  }
  .lightbox-corpo img.mostrar{ opacity: 1; }

  .lightbox-legenda{
    position: absolute;
    bottom: 96px;
    left: 0; right: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0 24px;
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
    background-color: #000000;
    font-family: "Oswald";
  }
  .lightbox-legenda.mostrar{ opacity: 1; }

  .lightbox-nav{
    background: none;
    border: 1px solid var(--line);
    color: var(--ink);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
    z-index: 3;
  }
  .lightbox-nav:hover{ background: rgba(255,255,255,0.08); }
  .lightbox-nav.anterior{ left: 18px; }
  .lightbox-nav.proximo{ right: 18px; }
  .lightbox-nav svg{ width: 18px; height: 18px; }

  .lightbox-miniaturas{
    position: absolute;
    bottom: 0; left: 0; right: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 14px 16px 20px;
    overflow-x: auto;
    z-index: 3;
    background: linear-gradient(to top, rgba(8,9,9,0.9), rgba(8,9,9,0));
  }
  .lightbox-miniaturas::-webkit-scrollbar{ height: 4px; }
  .lightbox-miniaturas::-webkit-scrollbar-thumb{ background: var(--line); border-radius: 4px; }

  .miniatura{
    flex: 0 0 auto;
    width: 62px;
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: .5;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
    padding: 0;
    background: none;
  }
  .miniatura img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .miniatura:hover{ opacity: .8; }
  .miniatura.ativa{
    opacity: 1;
    border-color: var(--accent);
    transform: translateY(-3px);
  }

  .lightbox-progresso{
    position: absolute;
    top: 0; left: 0;
    height: 2px;
    width: 0%;
    background: var(--accent);
    z-index: 4;
  }

  @media (max-width: 640px){
    .lightbox-corpo{ padding: 90px 16px 120px; }
    .lightbox-nav{ width: 38px; height: 38px; }
    .lightbox-nav.anterior{ left: 8px; }
    .lightbox-nav.proximo{ right: 8px; }
    .lightbox-legenda{ bottom: 80px; font-size: 14px; }
    .miniatura{ width: 48px; height: 34px; }
  }
