@font-face {
    font-family: 'monoramabold';
    src: url('fontes/monorama-bold-webfont.woff2') format('woff2'), url('fontes/monorama-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monoramasemibold';
    src: url('fontes/monorama-semibold-webfont.woff2') format('woff2'), url('fontes/monorama-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monoramamedium';
    src: url('fontes/monorama-medium-webfont.woff2') format('woff2'), url('fontes/monorama-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monoramaregular';
    src: url('fontes/monorama-regular-webfont.woff2') format('woff2'), url('fontes/monorama-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#videoModal {
    position: fixed;
    z-index: 99999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    /* padding-top: 0px; */
    border: 0px solid #888;
    width: 70%;
    background-color: #74fe05;
}

.fechar {
    background-color: #78fc02;
    float: right;
    color: #000;
    padding:5px;
    font-size: 12px;
    position: relative;
    top: -45px;
    right: -20px;
    font-weight: bold;
    z-index: 999999999999999999999999999999;
}

.fechar:hover,
.fechar:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a {
    cursor: pointer;
}

.rodape {
    width: 100%;
    background-color: #9bfb02;
    height: 170px;
}

.rod-esq {
    width: 300px;
    background-color: #9bfb02;
    height: auto;
    top: 55px;
    left: 100px;
    float: left;
    font-size: 12px;
    display: block;
    position: relative;
    font-family: 'monoramasemibold';
    text-decoration: none;
}

.rod-esq a {
    width: 100%;
    background-color: #9bfb02;
    height: 90px;
    font-size: 14px;
    font-family: 'monoramasemibold';
    text-decoration: none;
    color: #000;
}

.rod-dir {
    width: 250px;
    background-color: #9bfb02;
    height: auto;
    top: 0px;
    right: 100px;
    float: right;
    font-size: 12px;
    display: block;
    position: relative;
    font-family: 'monoramasemibold';
    text-decoration: none;
}

.rod-dir ul {
    width: 300px;
    list-style: none;
    /* margin: 0; */
    padding: 0;
    margin-left: -4px;
}

.rod-dir li {
    width: 22px;
    list-style: none;
    float: left;
    margin-right: 10px;
}

.logorodape {
    width: 20%;
    margin: auto;
    padding-top: 50px;
    line-height: 90px;
    /* float: left; */
    height: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'monoramaregular';
}
.video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    text-align: center;
    margin: auto;
    width: 100%;
}

.video-responsive iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin: auto;
}
.animate {
    transition: transform 0.5s ease-in-out;
}

.container {
    width: 100%;
    padding-top: 45px;
    min-width: 1280px;
}

.language-switcher {
    display: flex;
    width: 60px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    background-color: #9bfb02;
    z-index: 9999999;
    right: 0px;
    top: 55px;
    font-size: 11px;
}

.language-switcher a {
    flex: 1;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    background-color: #d5d5d5;
    transition: background-color 0.3s ease;
}

.language-switcher a:hover, .language-switcher a.active {
    background-color: #9bfb02;
}

.bt-escuro a {
    background-color: #031625;
    color: #9bfb06;
    display: block;
    font-size: 16px;
    padding: 8px;
    /* width: 20%; */
    text-align: center;
    border-radius: 32px;
    /* margin-bottom: 10px; */
    text-decoration: none;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bt-claro2 a {
    background-color: #9bfb06;
    color: #031625;
    display: block;
    font-size: 19px;
    padding: 8px;
    width: 142%;
    text-align: center;
    border-radius: 32px;
    text-decoration: none;
    z-index: 999;
    position: relative;
    animation: pulse 2s ease-in-out infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    font-family: 'monoramasemibold';
    letter-spacing: 9px;
}

.bt-claro2 a:hover {
    animation-iteration-count: infinite;
}

.bt-claro2 a:hover {
    background-color: #031625;
    color: #9bfb06;
    border: 1px solid #9bfb06;
}
.play{border:2px solid #9bfb06;border-radius: 50%;float:right;width: 30px;height: 30px;font-size: 22px;line-height: 39px;padding-right: 0;margin: 3px;padding-top: 0;padding-left: 0;background-color: transparent;}
.bt-claro {
    background-color: transparent;
    color: #9bfb06;
    display: block;
    font-size: 22px;
    padding: 0;
    letter-spacing: 0;
    width: 390px;
    text-align: center;
    border-radius: 32px;
    margin-bottom: 10px;
    text-decoration: none;
    z-index: 999;
    position: relative;
    margin: auto;
    margin-top: 5%;
    height: 40px;
    line-height: 40px;
    border: 2px solid #9bfb06;
}

.bt-claro:hover {
    background-color: #031625;
    color: #9bfb06;
    border: 2px solid #9bfb06;
}

.bt-claro img {
    width: 25px;
    float: right;
    padding-right: 3px;
    padding-top: 2px;
}

.bt-claro3 a {
    background-color: #9bfb06;
    color: #031625;
    display: block;
    font-size: 16px;
    padding: 4px;
    width: 192px;
    text-align: center;
    border-radius: 32px;
    /* margin-bottom: 10px; */
    text-decoration: none;
    z-index: 999;
    position: relative;
    margin: auto;
    cursor: pointer;
    /* margin-left: 0; */
}

.bt-claro3 a:hover {
    background-color: #031625;
    color: #9bfb06;
    text-decoration: none;
    border: 1px solid #9bfb06;
}

video {
    min-height: 100vh;
    position: absolute;
    left: -10px;
    top: -30px;
    /* max-width: 120vw; */
}

.destaque {
    width: 100%;
    height: 100vh;
    background-color: #000000;
    border-bottom: 0px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    /* max-width: 1920px; */
}

.destaque01 {
    /* background-image: url("../img/bg_destaque01.jpg"); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-position-y: calc(-1vh - 1px); */
}

.typing-effect {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.destaque02 {
    background-image: url("../img/bg_destaque02.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 150vh;
    background-position-y: calc(-1vh - 1px);
}

.espaco {
    width: 23%;
    /* float: left; */
    display: inline-block;
    position: relative;
}

.sublinhado {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.space-underline {
    width: 7px;
    border-bottom: 2px solid #9bfb02;
    position: relative;
    display: inline-block;
    /* float:left; */
    height: auto;
    bottom: -3px;
    margin-top: 8px;
}

.text01 {
    width: 57%;
    margin-top: 27%;
    /* margin-bottom: 30px; */
    font-size: 29px;
    letter-spacing: 5px;
    color: #97fe00;
    text-align: justify;
    z-index: 2;
    font-family: 'monoramasemibold';
}

.text02 {
    width: 48vw;
    float: left;
    position: absolute;
    left: 9vw;
    font-size: 1.8vw;
    z-index: 9;
    top: 64px;
    font-family: 'monoramasemibold';
    margin-top: 0;
    display: block;
    color: #9bfb06;
    letter-spacing: 3px;
}

.text03 {
    width: 26%;
    float: left;
    position: absolute;
    left: 65vw;
    z-index: 9;
    top: 170px;
    /* margin-top: -50%; */
    font-size: 1.3vw;
    color: #9bfb06;
    font-family: 'monoramasemibold';
}

.text04 {
    width: 30vw;
    font-family: 'monoramasemibold';
    font-size: 1.3vw;
    color: #9bfb06;
    float: left;
    position: absolute;
    left: 10vw;
    z-index: 9;
    margin-top: 0;
    top: 87vh;
}

.icon-sat {
    z-index: 10;
    /* margin-top: 0; */
    width: 7%;
    position: absolute;
    top: 60px;
    left: 1vw;
    float: left;
    display: block;
}

.img02 {
    width: 54vw;
    top: 0;
    float: left;
    position: absolute;
    left: 9vw;
}

.parallax-effect {
    /* position: relative; */
    /* z-index: -1; */
}

.img03 {
    width: 30vw;
    margin-top: -29%;
    float: left;
    position: absolute;
    right: 2%;
    z-index: 9;
    top: 941px;
}

.img04 {
    width: 620px;
    margin-top: 0;
    float: left;
    position: absolute;
    right: 13vw;
    z-index: 9999;
    top: 95vh;
}

.icon-alert {
    width: 78px;
    margin-top: 0;
    float: left;
    position: absolute;
    right: 360px;
    z-index: 10;
    top: 670px;
}

.text05 {
    width: 95vw;
    margin-top: 0;
    float: left;
    position: absolute;
    left: -10vw;
    z-index: 10;
    top: 118vh;
    /* font-size: 90px; */
    color: #9bfb02;
    font-size: 6vw;
    text-decoration: underline;
    /* position: relative; */
}

.text06 {
    font-family: 'monoramasemibold';
    font-size: 0.7em;
    color: #9bfb06;
    width: 26%;
    margin-top: 98vh;
    float: left;
    position: absolute;
    left: 58%;
    z-index: 10;
}

.dst01 {
    width: 70%;
    margin-top: 161vh;
    float: left;
    position: absolute;
    z-index: 10;
    /* margin: auto; */
}

.dst02 {
    width: 9%;
    margin-top: 70%;
    float: left;
    position: absolute;
    left: 44%;
    z-index: 10;
}

.dst03 {
    width: 9%;
    margin-top: 69%;
    float: left;
    position: absolute;
    left: 64%;
    z-index: 10;
}

.destaque03 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    /* Altura desejada para o destaque 3 */
}

.pin {
    border: 1px solid #9dfd04;
    position: relative;
    width: 47vw;
    min-width: 420px;
    background-color: #9dfd04;
    margin: auto;
    margin-top: -190px;
    z-index: 1020;
    padding-top: 17px;
    padding-bottom: 15px;
    font-weight: 900;
    padding-left: 15px;
    font-size: 1.2vw;
    letter-spacing: 0.3vw;
    font-family: 'monoramasemibold';
    /* background-color: #00000059; */
}

.pin img {
    width: 25px;
    margin-right: 15px;
    /* padding-top: 5px; */
    float: left;
}

.aviao {
    width: 200px;
}

.aviao img {
    width: 600px;
    position: absolute;
    top: -240px;
    left: -690%;
    opacity: 0.3;
    z-index: 1;
}

.setas {
    width: 200px;
    margin-top: 90%;
    position: absolute;
    margin-left: -61px;
    z-index: 1020;
}

.setas img {
    width: 46px;
    /* position: absolute; */
    /* top: -240px; */
    /* left: 41%; */
    /* opacity: 1; */
    z-index: 1;
}

.draghandle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.draghandle img {
    /* width: auto; */
    /* height: auto; */
    /* background: none; */
    /* color: #FFF; */
}

.destaque03 .before-image, .destaque03 .after-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.destaque03 .before-image {
    left: 0;
    z-index: 10;
}

.destaque03 .after-image {
    right: 0;
    z-index: 20;
}

.destaque03 .draghandle {
    position: absolute;
    top: 50%;
    left: 50%;
    /* Centralizando o draghandle horizontalmente */
    /* transform: translate(-50%, -50%); */
    /* Centralizando o draghandle verticalmente */
    z-index: 30;
    cursor: ew-resize;
    /* Cursor de redimensionamento horizontal */
}

img {
    width: 100%;
    max-width: 100%;
}

.before-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    /* Dobra a largura para garantir que ambas as imagens estejam presentes */
    overflow: hidden;
    /* Esconde a parte extra */
}

.before-after img {
    width: 50%;
    height: auto;
}

.logo {
    margin: auto;
    width: 40%;
    float: left;
    position: absolute;
    display: block;
    top: 18%;
    font-size: 11px;
    text-align: center;
    color: #9bfb06;
    letter-spacing: 5px;
    z-index: 3;
    /* border: 1px solid red; */
}

.logo img {
    margin-top: 42px;
}

.destaque01 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    min-height: 590px;
    /* display: block; */
    /* white-space: nowrap; */
    position: relative;
}

.destaque02 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 210vh;
    min-height: 1120px;
    white-space: normal;
    position: relative;
}

.destaque03 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    white-space: nowrap;
    position: relative;
}

.conteudo-destaque {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-top: 35%;
    height: 260%;
}

.conteudo-destaque4 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-top: 23%;
    /* height: 580px; */
}

.conteudo-destaque5 {
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    padding-top: 10%;
    height: auto;
    text-align: left;
}

.conteudo-destaque6 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    /* padding-top: 131%; */
    /* height: 270vh; */
}

