@font-face {
    font-family: 'arkit-light';
    src: url('arkit-light.ttf');
    src: url('arkit-light.ttf?#iefix') format('embedded-opentype'),
         url('arkit-light.woff2') format('woff2'),
         url('arkit-light.woff') format('woff'),
         url('arkit-light.otf') format('otf'),
         url('arkit-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arkit-regular';
    src: url('arkit-regular.ttf');
    src: url('arkit-regular.ttf?#iefix') format('embedded-opentype'),
         url('arkit-regular.woff2') format('woff2'),
         url('arkit-regular.woff') format('woff'),
         url('arkit-regular.otf') format('otf'),
         url('arkit-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arkit-bold';
    src: url('arkit-bold.ttf');
    src: url('arkit-bold.ttf?#iefix') format('embedded-opentype'),
         url('arkit-bold.woff2') format('woff2'),
         url('arkit-bold.woff') format('woff'),
         url('arkit-bold.otf') format('otf'),
         url('arkit-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'novecento-ultrabold';
    src: url('novecento-ultrabold.ttf');
    src: url('novecento-ultrabold.ttf?#iefix') format('embedded-opentype'),
         url('novecento-ultrabold.woff2') format('woff2'),
         url('novecento-ultrabold.woff') format('woff'),
         url('novecento-ultrabold.otf') format('otf'),
         url('novecento-ultrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'novecento-bold';
    src: url('novecento-bold.ttf');
    src: url('novecento-bold.ttf?#iefix') format('embedded-opentype'),
         url('novecento-bold.woff2') format('woff2'),
         url('novecento-bold.woff') format('woff'),
         url('novecento-bold.otf') format('otf'),
         url('novecento-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'acumin-pro-extra-condensed-black';
    src: url('acumin-pro-extra-condensed-black.ttf');
    src: url('acumin-pro-extra-condensed-black.ttf?#iefix') format('embedded-opentype'),
         url('acumin-pro-extra-condensed-black.woff2') format('woff2'),
         url('acumin-pro-extra-condensed-black.woff') format('woff'),
         url('acumin-pro-extra-condensed-black.otf') format('otf'),
         url('acumin-pro-extra-condensed-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'acumin-pro-extra-condensed';
    src: url('acumin-pro-extra-condensed.ttf');
    src: url('acumin-pro-extra-condensed.ttf?#iefix') format('embedded-opentype'),
         url('acumin-pro-extra-condensed.woff2') format('woff2'),
         url('acumin-pro-extra-condensed.woff') format('woff'),
         url('acumin-pro-extra-condensed.otf') format('otf'),
         url('acumin-pro-extra-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}   

* {
    margin: 0 auto;
    padding: 0;
    font-family: 'arkit-light';
    text-align: center;
    line-height: 1.1;
}

a:link, a:visited {
    text-decoration: none;
}

.fog {
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.form {
    z-index: 999;
    width: 480px;
    height: auto;
    min-height: 360px;
    background-color: #363636;
    margin-top: 3%;
    margin-left: -240px;
    left: 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 14px;
    box-sizing: border-box;
    position: fixed;
    display: none;
}

.form h4 {
    font-family: 'arkit-bold'; 
    font-size: 28px;
    color: #fff;
    padding: 35px 0 15px 0;
    display: inline-block;
}

.form p{
    font-family: 'arkit-regular';
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    padding: 0 20px 15px 20px;
    line-height: 1.3;
}

.form em {
    font-family: 'arkit-bold';
    color: #3dae0c;

}

.form .botao {
    width: 380px;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 26px;
}

.guia {
    width: 380px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(120deg, #e0e0e0 0%, #f9f9f9 50%, #dcdcdc 100%);
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.guia img {
    width: 150px;
    margin-left: -35px;
    height: auto;
    flex-shrink: 0;
}

.guia p {
    margin: 0;
    font-size: 20px;
    line-height: 1.1; /* ✅ esse valor corrige o desalinhamento */
    color: #222;
    text-align: left;
    margin: 0;
  padding: 0;
}

.form h4{
    width: 90%;
}

.formulario {
    font-family: 'arkit-regular';
    width: 380px;
    font-size: 22px;
    height: 44px;
    margin: 6px 0 6px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fechaform {
    font-family: 'arkit-Bold';
    color: #fff;
    font-size: 22px;
    height: 27px;
    width: 100%;
    text-align: right;
    margin-bottom: -45px;
}





.contador {
    background-color: #ffde94;
    text-align: right;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    padding: 0;
    z-index: 99;
}

.contador h3 {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.dial {
    width: 75px;
    height: 70px;
    z-index: 100;
    float: right;
    padding: 0;
}

.cont {
    font-family: 'novecento-bold';
    letter-spacing: -3px;
    text-align: center;
    font-size: 48px;
}

.rotulo {
    font-family: 'novecento-bold';
    font-size: 15px;
    letter-spacing: -2px;
    text-align: center;
    margin-top: -6px;
}

.botaobott {
    font-family: 'novecento-bold';
    font-size: 24px;
    margin-left: 75px;
    float: left;
    height: 50px;
    background-color: #000;
    color: white;
    margin-top: 11px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}



.barra-de-cima {
    background-color: #ce112b;
    width: 100%;
    height: 26px;
    font-family: 'arkit-regular';
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding: 10px 0 7px 0 !important;
    position: relative;
    z-index: 10;
}

.spacer {
    clear: both;
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.spacerpq {
    clear: both;
    display: block;
    width: 100%;
    height: 10px;
    position: relative;
}

.spacermid {
    clear: both;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
}

.spacerbig {
    clear: both;
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
}

h1 {
    font-family: 'novecento-ultrabold';
    font-size: 56px;
    letter-spacing: -3px;
    position: relative;
    margin-top: -16px;
}

h2 {
    font-family: 'acumin-pro-extra-condensed';
    font-size: 65px;
    z-index: 99;
    width: 80%;
    line-height: 0.9;
}

h3 {
    font-family: 'acumin-pro-extra-condensed';
    font-size: 50px;
}

h4 {
    font-family: 'acumin-pro-extra-condensed';
    font-size: 58px;
    line-height: 0.9;
}

p {
    font-family: 'arkit-regular';
    margin-top: 26px;
    font-size: 24px;
    letter-spacing: -1px;
}

b {
    font-family: 'arkit-bold';
}

#dobra1 {
    margin-top: 95px;
    font-family: 'arkit-bold';
    font-size: 36px;
    letter-spacing: -1px;
}

#dobra2 {
    margin-top: 50px;
    font-family: 'arkit-bold';
    font-size: 36px;
    letter-spacing: -1px;
}

.preto {
    margin-top: 28px;
    background-color: white;
    color: #fff;
    position: relative;
}

.preto h2, .preto h3, .preto h4 {
    text-shadow: -8px 8px 10px rgba(0,0,0,0.65);
}

.preto h3 {
    margin: 20px;
}

.preto img {
    z-index: -20;
    width: 100%;
    height: auto;
    display: block;
    margin-top: -90px;
    margin-bottom: -510px;
    margin-left: 0;
    margin-right: 0;
}

.preto span {
    font-family: 'acumin-pro-extra-condensed';
    color: #ffde94;
    line-height: 0.9;
}

.botao {
    font-family: 'arkit-bold';
    background-color: #3dae0c;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
    width: 430px;
    padding: 19px 0 16px 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.branco, .brancofake{
    width: 80%;
    text-align: center;
    position: relative;
}

.one, .two, .three {
    height: auto;
    color: #000;
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.secret {
    width: 100%;
    margin-bottom: 30px;
}

.passos {
    text-align: left;
}

.one {
    float: left;
}

.three {
    float: right;
    position: relative;
}

.line {
    clear: both;
    position: relative;
    margin: 0 auto;
    border-top: 4px solid #ce112b;
}

.titulo {
    color: #000;
}

.titulo h4 {
    font-family: 'arkit-bold';
    text-align: left;
    font-size: 36px;
}

.titulo {
    width: 83%;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 20px;
}

.line {
    margin-left: 0;
    margin-top: 10px;
}

.quemsou {
    background-color: #000;
    background-image: url("bgquemsou.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    overflow: hidden;
    box-sizing: border-box;
}

.quemsou h4 {
    font-family: 'arkit-bold';
    font-size: 34px;
    color: #fff;
    text-align: left;
}

.quemsou p {
    text-align: left;
}

.descricao {
    font-family: 'arkit-regular';
    color: #fff;
    width: 90%;
    padding-top: 20%;
}

#eu {
    width: 60%;
    height: auto;
}

.conteudo {
    height: 600px;
    width: 90%;
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
}

.quemsou .line {
    width: 83%;
    margin-left: 0;
    margin-top: 10px;
}

.rodape {
    height: auto;
    background-color: #000;
    box-sizing: border-box;
}

.rodape p, .rodape a {
    font-family: 'arkit-light';
    font-size: 18px;
    width: 30%;
    color: #fff;
}

.logorodape {
    float: left;
    margin-top: 100px;
    margin-left: 8%;
}

#prodape {
    float: right;
    display: inline-block;
    margin-top: -210px;
}

#celular {
    display: none;
}

/* Media query para telas menores */
@media only screen and (max-width: 600px) {
    #desktop {
        display: none;
    }
    
    #celular {
        display: inherit;
    }
    
    .barra-de-cima {
        font-size: 14px;
        padding: 4px 0 6px 0 !important;
        height: auto;
    }
    
    .preto {
        margin-top: 8px;
    }
    
   .form {
        width: 360px;
        margin-left: -180px;
        left: 50%;
        margin-top: 15%;
        height: auto;
        min-height: 380px;
        padding: 14px;
    }
    
    .form .botao {
        width: 87%;
        border: 0;
    }
    
    .form h4 {
        font-size: 24px;
    }
    
    .formulario {
        width: 85%;
        font-size: 18px;
    }

    .guia {
        gap: 15px;
        width: 85%;
        padding: 20px 15px;
    }

.guia p{
    font-size: 15px;
}

    .guia img {
    width: 100px;
    margin-left: -22px;
    
}    
    .contador {
        height: 40px;
        padding-right: 5%;
    }
    
    .contador h3 {
        margin-right: 10px;
    }
    
    .dial {
        width: 38px;
        height: 40px;
        margin-top: 2px;
    }
    
    .cont {
        font-size: 25px;
        letter-spacing: -1px;
    }
    
    .rotulo {
        font-size: 12px;
        letter-spacing: -1px;
    }
    
    .botaobott {
        font-size: 14px;
        height: 30px;
        margin-top: 5px;
        margin-left: 4px;
        padding: 8px 12px;
    }
    
    h1 {
        font-size: 24px;
        margin-top: 3px;
    }
    
    h2, h3, h4, .preto h2, .preto h3, .preto h4 {
        font-family: 'acumin-pro-extra-condensed';
        line-height: 0.9;
        letter-spacing: 1,3px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 23px;
    }
    
    h4 {
        font-size: 25px;
        margin: 0 20px;
    }
    
    .preto h3 {
        margin: 10px;
    }
    
    .preto h2, .preto h3, .preto h4 {
        text-shadow: -3px 3px 4px rgba(0,0,0,0.2);
    }
    
    .preto span {
        font-family: 'acumin-pro-extra-condensed';
        line-height: 0.9;
    }
    
    .preto img {
        margin-top: -9%;
        margin-bottom: -200px;
    }
    
    p {
        font-size: 18px;
    }
    
    .preto p {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #dobra1 {
        font-size: 20px;
        margin-top: 0;
    }
    
    #dobra2 {
        font-size: 20px;
        margin-top: 30px;
    }
    
    .secret {
        margin-bottom: 10px;
        width: 80% !important;
    }
    
    .botao {
        font-size: 14px;
        width: 85%;
        padding: 15px 0 16px 0;
    }
    

    .brancofake {
        background-color: #000;
        width: 100%;
    }
    .brancofake p {
        color: white;
    }


    .branco {
        width: 85%;
    }
    
    .branco img {
        width: 90%;
        height: auto;
    }
    
    .one, .two, .three {
        width: 90%;
        margin-left: 10%;
    }
    
    .one, .three {
        float: none;
    }
    
    .titulo h4 {
        margin-left: 0;
        font-size: 22px;
    }
    
    .passos {
        margin-top: -5px;
        width: 90%;
        margin-left: 0;
    }
    
    #eu {
        width: 120%;
        margin-left: -15px;
        margin-right: 0;
        margin-top: 25%;
        padding: 0;
    }
    
    .quemsou {
        background-image: url("bgquemsou2.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .descricao {
        width: 100%;
        padding: 35px 10px 35px 8px;
        box-sizing: border-box;
    }
    
    .quemsou h4 {
        margin-left: 0;
        font-size: 22px;
    }
    
    .conteudo {
        width: 100%;
        height: auto;
        grid-template-columns: 0 45% 55% 0;
    }
    
    .rodape {
        height: auto;
        margin-bottom: 39px;
    }
    
    .logorodape {
        float: none;
        margin: 0 auto;
        width: 40%;
        height: auto;
    }
    
    .rodape p {
        width: 90%;
    }
    
    #prodape {
        float: none;
        margin: 0;
    }
    
    .txtbotao2 {
        margin-left: 20px;
        margin-right: 20px;
    }
}