#modulo-trabajanosotros-1  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 70px 30px 90px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    justify-content: space-around;
    text-shadow: 1px 1px 1px #222;
    -webkit-transform: translateZ(0);
}

#modulo-trabajanosotros-1  video {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 250px;
    z-index: 0;
    -webkit-transform: translateZ(0);
}

#modulo-trabajanosotros-1  .titulo {
    font-size: 3.6em;
    line-height: 1.2em;
    font-style: italic;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    /* font-family: Comfortaa; */
}

#modulo-trabajanosotros-1  .mensaje {
    font-size: 2em;
    line-height: 1.2em;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    /* font-family: Comfortaa; */
    /* font-style: italic; */
}

#modulo-trabajanosotros-1  .mensajeFijo {
    font-size: 1.3em;
    line-height: 1.1em;
    z-index: 1;
    width: 100%;
    margin-bottom: 15px;
    font-style: italic;
}

#modulo-trabajanosotros-1  .parte-izq {
    width: 50%;
    z-index: 1;
}

#modulo-trabajanosotros-1  .parte-der {
    width: 40%;
    background-color: #00000033;
    padding: 12px 16px 2px;
    border-radius: 8px;
    z-index: 1;
}

#modulo-trabajanosotros-1  .botonValorar {
    width: 100%;
    border: 1px solid #f2f2f244;
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
    filter: brightness(120%);
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
}

#modulo-trabajanosotros-1  .botonValorar:hover {
    filter: brightness(140%);
}

@media (max-width: 600px) {
    #modulo-trabajanosotros-1  video {
        width: auto;
        min-height: 100%;
    }

    #modulo-trabajanosotros-1  {
        flex-direction: column;
        padding: 40px 25px 30px;
    }

    #modulo-trabajanosotros-1  .parte-der, #modulo-trabajanosotros-1  .parte-izq {
        width: 100%;
    }

    #modulo-trabajanosotros-1  .titulo {
        padding-bottom: 50px;
        font-size: 3em;
    }
}