.destaque04 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 1520px;
    width: 100%;
    display: block;
    min-height: 600px;
    /* white-space: nowrap; */
    position: relative;
    background-color: #9bfb02;
}

.title {
    width: 100%;
    /* clear:both; */
    /* margin: auto; */
    /* height: 32vh; */
    position: absolute;
    text-align: left;
    /* position: absolute; */
    top: 14vh;
}

.destaque04-title-esq-01 {
    width: 100%;
    margin-top: -40px;
    display: block;
    /* position: relative; */
    margin-left: 6%;
    position: absolute;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

.destaque04-title-meio-02 {
    width: 10%;
    margin-top: -40px;
    display: block;
    margin-left: 43%;
    position: absolute;
}

.destaque04-title-dir-03 {
    width: 55%;
    top: -14px;
    display: block;
    margin-left: 31vw;
    /* position: absolute; */
    position: relative;
    font-size: 4vw;
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
}

.destaque04 .space-underline {
    border-bottom: 2px solid #333;
}

.destaque04-text-esq-04 {
    width: 29%;
    /* float:none; */
    /* margin-top: 5%; */
    margin-left: 10%;
    /* position:absolute; */
    font-size: 0.8em;
    font-family: 'monoramasemibold';
}

.destaque04-texto-dir-novo {
    width: 36%;
    float: left;
    margin-top: 5%;
    margin-left: 14%;
    /* position:absolute; */
    font-size: 0.8em;
    font-family: 'monoramasemibold';
}

.destaque04-text-esq-05 {
    width: 27%;
    float: none;
    margin-top: 3%;
    margin-left: 21%;
    position: absolute;
    font-size: 0.8em;
    font-family: 'monoramasemibold';
}

.destaque04-text-dir-06 {
    width: 77%;
    /* float: right; */
    top: 430px;
    right: -160px;
    z-index: 2;
    position: absolute;
}

.destaque04-text-esq-07 {
    width: 35%;
    margin-left: 6%;
    margin-top: 240px;
    /* position:absolute; */
    font-size: 0.8em;
    font-family: 'monoramasemibold';
}

.destaque04-text-esq-08 {
    width: 21%;
    margin-left: 35%;
    margin-top: 14%;
    /* position:absolute; */
    font-size: 0.6em;
    z-index: 9999;
    position: relative;
    font-family: 'monoramasemibold';
}

.destaque04-text-esq-08 a {
    color: #000;
}

.destaque04-bts-esq-08 {
    width: auto;
    margin-left: 9%;
    margin-top: -80px;
    /* position:absolute; */
}

.destaque04-bts-esq-08 a {
    background-color: #031726;
    color: #9bfb06;
    display: block;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    text-align: center;
    border-radius: 32px;
    margin-bottom: 10px;
    text-decoration: none;
    letter-spacing: 8px;
    font-family: 'monoramasemibold';
    border: 1px solid #031726;
}

.destaque04-bts-esq-08 a:hover {
    background-color: #9bfb06;
    color: #031726;
    border: 1px solid #031726;
    text-decoration: none;
}

.destaque04-text-esq-09 {
    width: 35%;
    margin-left: 5%;
    margin-top: 10%;
    float: left /* position:absolute; */
}

.destaque04-text-esq-10 {
    width: 33%;
    margin-left: 55%;
    margin-top: 10%;
    /* position:absolute; */
    font-size: 0.7em;
    font-family: 'monoramasemibold';
}

.destaque05 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    background: linear-gradient(to top, #87CEFA, #4682B4);
    /* Gradiente de azul claro para azul escuro */
    /* white-space: nowrap; */
    position: relative;
    display: block;
}

.destaque05-box {
    width: 20%;
    float: left;
    margin-top: 8%;
    margin-left: 10%;
    float: left;
}

.destaque05-box1 {
    width: 7%;
    float: left;
    margin-left: 4%;
    margin-right: 1%;
    margin-top: 4%;
    animation: bellSwing 10s linear infinite;
    /* animation-delay: 10s; */
}

.destaque05-box2 {
    width: 30%;
    margin-top: 5%;
    float: left;
    /* margin-left: 13%; */
}

.destaque05-box3 {
    width: 26%;
    margin-top: 22%;
    margin-left: 61%;
    margin-bottom: 3%;
    font-size: 0.7em;
    font-family: 'monoramasemibold';
    color: #9bfb02;
}

.destaque05-box4 {
    width: 26%;
    margin-top: 14%;
    float: left;
    margin-left: -30%;
    font-size: 0.7em;
    font-family: 'monoramasemibold';
    color: #9bfb02;
}

.destaque05-box5 {
    width: 100%;
    margin-top: 14%;
    float: left;
    margin-left: 0;
    font-size: 2vw;
    font-family: 'monoramasemibold';
    color: #9bfb02;
    margin: auto;
    margin-top: -4%;
    text-align: center;
    /* line-height: 90px; */
    height: 31vh;
}

.destaque05-box5 img {
    width: 280px;
    position: absolute;
    top: 10vh;
    left: 50%;
    display: block;
    margin-left: -140px;
}

.destaque06 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 1200px;
    /* white-space: nowrap; */
    position: relative;
    /* Adiciona relativa */
    display: block;
    background-image: url(../img/bg_destaque06.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.destaque06-title {
    width: 110%;
    margin-top: 50px;
    color: #9bfb02;
    font-weight: 900;
    left: 0;
    min-height: 210px;
    font-size: 92px;
    text-decoration: underline;
    position: relative;
}

.destaque06-title2 img {
    width: 11%;
    margin-top: 90px;
    margin-left: -40px;
    position: relative;
}

.destaque06-foto {
    width: 50%;
    margin-top: 13px;
    float: left;
    margin-left: 30px;
    margin-right: 40px;
}

.destaque06-title2 {
    font-size: 1.9em;
    font-family: 'monoramasemibold';
    color: #9bfb02;
}

.destaque06-txt01 {
    width: 51%;
    margin-left: 40%;
    margin-top: 30px;
    font-size: 0.9em;
    font-family: 'monoramasemibold';
    color: #9bfb02;
}

.destaque06-txt02 {
    /* width: 100%; */
    margin-left: 44%;
    margin-top: 30px;
    /* float: none; */
    position: absolute;
    z-index: 1020;
    /* height: 330px; */
}

.presskit {
    width: 30vw;
    /* border: 2px solid red; */
    position: absolute;
    left: 16vw;
    margin: 0;
    padding: 0;
    margin-left: 0;
    top: 850px;
    /* text-decoration: underline; */
}

.destaque06-txt03 {
    /* width: 10%; */
    /* margin-left: 25vw; */
    /* margin-top: 16vw; */
    /* position: absolute; */
    /* float: left; */
    /* display: flex; */
    font-weight: 900;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 10px;
    color: #9bfb02;
    white-space: nowrap;
    text-decoration: underline;
}

.download {
    width: 30vw;
    /* border: 2px solid red; */
    position: absolute;
    left: 56vw;
    margin: 0;
    padding: 0;
    margin-left: 0;
    top: 850px;
    text-decoration: none;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
    color: #9bfb02;
    white-space: normal;
}

.destaque06-txt04 {
    font-weight: 900;
    font-size: 3vw;
    text-align: center;
    margin-bottom: 10px;
    color: #9bfb02;
    white-space: normal;
    text-decoration: underline;
}

.destaque06-txt05 {
    /* width: 30%; */
    /* margin-left: 17vw; */
    margin-bottom: 7%;
    /* position: absolute; */
    /* float: left; */
    /* display: flex; */
    font-size: 1.5vw;
    height: 10vh;
    font-weight: 100;
    color: #9bfb02;
    white-space: normal;
    text-align: justify;
    letter-spacing: 1px;
}

.destaque06-txt06 {
    /* width: 17vw; */
    /* margin-left: 30vw; */
    /* margin-top: -5%; */
    /* float: left; */
    font-size: 1.5vw;
    color: #9bfb02;
    height: 14.1vh;
    white-space: normal;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 100;
}

.destaque06-txt05-1 {
    /* width: 11%; */
    /* margin-left: 16vw; */
    /* margin-top: 3%; */
    /* float: left; */
}

.destaque06-txt06-2 {
    /* width: 11%; */
    /* margin-left: 25vw; */
    /* margin-top: 3%; */
    /* float: left; */
}

.fixed {
    position: fixed;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    /* background-color: #9bfb06; */
    /* color: white; */
    text-align: center;
    line-height: 45px;
    z-index: 999999999999;
    transition: background-color 0.3s;
}

.sub-header {
    font-size: 11px;
    /* color: #000; */
    float: left;
    margin-left: 60px;
}

.sub-header2 {
    font-size: 11px;
    /* color: #000; */
    /* margin-top: 8px; */
    right: 130px;
    margin-right: 10px;
    width: 60px;
    display: block;
    position: absolute;
    z-index: 99999999;
    top: 8px;
}

.sub-header2 img {
    width: 100%;
}

.sub-header3 {
    font-size: 11px;
    /* color: #000; */
    /* margin-top: 8px; */
    right: 10px;
    margin-right: 10px;
    width: 90px;
    display: block;
    position: absolute;
    z-index: 99999999;
    top: 4px;
}

.sub-header3 img {
    width: 100%;
}

.sub-header1 {
    width: 13%;
    /* color: #000; */
    margin: auto;
    padding-top: 2px;
}

.menu-toggle {
    display: block;
    position: fixed;
    top: 7px;
    left: 20px;
    cursor: pointer;
    z-index: 9999999999;
    /* Ajustando o z-index */
}

.bar {
    width: 25px;
    height: 3px;
    margin: 5px 0;
}

#bar1,#bar2,#bar3 {
}

/* Estilo do menu lateral */
.sidebar {
    position: fixed;
    top: 0;
    left: -270px;
    width: 250px;
    height: 100%;
    /* display: none; */
    background-color: #031625;
    padding-top: 60px;
    transition: left 0.3s ease;
    border: 2px solid #81d209;
    z-index: 999999999999999999999999999999;
}

.sidebar.open {
    left: 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 7px;
}

.sidebar ul li a {
    color: #96f405;
    text-decoration: none;
    font-size: 24px;
    padding-left: 20px;
    /* letter-spacing: 6px; */
}

.sidebar ul li a:hover {
    color: #FFF;
}

.closeBtn {
    position: absolute;
    top: 8px;
    right: 13px;
    cursor: pointer;
    color: #fff;
    font-size: 27px;
}



.text01.aparecer {
    opacity: 1;
    transform: translateY(0);
}

/* Estilos para os destques */
#header.alt {
    background-color: #666;
}

