body{
    font-family: 'Open Sans', sans-serif;
}
.bg-gris{
    background-color: #f6f6f6;
    height: 100vh;
}
.title {
    font-size: 25px;
    padding: 5px 0 8px;
    margin: 0;
    font-weight: normal;
    margin: 15px 0;
}
.subtitle {
    font-size: 20px;
    padding: 5px 0 8px;
    margin: 0;
    font-weight: normal;
    margin: 20px 0 0 0;
}
p{
    line-height: normal;
    font-weight: 300;
    /* font-size: 15px; */
    line-height: 140%;
    color: #333;    
}

p strong{
    color: #A52945;
    font-weight: 700;
}

.box-nota{
    border:5px solid #F4E3E7;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.box-nota img{
    margin: auto;
}

.btn__link{
    background-color: #A52945;
    border:none;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 30px 0;
}

.btn__link:hover{
    color: #fff;
    text-decoration: none;
    background-color: #80192F;
}

.form__hr{
    margin: 5px 0 20px 0;
}

.form__tab{
    display: block;
    color: #fff;
    font-size: 16px;
    background-color: #CBCBCB;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.form__tab:hover{
    text-decoration: none;
    color: #fff;;
}

.form--active{
    background-color: #666!important;
}

.form__note{
    font-size: 14px;
    margin-bottom: 30px;
    color: #999;
}

.form-denuncies__group{
    margin:15px 0;
}

.form-denuncies label{
    font-weight: 400;
}

.afegir, .afegir:hover{
    color: #80192F;
    text-decoration: underline;
}

.ok{
    font-size: 24px;
    font-weight: 600;
    color: #4C9600;
}
