/*
Theme Name:  Astra child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      iTecan
Author URL:  https://itecan.es
Template:    astra
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/
header{
	position: fixed !important;
	background-color: #000000a3;
}
.txt-form{
	color: white;
}
#menu-item-21 > a, #menu-item-3500 > a, #menu-item-3501 > a, #menu-item-3502 > a{
	color: white !important;
}
#menu-item-21 > a:hover, #menu-item-3500 > a:hover, #menu-item-3501 > a:hover, #menu-item-3502 > a:hover{
	color: #fd9800 !important;
}
#wpforms-form-3387{
	.wpforms-field-description, #wpforms-3387-field_5,.wpforms-field-label{
		color: white;
	}
}