@charset "utf-8";

@font-face {
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: 'Poppins-Regular';
}

@font-face {
    src: url(../fonts/Poppins-Black.ttf);
    font-family: 'Poppins-Black';
}


* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins-Regular', sans-serif;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

body{
    scroll-behavior: smooth;
}

/* formatação dos cabeçalhos */
.head {
    position: fixed;
    height: 45px;
    background-color: #ABD83A;
    z-index: 1000;
    width: 100%;
}

.logotipo-mobile{
    display: none;
}

.head-top .menu ul li {
    color: #fff;
}


.content-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 1000px;
    height: 45px;
    background-color: #5C5C5C;
    margin: auto;
    border-radius: 10px 0 10px 0;
}

.content-head p {
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
    margin: 20px;
}

.content-head a {
    text-decoration: none;
}

.content-one {
    display: flex;
}

.content-two {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13pt;
    height: 45px;
    width: 94px;
}

.content-two i {
    margin-left: 20px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #93be23;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 10px;
    left: 0%;
    overflow: hidden;
    transition: 0.06s;
}

.search input {
    position: relative;
    padding: 10px;
    left: 150px;
    outline: none;
    border: 0;
}

.search i {
    position: relative;
    width: 100%;
    height: 100%;
    left: 90px;
}

.search i:hover {
    color: #fff;
    cursor: pointer;
}

.search-two {
    width: 200px;
    border-radius: 20px;
}

.search-two i {
    left: 0;
}

.search-two input {
    left: 10px;
    background: none;
    color: #fff;
}


.search-two input::placeholder {
    color: #fff;
}

header {
    background-color:#93be23;
    top: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    z-index: 1000;
    transition: 0.5s;
}

/* formatação de todo conteúdo */
.content {
    position: relative;
    display: flex;
    width: 250px;
    height: 100px;
    width: 1050px;
    margin: auto;
}

/* formatação do logotipo */


.logotipo {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
}


.logotipo a{
    display: flex;
    width: 100px;
    height: 100px;
}

/* formatação do menu-cabeçalho */

.head-top{
   background-color: #262626;
   top: 0;
}

.head-top .content{
    background-color: #262626;
}

.menu {
    position: relative;
    width: 1300px;
    height: 100px;
    left: 100px;
}

.menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100px;
    width: 100%;
}

.menu ul li {
    margin-left: 30px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 900;
    padding: 5px;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.menu ul li:hover {
    background-color: #5C5C5C;
    color: #ABD83A;
}



/* formatação do desenho */

.draw {
    position: relative;
    display: flex;
    width: 150px;
    height: 100px;
    left: 100px;
}


/* formatação do conteúdo da "section" */

section {
    position: relative;
    top: 0px;
    width: 100%;
    margin: auto;
    height: 2220px;
}

/* formatação dos slides */

.slides {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgb(90, 40, 40);
}

.texto {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: -150px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 30pt;
}

.title{
    position: relative;
    width: 1000px;
    height: 300px;
}

.texto h1 {
    font-family: 'Poppins-Black';
    font-size: 50pt;
    color: #ffffff;
    background: none;
}


.texto h1#energia{
    background-color: #ABD83A;
    width: 300px;
    text-align: center;
}

.img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
}

.img img {
    width: 100vw;
    height: 90%;
}

/* formatação da div-about */
.about {
    position: relative;
    top: 100px;
    width: 100%;
    height: 800px;
    background: url(../imagens/capa.png) no-repeat;
    background-size: cover;
    background-position-x: 30%;
}

#title-about {
    width: 1000px;
    margin: auto;
}

#title-about h1 {
    font-family: 'Poppins-Black', sans-serif;
    font-weight: 900;
    font-size: 50pt;
    width: 1000px;
    margin: auto;
    text-transform: uppercase;
    color: #262626;
}


.content-about {
    position: relative;
    display: flex;
    width: 1000px;
    height: 500px;
    margin: auto;
}

.draw-about {
    position: relative;
    display: flex;
    width: 500px;
    height: 500px;
}

