.bodyEbook {
    font-family: "EB Garamond", serif;
    background-color: #fffadf;
    margin: 0;
    padding: 0;
    font-size: 20vw;
    overflow-x: hidden;
}

.imgBgHeader {
    width: 100vw;
    height: 100%;
}

.headerClass {
    display: flex;
    flex-direction: column;
    background-image: url('/images/ebook/bgHeader.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 90vh;
}

.textsHeader {
    height: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.textsHeader h1 {
    font-size: 5rem
}

.textsHeader p {
    font-size: 3.5rem
}

@media only screen and (max-width:800px) {
    .headerClass {
        height: 60vh;
    }

    .textsHeader h1 {
        font-size: 2rem
    }

    .textsHeader p {
        font-size: 1.5rem
    }
}


.section1 {
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    margin-top: -20vh;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    margin-top: -30vh;
}

.detalhes {
    background-repeat: repeat-x;
    background-size: contain;
    height: 100px;
    width: 100%;
    background-position: bottom;
    position: relative;
    top: 0;
    z-index: 3;
    margin-bottom: -2px;
}

#detalhe1 {
    background-image: url("/images/ebook/tree.png");
}

#detalhe4 {
    background-image: url("/images/ebook/arvoresAmarelo.png");
}

#carrossel {
    width: 100vw;
}

.bgSection1 {
    background-color: #4bcba2;
}

.content1Section1 {
    padding: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    padding-bottom: 0;
}

#textContent1 {
    position: relative;
    z-index: 0;
    width: 55%;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
}

#textContent1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* width: 200vw; */
    height: 100%;
    background: #A3DDCE;
    filter: blur(10px);
    z-index: -1;
    border-radius: 20px;
    /* margin-left: -50vw; */
}

#textContent1 p {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    color: #5A3E2B;
    z-index: 1;
}

#imageContent1 {
    width: 35%;
    filter: drop-shadow(1px 1px 10px black);
}

.content2Section1 {
    padding: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    margin-top: 0vw;
}

#textContent2 {
    width: 45%;
    font-size: 2rem;
    text-align: right;
}

#imageContent2 {
    width: 32vw;
    margin-top: -5vw;
    filter: drop-shadow(1px 1px 10px black);
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    transition: transform 9s ease-in-out;
}

.carousel-item.active img {
    transform: scale(1.1);
}

.carousel-item video {
    height: 600px;
    width: 100%;
    object-fit: cover;
}


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

    #textContent1 {
        width: 100%;
    }

    #textContent1 p {
        font-size: 1.5rem;
        margin-top: 0vw;
    }

    #imageContent1 {
        width: 0;
    }

    #textContent2 {
        font-size: 1rem;
        margin-top: 0vh;

    }

    .carousel-item img,
    .carousel-item video {
        height: 200px;
    }
}

.section2 {
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

.bgSection2 {
    background-color: #A3DDCE;
}

.detalheInvertido2 {
    background-image: url("/images/ebook/arvoresCiano.png");
    background-repeat: repeat-x;
    background-size: contain;
    height: 100px;
    width: 100%;
    background-position: bottom;
    position: relative;
    top: 0;
    z-index: 3;
    transform: rotate(180deg);
    margin-top: -2px;
}

.content1Section2 {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
    margin-bottom: 25px;
}

#textContent1Section2 {
    margin-top: 6vh;
    text-align: center;
    align-content: center;
    font-size: 1.5rem;
}

#textContent2Section2 {
    margin-top: 6vh;
    text-align: center;
    font-size: 1.6rem;
}

#textContent3Section2 {
    margin-top: 10vh;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
    font-size: 2rem;
}

#textContent4Section2 {
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
    text-align: center;
    list-style: none;
}

#textContent4Section2 li {
    padding-top: 2vw;
    vertical-align: middle;
}

#textContent4Section2 li i {
    font-size: 0.5rem;
    margin-right: 5px;
    vertical-align: middle;
}

.listaSection2 {
    padding-top: 3rem;
}

.imageSection2 {
    justify-content: space-between;
    margin: auto;
    width: 50vw;
    display: flex;
    flex-direction: column
}

#shampoo {
    width: 20vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-right: 25vw;
}

#creme {
    width: 25vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 15vw;

}

