* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
fieldset
{
  border: 0; 
}
h1, h2, h3, input, textarea, select, option, body, table, td, th {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

a {
  color: #4988ec;
  position: relative; }
  @media (min-width: 480px) {
    a {
      text-decoration: none; }
      a::after {
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 2px);
        left: -1px;
        height: 1px;
        background-color: #4988ec;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        opacity: .55;
        z-index: -1; }
      a:hover::after {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 0; } }
  a:hover {
    text-decoration: none; }

body
{
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #444;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.show-for-sr
{
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.wrapper
{
  width: 94%;
  max-width: 520px;
  margin: auto;
}
h1 
{
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  color: #444;
}
p
{
  margin-bottom: 1rem;
}
input[type="text"] 
{
  width: 302px;
  padding: .7rem .5rem;
  border: 1px solid #737373;
  margin-bottom: .5rem;
  font-size: .9rem;
  border-radius: 2px;
  color: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
input[type="text"]:focus 
{
    outline: none;
    border-color: #4988ec; 
}
.g-recaptcha 
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; 
}
input[type="submit"] 
{
  font-size: 1.2rem;
  background-color: #E1DA00;
  padding: .9rem 3rem;
  cursor: pointer;
  color: #fff;
  border: 0;
  margin-bottom: 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px; }
  input[type="submit"]:hover {
    background-color: #2D2A24; }
  input[type="submit"]:focus {
    outline: 0; 
}
.msg {
  margin-bottom: .5rem; }
  .msg--error {
    color: #bd2832; }
  fieldset .msg {
    max-width: 302px;
    margin: 0 auto .5rem; }

@media (min-width: 600px) {
  .verificacionDate {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5; } }

.verificacionOk {
  color: #68AC29; }

.verificacionWarning {
  color: #c9972d; }

.verificacionError {
  color: #bd2832; }