.text-about {
    display: flex;
    align-items: center;
    color: #262626;
    font-size: 20pt;
    width: 100%;
}


/* formatação da div "services" */
#titles-services {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    top: 50px;
    width: 1000px;
    height: 100px;
    margin: auto;
    text-transform: uppercase;
}

#titles-services h1 {
    font-family: 'Poppins-Black';
    font-size: 50pt;
    width: 1000px;
    margin: auto;
}

.services {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1000px;
    height: 400px;
    margin: auto;
    top: 100px;
}

.cards {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    background-color: #ABD83A;
    padding: 10px;
    margin-left: 20px;
    cursor: pointer;
    overflow: hidden;
}

.icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 5rem;
    border-radius: 10px 0 0 0;
    color: #5C5C5C;
}

.text {
    position: relative;
    width: 400px;
    height: 300px;
    transition: 0.5s;
}

.text h1 {
    font-family: 'Poppins-regular', sans-serif;
    font-weight: 700;
    color: #262626;
    font-size: 15pt;
    width: 70%;
}

.text p{
    font-size: 11pt;
    width: 70%;
}

.cards::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #5C5C5C;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    padding: 5px;
    transition: 0.5s all;
}

.cards:hover::before {
    height: 300px;
    padding: 10px;
}

.cards:hover h1 {
    color: #fff;
}

.cards:hover p {
    color: #fff;
}

.cards:hover i {
    color: #fff;
    z-index: 1;
}



/* formatação da div "light */

.light {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100px;
    width: 1450px;
    height: 1000px;
    margin: auto;
}

.draw-light {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 800px;
}

.draw-light img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.draw-light img:hover {
    filter: drop-shadow(0px 0px 20px #ABD83A);
}

.title-light {
    position: relative;
    top: 100px;
    width: 1450px;
    margin: auto;
    font-size: 30pt;
}

.title-light h1 {
    color: #262626;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Poppins-Black';
}



/* formatação da div-suzano-city */

.suzano-city {
    position: relative;
    top: 100px;
    width: 100%;
    height: 800px;
    background: url(../imagens/capa.png) no-repeat;
    background-size: cover;
    background-position-x: 30%;
}

#title-about-suzano {
    position: relative;
    width: 1000px;
    margin: auto;
}

#title-about-suzano h1 {
    font-family: 'Poppins-Black', sans-serif;
    font-weight: 900;
    font-size: 50pt;
    text-transform: uppercase;
    color: #262626;
    margin: auto;
    width: 1000px;
}

.content-about-suzano {
    position: relative;
    display: flex;
    align-items: center;
    width: 1000px;
    height: 500px;
    margin: auto;
}

.draw-about-suzano {
    position: relative;
    display: flex;
    width: 300px;
    height: 300px;
}


.text-about-suzano {
    position: relative;
    left: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #262626;
    font-size: 18pt;
    margin-left: 50px;
}

/* formatação do rodapé */

footer {
    position: relative;
    top: 150px;
    width: 100%;
    height: 300px;
    background-color: #262626;
}

.first-content {
    width: 490px;
    padding: 10px 10px;
    display: flex;
    gap: 30%;
    padding-right: 25%;
}

.content-rodape {
    display: flex;
    align-items: center;
    margin: auto;
    flex-direction: column;
}

.logo-renova {
    position: relative;
    display: flex;
    width: 200px;
    height: 150px;
}

.andress {
    color: #fff;
    line-height: 40px;
}


.developer-credits {
    position: relative;
    top: 100px;
    width: 1000px;
    margin: auto;
    color: #fff;
}

/* scroll page*/



/*responsividade para dispositivos com largura "ULTRA-WIDE"*/
    @media(min-width: 1707px){
        div.head div.content-head{
            width: 1500px;
        }
        header div.content{
            width: 1040px;
        }

       div.content-head div.search{
            left: 20%;
        }

        
div.title{
    position: relative;
    width: 1500px;
    height: 300px;
}

div.texto h1#energia{
    width: 32%;
    text-align: left;
}

