/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* FONT FACE*/
@font-face {
  font-family: "ZeitungPro";
  src: url("./fonts/ZeitungPro.eot"); /* IE9 Compat Modes */
  src: url("./fonts/ZeitungPro.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/ZeitungPro.otf") format("opentype"), /* Open Type Font */
    url("./fonts/ZeitungPro.svg") format("svg"), /* Legacy iOS */
    url("./fonts/ZeitungPro.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/ZeitungPro.woff") format("woff"), /* Modern Browsers */
    url("./fonts/ZeitungPro.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AzoSansRegular";
  src: url("./fonts/AzoSansRegular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/AzoSansRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/AzoSansRegular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/AzoSansRegular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/AzoSansRegular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/AzoSansRegular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/AzoSansRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*formulario*/
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #c4c4c4;
}
label.wpforms-field-label .wpforms-408-field_6 {
    color: #333;
}