.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#6BC6FF;--e-global-color-943ce16:#6BC6FF;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alexandria";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:#000000;border-style:solid;border-width:0px 0px 0px 0px;border-radius:4px 4px 4px 4px;padding:13px 13px 13px 13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:020px;}.elementor-element{--widgets-spacing:020px 020px;--widgets-spacing-row:020px;--widgets-spacing-column:020px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:760px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}.site-header .header-inner{width:0px;max-width:100%;}}/* Start custom CSS *//* LANDSCAPE BLOCK SCREEN (mobile) - Hayfar */
@media only screen and (max-width: 900px) and (orientation: landscape) {
  html, body {
    height: 100%;
    overflow: hidden !important;
  }

  /* Hide the whole site */
  body > * {
    display: none !important;
  }

  /* Blue full-screen background */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999998;
    background: #3D4394;

    /* Logo */
    background-image: url("https://hayfar.com/wp-content/uploads/2025/01/Novo-logo-Hayfar.-versao-2-e1765993737236.png");
    background-repeat: no-repeat;
    background-position: center 32%;
    background-size: 160px; /* ajuste se quiser maior/menor */
  }

  /* Multilingual message */
  body::after {
    content:
      "Rotate your phone to view the site correctly.\A\A"
      "Vire o seu celular para visualizar o site corretamente.\A\A"
      "Gira tu teléfono para ver el sitio correctamente.";
    position: fixed;
    inset: 0;
    z-index: 9999999;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;

    text-align: center;
    white-space: pre-line;

    font-family: Verdana;
    font-size: 22px;
    line-height: 1.0;
    color: #ffffff;

    /* Push text below the logo area */
    padding-top: 150px;
    box-sizing: border-box;
  }
}/* End custom CSS */