div.title h1{
    font-size: 80pt;
}

        div#title-about{
            width: 1500px;
        }

        div#title-about h1{
            width: 1500px;
        }

        div.content-about{
            width: 1500px;
        }

        div#titles-services{
            width: 1500px;
        }

        div#titles-services h1{
            width: 100%;
        }

        div.services{
            width: 1500px;
        }

        div.cards{
            width: 1500px;
            height: 320px;
        }

        div.text{
            width: 100%;
        }

        div.text h1{
            font-size: 20pt;
            width: 100%;
        }

        div.text p{
            font-size: 13.5pt;
            width: 100%;
        }

        
        div#title-about-suzano{
            width: 1500px;
        }

        div#title-about-suzano h1{
            width: 1500px;
        }

        div.content-about-suzano{
            width: 1500px;
        }

        div.content-rodape{
            width: 1500px;
        }

        div.first-content{
            width: 500px;
        }
        .menu-footer{
            width: 200px;
            left: 50px;
        }
        div.developer-credits{
            width: 1500px;
        }

        .join-form {
            left: 100px;
        }

    }
/*responsividade para dispositivos com largura "ULTRA-WIDE"*/



/* responsividade para dispositivos móveis */


@media(max-width: 988px){
    /* body main section{
    } */

    section{
        height: auto;
    }

    /* formatação do cabeçalho */
    
        div.head{
            display: none;
        }
        .header{
            display: block;
            top: 0;
            height: 500px;
            padding: 0;
            height: 100px;
        }
        div.content{
            top: 0;
            display: block;
            width: 100%;
            height: 100px;
            background-color: #f2f2f2;
            overflow: hidden;
            transition: 0.5s all;
        }
        div.logotipo{
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            width: 100%;
        }
        div.logotipo img{
            width: 200px;
            
        }
        nav.menu{
            width: 100%;
            left: 0;
            top: -100px;
        }
        nav.menu ul{
            left: 0;
            width: 100%;
            display: block;
            text-align: center;
            padding: 0;
        }
        nav.menu ul li{
            margin: auto;
            border-radius: 0;
            width: 250px;
        }

        div.draw{
            display: none;
        }

        /* formatação do botão do menu */

      div.content div.menu-list{
            position: relative;
            top: -100px;
            width: 100px;
            height: 100px;
            cursor: pointer;
        }

        div.content div.menu-list span{
            position: relative;
            top: 20px;
            display: flex;
            margin: auto;
            width: 35px;
            margin-top: 10px;
            padding: 3px;
            border-radius: 50px;
            background-color: #262626;
            transition: 0.5s all;
        }

        header.head-top div.menu-list span{
            background-color: #ABD83A;
        }

        div.menu-area{
            height: 300px;
        }


        div.menu-area div.menu-list span#trhee{
          display: none;
        }

        div.menu-area div.menu-list span#one{
            transform: rotate(-45deg) translate(-33%, 150%);
        }

        div.menu-area div.menu-list span#two{
            transform: rotate(45deg) translate(0,0);
        }
     
    /* formatação do cabeçalho */
   

    /* formatação dos slides */

        div.slides{
            width: 100%;
            margin: auto;
        }

        div.texto{
            top: 0;
        }
        div.texto h1{
            font-size: 50pt;
        }
        div.title{
            width: 100%;
            font-size: 20pt;
            overflow: hidden;
            padding: 50px;
        }/* AUMENTAR A ALTURA A PROPORÇÃO */
        /* AUMENTAR A ALTURA A PROPORÇÃO */
        /* AUMENTAR A ALTURA A PROPORÇÃO */
        /* AUMENTAR A ALTURA A PROPORÇÃO */

    /* formatação da div "about" */

    div.about{
        height: auto;
        top: 100px;
        margin-top: 0;
    }

    div#title-about{
        width: 100%;
        height: auto;
    }

    div#title-about h1{
        margin-left: 20px;
        line-height: 70px;
        width: auto;
    }

    .content-about{
        width: 100%;
        height: auto;
    }
