﻿body {
    background-color: #fff;
    color: #3e474b;
}

.group-imgs {
    display: flex;
    flex-direction: column;
}

.img100 {
    width: 100%;
    margin-top: -1%;
}

.adorner-item-1 {
    position: relative;
    width: 100%;
}

.img100perc {
    width: 100%;
}

.objeto-animado {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    aspect-ratio: 1 / 1;
    height: auto;
    transform: translate(0px, 0px);
    transition: transform 5s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.imgAdornerTop {
    object-fit: cover;
    width: 100%;
}

.adornerTop {
    display: block;
    background-color: #DAEAE0;
}

.adorner-item-top {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.adorner-itembuy {
    text-align: right;
}

.itembuy {
    width: 40%;
    cursor: pointer;
    margin-top: 8px; /* espaço entre o subiu_03 e o botão */
}

.itembuy:hover {
    transform: scale(1.1); /* cresce 10% */
}

.adorner-item {
    width: 100%;
    padding-bottom:1%;
}

.imgPreRelease {
    width: 30%;
}

.adorner-item-container {
    display: flex;
    flex-direction:row;
}

.adorner-item-container-child1 {
    width: 60%;
    padding-left: 10%;
}

.adorner-item-container-child2 {
    width: 40%;
    padding-right:5%
}

.imgBookElena{
    width:110%;
    margin-top: -25%;
}

.imgBookElena:hover {
    transform: scale(1.1);
}


.iwannaimg {
    width: 53%;
    opacity: 0.8;
}

.iwannaimg:hover {
    opacity: 1.0;
    transform: scale(1.1);
}

.tell-book-title {
    margin-top: 5%;
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: 600;
    color: #3e474b;
}

.tell-book-guide {
    margin-top: 5%;
    font-family: "Montserrat";
    font-size: 0.9rem;
    font-weight: 500;
    color: #3e474b;
}

.tell-book-price {
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight:500;
    margin-bottom: 2%;
    margin-top: 5%;
}


.prerelease-text {
    padding: 1% 10% 2% 10%;
    font-family: Poppins;
    font-size: 1rem;
    text-align: justify;
}

.text-description {
    margin-top: 4%;
    font-family: Poppins;
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 2%;
}

.imgActionSocial{
    width:50%;
}

.action-social-container {
    margin-top: -6%;
    display: grid;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    justify-items: center;
    position: relative;
}

.imgDescription {
    margin-top: 1%;
    width: 50%;
    padding-left: 8%;
}

.actionsocial-gif {
    margin-top: 4%;
    width: 8%;
}

.bookdetailstitle {
    width:40%;
}

.ElenaTitle {
    float: right;
    width: 70%;
    margin-top: 10%;
}

.ElenaDesc {
    font-size:20px;
    font-weight:400; 
    text-align:right;
    margin-top:10%; 
    float:right;
}

.ElenaDiv {
    width: 50%;
    margin-right: 7%;
}

.ElenaFoto {
    width: 50%;
}


    /* change size ...........*/
    @media (max-width: 520px) {

        .ElenaDiv {
            width: 100%;
        }

        .ElenaTitle {
            width: 100%;
        }

        .ElenaDesc {
            font-size: 16px;
        }

        .ElenaFoto {
            width: 100%;
        }

    .bookdetailstitle {
        width: 90%;
    }
    .adorner-item-container {
        display: block;
    }
    .adorner-item-container-child1 {
        width: 100%;
    }

    .imgActionSocial {
        width: 80%;
    }

    .adorner-item-container-child2 {
        width: 100%;
    }

    .tell-book-price {
        margin-bottom: 1%;
        font-size: 2rem;
    }
    
    .text-description {
        font-size: 1rem;
        margin-right: 10%;
    }

    .imgBookElena {
        width: 100%;
        margin-top: 1%;
    }

    .actionsocial-gif {
        width: 18%;
    }

    .imgDescription {
        width: 90%;
    }

        .imgPreRelease {
            width: 70%;
        }

}