.BotaoEbook,
.BotaoTopo,
.BotaoConsultoria {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0c1b32;
    color: #fff;
    border: true;
    border-color: #47ace4;
    font-size: 20px;
    border-radius: 8px;
    text-align: center;
    transition: background-color 0.3s;
    line-height: 1;
    width: 100%;
    height: auto;
}

.BotaoEbook:hover,
.BotaoTopo:hover,
.BotaoConsultoria:hover {
    background-color: #47ace4;
    border: true;
    border-color: #0c1b32;
    color: #0c1b32;

}

#toTopButton {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #47ace4;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    /* O botão começa oculto */
    z-index: 1000;
    /* Garante que esteja acima de outros elementos */
}

#wppButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: none;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    /* O botão começa oculto */
    z-index: 1000;
    /* Garante que esteja acima de outros elementos */
}
@font-face {
    font-family: 'FUTURA';
    src: url('/futura_light-normal/Futura_Light-Normal.ttf');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'POPPINS';
}

body {
    background-color: #fff;
    color: #0c1b32;
}

h1 {
    font-size: 2rem;
    color: #47ace4;
    line-height: 1;
}

h2 {
    font-size: 1rem;
    color: #0c1b32;
    font-weight: normal;
}

h3 {
    font-size: 0.8rem;
    font-weight: normal;
}

p {
    font-size: 1.2rem;
    /* Ajuste flexível */
    line-height: 1.5;
    text-align: left;
    /* Centralizar texto */
}

img {
    max-width: 200px;
    max-height: 200px;
}

a {
    color: #0c1b32;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: auto;

}

button {
    cursor: pointer;
}

