#index_logo {
    /*border: solid 1px red;*/
}
#index_logo_container {
    /*margin: 50px 0;*/
}
#index_logo_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    /*height: calc( 50vh - 50px - 60px );*/
    min-width: 0;
    min-height: 0;
    background: var(--fondo-logo) no-repeat;
    background-size: cover;
    /*border: solid 1px red;*/
}
#index_logo_logo {
    margin: 20px 0 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*border: solid 1px black;*/
}
#index_logo_logo_image {
    /*border: solid 1px black;*/
}
#index_logo_logo_text h1 {
    margin-left: 10px;
    color: white;
    font-size: 2em;
    font-weight: 600;
}
#index_logo_logo_subtext {
    color: white;
    font-size: 1.5em;
    text-align: center;
    /*border: solid 1px red;*/

}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 900px) {
    #index_logo_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        height: calc( 50vh - 50px - 60px );
        min-width: 0;
        min-height: 0;
        background: var(--fondo-logo) no-repeat;
        background-size: cover;
    }
    #index_logo_logo {
        margin-left: 20px;
    }
    #index_logo_logo_subtext {
        margin-left: 225px;
    }
}
@media only screen and (min-width: 1600px) {
    #index_logo_logo {
        margin-left: 0;
    }
    #index_logo_logo_text h1 {
    margin-left: 20px;
    font-size: 4.5em;
    font-weight: normal;
    }
    #index_logo_logo_subtext {
        margin-left: 590px;
    }
}
@media only screen and (min-width: 1600px) {
    #index_logo_logo_subtext {
        display: flex;
        /*margin-left: 590px;*/
    }
}