
.btloader {
	z-index: 4;
	position: relative;
	display: inline-block;
	width: auto;
	height: 20px;
}

.loader {
	position: relative; 
	float: right;
	margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 8px;
    height: 10px; /* Altura total do loader */
}

.wave {
	position: relative;
    width: 3px;
    height: 5px;
    margin: 0 2px;
    background-color: black;
	border-radius: 10px;
    animation: wave 0.5s ease-in-out infinite;
}

.top {
    animation-direction: alternate-reverse; /* Inverte a direção da animação */
}

.bottom {
    animation-direction: alternate; /* Mantém a direção da animação padrão */
}

.wave:nth-child(1) {
    animation-delay: 0s;
}
.wave:nth-child(2) {
    animation-delay: 0.1s;
}
.wave:nth-child(3) {
    animation-delay: 0.2s;
}
.wave:nth-child(4) {
    animation-delay: 0.3s;
}
.wave:nth-child(5) {
    animation-delay: 0.2s;
}
.wave:nth-child(6) {
    animation-delay: 0.3s;
}
.wave:nth-child(7) {
    animation-delay: 0.2s;
}
.wave:nth-child(8) {
    animation-delay: 0.4s;
}
.wave:nth-child(9) {
    animation-delay: 0.1s;
}
.wave:nth-child(10) {
    animation-delay: 0.4s;
}

@keyframes wave {
    0%, 100% {
        height: 5px; /* Altura inicial e final */
    }
    50% {
        height: 20px; /* Altura máxima */
    }
}

.btloader.wh .wave {
	background-color: white
}



    



body, html {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
        
}
.content {
    margin: auto; 
    padding: 0; 

}
.header-logo {
    position: relative;
    top: 0;
    width: 100%;
    height: 150px;
    text-align: center
}

.header-logo .logo {
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    width: 150px;
    height: 30px;   
    margin: auto;
    }
    
.header-logo .logo img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    }

.hero {
    position: relative;
    width: 100%;
    height: 900px;
    background-image: url("/public/lp/hero.jpg");
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.counter {
    position: absolute;
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    margin: auto;
    width: 100%;
    max-width: 900px;
    height: 500px;
    text-align: center;
}

.counter.co2 {
    height: 350px;
    padding: 30px;
    box-sizing: border-box;
} 


.roller-wrapper {
    top: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    height: 65.5px;
    width: 330px; 
    margin-left: 0.1em;
}

.roller {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.roller span {
    display: block;
    height: 1.2em;
    line-height: 1.2em;
    text-align: left; 
}


h1 {
    position: relative;
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    color: white;
}


.hero h1 {
    text-align: center;
}

.inf {
    position: relative;
    font-size: 15px;
    margin-top: 30px;
    color: white;
    text-align: center;
}

.counter.co2 .inf {
    max-width: 400px;
    margin: auto;
}

#countdown {
    margin: 20px auto;
    display: inline-flex;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    background-color: #333;
    position: relative;
    border-radius: 5px;
    padding: 8px 12px;
    width: auto; 
    font-size: 14px;
    font-weight: 300;
}

#countdown > div {
    position: relative;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
}


#countdown span {
    font-size: 40px;
    font-weight: 800;
}


.line {
    position: absolute;
    right: 0; 
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    border-right: 1px solid gainsboro;
}

#countdown > div:last-child .line {
    border-right: none;
}

