/* Estilos para el formulario de Newsletter */

.formulario{
	display: flex;
	flex-direction: row;
}

#newsletter-form input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
	margin-bottom:0;
}

#newsletter-form button {
    background-color: #303044 !important;
    color: #FCE500;
    padding: 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

#newsletter-form button:disabled {
    background: #ccc;
}

#newsletter-form #loading {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

#newsletter-form #mensaje_newsletter {
    font-size: 14px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}
