/*
Theme Name: Iñatrans
Description: Tema para Iñatrans
Author: Bullhost
Author URI: http://bullhost.tech/
Version: 1.0.0
Template: qi
*/

/* work-sans-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/inatrans/fonts/work-sans-v19-latin-ext-regular.woff2') format('woff2');
}
/* work-sans-500 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/inatrans/fonts/work-sans-v19-latin-ext-500.woff2') format('woff2');
}
/* work-sans-700 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/inatrans/fonts/work-sans-v19-latin-ext-700.woff2') format('woff2');
}

body {
	font-family: "Work Sans", sans-serif !important;
	color: #111111;
}

body .wpcf7 label {
	color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: initial;
    font-family: "Work Sans",sans-serif
}

/*Menú*/

.qodef-mobile-header-opener { background-color: var(--e-global-color-secondary) !important; }
.qodef-mobile-header-opener svg.qodef--initial { stroke: var(--e-global-color-primary) !important; }
.qodef-search-opener .qodef-m-icon svg { fill: var(--e-global-color-primary) !important; }

/*Maps*/

.elementor-widget-qi_addons_for_elementor_icon_with_text.direccion p{
	min-width: 300px;
}

/*Footer*/
.footer-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}