button {
    position: relative;
    display: block;
    margin: 20px auto;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    border: none; 
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

button.gr {
    color: black;
    background-color: #91ea88;
}

button.wh {
    color: black;
    background-color: white;
}

.section {
    padding: 0;
    box-sizing: border-box;
    margin: 100px auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    height: auto;
}

.bx {
    position: relative;
    vertical-align: top;
    width: 50%;
    min-height: 300px;
    display: inline-block;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
}

.bx h2 {
    font-size: 40px;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.bx p {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 0;
}


.bx.sm {
    width: 40%;
}

.bx.lg {
    width: 60%;
}


.section .bx button {
    margin: 30px 0;
}

.section video {
    margin: 0; 
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.s1 h2 {
    font-size: 48px;
    max-width: 300px;
}

.s1 p {
    font-size: 22px;
    max-width: 400px;
}

.s3 {
    margin-top: 100px;
}


.s3 h2 {
    padding: 40px 40px 0 40px;
    font-size: 52px;
    color: white;
    line-height: 58px;
    margin-bottom: 10px;
}

.s3 h3 {
    padding: 0 40px 40px 40px;
    margin-top: 0;
    font-size: 25px;
    color: white;
    font-weight: 300;
}


.s3 .bx h3 {
    margin: 0; 
    padding: 0;
    font-weight: 500;
    font-size: 35px;
    color: white;
    line-height: 40px;
}

.s3 .bx img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.bx ul {
    margin: 0; 
    padding: 0;
    margin-top: 40px;
}

.bx ul li {
    max-width: 320px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: white;
    list-style: none;
    padding: 10px 0;
}

.bx ul li span {
    font-size: 22px;
    font-weight: 500;
}

.s3 .bx {
    margin: 50px 0;
}

.bx .negotiation h3 {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    
}

.bx .negotiation p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.bx .gr-i {
    position: relative;
    height: auto;
}

.bx .gr-i h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    padding-top: 100px;
    max-width: 400px;
    margin: auto;
    line-height: 42px;
}

.bx .gr-i h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    margin: auto;
    padding-top: 200px;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

.bx .gr-i img {
    position: relative;
    width: 100%;
    object-fit: contain;
    z-index: 0;
    top: 10px;
}

.bx .features {
    position: relative;
}

.bx .features h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    
}

.bx .features p {
    max-width: 350px;
    font-size: 16px;
    line-height: 25px;
}   

.c-spot {
    position: relative; 
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #91ea88;
}

.c-feat {
    position: relative; 
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #791756;

}

.c-1 {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #cef56a;

}

.c-2 {
    position: relative; 
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: gray;

}

.s4 h1 {
    text-align: left;
    line-height: 38px;
    margin: 0; 
    /* margin-left: 40px; */
    padding: 0 10px;
}

.s4 h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
    color: white;
    padding: 0 10px;
    margin-bottom: 10px;
}

.s4 p {
    font-size: 16px;
    line-height: 20px;
    color: white;
    padding: 0 10px;
    margin-bottom: 50px;
}

.s5 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    height: 400px;
    border: 0.5px solid #666; 
    border-radius: 10px;
    margin: 50px auto;
    margin-bottom: 150px;
}

.footer {
    position: relative;
    width: 100%;
    height: 100px;
    border-top: 1px solid #666;
}

.footer .logo {
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 50px;
    margin: auto;
    width: 150px;
    height: 30px;
}
.footer .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
}

.footer .text {
    position: absolute;
    right: 50px;
    line-height: 100px;
    font-size: 14px;
    font-weight: 300;
    color: white;
}

.login {
    position: absolute;
    right: 50px;
    top: 50px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    color: white;
    border: 1px solid white; 
    border-radius: 100px;
    font-size: 14px;
    cursor: pointer;
}


@media (max-width: 1240px) {
  
    h1 {
        font-size: 40px;
    }


    .counter {
        max-width: 730px;
        /* background-color: green; */
    }


    /* Estilos para o roller */
    .roller-wrapper {
        width: 278px;
        height: 53px;
    }

    .bx {
        position: relative;
        padding: 40px 60px;
        box-sizing: border-box;
    }

    .bx h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .bx p {
        font-size: 16px;
    }

    .bx .gr-i h3 {
        font-size: 16px;
    }

    .s1 h2 {
        font-size: 45px;
        max-width: 300px;
    }
    
    .s1 p {
        font-size: 22px;
        max-width: 400px;
    }


}