/* Estilo do carousel destaque 04 q  */
.carousel {
    overflow: hidden;
    width: 73%;
    margin: auto;
    /* padding-left: 40px; */
}

.carousel-inner {
    display: flex;
    margin: 3%;
}

.slide {
    flex: 0 0 auto;
    width: 160px;
    /* Largura de cada slide */
    margin-right: 6%;
}

.slide h3 {
    margin-top: -60px;
    color: #FFF;
    font-size: 0.8em;
    padding-left: 18px;
}

.slide .title1 {
    flex: 0 0 auto;
    width: 100%;
    /* Largura de cada slide */
    /* font-weight: bold; */
    background-image: url(../img/icon-aviao-lado.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0;
    font-size: 1.9em;
    font-family: 'monoramasemibold';
    height: 50px;
    padding-left: 75px;
    margin-top: -15px;
    text-decoration: underline;
    margin-left: -40px;
    /* border: 1px solid red; */
}

.slide .title2 {
    flex: 0 0 auto;
    width: 100%;
    /* Largura de cada slide */
    background-image: url(../img/icon-ballon.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: auto 100%;
    margin: 0;
    height: 30px;
}

.slide .title2 {
    flex: 0 0 auto;
    width: 100%;
    /* Largura de cada slide */
    background-image: url(../img/icon-ballon.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 31px;
    background-size: auto 100%;
    margin: 0;
    height: 30px;
}

.prevBtn, .nextBtn {
    display: block;
    margin-top: 10px;
}

.count {
    font-size: 12px;
    font-weight: bold;
    animation: countUp 0.2s ease-in-out forwards;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1674px) {
    .img03 {
        width: 30vw;
        margin-top: -29%;
        float: left;
        position: absolute;
        right: 2%;
        z-index: 9;
        top: 860px;
    }

    .destaque06-txt03 {
        /* width: 10%; */
        /* margin-left: 25vw; */
        /* margin-top: 16vw; */
        /* position: absolute; */
        /* float: left; */
        /* display: flex; */
        font-weight: 900;
        font-size: 3vw;
        text-align: center;
        margin-bottom: 10px;
        color: #9bfb02;
        white-space: nowrap;
        text-decoration: underline;
    }

    .download {
        width: 30vw;
        /* border: 2px solid red; */
        position: absolute;
        left: 56vw;
        margin: 0;
        padding: 0;
        margin-left: 0;
        top: 820px;
        text-decoration: none;
        font-weight: 900;
        font-size: 3rem;
        text-align: center;
        margin-bottom: 10px;
        color: #9bfb02;
        white-space: normal;
    }

    .destaque06-txt04 {
        font-weight: 900;
        font-size: 3vw;
        text-align: center;
        margin-bottom: 10px;
        color: #9bfb02;
        white-space: normal;
        text-decoration: underline;
    }

    .destaque06 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1160px;
        /* white-space: nowrap; */
        position: relative;
        display: block;
        background-image: url(../img/bg_destaque06.jpg);
        background-attachment: fixed;
        background-size: cover;
    }

    .destaque04-text-esq-08 {
        width: 21%;
        margin-left: 35%;
        margin-top: 8%;
        /* position: absolute; */
        font-size: 0.6em;
        z-index: 9999;
        position: relative;
        font-family: 'monoramasemibold';
    }

    .presskit {
        width: 30vw;
        /* border: 2px solid red; */
        position: absolute;
        left: 16vw;
        margin: 0;
        padding: 0;
        margin-left: 0;
        top: 820px;
        /* text-decoration: underline; */
    }

    .conteudo-destaque6 {
        position: relative;
        width: 100%;
        max-width: 1920px;
        /* padding-top: 131%; */
        /* height: 110vh; */
    }

    .destaque04 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1410px;
        width: 100%;
        display: block;
        min-height: 600px;
        /* white-space: nowrap; */
        position: relative;
        background-color: #9bfb02;
    }

    .img04 {
        width: 500px;
        margin-top: 0;
        float: left;
        position: absolute;
        right: 144px;
        z-index: 8;
        top: 105vh;
    }
}

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

    .fechar {
    background-color: #78fc02;
    float: right;
    color: #000;
    padding: 5px;
    font-size: 12px;
    position: relative;
    top: -35px;
    right: 10px;
    font-weight: bold;
    z-index: 999999999999999999999999999999;
}
#videoModal {
    position: fixed;
    z-index: 99999999999999999999;
    left: 0;
    top: 0;
    padding-top:20%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
    .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 10px;
    border: 0px solid #888;
    width: 95%;
      
    background-color: #74fe05;
}
 
      div.before span.caption{
	left: 4px;
	/* right: auto; */
	top: -100%;
	position: relative;
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 5px;
	padding: 2px;
	font-family: 'monoramasemibold';
}

