/*
Theme Name: CustomTheme Child
Author: CustomTheme
Author URI:
Description: Tema para webs personalizadas
Version: 1.0.0
Template: customtheme
@import url('style.css');
*/

/* @font-face {
  font-family: 'TeXGyreAdventor';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.eot');
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.woff') format('woff'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.ttf') format('truetype'),
      url('/wp-content/themes/customtheme-child/mx-assets/fonts/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */


@font-face {
  font-family: 'Ford Antenna Heading';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/FordAntenna-Bold.woff2') format('woff2'),
       url('/wp-content/themes/customtheme-child/mx-assets/fonts/FordAntenna-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Ford Antenna bodycopy';
  src: url('/wp-content/themes/customtheme-child/mx-assets/fonts/FordAntenna-Regular.woff2') format('woff2'),
       url('/wp-content/themes/customtheme-child/mx-assets/fonts/FordAntenna-Regular.woff') format('woff');
  font-weight: 400; /* normal */
  font-style: normal;
  font-display: swap;
}



html:root {
  --tm-root-color-accent: #1700F4;
  --tm-root-color-hover-accent: #00095B;
  --tm-root-color-secondary-accent: #ffffff;
  --tm-root-color-secondary-hover-accent: #FFFFFF;

  --tm-schema-grey6: #10161e;
  --tm-schema-grey5: #565759;
  --tm-schema-grey4: #939599;
  --tm-schema-grey3: #e0e2e6;
  --tm-schema-grey2: #f7f7f7;
  --tm-schema-grey1: #ffffff;

  --tm-root-font-family-heading: Ford Antenna Heading;
  --tm-root-font-family-body: Ford Antenna bodycopy;
}

@media (max-width: 575px) {
  #content:has(div.tm-contact-page) .vc_tta-container .vc_tta-tabs-container ul.vc_tta-tabs-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; 
  }
}
.mobile--menu-lateral{
      z-index: 9999;
}