/**
Theme Name: HRLOG
Author: SDi
Author URI: https://www.sdi.es
Description: Theme HRLOG
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* CSS PERSONALIZADO */
/* Genérico */

a:hover,
a:active,
a:focus {
    outline: 0
}


/* Form Lead */

.header_form .form-contacto .form-lopd .wpcf7-list-item-label,
.header_form .form-contacto .form-lopd .wpcf7-list-item-label a {
    color: #000 !important;
}

.footer_form .form-contacto .form-lopd .wpcf7-list-item-label,
.footer_form .form-contacto .form-lopd .wpcf7-list-item-label a {
    color: #fff !important;
}

.form-contacto .input-form {
    margin-bottom: 1.1875rem;
}
.form-contacto .empresa-empleados {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.form-contacto .empresa-empleados>div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.form-contacto .wpcf7-form-control {
    border-radius: 0.1875rem;
}

.form-contacto .empresa-empleados>div:nth-child(1) {
    margin-right: 8px;
}

.form-contacto .empresa-empleados>div:nth-child(2) {
    margin-left: 8px;
}

.form-contacto .wpcf7-not-valid-tip {
    font-weight: bold;
    font-size: 12px;
    position: absolute
}

.wpcf7 form.invalid .form-contacto .wpcf7-response-output {
    margin: 0 0 15px 0px;
    font-size: 15px;
    background: transparent;
    border: none;
    padding: 0;
    color: #3a3a3a;
    font-weight: bold;
}

.form-contacto .form-enviar input[type='submit'] {
    font-size: 20px;
}

.form-contacto .form-lopd .wpcf7-list-item-label a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .form-contacto .input-form {
        margin-bottom: 1rem;
    }

    .form-contacto .wpcf7-submit {
        display: block;
        width: 100%;
    }
}