section .tituloColumna{
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 300;
}
section .tituloColumna span{
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.0;
}
section .btn-corp {
    border-radius: 0;
    text-transform: uppercase;
}
section #entrada .oferta-tit {
    margin-top: 25px;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}
section #entrada .oferta-sub {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}
section #entrada hr {
    width: 50px;
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 25px;
}
section #entrada .oferta-txt {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: justify;
}
section #entrada .oferta-txt ul {
    margin-left: 0;
    padding-left: 30px;
}
section #post-imagenes > div {
    padding: 15px;
}

section form {
    margin-top: 40px;
}
section .section-tit {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 300;
}
section .section-tit span{
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0;
}

form .control-label{
    font-weight: 300;
}
form .form-control{
    border-radius: 0;
    border: 1px solid black;
}
form .form-control:focus{
    border: 1px solid #ee7700;
    box-shadow: 1px 1px 4px rgba(238,119,0,0.5);
}
form #datosObligatorios{
    margin-top: -10px;
    color: #ee7700;
    font-size: 11px;
    line-height: 1.0;
    text-align: right;
}
form .checkbox label{
    font-size: 12px;
}
form .checkbox input{
    margin-top: 0;
}
form .btn-black{
    padding: 3px 40px;
    font-size: 13px;
}

section .postEmpleo + .postEmpleo {
    margin-top: 30px;
}

@media (min-width: 768px) {
    section form {
        max-width: 700px;
        /*margin-left: auto;
        margin-right: auto;*/
    }
}
@media(max-width: 767px){
    /*section form{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }*/
    section #entrada {
        padding-bottom: 40px;
    }
}
@media(max-width: 460px){
    section form .row > div{
        width: 100%;
    }
    section form #captcha{
        margin-top: 10px;
    }
}
