* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


.logo_sephora {
    display: flex;
    box-shadow: 0 4px 4px -2px #00000026;

    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;



}

.logo_briogeo {
    align-items: center;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;

    flex-direction: row;
}



.sessao1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.containerimg1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    margin-left: 40%;
}

.containerimg1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.container-texto1 {
    width: 50%;
    font-family: euclid;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-right: 40%;
}

.titulo {
    display: block;
    color: #54585a;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .31px;
    line-height: 33px;
    text-align: center;
    margin: 20px auto 16px;
}

.texto2 {
    display: block;
    color: #54585a;
    font-family: euclid;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 20px;
    text-align: center;
    max-width: 415px;
    margin: 0 auto 12px;
}

.button1 {
    padding-top: 100px;
    outline-color: #aba8a9;
    -ms-flex-preferred-size: 180px;
    width: 300px;
    height: 50px;
    padding: 0;
    margin: 0 8px;
    background-color: #54585a;
    border: 2px solid #54585a;
    color: #fff;
    font-family: euclid;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.button1:hover {
    background-color: #FFF;
    border: 2px solid #54585a;
    color: #54585a;
    cursor: pointer;
}

/*Footer*/
footer {
    padding: 2rem;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    background: #b3c2de;
}

footer h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    font-size: 3rem;
}

footer .text-footer p {
    background-color: #fff;
    padding: 0.2rem;
}

footer img {
    width: 100%;
    max-width: 200px;
}

/* MOBILE SCREEN */

@media only screen and (min-width: 280px) and (max-width: 915px) {

    .sessao1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0;
        width: 100%;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .containerimg1 {
        width: 100%;
        margin-left: 0;
    }

    .containerimg1 img {
        width: 80%;
    }

    .logo_body {
        width: 300px;
        justify-content: center;
        align-items: center;
    }

    .container-texto1 {
        width: 100%;
        margin-right: 0;
    }


    .logo_briogeo {
        align-items: center;
        display: flex;
        width: 400px;
        align-items: center;
        justify-content: center;

    }

    .titulo {
        font-weight: bold;
        font-size: 1.5rem;
        padding-right: 0;
    }

    .texto2 {
        font-size: 1rem;
        width: 250px;
        padding: 0 5px;
    }
}