body {
    background-position-y: 0;
}

.title {
    padding-right: 10px;
    padding-top: calc(10vw + 40px);
}

body > .container {
    padding: 0 50px;
}

.sent {
    padding: 0 15px;
    text-align: center;
}

.sent h3 {
    font-size: 1.6em;
    margin: 15vw auto 5vw;
    font-family: 'Gotham XNarrow';
    font-weight: 200;
}

iframe {
    height: 350px;
    margin: auto;
    margin-top: 20px;
}

form {
    position: relative;
    padding: 0 2vw;
    margin-top: 60px;
}

hr {
    margin: 40px auto;
}

label, form h2 {
    color: #ffffff;
    font-family: "BentonSansCond";
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.4rem;
    margin-bottom: .6rem;
}

form p {
    margin-left: 2px;
}

input[type=text], input[type=email], select {
    border: none;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .3rem 5px .2rem 10px;
    vertical-align: top;
    width: calc(100% - 4px);
    width: 100%;
    transition: ease .1s;
    outline: 2px solid #ffffff00;
    margin: 0 1px;
}

input[type=text]:focus, input[type=email]:focus {
    outline: 4px auto #5900ffb9;
}

.form-group div {
    margin-bottom: 2rem;
}

.form-group p {
    font-family: "BentonSansCond";
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding-right: 15px;
}

select {
    border: none;
    outline: none;
    width: 70%;
    cursor: pointer;
    font-size: 0.9rem;
    padding: .6rem 5px .4rem 5px;
    background-color: white;
}

option, option:hover {
    padding: 0;
}

form h2, label[for=cv] {
    font-size: 2.2em;
    line-height: 1em;
}

input[type="radio"] {
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    /*  */
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    border: 1px solid #ffffffe7;
}

input[type="radio"]:focus {
    outline: none;
}

input[type="radio"]:after {
    border-radius: 25px;
    content: '';
    display: block;
    height: 14px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 14px;
}

input[type="radio"]:checked {
    border-color: #8f76ffec;
}

input[type="radio"]:checked:after {
    background-color: #8f76ffec;
}

ul {
    list-style-type: none;
}

#CampoRadio {
    margin-top: 30px;
    padding-left: 10px;
}

#CampoRadio li {
    margin-bottom: 1rem;
}

#CampoRadio label {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.2em;
}

.entry-title, .entry-title+p {
    display: inline;
    white-space: nowrap;
}

input[type=file], textarea {
    display: block;
    font-family: "BentonSansCond";
    margin-bottom: 10px;
}

input[type=file] {
    line-height: 2em;
    font-size: 0.9em;
    width: 100%;
    color: white;
}

input[type=file]:focus {
    outline-color: #4726ff;
}

input[type=file]+p {
    color: #ffffff86;
    line-height: 1rem;
}

label[for=cv] {
    margin: 0 0 40px;
}

label[for=message] {
    margin: 15px 0;
    font-size: 1.6em;
}

textarea {
    width: 100%;
    border: none;
    padding: 10px 15px;
    color: rgb(8, 8, 8);
    font-size: 1rem;
}

textarea:focus {
    outline-color: #5900ffcb;
}

.enviar {
    background-color: #c5e02b;
    color: #0e204b;
    font-family: "BentonSansCond";
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 5px 15px;
    /* padding-top: 10px; */
    border: none;
    margin-top: 45px;
    margin-bottom: 50px;
    position: relative;
    left: calc(50% - 180px/2);
    transition: ease 0.2s;
    height: auto;
}

.enviar:hover {
    background-color: #e4ff4e;
    margin: -3px;
    margin-top: 42px;
    margin-bottom: 47px;
    padding: 8px 18px;
}
.error-cv {
    color: red;
}
@media (min-width: 576px) {
    .container {
        padding: 0;
    }
    .sent h3 {
        font-size: 1.8em;
        margin: 80px auto 30px;
    }
    input[type=text], input[type=email], select {
        width: 80%;
        line-height: 1.6rem;
    }
    form {
        padding: 0;
    }
    .form-group p {
        font-size: 1rem;
        line-height: 2rem;
    }
    select {
        width: 42%;
    }
    hr {
        margin: 60px auto;
    }
    form h2, label[for=cv] {
        font-size: 2.5em;
    }
    label, form h2 {
        margin-right: 5px;
    }
    #CampoRadio label {
        font-size: 1.5em;
        line-height: 1.5;
    }
    #CampoRadio {
        margin-top: 40px;
    }
    input[type="radio"] {
        vertical-align: initial;
    }
    input[type=file] {
        line-height: 2.5em;
        color: white;
        width: 60%;
    }
}

@media (min-width: 768px) {
    .title {
        margin-top: 0;
        padding-top: 150px;
    }
    .sent h3 {
        font-size: 2em;
        margin: 45px auto 30px;
    }
    select {
        width: 30%;
    }
    input[type=file] {
        width: 40%;
    }
    label[for=message] {
        margin: 25px 0;
    }
}

@media (min-width: 992px) {
    textarea {
        width: 75%;
    }
    .form-group p {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    input[type=text], input[type=email], select {
        line-height: 1.4rem;
    }
    label[for="email"], label[for="name"] {
        margin-bottom: 0;
        line-height: 1.25em;
    }
}

@media (max-width: 767px) {
    .title h2 {
        font-size: 2.4em;
    }
    .title::before {
        height: 2em;
        bottom: -40px;
    }
}

@media (max-width: 450px) {
    .title {
        font-size: 4vw;
    }
    .title::before {
        height: 6.8vw;
        top: 8.5vw;
    }
    .sent h3 {
        font-size: 6vw;
    }
}