main {
    width: 90%;
    height: 400px;
}
form label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
.msg_error {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    color: red;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
input {
    height: 35px;
    width: 200px;
    margin: 10px;
    border-radius: 5px;
}
textarea {
    width: 91%;
    margin: 10px;
    border-radius: 5px;
}
.missatge_general {
    font-family: informal2;
    font-size: 20px;
}
#a_recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.sobre1 {
    text-align: left;
    padding-left: 10%;
}

.sobre2 {
    text-align: right;
    padding-left: 20%;
}

#privacitat {
    margin: 0px 0px 0px 13px;
    width: 15px;
    height: 15px;
    float:left;
}
.privacitat {
    width: 85%;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    margin: -2px 5px 0px 1px;
}
/* Gestion contacte en pantalla MODAL -----------------------------------*/

.modal_contacte_contingut {
  background-color: rgba(255,255,255,.7);
  width: 350px;
  padding: 10px 10px;
  margin: 10% auto;
  border-radius: 15px;
  position: relative;
  overflow-y: auto;
}
.modal_contacte{
  background-color: rgba(0,0,0,.7);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:1;
  pointer-events:auto;
  transition: all 1s;
  text-align: center;
  overflow-y: auto;
}
.contacte_text{
    font-size: 20px;
    margin: 5px 5px 15px 5px;
}
.reg_p1_img {
    float:left;
    width: 30%;
    height: 80px;
}
.reg_p1_sel {
    float:right;
    width: 70%;
    height: 80px;
}
.text_reg_p1_sel {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
