.imgBanner-teens {
    object-fit: cover;
    width: 100%;
    background-color: #3E474B;
    padding-bottom:3%;
}

.navbartop-submenu {
    display: flow;
    justify-content: end;
    background-color: #C9C62D;
    height: 25px;
}

.navbarlist-submenu {
    display: flex;
    justify-content: end;
    margin-right: 15px;
    align-items: center;
    align-content: center;
    gap: 1rem;
}

.navlink-submenu {
    display: flex;
    color: #fff;
    text-decoration: none;
}

.imgheart-submenu {
    width: 35px;
    height: 25px;
    color: white;
}

.imgicon-submenu {
    width: 15px;
    height: 15px;
    color: white;
}

.text-harumi {
    text-align: center;
    font-size: 1rem;
    text-align:justify;
    margin-top:-1%;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:2%;
    color:#fff;
}

.div-banner {
    background-color: #3E474B;
    padding-bottom:1%;
}

.harumi-container {
    display: flex;
    justify-content: center;
}

.imgharumi {
    width: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.imgharumi:hover {
    transform: scale(1.1);
}

.text-harumi-revista {
    text-align: center;
    font-size: 1rem;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
    color: #fff;
}

.div-beinall {
    background-color: #FEEADC;
    width: 100%;
    padding-bottom: 1%;
}


.imgbeinall {
    width: 50%;
    margin-bottom: 1%;
    margin-top:-3%;
}

.div-flor {
    background-color: #3E474B;
    margin-top: -3%;
    padding-bottom: 4%;
}

.text-harumi-description {
    text-align: justify;
    font-size: 1rem;
    padding-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    color: #fff;
}

.div-flowerafter {
}

.div-flowerafter1 {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 8%;
}

.imgflowerafter {
    margin-top:50px;
    width: 30%;
}

.text-harumi-poetry {
    text-align: right;
    font-size: 0.8rem;
    color: #fff;
}

.imgAdornerTop-teens {
    object-fit: cover;
    width: 100%;
}

.adornerTop-teens {
    display: block;
    background-color: #DAEAE0;
}

.adorner-item-teens {
    width: 100%;
    padding-bottom: 1%;
}

.fontp {
    font-size: 1.0rem;
}


/* change size ...........*/
@media (max-width: 520px) {

    .imgflowerafter {
        width: 60%;
    }

    .text-harumi-poetry {
        font-size: 1rem;
    }


    .imgheart-submenu {
        width: 15px;
        height: 15px;
        color: white;
    }

    .imgicon-submenu {
        width: 20px;
        height: 20px;
    }
    
    .fontp {
        font-size: 0.8rem;
    }

    .text-harumi {
        margin-top: -10px;
    }

    .div-flor {
        margin-top: -15px;
    }

}
