.titleForm {
    max-width: 1110px;
    width: auto;
    font-family: "Raleway", Sans-serif;
    font-style: bold;
    font-size: 37px;
    line-height: 115%;
    letter-spacing: 0.01em;
    color: #005EB2;
    margin-bottom: 63px;
}

form {
    width: auto;
    max-width: 1110px;
}

.row {
display: flex;
}

.field {
width: 50%;
margin-bottom: 15px;
margin-right: 3px;
display: block;
}

.fieldTypeText {
    width: 50%;
    height: 103px;
    margin-bottom: 15px;
    margin-right: 20px;
    display: block;
}

label {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #373737;
    letter-spacing: 0.01em;
}

.asterisk {
    color: #E85C41;
}

input[type=text], input[type=email], input[type=number], select {
    width: 100%;
    height: 47px;
    font-family: 'Open Sans';
    background-color: #F1F1F1;
    border: none;
    margin: 6px 20px 6px 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;

}

/*input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}*/

.apellido {
    height: 47px;
    width: 50%;
    display: block;
    margin-right: 20px;
}

div[class='apellido'] > input {
    width: 100%;
}

.telefono {
    height: 47px;
    display: block;
}


.telefono > select {
    width: 100%;
}

.telefono > input {
    width: auto;
    margin-right: 20px;
    height: 47px;
    margin-top: 30px;
    padding: 0;
    background-color: #999999;
}

.labelCheck {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #373737;
    vertical-align: middle;
}
.errorMessage {
    height: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FF0000;
}

.legalField {
    width: 820px;
    display: block;
}

    .labelChecksLegal {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;

    }

.infoLegal {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #373737;
}
.urlInfoLegal {
    color: #0068B3;
}

button[type="submit"] {
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15.9461px 12.9562px;
    margin-bottom: 67px;


    position: absolute;
    width: 144px;
    height: 48.89px;

    background: #0065BD;
    border: none;

    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-align: center;
    letter-spacing: -0.02em;

    color: #FFFFFF;
    cursor:pointer;
}
.titlePost {
    max-width: 1110px;
    width: auto;
    font-family: "Raleway", Sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 37px;
    line-height: 115%;
    letter-spacing: 0.01em;
    color: #005EB2;
    margin-bottom: 10px;
  }
  .textPost {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #373737;
    letter-spacing: 0.01em;
  }
  .buttonPost {
    text-decoration: none;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15.9461px 12.9562px;

    width: 144px;

    background: #0065BD;
    border: none;

    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-align: center;
    letter-spacing: -0.02em;

    color: #FFFFFF;
  }

@media only screen and (max-width: 600px) {
    .titleForm {
        overflow: hidden;
        width: 97%;
    }

    .row {
        display: block;
    }

    .fieldTypeText, .field {
        width: 97%;
    }

    input[type=text], input[type=email], input[type=number], select {
        width: 95%;
    }

    .apellido {
        width: 95%;
    }

    div[class='apellido'] > input {
        width: 95%;
    }
    
    .legalField {
        width: auto;
    }
}