section {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    place-items: center;
    min-height: 100vh;
    /* max-height: 1024px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;

}

/*----------TOPO----------*/
.topo {
    background-image: url('/imagens/banner\ azul.png');
    justify-items: center;
    align-items: center;
    grid-template-rows: 200px 1fr;
}

.logoTop {
    display: grid;
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: auto;
    justify-items: center;
    align-items: center;
}

.Alltop {
    display: grid;
    /* justify-items: center;
    align-items: center; */
    gap: 20px
}

.boxH {
    max-width: 900px;
    max-height: auto;
    width: 100%;
    height: auto;
    padding: 0px;
    /* border-bottom: none;
    border-left: none;
    border-right: none; */
    border-top: 1px solid #47ace4;
    background-color: transparent;
    border-radius: 10px;
    line-height: 1.6;
    margin: 0px;
    text-align: center;
    display: grid;
    /* gap: 10px; */

    /* justify-items: center;
    align-items: center; */
}

.boxH h2 {
    margin: 0%;
    color: #fff;
}

/*----------EBOOK----------*/
.E-book {
    /* background-image: url("/imagens/Azul\ escuro\ -\ branco\ V3.png"); */
    grid-template-rows: 200px 450px;
    padding-bottom: 0%;
    min-height: 95vh;
}

.tituloBook {
    text-align: center;
    gap: 20px;
    width: 100%;
    height: auto;
}
/* .tituloBook h2{
    color: #fff;
} */

.Allbook {
    display: grid;
    justify-items: center;
    align-items: center;
    /* gap: 10px; */
    width: 100%;
    height: auto;
}

.boxE {
    display: grid;
    gap: 10px;
    width: 100%;
    height: auto;
    text-align: center;
}

/*----------CONSULTORIA----------*/
.consultoria {
    background-image: url("/fundov2/Branco\ -\ Azul\ claro\ v2.png");
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 1fr;
    grid-template-areas: "tituloConsultoria"
        "allconsult";
    padding-top: 0%;
}

.tituloConsultoria {
    text-align: center;
    grid-area: tituloConsultoria;
}

.Allconsult {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    /*
    padding-top: 3%;
    gap: 10px; */
    width: 100%;
    height: 100%;
    grid-area: allconsult;
}

.boxV {
    display: grid;
    background-image: url("/imagens/versão\ \(1\).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*
    max-height: 200px;
    max-width: 250px;
     */
    width: 100%;
    height: 100%;
    /*
    justify-items: center;
    align-items: center;
    grid-area: boxV;
    padding-top: 0%; */
    padding: 0%;
    margin: 0%;

}

.textoConsult {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0%;
    text-align: center;
}

.textoConsult h2 {
    font-size: 1.2rem;
}

.vendaConsult {
    display: grid;
    text-align: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
    padding: 0%;
}

.vendaConsult h2 {
    font-size: 1.2rem;
    color: #0c1b32;
}

.vendaConsult h3 {
    font-size: 1rem;
    color: #47ace4;
}

.imagens {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "imgChancela imgContato imgAbfin";
    justify-items: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.imagens img {
    max-width: 110px;
    max-height: 110px;
    width: 100%;
    height: 100%;
}

.imgChancela {
    grid-area: imgChancela;
}

.imgContato {
    grid-area: imgContato;
}

.imgAbfin {
    grid-area: imgAbfin;
}

.imgAbfin p {
    font-size: 0.9rem;
}

/*----------SOBRE----------*/
.sobre {
    align-items: center;
    justify-items: center;
    text-align: left;
    color: #fff;
    background-image: url("/imagens/Banner\ azul.png");
    gap: 0%;
    /* padding: 4.5%; */
    line-height: 1.2;
}

.sobre img {
    max-width: 350px;
    max-height: 350px;
}

.textoSobre {
    padding: 0.5%;
    

}

.sobre h1 {
    color: #fff;
}

.sobre a {
    color: #47ace4;
    text-align: left;
    line-height: 1.5;
}

/*----------DUVIDAS----------*/

.tabela {
    display: grid;
    grid-template-rows: 100px 1fr;
    justify-items: center;
    align-items: center;
    text-align: center;
}

.Alltabela {
    width: 100%;
}

.boxD {
    display: grid;
    height: 95%;
    width: 100%;

    padding: 0%;
    border: 1px solid #0c1b32;
    border-bottom: none;
    background-color: #47ace4;
    border-top-left-radius: 8px;
    border-top-right-radius: 10px;

    line-height: 1.2;
    margin: 0px;
    text-align: left;
}

.boxD h2 {
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

.boxR {
    display: grid;
    height: 95%;
    width: 100%;

    padding: 5px;
    border-bottom: 2px solid #0c1b32;
    background-color: transparent;
    border-radius: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}

.ultimaDiv {
    width: 100%;
    height: 50px;
}

/* -------------------------Responsividade para dispositivos maiores------------------------- */
@media (min-width: 1024px) {
    h1 {
        font-size: 2.5rem;
        color: #47ace4;
        line-height: 1;
    }

    h2 {
        font-size: 1.5rem;
        color: #fff;
    }

    h3 {
        font-size: 1rem;
    }

    body {
        background-color: #0c1b32;
        color: #fff;
    }

    a {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        height: auto;
    }
    section{
        min-height: 100vh;
    }

    /*--- TOPO ---*/
    .topo {
        /* justify-content: center; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 1fr;
        grid-template-areas: "logoTop allTop"
            "vazio allTop";
        gap: 50px;
        background-image: url('/imagens/Bannser\ sentado\ v2.png');
    }

    .logoTop {
        display: grid;
        /* max-width: 500px;
        max-height: 500px; */
        width: 100%;
        height: auto;
        justify-items: end;
        align-items: end;
        grid-area: logoTop;
    }

    .imgTopo {
        /*position: fixed;*/
        /* top: 50px;
        right: 50px; */
        /* max-width: 300px;
        max-height: 300px; */
        width: 100%;
        height: auto;
        /* display: block; */
    }

    .Alltop {
        display: grid;
        /* grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "book"
            "consult"; */
        justify-items: center;
        align-items: center;
        grid-area: allTop;
    }

    .boxBook {
        grid-area: book;

    }

    .boxMentor {
        grid-area: mentor;
    }

    .boxConsult {
        grid-area: consult;
    }

    .logo {
        grid-area: logo;
    }

    .boxH {
        max-width: 600px;
        display: grid;
        height: 95%;
        width: 100%;
        padding: 0px;
        border-top: 2px solid #47ace4;
        background-color: transparent;
        border-radius: 8px;
        line-height: 1.5;
        margin: 20px;
    }

    .boxH h2 {
        padding: 0px;
        margin: 10px;

    }

    .boxH h3 {
        padding: 0px;
        margin-bottom: 10px;
    }

    /*--- E-BOOK ---*/
    .E-book {
        background-image: none;
        display: grid;
        grid-template-rows: 200px 1fr;
    }

    .tituloBook {
        justify-items: top;
        text-align: center;

    }

    .Allbook {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* text-align: Left; */
        /* gap: 20px; */
        align-items: center;
        justify-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .boxB img {
        max-width: 400px;
        max-height: 500px;
        width: 95%;
        height: auto;
        align-self: right;
    }

    .boxE {
        width: 500px;
    }

    .boxE h2 {
        color: #fff;
    }

    /* .BotaoEbook {
        display: inline-block;
        padding: 15px 30px;
        background-color: #47ace4;
        color: white;
        border: true;
        border-color: #0c1b32;
        font-size: 1rem;
        font-size: 32px;
        border-radius: 10px;
        text-align: center;
        transition: background-color 0.3s;
    } */


    /*---CONSULTORIA---*/
    .consultoria {
        background-image: url("/fundov2/Azul\ escuro\ -\ azul\ \ claro\ v2.png");
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px 1fr;
        grid-template-areas: "tituloConsultoria"
            "allconsult";
    }

    .tituloConsultoria {
        text-align: center;
        grid-area: tituloConsultoria;
    }

    .Allconsult {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas:
            "textoConsult boxV"
            "textoConsult vendaConsult"
            "imagens imagens";
        justify-items: center;
        align-items: center;
        padding: 0px;
        gap: 0px;
        margin: 0px;
        grid-area: allconsult;
        max-width: 100%;
        max-height: 100%;
    }

    .boxV {
        background-image: url("/imagens/logo\ valor\ mestre.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: grid;
        max-width: 250px;
        max-height: 250px;
        width: 100%;
        height: 100%;
        justify-items: end;
        align-items: center;
        grid-area: boxV;
        padding-top: 0%;
        margin-right: 20%;
    }

    .textoConsult {
        display: grid;
        justify-items: center;
        align-items: center;

        padding-left: 20%;

        width: 100%;
        height: auto;

        grid-area: textoConsult;
    }

    .textoConsult h2 {
        font-size: 2rem;
        color: #fff;
        line-height: 1.6;
    }

    .vendaConsult {
        grid-area: vendaConsult;
        width: 100%;
        height: 80%;
        align-items: center;
        justify-items: center;
        padding-right: 20%;
        line-height: 1;
    }

    .vendaConsult h2 {
        font-size: 1.8rem;
        width: 100%;
        height: auto;
        color: #fff;
    }

    .vendaConsult h3 {
        text-align: center;
        width: 100%;
        height: auto;
    }

    .vendaConsult img {
        max-width: 1000px;
        max-height: 800px;
        width: 5%;
        height: auto;

    }

    .imagens {
        grid-area: imagens;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        justify-items: center;
        align-items: center;
    }

    .imagens img {
        max-width: 300px;
        max-height: 300px;
        /* width: 100%;
        height: auto; */
    }

    .imgAbfin {
        text-align: center;
    }

    .imgAbfin a {
        cursor: pointer;
    }

    .imgAbfin a:hover {
        text-decoration: underline;
    }

    /*---SOBRE---*/
    .sobre {
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "imagem textoSobre";
        align-items: center;
        justify-items: center;
        text-align: left;
        color: #fff;
        background-image: url("/imagens/Banner\ azul.png");
        /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */

        gap: 0%;
        /* padding: 5%; */
    }

    .sobre h1 {
        text-align: left;
        color: #fff;
    }

    .sobre h2 a {
        text-align: left;
        color: #0c1b32;
    }

    .imagem {
        max-width: 700px;
        max-height: 800px;
        width: 95%;
        height: auto;
        align-items: right;
        grid-area: imagem;
    }

    .textoSobre {
        max-width: 600px;
        max-height: 800px;
        width: 95%;
        height: auto;
        padding-top: 8%;
        line-height: 2;
        grid-area: textoSobre;
    }

    .textoSobre a {
        cursor: pointer;
    }

    .textoSobre a:hover {
        text-decoration: underline;
    }

    /*---DUVIDAS---*/
    .tabela {
        display: grid;
        padding: 3%;
    }

    .Alltabela {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        gap: 0px;
        padding: 20px;

    }

    .boxD {
        max-width: 816px;
        display: grid;
        height: 95%;
        width: 100%;
        padding: 0%;
        /* border: 2px solid #47ace4; */
        border-bottom: none;
        /* background-color: #47ace4; */
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        line-height: 2;
        margin: 0px;
        text-align: left;
    }

    .boxD h2 {
        padding: 5px;
        font-size: 1.68rem;
        font-weight: bold;
    }

    .boxR {
        max-width: 816px;
        display: grid;
        height: 95%;
        width: 100%;
        padding: 5px;
        border-bottom: 2px solid #47ace4;
        background-color: transparent;
        border-radius: 10px;
        line-height: 1.5;
        margin: 20px;
        text-align: left;
    }
}