 form button.secondary,
 form .button.secondary,
 button, .button {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 0px !important;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

 form button.secondary:hover,
 form button.secondary:focus,
 form .button.secondary:hover,
 form .button.secondary:focus,
 button:focus,
 button:hover,
 .button:focus,
.button:hover {
    background-color: #FF0071;
    color: #fff;
}
input.error,
textarea.error {
    border-color: #FF0071;
    background-color: #fff;
    margin-bottom: 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #FF0071;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select,
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    color: #797878;
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/*search*/

.block-custom-search-blocks  input.custom-search-box {
    margin-bottom: 0;
    padding: 1px;
}
.block-custom-search-blocks .search-form {
    margin-bottom: 0
}

.block-custom-search-blocks button.secondary.button {
    margin: 0;
    position: relative;
    top: -6px;
    margin-right: 5px;
}
.in-field-labels-processed {
    text-transform: uppercase;
    color: #999;
    padding: 10px;
}
/*Filrtos*/

form#views-exposed-form-talleres-p-gina-page {
    margin-bottom: 0;
}
form#views-exposed-form-talleres-p-gina-page input[type="file"],
form#views-exposed-form-talleres-p-gina-page input[type="checkbox"],
form#views-exposed-form-talleres-p-gina-page input[type="radio"], select, input[type="text"],
form#views-exposed-form-talleres-p-gina-page input[type="password"],
form#views-exposed-form-talleres-p-gina-page input[type="date"], input[type="datetime"],
form#views-exposed-form-talleres-p-gina-page input[type="datetime-local"],
form#views-exposed-form-talleres-p-gina-page input[type="month"], input[type="week"],
form#views-exposed-form-talleres-p-gina-page input[type="email"],
form#views-exposed-form-talleres-p-gina-page input[type="number"],
form#views-exposed-form-talleres-p-gina-page input[type="search"],
form#views-exposed-form-talleres-p-gina-page input[type="tel"],
form#views-exposed-form-talleres-p-gina-page input[type="time"],
form#views-exposed-form-talleres-p-gina-page input[type="url"],
form#views-exposed-form-talleres-p-gina-page textarea {
   margin: 0 0 0.5em 0;
}
/*formulario enviado con éxito*/
 
.page-node-39 .field-name-body p.sent {
    display: block;
    text-align: center;
    color: #fff;
}
p.sent:before {
    text-align: center;
    color: #FF0071;
    font-size: 15em;
    content: "\f00c";
    line-height: 1em;
    font-family: 'FontAwesome';
}
 p.mensaje {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 0 10%;
    text-align: center;
} 