#contact .contacto{width:calc(100% - 48px);height:auto;margin:0 0 24px 0;padding:24px;border:1px solid #0f74dc;animation:border-animation infinite 60s;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fdfdfd;font-size:16px;font-weight:300;vertical-align:top;font-family:Roboto;-webkit-appearance:none}::-webkit-input-placeholder{font-size:16px;font-weight:300;vertical-align:top}#contact .contacto[name=mesagge]{height:128px;resize:none}#contact input.contacto[type=submit]{-webkit-appearance:none;display:inline-block;width:auto;animation:border-animation infinite 60s;padding:8px 16px;text-decoration:none;cursor:pointer;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;float:right}#contact input.contacto[type=submit]:hover{background-color:#cfd8e1;color:#fff}#contact input.contacto.ok[type=submit],#contact input.contacto.ok[type=submit]:hover{background-color:#6adc62!important}#contact input.contacto.ko[type=submit],#contact input.contacto.ko[type=submit]:hover{background-color:red!important}@media screen and (max-width:900px){#contact input.contacto[type=submit]{float:none;display:block}}form#contact span,form#contact span a{font-size:16px}form#contact span a{color:#0f74dc;animation:color-animation infinite 60s;text-decoration:none;cursor:pointer}form#contact span a:hover{text-decoration:underline}form#contact div.g-recaptcha{margin:0 0 24px 0;display:inline-block}