
.block_pressopost{
   background-color: #f6f6f6;
    margin: 0 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding:25px;
} 
.disabled{
    background: #b3adad;
    opacity: 0.5;
    pointer-events: none;
}
.msg_ok{
    display: none;
    font-size: 18px;
    color: #73b25a;
    font-weight: bold;
    /*text-shadow: 1px 0px 6px white;*/
}
.titol_pressupost{
    margin: unset;
    font-family: "Pacifico","Source Sans Pro",sans-serif;
    font-size: 32px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 0px;
}
.subtitol_pressupost{
    display:flex;
    align-items: center;
    font-size: 21px;
    color: #005898;
    font-family: 'Source Sans Pro',sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
}
.subblock_pressupost{
    display: flex;
    width: 100%;
    justify-content: center;
}

.informacio{
    width:33%;
    position:relative;
    margin: 10px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    
}
.mssg_error{
    color:red;
    text-align: left;
}
.img_pressu.unactive{
    display: none;
}
.mssg_error.unactive{
    opacity:0;
}
.label_inputs_pressupost{
    opacity: 0;
    position: absolute;
}
.label_input_text_focus_input{
    left: 7px;
    border-radius: 5px;
    top: -12px;
    font-size: 14px;
    padding: 0px 4px 0px 4px;
    opacity: 1;
    pointer-events: none;
    color: #005898;
    background-color: #f6f6f6;
}
.input_linia_pressupost{
    height: 26px;
    box-shadow: none;
    border: 1px solid #005898;
    outline: none;
    border-radius: 5px;
    padding: 14px;
    font-size: 18px;
    width: 92%;
}
.pressu_butt:hover{
    border: 2px solid transparent;
    outline: 1px solid #558240;
    background-color:white;
}
.pressu_butt.active{
    border: 2px solid #558240;
    outline:0px;
    background-color:white;
}
.pressu_butt{
    padding-top: 7px;
    border: 2px solid transparent;
    outline:1px solid #e2e1df;
    margin: 10px 10px 0px 0px;
    width: 25%;
    border-radius:20px;
    cursor: pointer;
    
}
.fila_check_text {
    padding-bottom: 20px;
    padding-top: 13px;
    font-weight: bold;
}
.img_pressu{
    width: 95%;
    border-radius:20px;
}
.titol_check_zona_material{
    font-size: 18px;
    font-weight: bold;
    color: #005898;
    font-family: 'Source Sans Pro',sans-serif;
}
.solicitar_pressu{
    display:flex;
    width: 100%;
    justify-content: center;
}
.button_pressu:hover{
    opacity:0.7;
}
.button_pressu{
    background-color: #ea8027;
    border: 0px;
    text-shadow: none;
    border-radius: 6px;
    cursor: pointer;
    height: 52px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 400px;
    align-self: center;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
    font-family: 'Source Sans Pro',sans-serif;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.punt-numero {
    width: 25px;
    height: 26px;
    line-height: 22px;
    color: white;
    font-size: 19px;
    text-align: center;
    background-color: #005898;
    display: inline-block;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 13px;
    font-weight: bold;
    margin-right:11px;
}
.mssg_error.number{
    margin-bottom: 20px;
}
@media (max-width:990px) {
    .label_input_text_focus_input{
        top: -12px;
        font-size: 15px;
    }
    .block_pressopost {
        padding:5px;
    }
    .subblock_pressupost{
        flex-wrap: wrap;
    }
    .informacio{
        width: 100%;
    }
    .input_linia_pressupost{
        width: 90%;
    }
    .pressu_butt{
        margin: 5px;
        width: 40%;
    }
    .subtitol_pressupost{
        margin-left: 7px;
    }
    .solicitar_pressu{
        margin-bottom: 20px;
    }
    .button_pressu {
        width: 100%;
    }
}