div.before span.caption a, div.after span.caption a{
	color: lightyellow;
	text-decoration: none;
}

div.after span.caption {
    float: right;
    right: 5px;
    top: -100%;
    position: relative;
    margin-top: 0;
    letter-spacing: 5px;
    padding: 3px;
    font-size: 12px;
    font-family: 'monoramasemibold';
}
    .container {
        width: 100%;
        padding-top: 45px;
        min-width: 300px;
    }

    .sub-header {
        font-size: 11px;
        /* color: #000; */
        float: left;
        margin-left: 60px;
    }

    .sub-header2 {
        font-size: 11px;
        /* color: #000; */
        /* margin-top: 8px; */
        right: 110px;
        margin-right: 1px;
        width: 60px;
        display: block;
        position: absolute;
        z-index: 99999999;
        top: 8px;
    }

    .sub-header2 img {
        width: 100%;
    }

    .sub-header3 {
        font-size: 11px;
        /* color: #000; */
        /* margin-top: 8px; */
        right: 10px;
        margin-right: 0;
        width: 90px;
        display: block;
        position: absolute;
        z-index: 99999999;
        top: 4px;
    }

    .sub-header3 img {
        width: 100%;
    }

    .sub-header1 {
        width: 13%;
        /* color: #000; */
        margin: auto
    }

    .rodape {
        width: 100%;
        background-color: #9bfb02;
        height: 270px;
    }

    .rod-esq {
        width: 70%;
        background-color: #9bfb02;
        height: auto;
        top: 175px;
        left: 40px;
        float: left;
        font-size: 12px;
        display: block;
        position: relative;
        font-family: 'monoramasemibold';
        text-decoration: none;
    }

    .rod-esq a {
        width: 100%;
        background-color: #9bfb02;
        height: 90px;
        font-size: 14px;
        font-family: 'monoramasemibold';
        text-decoration: none;
        color: #000;
        text-decoration: none;
    }

    .rod-dir {
        width: 90%;
        background-color: #9bfb02;
        height: auto;
        top: 20px;
        right: auto;
        float: right;
        left: 0;
        font-size: 12px;
        display: block;
        position: relative;
        font-family: 'monoramasemibold';
        text-decoration: none;
    }

    .rod-dir ul {
        width: 100%;
        list-style: none;
        /* margin: 0; */
        padding: 0;
    }

    .rod-dir li {
        width: 22px;
        list-style: none;
        float: left;
        margin-right: 10px;
    }

    .logorodape {
        width: 20%;
        margin: auto;
        position: absolute;
        bottom: 0px;
        padding-top: 50px;
        line-height: 90px;
        /* float: left; */
        height: 10px;
    }

    .logo {
        margin: auto;
        width: 90%;
        float: left;
        position: absolute;
        display: block;
        top: 15%;
        font-size: 11px;
        text-align: center;
        color: #9bfb06;
        letter-spacing: 5px;
        /* border: 1px solid red; */
    }

    .logorodape {
        width: 80%;
        margin: auto;
        padding-top: 2%;
        position: relative;
        top: -70px;
        z-index: 999999;
    }
