#modulo-contacto-2 {
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: space-around;
    margin: 20px 0;
}

#modulo-contacto-2 .contenedor-titulo-form{
    display: flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    background: none;
}

#modulo-contacto-2 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-contacto-2 .titulo {
    font-size: 38px;
    line-height: 1.2em;
    z-index: 1;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 40px;
    text-align: center;
    filter: drop-shadow(0px 4px 6px #000000);
}

#modulo-contacto-2 .mensaje {
    font-size: 26px;
    line-height: 1.2em;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 10px;
    filter: drop-shadow(0px 4px 6px #000000);
}

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

}

#modulo-contacto-2 .parte-izq {
    width: 50%;
}

#modulo-contacto-2 .parte-der {
    width: 50%;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modulo-contacto-2 .parte-der .der-mensaje-contenedor{
    width: 70%;
    box-shadow: 0 2px 2px #C8C8C8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    background-color: rgb(255,255,255,0.6);
    padding: 20px 0;
}

#modulo-contacto-2 .enlaceAcontacto{
    padding: 20px 40px;
}

#modulo-contacto-2 button{
    background-color: var(--background1);
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 8px 40px;
    font-size: 14px;
    white-space: nowrap;
    color: var(--color1);
}


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

@media only screen and (max-width: 1440px){
    #modulo-contacto-2 .titulo{
        font-size: 3em;
    }
    #modulo-contacto-2 .mensaje{
        font-size: 1.6em;
    }

    #modulo-contacto-2 .parte-der .der-mensaje-contenedor{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 800px){
    #modulo-alquiler-1{
        padding: 60px 0;
    }

    #modulo-contacto-2 .contenedor-titulo-form{
        padding: 20px 0;
    }
    #modulo-contacto-2 .parte-der .der-mensaje-contenedor{
        width: 80%;
    }


    #modulo-contacto-2 .titulo{
        font-size: 2em;
    }
    #modulo-contacto-2 .mensaje{
        font-size: 1em;
        width: 90%;
    }
}

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


    #modulo-contacto-2 .parte-der, #modulo-contacto-2 .parte-izq {
        width: 100%;
    }

}

@media only screen and (max-width: 480px){
    #modulo-contacto-2 .contenedor-titulo-form{
        flex-direction: column;
    }

    #modulo-contacto-2 .titulo{
        text-align: center;
    }
}