/* -- -- CSS - formulario_simple.php -- -- */
.div5 {
    background: #f1f1f0;
}
.titulo5 {
    text-align: center;
    font-size: 30px !important;
    margin: 2%;
    padding-top: 2%;
    color: #0080a8;
}
.txt1DIV5 {
    text-align: center;
    font-size: 20px !important;
    padding: 0 5%;
}
#container_form {
    padding-bottom: 40px; 
}
.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1%;
}
input {
    line-height: normal;
}
textarea {
    line-height: 150%;
    height: 40px; 
    width: 100%;
}
::-webkit-input-placeholder {
    color: #0080a8;
}
.name, .email, .telephone, .message {
    height: 94px;
}
input[type='text'], [type='email'], select, textarea[type='text'] {
    background: none;
    border: none;
    border-bottom: solid 2px #0080a8;
    color: #0080a8;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.input-style {
    background: none;
    border: none;
    border-bottom: solid 2px #005875;
    color: #005875;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
}
/* .submit {
    display: flex;
    justify-content: center;
}
.submit input {
    background-color: #0080a8;
    color: white;
}
.submit input:hover {
    transition: all 0.5s;
    background-color: #a4a9ad;
    border-color: #a4a9ad;
    color: #000000;
} */

/* -- responsive / @media -- */
@media screen and (max-width: 800px) {
    .txt1DIV5 { font-size: 18px !important; }
}