h2.text-left {
    padding: 0px 0px 0px 15px;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 4px 0px;
    font-family: 'Aniifont-Bold',sans-serif;
    color: #000;
    display: block;
    border: 0px;
    text-align: left;
    font-size: 20px;
}

body {
    background-color: white !important;
}

div#wrap {
    margin-top: 0px;
    background-color: white !important;
}

button.btn.btn-primary {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 45px;
    transition: all .3s ease-in-out;
    font-family: 'aniifont-Bold',sans-serif;
    margin-top: 15px;
    border: 0px;
    font-size: 18px;
    background-color: #ccc;
}

button.btn.btn-primary:hover {
    width: 100%;
    height: 60px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-family: 'aniifont-Bold',sans-serif;
    transition: all .3s ease-in-out;
    background-color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #767676;
}
::-moz-placeholder { /* Firefox 19+ */
color: #767676;
}
:-ms-input-placeholder { /* IE 10+ */
color: #767676;
}
:-moz-placeholder { /* Firefox 18- */
color: #767676;
}

.consulta-exito {
    text-align: center;
    background-color: #d5f9db;
    color: green !important;
    padding: 15px;
}

.consulta-error {
    text-align: center;
    background-color: #faebd7;
    color: #d74f44 !important;
    padding: 15px;
}

/* NUEVOS */
.form-consulta span {
    font-family: 'aniifont-bold',sans-serif;
    font-size: 18px;
}

input.form-control, select.form-control{
    width: 100%;
    height: 30px;
    float: left;
    font-family: 'aniifont',sans-serif;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:16px;
    border-top: 0px solid;
    border-bottom: 1px solid #ccc;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    padding: 0px 5px 5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

select:invalid { color: #8c8c8c; }
select:required > option[value=""]{
  display: none;
}

textarea.form-control {
    float: left;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    border-top: 0px solid;
    border-bottom: 1px solid #ccc;
    border-left: 0px solid;
    border-right: 0px solid;
    border-radius: 0px;
    font-family: 'aniifont',sans-serif;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    outline: none;
    height: 60px !important;
    min-height: 0px !important;
    padding: 0px 5px 0px 5px;
}

form.s_website_form.form-horizontal.container-fluid.mt32 {
    margin-top: 0px !important;
}

[class^="col-md-"] {
    min-height: auto;
}

.form-control:focus {
    border-color: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.grecaptcha-badge {
    display: none !important
}
