.row75{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.col75{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

section .mapa {
    height: 170px;
}
section h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
}

section #subtitulo1 > div{
    position: relative;
}
section #subtitulo1 h2,
section #subtitulo1 > div{
    display: inline-block;
    vertical-align: middle;
}
section #subtitulo1 > div{
    width: calc(100% - 100px);
}
section #subtitulo1 hr{
    border-bottom: 1px solid #ee7700;    
    margin-top: 10px;
    margin-bottom: 20px;
}
section #subtitulo1 #punto{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ee7700;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}
section #subtitulo1 #mas{
    position: absolute;
    right: 0;
    top: -2px;
}

.datosContacto{
    padding-bottom: 35px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}
.datosContacto .localidad{
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.datosContacto .direccion{
    margin-bottom: 15px;
}
.datosContacto .telefono,
.datosContacto .telefonos{
    text-align: left;
}
.datosContacto .telefono span{
    display: inline-block;
    vertical-align: top;
}
.datosContacto .telefono span + span{
    margin-left: 5px;
}
.datosContacto .telefonos div{
    width: calc(100% - 55px);
}

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;
    /*border: 1px solid #ee7700;*/
}
form .checkbox:hover input{
    /*border: 1px solid #ee7700;*/
    /*box-shadow: 1px 1px 4px rgba(238,119,0,0.5);*/
}
form .btn-black{
    padding: 3px 40px;
    font-size: 13px;
}

@media(max-width: 991px){
    section .datosContacto{
        text-align: center;
    }
    section .datosContacto .localidad{
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    section .datosContacto{
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }    
    section form{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }   
}
@media(max-width: 460px){
    section form .row > div{
        width: 100%;
    }
    section form #captcha{
        margin-top: 10px;
    }
}