#modulo-valoramostupiso-2  {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    justify-content: center;
    margin: 20px 0;
}


#modulo-valoramostupiso-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-valoramostupiso-2  .parte-izq {
    width: 50%;
    z-index: 1;
    height: 100%;

}

#modulo-valoramostupiso-2  .parte-izq .modulo-valoramostupiso{
    background-size: 80% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

#modulo-valoramostupiso-2  .parte-izq .modulo-valoramostupiso.fixed{
    background-attachment: fixed;
    -webkit-transform: unset;
}

#modulo-valoramostupiso-2  .parte-der {
    width: 50%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: var(--color1);
    margin-left: 20px;
}
#modulo-valoramostupiso-2  .parte-der .titulo{
    width: 70%;
}

#modulo-valoramostupiso-2  .titulo-izq {
    font-size: 22px;
    line-height: 1.2em;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}

#modulo-valoramostupiso-2  .mensaje {
    font-size:22px;
    line-height: 1.2em;
    z-index: 1;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
}

#modulo-valoramostupiso-2  .cajas {
    z-index: 1;
    width: 70%;
}

#modulo-valoramostupiso-2  .cajas > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modulo-valoramostupiso-2  .cajas input,
#modulo-valoramostupiso-2  .cajas select {
    font-size: 14px;
    color: #333;
    border: 1px solid black;
    padding: 10px 8px;
}

#modulo-valoramostupiso-2  .cajas #valorar-calle {
    width: 69%;
}

#modulo-valoramostupiso-2  .cajas #valorar-ciudad {
    width: 30%;
}

#modulo-valoramostupiso-2  .cajas #valorar-tipologia {
    width: 28%;
}

#modulo-valoramostupiso-2  .cajas #valorar-planta {
    width: 18%;
}

#modulo-valoramostupiso-2  .cajas #valorar-habitaciones {
    width: 26%;
}

#modulo-valoramostupiso-2  .cajas #valorar-ascensor {
    width: 25%;
}

#modulo-valoramostupiso-2 .formuEnviar .bloqueEnviar {
    display: flex;
    flex-direction: column;
    margin: 5px 0 5px 5px;
}

#modulo-valoramostupiso-2 .formuEnviar .texto-form-politica {
    text-indent: 22px;
    font-size: .9em;
}

#modulo-valoramostupiso-2 .formuEnviar .bloqueEnviar span {
    font-weight: bold;
}

#modulo-valoramostupiso-2 .formuEnviar .bloqueEnviar input {
    border-top:0;
    border-left:0;
    border-right:0;
}

#modulo-valoramostupiso-2 button#enviarValoracion {
    width: 100%;
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto;
    border-radius: 4px;
}

#modulo-valoramostupiso-2 form#formu-valoramostupiso, .texto-titulo-form-valoramostupiso {
    max-width: 400px;
}

#modulo-valoramostupiso-2 .texto-titulo-form-valoramostupiso {
    max-width: 400px;
    margin-bottom: 20px;
}


#modulo-valoramostupiso-2  .cajas > div.opciones {
    font-size: 1.1em;
    padding: 8px 10px;
    display: flex;
    text-shadow: 1px 1px 1px #222;
    flex-direction: column;
}

#modulo-valoramostupiso-2  div.resultadovaloramostupiso {
    display: none;
    width: 100%;
    border: 1px solid #A8A8A8;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

#modulo-valoramostupiso-2  div.resultadovaloramostupiso.ok {background-color: rgb(81, 197, 60);}
#modulo-valoramostupiso-2  div.resultadovaloramostupiso.ko {background-color: rgb(197, 60, 65);}

#modulo-valoramostupiso-2  label {
    cursor: pointer;
}

#modulo-valoramostupiso-2  button.botonValorar {
    width: 100%;
    background-color: var(--background1);
    color: var(--color1);
    font-size: 14px;
    margin: 10px auto 20px;
    text-align: center;
    padding: 10px;
}

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

#modal-valoramostupiso button#enviarValoracion.enviando {
    background-image: url(../img/loading_fff.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}


#modulo-valoramostupiso-2  input {
    font-size: 1.2em;
}

@media only screen and (max-width: 1024px){

    #modulo-valoramostupiso-2  .titulo-izq{
        width: 80%;
        margin: 0 auto;
    }
    #modulo-valoramostupiso-2  .parte-der{
        padding: 15px;
    }
    #modulo-valoramostupiso-2  .cajas{
        width: 100%;
    }
}

@media only screen and (max-width: 480px){
    #modulo-valoramostupiso-2 {
        flex-direction: column;
    }

    #modulo-valoramostupiso-2  .parte-izq,
    #modulo-valoramostupiso-2  .parte-der{
        width: 90%;
        margin: auto;
    }

    #modulo-valoramostupiso-2  .mensaje{
        text-align: center;
    }

    #modulo-valoramostupiso-2  .parte-izq .modulo-valoramostupiso{
        background-size: cover;
    }
}
