.SEC-Docencia-Investigacion {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;

    max-width: 1920px;
    background-color: #5855D7;
}

.DI-Container {
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.L-Docencia,
.L-Investigacion {

    display: flex;
    flex-direction: column;
    justify-content: left;

    color: white;
    text-decoration-line: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 6px;
    cursor: pointer;

    margin-right: 25px;
    margin-left: 25px;

    margin-bottom: 50px;

}

.Texto-DI {
    font-size: 40px;
    padding-top: 8px;
    color: white;
    display: inline-block;
}

.Texto-DI:hover,.Texto-Informacion-Contacto:hover{
    font-style: italic;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.Texto-Informacion-Contacto{
    color:white;
    
}


.Informacion-y-Contacto{
    display: inline-block;
    border:solid;
    border-color: white;
    border-radius: 20px;
    padding: 15px;
    margin-left:50px;

    
}



@media (min-width: 768px) {

    .DI-Container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


    .spacer {
        width: 25px;
    }

    .L-Docencia,
    .L-Investigacion {

        display: flex;
        flex-direction: column;
        justify-content: left;

        width: 500px;
    }

    .L-Docencia {
        margin-left: 50px;
        margin-right: auto;
    }


    .L-Investigacion {
        margin-right: 50px;
        margin-left: auto;
    }

}

@media (min-width: 576px) {}

@media (min-width: 992px) {

    .SEC-Docencia-Investigacion {
        padding-top: 150px;
        padding-bottom: 50px;
    }

}


@media (min-width: 1200px) {


    .SEC-Docencia-Investigacion {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .DI-Container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .spacer {
        width: 20px;
    }


    .L-Docencia {
        margin-left: auto;
        margin-right: 0;
        width: 500px;
    }

    .L-Investigacion {
        margin-left: 0;
        margin-right: auto;
        width: 500px;
    }




}

@media (min-width: 1500px) {

    .spacer {
        width: 20px;
    }


    .L-Docencia {
        margin-left: auto;
        margin-right: 0;
        width: 600px;
    }

    .L-Investigacion {
        margin-left: 0;
        margin-right: auto;
        width: 600px;
    }




}