section{
    padding-bottom: 60px;
}
section .mapa {
    height: 460px;
    margin-bottom: 40px;
}
section #datos-contacto{
    padding-bottom: 100px;
    color: #004f17;
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
section #datos-contacto > div{
    max-width: 33.333333%;
}
section #datos-contacto > #datos-redes{
    width: 260px;
}
section #datos-contacto a{
    color: #004f17;
}
section #datos-contacto a:hover{
    color: black;
}
section #datos-contacto #datos-direcc span{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 22px;
}

section #datos-contacto #datos-redes h2{
    margin-bottom: 25px;
}
section #datos-contacto #datos-redes h2 .datos-tit{
    padding-bottom: 20px;
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    color: #004f17;
    display: inline-block;
    position: relative;
}
section #datos-contacto #datos-redes h2 a.datos-tit:hover{
    color: black;
}
section #datos-contacto #datos-redes h2 .datos-tit span{
    display: block;
}
section #datos-contacto #datos-redes h2 .datos-tit:before{
    content: '';
    height: 85px;
    padding: 5px 10px;
    border: 12px solid #fed400;
    position: absolute;
    top: 35px;
    z-index: -1;
}
section #datos-contacto #datos-redes #contacto-redes{
    text-align: right;
}
section #datos-contacto #datos-redes #contacto-redes .fa{
    font-size: 20px;
}



section #div-form .hrCorp2-12px{
    border-top: 12px solid #fed400;
}
section #div-form #formContacto{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

form .control-label{
    color: #757575;
    font-size: 14px;
    font-weight: 400;
}

form .form-group1 .control-label{
    font-size: 11px;    
    color: #757575;
}
form .form-group1 .form-control{
    padding: 0 0 2px;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 0;
    box-shadow: none!important;
    background-color: white;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
}
form .form-group1 .form-control:focus{
    border-bottom: 2px solid #004f17;
}
form .form-group1 .form-control::-moz-placeholder {
    color: #757575;
    font-size: 14px;
}
form .form-group1 .form-control:-ms-input-placeholder {
    color: #757575;
    font-size: 14px;
}
form .form-group1 .form-control::-webkit-input-placeholder {
    color: #757575;
    font-size: 14px;
}
form .form-group2 textarea.form-control{    
    border: none;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 0;
    background-color: transparent;
    color: #757575;
    box-shadow: none;
    padding: 6px 0;
    font-weight: 400;
    font-size: 14px;
}

form .form-group2 textarea.form-control:focus{
    border-top: 2px solid #004f17;
    border-bottom: 2px solid #004f17;
}
form .form-group2 .control-label{
    margin-top: 15px;
    font-weight: 400;
}
form .form-group1 {
    margin-bottom: 15px;
}
form .form-group1 .control-label{    
    margin-bottom: 0;
    color: #757575;
    line-height: 1;
    opacity: 0;
}
form .form-group1.form-group-focus .control-label,
form .form-group1 .form-group-focus .control-label{
    opacity: 1;
    color: #004f17;
}
form .form-group1.form-group-cubierto .control-label,
form .form-group1 .form-group-cubierto .control-label{
    /*opacity: 1;*/
    color: #757575;
}
form .form-group1.form-group-focus .form-control::-moz-placeholder {
    color: transparent;
}
form .form-group1.form-group-focus .form-control::-ms-input-placeholder  {
    color: transparent;
}
form .form-group1.form-group-focus .form-control::-webkit-input-placeholder {
    color: transparent;
}
form .form-group1 .form-group-focus .form-control::-moz-placeholder {
    color: transparent;
}
form .form-group1 .form-group-focus .form-control::-ms-input-placeholder  {
    color: transparent;
}
form .form-group1 .form-group-focus .form-control::-webkit-input-placeholder {
    color: transparent;
}
form .form-group-covered .control-label {
    color: #757575;
}
form .form-group1 input.form-control {
    height: 30px;
}
form .form-group1.has-success .form-control {
    border-color: #2b542c;
}
form .form-group1.has-error .form-control {
    border-color: #a94442;
}
form .form-group1 .help-block {
    display: none!important;
}
form .dua-checkbox{
    margin-bottom: 15px;
    font-size: 12px;
}
form .form-group:last-of-type{
    margin-bottom: 5px;
}
form .form-group .input-group-addon .fa{
    color: #002a46;
}
form .form-group .input-group-addon .fa:hover{
    color: #004f17;
}
form .form-group .input-group-addon{
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
}

@media (min-width: 1200px) {
    section #datos-contacto #datos-redes h2 .datos-tit:before{    
        width: 220px;
    }
}
@media (max-width: 1199px) {
    section #datos-contacto #datos-redes h2 .datos-tit:before{    
        width: 190px;
    }
}
@media(min-width: 992px){
    form .dua-checkbox{
        margin-top: 0;   
    }
}
@media(max-width: 991px){
    section #datos-contacto #datos-redes #contacto-redes .fa + .fa{
        margin-left: 15px;
    }
     form .dua-checkbox{
        margin-top: 15px;   
    }
}
@media(min-width: 768px){
    section #datos-contacto #datos-redes h2 .datos-tit:before {
        left: 40px;
    }
}
@media(max-width: 767px){
    section #datos-contacto{
        -webkit-flex-direction: column;
        flex-direction: column;   
    }
    section #datos-contacto > div{
        max-width: none;
    }    
    section #datos-contacto #datos-redes h2 .datos-tit:before {
        right: 0;
    }
    section #datos-contacto #datos-direcc{
        margin-top: 25px;
    }
    section #datos-contacto #datos-redes #contacto-redes,
    section #datos-contacto #datos-direcc,
    section #datos-contacto #datos-tlf{
        text-align: center;
    }      
    section #datos-contacto #datos-tlf{
        line-height: 2.0;
    }
}