body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    color: #f2992a;
    margin-top: 40px;
    font-size: 48px;
    font-weight: 400;
}

form {
    margin: 40px auto 0 auto;
    width: 90vh;
    max-width: 90%;
    text-align: left;
}

label {
    color: #888;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.required {
    color: #f2992a;
    font-size: 14px;
}

input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #f2992a;
    padding: 10px 0;
    font-size: 18px;
    background: transparent;
    outline: none;
    margin-bottom: 30px;
    color: #444;
}

button {
    display: block;
    margin: 0 auto 20px auto;
    background: #44423e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 22px;
    padding: 10px 40px;
    cursor: pointer;
    transition: background 0.2s;
}

button:hover {
    background: #f2992a;
}

.note {
    color: #444;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.note .required {
    font-size: 12px;
    vertical-align: super;
}
@font-face {
    font-family: fuentes;
    src: url("/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

.titulo {
    text-align: center;
    margin: 30px 0;
    font-size: 40px;
    color: #E98C23;
    font-family: fuentes;
}

.form-group {
    padding: 10px 0;
}

.form-group label {
    display: inline-block;
    width: 100%;
    font-family: fuentes;
    font-size: 16px;
    color: #8e8e8e;
}

.form-group input,
.form-group select {
    border: none;
    border-bottom: solid 2px #E98C23;
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding: 0 3px;
    background-color: transparent;
    outline: none;
}

.form-group select.fn_dia,
.form-group select.fn_mes {
    width: 60px;
}

.form-group input.telefono {
    width: calc(100% - 65px);
    margin-left: 5px;
    float: left;
}

.form-group select.telefono_ca {
    width: 60px;
    float: left;
}

.boton {
    text-align: center;
}

.boton button {
    background-color: #424240;
    border: none;
    color: #FFF;
    padding: 11px 42px;
    border-radius: 24px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 40px;
}

.boton span {
    display: inline-block;
    width: 100%;
    font-family: fuentes;
    color: #666666;
    font-size: 13px;
    margin-top: 15px;
}

.gracias {
    width: 100%;
    font-family: fuentes;
    font-size: 24px;
    color: #8e8e8e;
    text-align: center;
}

.volver {
    text-align: center;
}

.volver a {
    display: inline-block;
    font-family: fuentes;
    background-color: #E08D31;
    color: #FFF;
    border: 1px solid #E08D31;
    border-radius: 1.28em;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0.5em 2em;
    line-height: 1.42em;
}

.volver a:hover {
    background: #424340;
    color: #FFF;
    border-color: #424340;
}

#provincia {
    display: none;
}

#ciudad {
    display: none;
}

.VC_error {
    font-family: fuentes;
    color: #FF0000;
    font-size: 12px;
}