body, html{
    background-color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #000000;
}

.contingut{
    margin-top: 75px;
}

.col-img {
    margin-top: 20px;
    text-align: center;
}

.col-img .note{
    display: block;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
}

#avis {
    display: none;
    padding: 5px;
    margin-bottom: 15px;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.col-form .formulari{
    padding: 15px;
    background-color: #FF0000; //color groc opel F7D900
}

.form-group {
    margin-top: 0px;
    margin-bottom: 10px;
}

.form-group.text {
    margin-top: 15px;
    margin-bottom: 15px;
}

label{
    margin-bottom: 5px;
    color: #000000; //color gris abans 666666 si es vol blanc FFFFFF
    font-weight: bold;
}

label.form-check-label {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}
label.error {
    margin-bottom: 0;
    color: #FF0000;
    font-size: 13px;
}

.form-control {
    padding: 3px 5px;
    height: auto;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
}

.form-control.error {
    border-color: #FF0000;
}

.form-text {
    text-align: justify;
    font-size: 12px;
    line-height: 1.2em;
}

.form-check input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.form-check a {
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}

.form-group.legal-links{
    text-align: center;
    text-decoration: underline;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.form-group.legal-links a {
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}

.btn-submit {
    margin-top: 5px;
    padding: 6px 16px;
    border-radius: 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #7A7A7A;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

.footer a {
    display:inline-block;
    margin: 0 10px;
    color: #FFFFFF;
}

.footer a:hover {
    color: #F7D900;
    text-decoration: none;
}

#resposta {
    display: none;
    min-height: 320px;
    margin-top: 140px;
    padding: 25px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #FF0000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* MODALS */
.modal-body {
    padding: 25px;
}

.modal-body h2{
    margin-bottom: 20px;
    font-weight: bold;
}

.modal-body h3{
    margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.modal-body a{
    color: #000000;
    text-decoration: underline;
}

.modal-footer .btn {
    border-color: #7A7A7A;
    background-color: #F0F0F0;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-footer .btn:hover {
    color: #000000;
}

/* RESPONSIU */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px;
    }
}
@media (max-width: 991px) {
    .contingut {
        margin-top: 40px;
    }
    .col-img {
        margin-top: 0px;
    }
    .col-img img {
        display: block;
        margin: 0 auto;
    }
    .col-form {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}
