/*
 Theme Name:     Divi FISIOTERAPIA BUSTOS
 Description:    Tema hijo de Divi para FISIOTERAPIA BUSTOS.
 Author:         Khaos Digital S.L.
 Author URI:     https://www.desarrollosappsvalencia.es/
 Template:       Divi
 Version:        6.0
*/
 
/*------------------------------------------------------- 
A partir de aquí puedes poner tus estilos de CSS personalizados 
------------------------------------------------------- */

.formulario_contacto .nf-form-content label
{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.formulario_contacto .nf-form-content input[type=submit]
{
    background: #98cbcc;
    border: 0;
    color: #222222;
    transition: all .5s;
    padding: 0 30px;
}

.formulario_contacto .nf-before-form-content .nf-form-fields-required
{
	font-style: italic;
    color: #666666;
    font-size: 12px;
}