.pin img {
        width: 17px;
        margin-right: 9px;
        /* padding-top: 5px; */
        float: left;
        margin-left: -4px;
        margin-top: -1px;
    
    }
    .pin-mobile{float:right;right: 10px;margin-right:30px;position:absolute;}
    .pin {
        border: 1px solid #9dfd04;
        position: relative;
        width: 100vw;
        min-width: 100vw;
        background-color: #9dfd04;
        margin: auto;
        margin-top: -28px;
        z-index: 1020;
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: 900;
        padding-left: 15px;
        font-size: 3.2vw;
        letter-spacing: 0;
        opacity: 0.7;
        font-family: 'monoramasemibold';
        /* background-color: #00000059; */
    
    }

    .text01 {
        width: 90%;
        margin: auto;
        margin-top: 70%;
        z-index: 10;
        height: auto;
        font-size: 18px;
        text-align: center;
        position: relative;
        /* border: 1px solid red; */
    }

    .text01 {
        opacity: 1;
        /* Inicialmente oculto */
        transition: opacity 1s ease;
        transform: translateY(100px);
        /* Move o texto para baixo */
    }

    .text01.aparecer {
        opacity: 1;
        transform: translateY(0);
    }

    .destaque02 {
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: 100vh;
        /* white-space: nowrap; */
        position: relative;
        height: 1220px;
    }

    .icon-sat {
        z-index: 10;
        margin-top: 0;
        width: 100%;
        position: relative;
        top: 0;
        left: 0%;
        /* float: left; */
        display: none;
    }

    .img02 {
        width: 100%;
        margin-top: 70px;
        float: left;
        position: absolute;
        left: 0%;
    }

    .img03 {
        width: 100%;
        margin-top: 0;
        float: none;
        position: absolute;
        left: 0;
        top: 460px;
        z-index: 9;
        display: none;
        opacity: 0;
    }

    .img04 {
        width: 100%;
        margin-top: 0;
        float: none;
        position: absolute;
        left: 0vh;
        top: 940px;
        z-index: 8;
        display: none;
        opacity: 1;
    }

    .icon-alert {
        width: 4%;
        margin-top: 6%;
        float: left;
        position: absolute;
        left: 64%;
        z-index: 10;
        display: none;
    }

    .text05 {
        width: 330%;
        top: 820px;
        float: none;
        position: absolute;
        left: -187px;
        display: inline-block;
        z-index: 10;
        font-family: 'monoramasemibold';
        color: #9bfb02;
        font-size: 2.3em;
    }

    .text06 {
        font-family: 'monoramasemibold';
        font-size: 0.6em;
        color: #9bfb06;
        width: 90%;
        margin-top: 800px;
        float: none;
        position: absolute;
        left: 7%;
        z-index: 10;
    }

    .dst01 {
        width: 90%;
        margin-top: 1020px;
        float: none;
        position: absolute;
        /* left: 0; */
        z-index: 10;
    }

    .dst02 {
        width: 9%;
        margin-top: 70%;
        float: left;
        position: absolute;
        left: 44%;
        z-index: 10;
    }

    .dst03 {
        width: 9%;
        margin-top: 69%;
        float: left;
        position: absolute;
        left: 64%;
        z-index: 10;
    }

    .text03 {
        width: 90%;
        float: none;
        position: absolute;
        left: 30px;
        z-index: 9;
        margin-top: 100px;
        font-size: 0.8em;
        color: #9bfb06;
        font-family: 'monoramasemibold';
    }

    .text04 {
        width: 90%;
        font-family: 'monoramasemibold';
        font-size: 0.8em;
        color: #9bfb06;
        float: none;
        position: absolute;
        left: 30px;
        z-index: 99999;
        margin-top: 0;
        top: 500px;
    }
    div.before span.caption{
	left: 4px;
	/* right: auto; */
	top: -100%;
	position: relative;
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 5px;
	padding: 2px;
	font-family: 'monoramasemibold';
}

