.empresa{
    background-color: white;
    width: 100%;
    z-index: 3000;
    display: flex;
    padding-top: 3em;
    padding-bottom: 0;
    display: flex;
}

.empresa > div{
    display: flex;
}

.empresa__img{
    margin-top: auto;
}
.empresa__img:first-child{
}
.empresa__img:last-child{
    display: none;
}

.empresa__detail{
    width: 100%;
    height: fit-content;
    /*min-height: 30vw;*/
    text-align: center;
}
.empresa__detail_title{
    text-transform: uppercase;
    font-style: italic;
}
.empresa__detail_title_part.rollon__girable{
    margin-left: .2em;
}
.rollon__girable_container{
    line-height: 1em;
    margin-bottom: .5em;
    height: 1em;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .empresa{
        display: block;
    }
    .empresa > div{
        width: 100%;
        display: flex;
    }
    .empresa .empresa__img:first-child{
        display: none;
    }
    .empresa__img:last-child{
        display: block;
    }
}
/*

.empresa__logo{
    width: 40vw;
    height: 40vw;
    display: flex;
}

.empresa__logo_image{
    margin: auto auto;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.empresa__detail{
    width: 50vw;
    min-height: 30vw;
    text-align: center;
}

.empresa__detail_text{
    width: 80%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}   

.empresa__detail_title{
    width: 95%;
    text-align: center;
    text-transform: uppercase;
}

.empresa__detail_title_part.rollon__girable{
    margin-left: .2em;
}
.rollon__girable_container{
    line-height: 1em;
    margin-bottom: .5em;
    height: 1em;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .empresa{
        display: block;
    }

    .empresa__logo{
        width: 100vw;
    }
    .empresa__detail{
        width: 100vw;
    }   
    .empresa__detail_text{
        margin-left: auto;
        margin-right: auto;
    } 
} */