@media (max-width: 1080px) {
  
    h1 {
        font-size: 38px;
    }

    .counter {
        max-width: 730px;
    }

    /* Estilos para o roller */
    .roller-wrapper {
        width: 250px;
        height: 50px;
    }

    .bx {
        position: relative;
        padding: 40px 60px;
        box-sizing: border-box;
    }

    .bx h2 {
        font-size: 28px;
        line-height: 40px;
    }


    .s3 h2 {
        font-size: 48px;
        line-height: 52px;
    }

    
    .s3 h3 {
        font-size: 22px;
    }


    .s3 .bx h3 {
        font-size: 22px;
        line-height: 27px;
    }


    .bx .gr-i h3 {
        font-size: 14px;
    }



    .bx p {
        font-size: 14px;
    }
    

    .bx ul li {
        max-width: 320px;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: white;
        list-style: none;
        padding: 10px 0;
    }

    .bx .negotiation h3 {
        font-size: 28px;
        padding-top: 40px;
        padding-bottom: 10px;
        
    }
    
    .bx .negotiation p {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .s1 h2 {
        font-size: 45px;
        max-width: 300px;
    }
    
    .s1 p {
        font-size: 22px;
        max-width: 400px;
    }


}



@media (max-width: 970px) {

    .bx {
        margin: 0; 
        width: 100%;
        display: block;
    } 
    
    .bx.sm {
        width: 100%;
        height: auto;
    }

    .bx .gr-i {
        max-height: auto;
    }
    
    .bx.lg {
        width: 100%;
        height: auto;
    }

    .bx ul {
        margin: 0; 
        padding: 0;
        margin-top: 40px;
    }
    
    .bx ul li {
        max-width: 100%;
    }

    .s1 .bx {
        min-height: 200px;
    }

    .s1 h2 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .s1 p {
        max-width: 100%;
    }


    .section .bx h3 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .bx ul li {
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .section .bx.lg  {
        padding: 0 10px;
    }

    .section .negotiation h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .section .negotiation p {
        line-height: 25px;
        margin-bottom: 25px;
    }

    .section .bx .gr-i img {
        max-height: 500px;
    }

    .section .bx .gr-i h3 {
        font-size: 14px;
    }
    .section .features h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .section.s4 {
        padding: 0 20px;
    }

    .section.s4 h1 {
        font-size: 21px;
        line-height: 28px;
    }

    .section.s4 p {
        font-size: 16px;
        line-height: 20px;
    }

    .section.s4 h3 {
        font-size: 22px;
        line-height: 26px;
    }


    .section.s4 .bx.sm {
        padding: 0 10px;
    }
    
    .section.s3 {
        flex-direction: column;
        display: flex;
        height: auto;
        min-height: 100px;
        margin: 0; 
    }
    
    .s3 .bx.sm {
        margin-bottom: 0; 
        padding-bottom: 0;
    }

    .bx.a1 { order: 1; }
    .bx.a2 { order: 2; }
    .bx.a3 { order: 3; }
    .bx.a4 { order: 4; }
    .bx.a5 { order: 5; }
    .bx.a6 { order: 6; }


    .section.s4 {
        flex-direction: column;
        display: flex;
    }

    .bx.a7 { order: 1; }
    .bx.a8 { order: 2; }

}


@media (max-width: 720px) {
    .header-logo .logo {
        position: absolute;
        top: 0;
        bottom: 0; 
        left: 0;
        width: 100px;
        height: 30px;   
        margin: auto;
    }

    .hero h1 {
        font-size: 25px;
        line-height: 28px;
    }




    .counter {
        max-width: 455px;
        /* background-color: red; */
    }

    /* Estilos para o roller */
    .roller-wrapper {
        /* background-color: blue; */
        width: 160px;
        height: 29px;
    }

    .wave {
        width: 1px;
        height: 3px;
        margin: 0 2px;
    }
    .section.s5 {
        border: none;
        border-radius: 0;
        padding: 0 10px;
        border-top: 1px solid gainsboro;
    }
    .footer .logo {
        display: none;
    }

    .s1 h2 {
        font-size: 40px;
        max-width: 300px;
    }
    
    .s1 p {
        font-size: 20px;
        max-width: 400px;
    }

}


@media (max-width: 460px) {
    .header-logo .login {
        right: 10px;
    }

    .counter {
        max-width: 455px;
        /* background-color: red; */
    }

    /* Estilos para o roller */
    .roller-wrapper {
        /* background-color: blue; */
        width: 160px;
        height: 29px;
    }

    #countdown {
        margin: 10px auto;
        display: inline-flex;
        gap: 5px;
        font-family: Arial, sans-serif;
        background-color: #333;
        position: relative;
        border-radius: 5px;
        padding: 5px 8px;
        width: auto; 
        font-size: 14px;
        font-weight: 300;
    }

    #countdown > div {
        position: relative;
        background-color: transparent;
        color: white;
        padding: 10px 15px;
    }


    #countdown span {
        font-size: 30px;
        font-weight: 800;
    }


    .line {
        position: absolute;
        right: 0; 
        top: 0;
        bottom: 0;
        margin: auto;
        height: 25px;
        border-right: 1px solid gainsboro;
    }

    #countdown > div:last-child .line {
        border-right: none;
    }

    .s1 .bx {
        padding: 0 40px;
    }

    .s1 h2 {
        font-size: 35px;
        line-height: 34px;
        max-width: 300px;
    }
    
    .s1 p {
        font-size: 16px;
        max-width: 400px;
    }

    .section.s3 .bx {
        padding: 0 20px;
    }

    .section.s3 .negotiation p {
        font-size: 16px;
        font-weight: 28px;
    }
    
    .section.s5 {
        border: none;
        border-radius: 0;
        padding: 0 10px;
        border-top: 1px solid gainsboro;
    }

    .counter.co2 {
        width: 100%;
        height: 350px;
        padding: 30px 10px;
        box-sizing: border-box;
    } 


    div.roller-wrapper {
        text-align: center;
        display: inline-block; /* Centraliza o wrapper em relação ao <h1> */
        overflow: hidden; /* Oculta o excesso de rolagem */
        vertical-align: middle;
        width: 100%; /* Ocupa toda a largura para centralizar */
    }

    .roller {
        display: flex; /* Flex para controle de layout */
        flex-direction: column; /* Alinha itens verticalmente */
        align-items: center; /* Centraliza os itens horizontalmente */
        animation: roll 10s infinite linear; /* Animação de rolagem */
        text-align: center;
    }
    
    

}