/* 
    div.draw-about{
        display: none;
    } */

    div.text-about{
        width: 100%;
        margin-left: 0;
    }

    div.text-about p{
        padding: 20px;
    }
      
    div#titles-services{
        top: 100px;
        height: auto;
        width: auto;
    }

    div#titles-services h1{
        margin-left: 20px;
    }

    div.services{
        height: auto;
        top: 100px;
        width: 50%;
        margin: auto;
        display: block;
    }
    
    div.cards{
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }

    div.text{
        padding: 20px;
    }



    div.suzano-city{
        top: 150px;
        width: 100%;
        height: auto;
    }

    div#title-about-suzano{
        width: 100%;
    }

    div#title-about-suzano h1{
        width:auto;
        margin-left: 20px;
    }

    div.content-about-suzano{
        width: 100%;
        height: auto;
    }

    div.text-about-suzano{
        width: 100%;
        left: 0;
    }

    footer{
        height: auto;
        top: 200px;
    }

    div.content-rodape{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }

    div.first-content{
        border-right: none;
        width: 100%;
        height: auto;
        text-align: center;
    }

    div.logo-renova{
        margin: auto;
    }
    nav.menu-footer{
        top: 20px;
        margin: auto;
        border: 0;
        text-align: center;
        height: auto;
    }

    form.join-form{
        top: 40px;
        text-align: center;
        left: 0;
        height: auto;
        margin: auto;
    }

    form.join-form input{
        width: 100%;
    }

    form.join-form textarea{
        width: 100%;
    }

    div.developer-credits{
        top: 50px;
        height: auto;
        text-align: center;
        width: 100%;
        background: #ABD83A;
    }

    div.developer-credits p{
        padding: 10px;
        width: auto;
        height: auto;
    }
}

/* AUMENTAR A ALTURA A PROPORÇÃO || FOOTER */
    
@media(max-width: 334px){
    div.logo-renova {
        width: 100px;
        height: 100px;
    }
}


    @media(max-width: 328px){
    form.join-form {
        width: 100%;
    }

    form.join-form input {
        width: 100%;
        padding: none;
    }

    form.join-form textarea {
        width: 100%;
        padding: none;
    }

}
/* AUMENTAR A ALTURA A PROPORÇÃO || FOOTER */

/* AUMENTAR A ALTURA A PROPORÇÃO || ABOUT-SUZANO */
    @media(max-width: 920px){
        div.content-about-suzano{
            display: block;
        }

        div.draw-about-suzano{
            margin: auto;
            width: 400px;
            height: 400px;
        }

        div.text-about-suzano{
            margin: 0;
        }

        div.text-about-suzano p{
            padding: 20px;
        }

    }

    @media(max-width: 512px){
        div.draw-about-suzano{
            width: 300px;
            height: 300px;
        }
    }

    @media(max-width: 404px){
        div.draw-about-suzano{
            width: 250px;
            height: 250px;
        }
    }

    @media(max-width: 324px){
        div.draw-about-suzano{
            width: 200px;
            height: 200px;
        }
    }

    @media(max-width: 340px){
        div#title-about-suzano h1{
            font-size: 30pt;
        }
    }



/* AUMENTAR A ALTURA A PROPORÇÃO || ABOUT-SUZANO */

/* AUMENTAR A ALTURA A PROPORÇÃO || SERVICES */
    @media(max-width: 656px){
        div.services{
            width: 70%;
        }
    }
    @media(max-width: 450px){
        div.services{
            width: 80%;
        }
    }

    @media(max-width: 366px){
        div.services{
            width: 100%;
        }
    }

    @media(max-width: 340px){
        div#titles-services{
           width: 100%;
        }

        div#titles-services h1{
            font-size: 30pt;
        }
    }
    
/* AUMENTAR A ALTURA A PROPORÇÃO || SERVICES */

