.elementor-kit-40649{--e-global-color-primary:#2C3E51;--e-global-color-secondary:#2C3E51;--e-global-color-text:#2C3E51;--e-global-color-accent:#C33B2D;--e-global-color-0310cda:#FFFFFF;--e-global-color-57077df9:#FAEAD9;--e-global-color-8c4969c:#FEE4C5;--e-global-color-d1ccaaf:#FAF2E8;--e-global-color-10dcb96f:#FFFBF8;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Karla";--e-global-typography-accent-font-weight:500;--e-global-typography-63eebf2-font-family:"Amatic SC";--e-global-typography-63eebf2-font-weight:700;--e-global-typography-63eebf2-line-height:1px;background-color:#FAF2E8;color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;}.elementor-kit-40649 button,.elementor-kit-40649 input[type="button"],.elementor-kit-40649 input[type="submit"],.elementor-kit-40649 .elementor-button{background-color:rgba(2, 1, 1, 0);color:#C33B2D;}.elementor-kit-40649 button:hover,.elementor-kit-40649 button:focus,.elementor-kit-40649 input[type="button"]:hover,.elementor-kit-40649 input[type="button"]:focus,.elementor-kit-40649 input[type="submit"]:hover,.elementor-kit-40649 input[type="submit"]:focus,.elementor-kit-40649 .elementor-button:hover,.elementor-kit-40649 .elementor-button:focus{background-color:#C33B2D;color:#FFFFFF;}.elementor-kit-40649 e-page-transition{background-color:#FFBC7D;}.elementor-kit-40649 p{margin-block-end:0em;}.elementor-kit-40649 a{color:#C33B2D;}.elementor-kit-40649 h1{color:#000000;font-family:"Helvetica", Sans-serif;}.elementor-kit-40649 h2{color:#C33B2D;font-size:2em;line-height:1.3em;}.elementor-kit-40649 h3{font-size:1.8em;line-height:1.3em;}.elementor-kit-40649 h4{font-size:1.6em;line-height:1.3em;}.elementor-kit-40649 label{font-family:"Wendelin", Sans-serif;}.elementor-kit-40649 input:not([type="button"]):not([type="submit"]),.elementor-kit-40649 textarea,.elementor-kit-40649 .elementor-field-textual{color:#2C3E51;border-style:solid;border-width:1px 1px 1px 1px;border-color:#2C3E51;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.page-header{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:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MHM - 2026 */

p {
  text-wrap: pretty;
}

/* Animações texto - highlight e sublinhado */
.headline-mhm {
  font-family: "Playfair Display", Georgia, serif;
  margin: 0; 
  font-weight: normal; 
  font-size:1.6em!important;
  line-height: 1.4em!important;
}
/* iPad / tablet: mais estreita */
@media (max-width: 1024px) {
  .headline-mhm { font-size:1.35em!important; }
}
@media (max-width: 767px){
    .headline-mhm {
        text-align:center;
        font-size:1.4em!important;
        line-height: 1.4em!important;
        font-weight:500;
    }
}
    
.destaque {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-style: italic;
}

.destaque-svg {
  position: absolute;
  top: -0.8em; 
  left: -1.1em; 
  width: calc(100% + 2em);
  height: calc(100% + 1.5em);
  pointer-events: none;
  overflow: visible;
} 

.destaque-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: desenhar 1.4s ease-out 0.3s forwards;
}
@keyframes desenhar { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .destaque-path { animation: none; stroke-dashoffset: 0; }
}


.destaque-curto {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-style: italic;
}
.destaque-curto .destaque-svg {
  position: absolute;
  top: -0.45em;
  left: -0.6em;
  width: calc(100% + 1.1em);
  height: calc(100% + 0.9em);
  pointer-events: none;
  overflow: visible;
}



.sublinha {
  position: relative;
  display: inline-block;
}
.sublinha::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.2em;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none' fill='none'%3E%3Cpath d='M6 8 C80 4 150 10 220 6 S290 7 294 7' stroke='%232C3E5198' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  animation: revelar-sub 1s ease-out 1.5s forwards;

}


@keyframes revelar-sub { to { clip-path: inset(0 0 0 0); } }

@media (prefers-reduced-motion: reduce) {
  .destaque::after, .sublinha::after { animation: none; clip-path: inset(0 0 0 0); }
}



body:not(.elementor-editor-active) .only-aoa,
body:not(.elementor-editor-active) .only-eur { display: none; }

body.cur-AOA .only-aoa { display: block; }
body.cur-EUR .only-eur { display: block; }


/* desktop: efeito de hover - sim é para ti*/
.hover-texto {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease, transform 0.4s ease;
}
.hover-zona:hover .hover-texto {
  opacity: 1;
  transform: translateY(0);
}

/* iPad e mobile: sem hover — texto sempre à mostra */
@media (max-width: 1024px){
  .hover-texto {
    opacity: 1!important;
    transform: none!important;
    transition: none!important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Wendelin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://portuguese.englishaffair.com/wp-content/uploads/2020/05/meta-normal.ttf') format('truetype');
}
/* End Custom Fonts CSS */