div.before span.caption a, div.after span.caption a{
	color: lightyellow;
	text-decoration: none;
}

div.after span.caption {
    float: right;
    right: 5px;
    top: -100%;
    position: relative;
    margin-top: 0;
    letter-spacing: 5px;
    padding: 3px;
    font-size: 12px;
    font-family: 'monoramasemibold';
}


    .destaque03 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 26vh;
        white-space: nowrap;
        position: relative;
    }

    .destaque04-text-esq-04 {
        width: 95%;
        /* float: none; */
        margin-top: 160px;
        margin-left: 4%;
        position: relative;
        font-size: 0.8em;
        font-family: 'monoramasemibold';
    }

    .destaque04-texto-dir-novo {
        width: 92%;
        float: left;
        margin-top: 5%;
        margin-left: 4%;
        /* position: absolute; */
        font-size: 0.8em;
        font-family: 'monoramasemibold';
    }

    .destaque04 {
        display: block;
        min-height: auto;
        height: 1380px;
    }

    .title {
        width: 100%;
        /* clear: both; */
        /* margin: auto; */
        /* height: 32vh; */
        position: absolute;
        text-align: left;
        /* position: absolute; */
        top: 0;
    }

    .destaque04-title-esq-01 {
        width: 100%;
        top: 100px;
        display: block;
        margin-left: 2%;
        font-size: 32px;
        margin-top: -90px;
        position: absolute;
    }

    .destaque04-title-meio-02 {
        width: 93px;
        margin-top: 95px;
        display: block;
        margin-left: 50px;
        position: absolute;
    }

    .destaque04-title-dir-03 {
        width: 100%;
        margin-top: 0;
        font-size: 32px;
        display: block;
        margin-left: 0;
        top: 100px;
        right: 14px;
        position: absolute;
    }

    .destaque04-text-esq-05 {
        width: 96%;
        float: none;
        margin-top: 3%;
        margin-left: 4%;
        position: absolute;
        font-size: 0.8em;
        z-index: 2222222;
        font-family: 'monoramasemibold';
    }

    .destaque04-text-dir-06 {
        width: 99%;
        float: right;
        margin-top: -13%;
        right: 0;
        position: absolute;
        display: none;
        opacity: 0.5;
        z-index: 2222;
    }

    .destaque04-text-esq-07 {
        width: 91%;
        margin-left: 4%;
        margin-top: 32%;
        position: relative;
        font-size: 0.8em;
        z-index: 2;
        font-family: 'monoramasemibold';
    }

    .destaque04-text-esq-08 {
        width: 90%;
        margin-left: 4%;
        margin-top: 7%;
        /* position:absolute; */
        font-size: 0.6em;
        z-index: 9999999;
        font-family: 'monoramasemibold';
    }

    .destaque04-bts-esq-08 {
        width: 100%;
        margin-left: 4%;
        margin-top: 30px;
        /* position:absolute; */
    }

    .destaque04-bts-esq-08 a {
        background-color: #031726;
        color: #9bfb06;
        display: block;
        font-size: 16px;
        padding: 8px;
        width: 90%;
        text-align: center;
        border-radius: 32px;
        margin-bottom: 10px;
        text-decoration: none;
        border: 1px solid #031726;
    }

    .destaque04-bts-esq-08 a:hover {
        background-color: #9bfb06;
        color: #031726;
        border: 1px solid #031726;
        text-decoration: none;
    }

    .destaque04-text-esq-09 {
        width: 91%;
        margin-left: 0%;
        margin-top: 10%;
        float: left /* position:absolute; */
    }

    .destaque04-text-esq-10 {
        width: 90%;
        margin-left: 4%;
        margin-top: 10%;
        /* position:absolute; */
        font-size: 0.7em;
        font-family: 'monoramasemibold';
    }

    .destaque05 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        /* background-image: url(../img/bg_destaque05.jpg); */
        background-size: clone;
        /* background-attachment: fixed; */
        /* white-space: nowrap; */
        position: relative;
    }

    .destaque05 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 40vh;
        /* background-image: url(../img/bg_destaque05.jpg); */
        /* background-size: cover; */
        /* background-attachment: fixed; */
        /* white-space: nowrap; */
        position: relative;
        /* left: 0; */
        /* max-width: 100%; */
    }

    .destaque05-box {
        width: 90%;
        float: left;
        margin-top: 0;
        margin-left: 5%;
        float: left;
    }

    .destaque05-box1 {
        width: 99%;
        float: left;
        margin-left: 5%;
        margin-right: 1%;
        margin-top: 4%;
        display: none;
    }

    .destaque05-box2 {
        width: 90%;
        margin-top: 5%;
        float: left;
        margin-left: 13%;
    }

    .destaque05-box3 {
        width: 90%;
        margin-top: 24%;
        margin-left: 5%;
        margin-bottom: 3%;
        font-size: 0.7em;
        font-family: 'monoramasemibold';
        color: #9bfb02;
    }

    .destaque05-box4 {
        width: 90%;
        margin-top: 40px;
        float: left;
        margin-left: 5%;
        font-size: 0.7em;
        font-family: 'monoramasemibold';
        color: #9bfb02;
    }

    .destaque05-box5 {
        width: 100%;
        /* margin-top: 14%; */
        /* float: left; */
        /* margin-left: 0; */
        font-size: 12px;
        height: auto;
        font-family: 'monoramasemibold';
        color: #9bfb02;
        /* margin: auto; */
        /* margin-top: -200px; */
        /* margin-left: 0px; */
        /* max-width: 100%; */
    }

    .destaque05-box5 img {
        /* width: 260px; */
        /* position: absolute; */
        /* top: 15%; */
        /* left: 14%; */
    }

    .conteudo-destaque5 {
        position: relative;
        width: 100%;
        max-width: 1920px;
        padding-top: 10%;
        /* height: 203vh; */
    }

    .destaque06 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1750px;
        /* white-space: nowrap; */
        position: relative;
        /* Adiciona relativa */
        background-image: url(../img/bg_destaque06.jpg);
        background-attachment: fixed;
        background-size: cover;
    }

    .destaque06-title {
        width: 130%;
        margin-top: 50px;
        font-size: 59px;
        text-decoration: underline;
        position: relative;
        margin-left: -140px;
    }

    .destaque06-title2 img {
        width: 90%;
        margin-top: 0;
        margin-left: 0;
        position: relative;
    }

    .destaque06-title2 {
        width: 90%;
        margin-top: 259px;
        margin-left: 19px;
        position: absolute;
        white-space: nowrap;
        font-size: 40px;
    }

    .destaque06-foto {
        width: 100%;
        top: 140px;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
    }

    .destaque06-txt01 {
        width: 90%;
        margin-left: 5%;
        margin-top: 330px;
        font-size: 0.9em;
        font-family: 'monoramasemibold';
        color: #9bfb02;
        position: relative;
    }

    .destaque06-txt02 {
        width: 90%;
        margin-left: 8%;
        margin-top: 60px;
        /* float: none; */
        position: relative;
        z-index: 1020;
        /* height: 330px; */
    }

    .bt-claro2 a {
        background-color: #9bfb06;
        color: #031625;
        display: block;
        font-size: 18px;
        padding: 8px;
        width: 87%;
        text-align: center;
        border-radius: 32px;
        text-decoration: none;
        z-index: 999;
        position: relative;
        animation: pulse 2s ease-in-out infinite;
        animation-iteration-count: infinite;
        animation-delay: 2s;
        font-family: 'monoramasemibold';
        letter-spacing: 9px;
    }

    .presskit {
        width: 100vw;
        /* border: 2px solid red; */
        position: relative;
        left: 10px;
        height: 370px;
        margin: 0;
        padding: 0;
        margin-left: 0;
        top: -480px;
        /* text-decoration: underline; */
    }

    .destaque06-txt03 {
        width: 100%;
        margin-left: 13px;
        margin-top: 0;
        position: relative;
        float: left;
        display: block;
        font-weight: 900;
        font-size: 8vw;
        text-align: left;
        margin-bottom: 10px;
        color: #9bfb02;
        white-space: normal;
        text-decoration: underline;
    }

    .download {
        width: 100vw;
        /* border: 2px solid red; */
        position: relative;
        left: 10px;
        margin: 0;
        padding: 0;
        margin-left: 0;
        top: -600px;
        text-decoration: underline;
        font-weight: 100;
        font-size: 3rem;
        text-align: center;
        margin-bottom: 10px;
        color: #9bfb02;
        white-space: normal;
    }

    .destaque06-txt04 {
        width: 100%;
        margin-left: 13px;
        margin-top: 7.9%;
        float: left;
        font-weight: 900;
        font-size: 8vw;
        text-align: left;
    }

    .destaque06-txt05 {
        width: 84%;
        margin-left: 13px;
        margin-top: 142%;
        /* position: absolute; */
        /* float: left; */
        /* display: flex; */
        font-size: 21PX;
        height: 174px;
        color: #9bfb02;
        /* white-space: normal; */
    }

    .destaque06-txt06 {
        width: 84%;
        margin-left: 13px;
        margin-top: 5%;
        float: left;
        font-size: 21px;
        color: #9bfb02;
        text-align: left;
        height: 140px;
        text-align: justify;
        FONT-WEIGHT: 100;
        white-space: normal;
    }

    .destaque06-txt05-1 {
        width: 31%;
        margin-left: 13px;
        margin-top: 0;
        float: left;
        display: block;
        left: 0;
    }

    .destaque06-txt06-2 {
        width: 28%;
        margin-left: 13px;
        margin-top: 0%;
        float: left;
    }

    .fixed {
        position: fixed;
    }

    .text02 {
        width: 91%;
        float: left;
        position: absolute;
        left: 30px;
        top: 70px;
        font-size: 22px;
        z-index: 9;
        font-family: 'monoramasemibold';
        margin-top: 0;
        color: #9bfb06;
        letter-spacing: 1px;
    }

    .bt-claro {
        background-color: transparent;
        color: #9bfb06;
        display: block;
        font-size: 18px;
        padding: -2px;
        letter-spacing: 0;
        width: 225px;
        text-align: center;
        border-radius: 32px;
        margin-bottom: 10px;
        text-decoration: none;
        z-index: 999;
        position: relative;
        margin: auto;
        margin-top: 5%;
        border: 2px solid #9bfb06;
    }

    .bt-claro:hover {
        background-color: #031625;
        color: #9bfb06;
        border: 2px solid #9bfb06;
    }

    .bt-claro img {
        width: 11%;
        float: right;
    }

    .bt-claro3 a {
        background-color: #9bfb06;
        color: #031625;
        display: block;
        font-size: 16px;
        padding: 8px;
        width: 160%;
        text-align: center;
        border-radius: 32px;
        /* margin-bottom: 10px; */
        text-decoration: none;
        z-index: 999;
        position: relative;
        margin: auto;
        margin-left: 0;
        white-space: nowrap;
    }

    .bt-claro3 a:hover {
        background-color: #031625;
        color: #9bfb06;
        border: 1px solid #9bfb06;
    }

    .sub-header1 {
        width: 39%;
        /* color: #000; */
        margin: auto;
        position: absolute;
        top: -2px;
        right: 20px;
    }
}

