
.beer_move{
    aspect-ratio: 175/384;
    height: 650px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    background-color: transparent;
    z-index: 100;
    transition: transform 0.1s ease-in-out;
    margin-top: 50px;
}

.beer_move_back{
    aspect-ratio: 175/384;
    height: 650px;
    position: fixed;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%) rotate(20deg) scale(0.99);
    background-color: transparent;
    z-index: 99;
    filter: blur(30px);
    opacity: 1;
    transition: transform 0.1s ease-in-out;
    margin-top: 50px;
}


.beer_name {
    font-family: 'Oswald', sans-serif;
    font-size: 160px;
    font-weight: 700;
    background-image: url(IMG/TEXTURE.webp);
    background-repeat: no-repeat;
    background-clip: text;
    color: transparent;
    background-color: #1a9348;
    background-size: 1250px;
    text-align: center;
    margin-top: 30px;
    width: 80%;
    margin: auto;
    margin-top: 100px;
}

.landing_message{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 970px;
    margin: auto;
}

.alc,
.ibu,
.ml{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid;
    width: 100%;
}

.line{
    height: 2px;
    width: 100%;
    border-bottom: 2px solid;
}

.info_beer{
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 10px;
}

.udm{
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.udm_detail{
    margin-left: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: justify;
}

.message_cerveza{
    display: flex;
    justify-content: right;
    align-items: center;
}

.message_cerveza p{
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    width: 90%;
}

.history{
    position: relative;
    max-width: 970px;
    margin: auto;
    margin-top: 100px;
    height: 1050px;
}


.beer_feature{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    width: 40%;
    left: 0;
    text-transform: uppercase;
    text-align: justify;
    opacity: 0;
}


.beer_feature{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    width: 40%;
    left: 0;
    text-transform: uppercase;
    text-align: justify;
}

.detail_element_one {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 100px;
    margin-right: 75px;
    height: 250px;
    width: 250px;
    background-image: url(IMG/lupulo.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-20deg); /* Rotación inicial */
    opacity: 0;
}

.detail_element_two{
    position: absolute;
    left: 0;
    height: 400px;
    width: 400px;
    background-image: url(IMG/cebada.webp);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.detail_maridaje {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 400px;
    background-image: url(IMG/MARIDAJE.webp);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 10;
}

.beer_feature_2{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    width: 40%;
    right: 0;
    text-transform: uppercase;
    text-align: justify;
    opacity: 0;
}


.beer_feature_2{
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    width: 40%;
    margin-top: 300px;
    right: 0;
    text-transform: uppercase;
    text-align: justify;
}

.beer_feature_3{
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    width: 40%;
    margin-top: 550px;
    left: 0;
    text-transform: uppercase;
    text-align: justify;

    opacity: 0;
}

.first_logo{
    height: 200px;
    opacity: 0;
}