#modulo-valoramostupiso-3  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px 90px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    width: 80%;
    justify-content: space-around;
    margin: 0 auto;
}

#modulo-valoramostupiso-3  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-3  .titulo {
    font-size: 30px;
    line-height: 1.2em;
    font-style: italic;
    z-index: 1;
    font-weight: bold;
    text-align: center;
}

#modulo-valoramostupiso-3  .mensaje {
    font-size: 28px;
    line-height: 1.5;
    z-index: 1;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #4a4a4a;
    font-weight: 700;
}

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

#modulo-valoramostupiso-3  .parte-izq {
    width: 100%;
    z-index: 1;
    height: 300px;
}

#modulo-valoramostupiso-3  .parte-izq .modulo-valoramostupiso{
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    color: white !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

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

#modulo-valoramostupiso-3  .parte-izq .titulo-izq{
    text-align: left;
    font-weight: 700;
    padding: 30px 15px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.5;
}

#modulo-valoramostupiso-3  .parte-der {
    width: 100%;
    padding: 70px 16px 2px;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    justify-content: space-around;
}
#modulo-valoramostupiso-3  .parte-der .titulo-der{
    width: 50%;
}
#modulo-valoramostupiso-3  .cajas {
    z-index: 1;
    width: 50%;
    padding: 10px 0;
}

#modulo-valoramostupiso-3  .cajas > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

#modulo-valoramostupiso-3  .cajas input,
#modulo-valoramostupiso-3  .cajas select {
    font-size: 14px;
    color: black;
    padding: 10px;
    background-color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#modulo-valoramostupiso-3  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-3  div.resultadovaloramostupiso.ok {background-color: rgb(81, 197, 60);}
#modulo-valoramostupiso-3  div.resultadovaloramostupiso.ko {background-color: rgb(197, 60, 65);}

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

#modulo-valoramostupiso-3  button.botonValorar {
    width: 100%;
    border: 1px solid #f2f2f244;
    /*background-color: var(--background1);*/
    /*color: var(--color1);*/
    background-color: black;
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 10px auto 20px;
    text-align: center;
    padding: 10px;
}

#modulo-valoramostupiso-3  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-3  input {
    font-size: 1.2em;
}

@media only screen and (max-width: 1024px){
    #modulo-valoramostupiso-3  .cajas{
        padding-right: 0;
    }

    #modulo-valoramostupiso-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px){
    #modulo-valoramostupiso-3  .parte-der{
        flex-direction: column;
        width: 90%;
    }
    #modulo-valoramostupiso-3  .parte-der .titulo-der,
    #modulo-valoramostupiso-3  .cajas{
        width: 100%;
        padding: 10px;
    }
    #modulo-valoramostupiso-3 .parte-izq .modulo-valoramostupiso.fixed{
        background-attachment: local;
    }

    #modulo-valoramostupiso-3 .cajas {
        margin-right:0px;
    }
}

@media only screen and (max-width: 480px){
    #modulo-valoramostupiso-3  .parte-der .titulo-der{
        text-align: center;
    }

    #modulo-valoramostupiso-3  .cajas input,
    #modulo-valoramostupiso-3  .cajas select{
        font-size: 14px;
    }

    #modulo-valoramostupiso-3  .parte-izq .titulo-izq,
    #modulo-valoramostupiso-3  .mensaje{
        font-size: 24px;
    }

    #modulo-valoramostupiso-3 ,
    #modulo-valoramostupiso-3  .parte-der{
        justify-content: center;
        align-items: center;
        padding: 0px 6px 2px;
    }

    #modulo-valoramostupiso-3  .mensaje{
        font-size:20px
    }
    #modulo-valoramostupiso-3  .parte-izq .modulo-valoramostupiso{
        height: 45%;
        margin-top: 20%;
    }
    #modulo-valoramostupiso-3 .parte-izq{
        height: 400px;
        margin-bottom: -150px;
    }

}