/* -------------------------------------------------Formulariocontacto--------------------------------------------------------*/




.templatemo_contactform input, textarea {
    width: 100%;
    background: #282828;
    border: 1px solid #595954;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #FAFAFA;
}

.templatemo_contactform textarea {
    height: 100px;
}


.templatemo_contactform .btn-primary {
    background: #00a0df;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
}

.templatemo_contactform .btn-primary:hover {
    background: #035f86;
}