@keyframes bellSwing {
    0%, 10%, 100% {
        transform: rotate(0deg);
    }

    3% {
        transform: rotate(-10deg);
    }

    5% {
        transform: rotate(10deg);
    }

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

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

.pin img {
    width: 19px;
    margin-right: 8px;
    /* padding-top: 5px; */
    float: left;
    margin-top: -4px;
}
    .pin {
        border: 1px solid #9dfd04;
        position: relative;
        width: 100vw;
        min-width: 100vw;
        background-color: #9dfd04;
        margin: auto;
        margin-top: -25px;
        z-index: 1020;
        padding-top: 5px;
        padding-bottom: 4px;
        font-weight: 900;
        padding-left: 15px;
        font-size: 3.2vw;
        letter-spacing: 0.2px;
        opacity: 0.7;
        font-family: 'monoramasemibold';
        /* background-color: #00000059; */
    }
    .text05 {
        width: 170%;
        top: 800px;
        float: none;
        position: absolute;
        left: -220px;
        z-index: 10;
        color: #9bfb02;
        font-size: 2.4em;
    }

    .destaque04 {
        display: block;
        min-height: auto;
        height: 1280px;
    }

    .destaque06 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1630px;
        /* white-space: nowrap; */
        position: relative;
        background-image: url(../img/bg_destaque06.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
}

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

      div.before span.caption{
	left: 4px;
	/* right: auto; */
	top: -100%;
	position: relative;
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 5px;
	padding: 2px;
	font-family: 'monoramasemibold';
}

div.before span.caption a, div.after span.caption a{
	color: lightyellow;
	text-decoration: none;
}

div.after span.caption {
    float: right;
    right: 5px;
    top: -100%;
    position: relative;
    margin-top: 0;
    letter-spacing: 5px;
    padding: 3px;
    font-size: 12px;
    font-family: 'monoramasemibold';
}
    .destaque06-title2 {
        width: 50%;
        margin-top: 191px;
        margin-left: 19px;
        position: absolute;
    }

    .text05 {
        width: 170%;
        top: 800px;
        float: none;
        position: absolute;
        left: -220px;
        z-index: 10;
        color: #9bfb02;
        font-size: 2.3em;
    }

    .destaque04 {
        display: block;
        min-height: auto;
        height: 1372px;
    }

    .destaque06 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1620px;
        /* white-space: nowrap; */
        position: relative;
        background-image: url(../img/bg_destaque06.jpg);
        background-attachment: fixed;
        background-size: cover;
    }

    .destaque05 {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 40vh;
        /* background-image: url(../img/bg_destaque05.jpg); */
        /* background-size: cover; */
        /* background-attachment: fixed; */
        /* white-space: nowrap; */
        position: relative;
    }
}

@media screen and (min-width: 769px and max-width: 1280px) {
    .sub-header1 {
        width: 13%;
        /* color: #000; */
        margin: auto;
        padding-top: 1px;
    }
}
@media screen and (max-height:700px){
.text05 {
    width: 95vw;
    margin-top: 0;
    float: left;
    position: absolute;
    left: -10vw;
    z-index: 10;
    top: 138vh;
    /* font-size: 90px; */
    color: #9bfb02;
    font-size: 6vw;
    text-decoration: underline;
    /* position: relative; */
}
.destaque01 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    min-height: 730px;
    /* display: block; */
    /* white-space: nowrap; */
    position: relative;
}
    .destaque02 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 1440px;
    min-height: 1120px;
    white-space: normal;
    position: relative;
}
}