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

    /* POR HORA */
    /* header, */
    section,
    footer,
    .absolute {
        display: none;
    }

    /* .absolute, */
    .lata-aluminio,
    .bloco-principal {
        display: block;
    }

    /* .absolute, */
    .bloco-principal,
    .praticidade,
    .sustentavel,
    .parceiros,
    footer,
    .praticidade-linhas,
    .praticidade-estrela-roxa,
    .praticidade-estrela-branca,
    .sustentavel-estrela-roxa,
    .sustentavel-estrela-branca {
        display: block !important;
    }

    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    /* AJUSTES */

    header {
        position: absolute;
        z-index: 2;
        width: 100%;
        padding: 40px;
        right: 0%;
        transform: none;
    }

    header a {
        font-size: 24px;
    }

    .menu {
        display: flex;
        justify-content: space-between;
        padding: 40px 0 0;
        align-items: flex-start;
    }


    .menu-mobile {
        position: fixed;
        background: var(--roxoEscuro);
        height: 0vh;
        width: 100%;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        left: 0;
        padding: 0;
        gap: 80px;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        transition: 1s all;
        justify-content: center;

    }

    .menu-mobile ul {
        display: flex;
        flex-direction: column;
        gap: 30px;
        list-style: none;
        padding: 0;
    }

    .menu-dois {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 0;
        background: var(--azulescuro);
        padding: 20px;
        top: 0;
        height: 10%;
        z-index: 3;
        justify-content: right;
    }

    .burger {
        position: absolute;
        width: 40px;
        height: 30px;
        top: 40px;
        right: 40px;
        background: transparent;
        cursor: pointer;
        display: block;
        z-index: 4;
    }

    .burger input {
        display: none;
    }

    .burger span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: white;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        z-index: 5;
    }

    .burger span:nth-of-type(1) {
        top: 0px;
        transform-origin: left center;
    }

    .burger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
        transform-origin: left center;
    }

    .burger span:nth-of-type(3) {
        top: 100%;
        transform-origin: left center;
        transform: translateY(-100%);
    }

    .burger input:checked~span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 0px;
        left: 5px;
    }

    .burger input:checked~span:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .burger input:checked~span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 5px;
    }

    .burger input:checked~.menu-mobile {
        height: var(--menu-height);
    }

    .no-scroll {
        overflow: hidden;
        height: 100%;
    }

    .bloco-principal {
        padding: 60px 0 0;
    }

    .bloco-principal .box-principal {
        height: 255px;
        background-image: url(/dist/imgs/elementos/latinha-rosa-cortada.png);
    }

    .bloco-principal .box-principal img {
        margin-bottom: -65px;
        width: 75%;
    }

    .bloco-principal .video iframe {
        width: 100%;
        margin: -42px auto 0;
        height: 335px;
    }

    .banner-estrela-azul {
        width: 50px;
        top: 88px;
        display: block !important;
        right: -16px;
    }

    .banner-estrela-branca {
        display: none;
    }

    .banner-bandeira-roxa {
        top: 100px;
        width: 50px;
        display: block !important;
        left: 0;
    }

    .banner-bandeira-amarela {
        top: 50px;
        width: 50px;
        left: 50%;
        display: block !important;
    }

    .clack-estrela-azul {
        width: 50px;
        left: 0;
        display: block !important;
        top: 56%;
    }

    .clack-praticidade-estrela-azul {
        width: 50px;
        right: 40px;
        top: auto;
        display: block !important;
        bottom: 200px;
    }

    .clack-linhas {
        width: 50px;
        left: 40px;
        top: auto;
        display: block !important;
        bottom: 100px;
    }
    .clack-lata{
        display: block !important;
    }
    .clack p {
        font-size: 16px;
    }

    /* SABOR */

    .lata-aluminio {
        padding: 225px 0 0;
    }

    .flex-latinhas {
        margin: 75px 0 0;
        gap: 20px;
    }

    .flex-latinhas h3 {
        font-size: 26px;
    }

    .flex-latinhas p {
        font-size: 16px;
    }

    .sabor-sol {
        width: 200px;
        top: -30px;
        right: 100px;
        display: block !important;
    }

    .sabor-nuvem-esquerda {
        top: 70px;
        width: 320px;
        left: -120px;
        display: block !important;
    }

    .sabor-nuvem-direita {
        top: 70px;
        width: 220px;
        right: -40px;
        display: block !important;
    }
    .sabor-estrela,
    .sabor-lata-amarela{
        display: block !important;

    }
    .sabor-estrela-roxa,
    .sabor-estrela-rodape {
        display: none;
    }

    /* PRATICIDADE */

    .praticidade {
        background-color: #7b15c9;
        padding: 100px 0 0 0;
    }


    .praticidade .box h3 {
        font-size: 26px;
        font-family: 'VersosTest-Black';
        color: #59DEE2;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .praticidade .box {
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin: 80px 0 0 0;
    }

    .praticidade .box p {
        font-family: 'VersosTest-regular';
        font-size: 16px;
        color: white;
        line-height: 1.2;
    }

    .praticidade .box~.es {
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        margin: 80px 0 0 0;
    }

    .mais {
        padding: 100px 0;
    }

    .mais .de {
        text-align: center;
        margin-left: 0;
    }

    .mais h2 {
        font-family: 'VersosTest-Black';
        color: var(--amareloEscuro);
        font-size: 150px;
    }

    .mais h3 {
        font-family: 'VersosTest-Black';
        color: white;
        font-size: 60px;
        margin-left: 0;
    }

    .mais p {
        font-family: 'VersosTest-SemiBold';
        color: white;
        font-size: 26px;
        text-align: center;
    }

    .lata-praticidade {
        flex-direction: column;
        text-align: center;
        color: white;
        font-family: 'VersosTest-Semibold';
        font-size: 16px;
    }

    #chamada {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: -24px;
    }


    /* SUSTENTAVEL */

    .sustentavel .numeros p {
        font-size: 50px;
        font-family: 'VersosTest-Black';
        width: fit-content;
        color: var(--branco);
        position: relative;
        margin-left: 0;
        z-index: 1;
    }

    .sustentavel .numeros h3 {
        font-size: 100px;
        width: fit-content;
        font-family: 'VersosTest-Black';
        color: var(--roxoClaro);
    }

    .sustentavel h4 {
        font-family: 'VersosTest-Black';
        font-size: 26px;
        text-align: center;
        color: var(--roxoClaro);
    }

    .box-lata {
        background-image: url(/dist/imgs/elementos/lata-roxo.svg);
        margin-top: 100px;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 560px;
        justify-content: center;
    }

    .box-lata .cada {
        width: 100%;
        flex-direction: column;
    }

    .box-lata button {
        background-color: var(--verde);
        color: var(--roxoClaro);
        font-family: 'VersosTest-Black';
        border: none;
        font-size: 16px;
        cursor: pointer;
        padding: 20px 40px;
        border-radius: 50px;
        text-transform: uppercase;
        transition: all 0.3sease-in-out;
    }

    .box-lata h6 {
        font-family: 'VersosTest-Black';
        font-size: 26px;
        color: var(--branco);
    }

    .sustentavel .numeros {
        justify-content: center;
        margin: 40px 0;
    }

    #chamada {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: -24px;
    }

    /* PARCEIROS */

    .parceiros h2 {
        font-family: 'VersosTest-Black';
        font-size: 26px;
        margin-top: 100px;
    }

    .sub {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .logos-fabricantes {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    /* FOOTER */

    footer {
        background-color: #7b15c9;
        padding: 100px 0 100px 0;
        font-family: 'VersosTest-Regular';
        color: white;
    }
    .fabricantes img,
    .iniciativa img{
        min-width: 100%;
        height: fit-content;
    }
    .apoio img{
        min-width: 46%;
        width: 46%;
    }
   
    .info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        min-height: auto;
    }

    .dados {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .siga {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin: 40px 0;
        border-bottom: 1px solid white;
    }

    .abra-logo {
        width: 50%;
    }


    .contador {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .parceiros{
        padding: 0 0 100px;
    }
    /* ELEMENTOS */

    .praticidade-linhas {
        top: 6%;
        right: 20px;
        display: none;
        width: 30px;
    }

    .praticidade-estrela-roxa {
        top: 54%;
        left: -16px;
        width: 80px;
    }

    .praticidade-estrela-branca {
        bottom: 24%;
        right: -40px;
        width: 120px;
        left: auto;
    }

    .sustentavel-estrela-roxa {
        top: 13%;
        left: -34px;
        width: 80px;
    }

    .sustentavel-estrela-branca {
        right: -40px;
        top: 38%;
        width: 120px;
    }
}