/* AUMENTAR A ALTURA A PROPORÇÃO || ABOUT */
    @media(max-width: 920px){
        div.content-about{
            display: block;
        }

        div.draw-about{
            width: 100%;
            height: auto;
        }

        div.draw-about img{
            margin: auto;
            width: 400px;
            height: 400px;
        }
    }

    @media(max-width: 400px){
        div.draw-about{
            height: auto;
        }
        div.draw-about img{
            width: 300px;
            height: 300px;
        }
    }

    @media(max-width: 316px){
        div#title-about h1{
            line-height: normal;
            font-size: 30pt;
        }
    }

    @media(max-width: 294px){
        div.draw-about img{
            width: 250px;
            height: 250px;
        }
    }
/* AUMENTAR A ALTURA A PROPORÇÃO || ABOUT */

/* AUMENTAR A ALTURA A PROPORÇÃO || HEADER */
    @media(max-width: 610px){
        div.content{
            height: 200px;
        }

        nav.menu{
            top: -20px;
        }

        div.content div.menu-list{
            top: 0px;
            z-index: 10000;
            width: 250px;
            margin: auto;
        }

        div.menu-area{
            height: 380px;
        }
    }


/* AUMENTAR A ALTURA A PROPORÇÃO || HEADER */


/* AUMENTAR A ALTURA A PROPORÇÃO || PROPORÇÃO DE TEXTO */
  
@media(max-width: 728px){
    div.title{
        width: 100%;
        height: auto;
        font-size: 20pt;
        overflow: hidden;
        padding: 50px;
    }

    div.texto h1{
        font-size: 40pt;
        width: auto;
    }

    div.texto h1#energia{
        width: 250px;
        text-align: left;
}
}

@media(max-width: 588px){
    div.texto h1{
        font-size: 30pt;
        width: auto;
    }
}


@media(max-width: 460px){
    div.texto h1{
        font-size: 25pt;
        width: auto;
    }
}


@media(max-width: 400px){
    div.texto h1{
        font-size: 20pt;
        width: auto;
    }

    div.texto h1#energia{
        text-align: left;
        width: 50%;
    }
}

@media(max-width: 324px){
    div.texto h1{
        font-size: 15pt;
        width: auto;
    }
}
.texto_botao{
    justify-content: center;
    display: flex;
    margin-top: 100px;
    font-size: 35px;
    font-family: 'Poppins-Black';
}
.texto_indica{
    display: flex;
    justify-content: center;
}
.main-buttons {
    text-align: center;
    gap: 20px;
    display: flex;
    justify-content: center;
}

/* Estilos dos botões principais */

.botao_teste button {
    display: block;
    margin-bottom: 5px;
}

.sub-buttons {
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Transição da altura máxima */
    max-height: 0; /* Inicia o submenu com altura 0 */
}

.sub-buttons.show {
    max-height: 400px; /* Altura máxima quando o submenu está expandido */
}

.bot_teste {
    display: block;
    width: 200px;
    height: 70px;
    border-radius: 45px;
    background-color: #ABD83A;
    border: none;
    color: #272727;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Adicionando transições para a cor de fundo, texto e escala */
}

.bot_teste:hover {
    background-color: rgb(87, 81, 81);
    color: white;
    transform: scale(1.05); /* Escala um pouco maior ao passar o mouse */
}
.botao_relatorio{
    display: flex;
    justify-content: center;
}
/* AUMENTAR A ALTURA A PROPORÇÃO || PROPORÇÃO DE TEXTO */



/* responsividade */
/* comentários */
/* comentários */

/* comentários */
/* comentários */
/* comentários */

/* comentários */
/* comentários */
/* comentários */

/* comentários */

/* comentários */
/* comentários */

/* comentários */
/* comentários */


/* comentários */

/* comentários */
/* comentários */

/* comentários */
/* comentários */


/* comentários */

/* comentários */
/* comentários */

/* comentários */
/* comentários */

/* comentários */

/* comentários */
/* comentários */

/* comentários */
/* comentários */

/* comentários */