#batom {
    width: 15vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-right: 25vw;

}

@media only screen and (max-width:800px) {
    #textContent1Section2 {
        font-size: 1rem;

    }

    #textContent2Section2 {

        font-size: 1rem;
    }

    #textContent3Section2 {
        font-size: 1.5rem;
    }

    #textContent4Section2 {

        font-size: 0.8rem;

    }

    #textContent4Section2 li {

        padding-top: 4vw;

    }

    .imageSection2 {
        justify-content: space-between;
        margin: auto;
        width: 50vw;
        display: flex;
        flex-direction: column
    }

    #shampoo {

        width: 25vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        margin-right: 25vw;
    }

    #creme {

        width: 30vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        margin-left: 15vw;

    }

    #batom {
        width: 20vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        margin-right: 25vw;

    }
}

.cotent1Section3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
    padding-top: 10vh;
}

.section3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    margin: auto;
}

.content1Section3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10vw;
    margin-right: 10vw;
    font-size: 1.8vw;
}

.content2Section3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.8vw;
}

.content2Section3 ul {
    margin-top: 10vh;
    margin-left: 5vw;
    align-items: center;
    text-align: left;
}

#imagemAutora {
    width: 38vw;
    height: 100%;
    object-fit: contain;
}

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

    .cotent1Section3 {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100vw;
    }

    .section3 {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100vw;
    }

    .content1Section3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 10vw;
        margin-right: 10vw;
        font-size: 1.8vw;
    }

    .content2Section3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 10vw;
        margin-right: 10vw;
        font-size: 1.5rem;
    }

    .content2Section3 ul {
        margin-top: 10vh;
        margin-left: 5vw;
        align-items: center;
        text-align: left;
    }

    #imagemAutora {
        width: 38vw;
        height: 100%;
        margin: auto;
        object-fit: contain;
    }

}

.section4 {
    display: flex;
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

.bgSection4 {
    background-color: #FFCB5B;
    padding-bottom: 10%;
    padding-top: 10vh;
}

.content1Section4 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100vw;
}

#textContent1Section4 {
    margin-top: 0vh;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
    align-content: center;
    font-size: 2.5rem;
}

#textContent2Section4 {
    margin-top: 5vh;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    position: relative;
    text-align: center;
    align-content: center;
    font-size: 2rem;
}

#textContent2Section4 s {
    font-size: 1.6rem;
    color: #666;
    text-decoration: line-through;
}

#textContent2Section4 b {
    font-size: 2.8rem;
}

#ebookImage {
    margin: auto;
    align-items: center;
    justify-content: center;
}

#compreAgora {
    background-color: #01A46F;
    color: #EBE3BB;
    outline: none;
    border: none;
    margin: auto;
    width: 24vw;
    height: 10vh;
    font-size: 1.8rem;
    border-radius: 10vw;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#compreAgora:hover {
    background-color: #03752f;
    transform: scale(1.10);
}

#compreAgora:active {
    background-color: #03752f;
    transform: scale(0.98);
}

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

    #compreAgora {
        background-color: #01A647;
        color: #EBE3BB;
        outline: none;
        border: none;
        margin: auto;
        width: 200px;
        height: 10vh;
        font-size: 1.5rem;
        border-radius: 10vw;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
}

.footer {
    display: flex;
    background-color: #01A46F;
    color: #EBE3BB;
    font-weight: bold;
    padding: 1vw 0;
    text-align: center;
    font-size: 1rem;
    width: 100vw;
    align-items: flex-end;
    align-content: flex-end;
    z-index: -100000;
}

.footer p {
    position: relative;
    display: flex;
    margin: auto;
    text-align: center;
    align-items: flex-end;
    align-content: flex-end;
}


.colorText1 {
    color: #fffadf;
}

.colorText2 {
    color: #5A3E2B;
}

.anim-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.anim-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.simple-text {
    font-size: 1.5rem;
}

.float-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.float-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 1s ease, box-shadow 1s ease;
}

.float-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.youtube {
    background-color: #FF0000;
}

.instagram {
    background: linear-gradient(115deg, #ccad48, #ee2a7b, #6228d7);
}

.imagem-ebook{
    width: 24vw;
}

@media only screen and (max-width:800px) {
    .imagem-ebook{
        width: 40vw;
    }
}