/* =========================================================
   HEADER FIXO
========================================================= */

:root {
    --cy-header-height: 80px;
    --cy-header-bg: #0b0b0b;
    --cy-header-text: #ffffff;
    --cy-header-side-padding: 32px;
    --cy-header-z: 10050;
    --cy-menu-z: 10040;
}

/* Fade in */

/* Page transition */

.cy-page-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;

  /* preto transparente */
  background: rgba(0,0,0,.55);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .18s ease,
    visibility .18s ease;
}

.cy-page-loader.is-active {
  opacity: 1;
  visibility: visible;
}

/* page transition */

.fl-page-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--cy-header-height);
    background: var(--cy-header-bg);
    z-index: var(--cy-header-z);
}

.fl-page-header-wrap {
    position: relative;
    height: 100%;
    background: var(--cy-header-bg);
}

.fl-page-header-container.fullheader {
    max-width: 100%;
    height: 100%;
    padding-left: var(--cy-header-side-padding);
    padding-right: var(--cy-header-side-padding);
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-always .fl-page-nav .navbar-toggle * {
  color: #ffffff;
}

/* compensar header fixo */
body {
    padding-top: var(--cy-header-height);
}

/* páginas específicas */
.page-template-page-header-black .fl-page-header,
.post-type-archive-abloom_property .fl-page-header {
    background: #000;
}

/* admin bar */
.admin-bar .fl-page-header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .fl-page-header {
        top: 46px;
    }
}

/* lock body quando menu abre */
body.fl-offcanvas-active,
body.fl-nav-offcanvas-active {
    overflow: hidden !important;
    height: 100% !important;
}

body.fl-offcanvas-active {
    position: fixed;
    width: 100%;
}


/* =========================================================
   LAYOUT PRINCIPAL DO HEADER
========================================================= */

.cy-main-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: var(--cy-header-height);
}

.align-right {
    text-align: right;
}

.discovermore-right {
    text-align: right;
}

.cy-header-left,
.cy-header-right {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1 1 0;
    min-width: 0;
}

.cy-header-left {
    justify-content: flex-start;
}

.cy-header-right {
    justify-content: flex-end;
}

.cy-header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fl-photo-caption {
    font-size: 22px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.cy-header-center .fl-page-header-logo {
    pointer-events: auto;
    margin: 0;
}


/* Vimeo background BB Builder - remove controls iPhone */
.fl-row-bg-video video::-webkit-media-controls,
.fl-row-bg-video video::-webkit-media-controls-panel,
.fl-row-bg-video video::-webkit-media-controls-play-button,
.fl-row-bg-video video::-webkit-media-controls-volume-slider,
.fl-row-bg-video video::-webkit-media-controls-mute-button,
.fl-row-bg-video video::-webkit-media-controls-timeline,
.fl-row-bg-video video::-webkit-media-controls-current-time-display,
.fl-row-bg-video video::-webkit-media-controls-time-remaining-display,
.fl-row-bg-video video::-webkit-media-controls-fullscreen-button,
.fl-row-bg-video video::-webkit-media-controls-picture-in-picture-button {
    display: none !important;
    -webkit-appearance: none !important;
}

/* impedir interação no vídeo */
.fl-row-bg-video video,
.fl-bg-video video,
.fl-video-bg video {
    pointer-events: none !important;
}

/* iOS Safari */
.fl-row-bg-video iframe,
.fl-bg-video iframe {
    pointer-events: none !important;
}

.cy-header-center .fl-page-header-logo,
.cy-header-center .fl-page-header-logo a {
    pointer-events: auto;
    position: relative;
    z-index: 21;
}
.cy-header-center .fl-logo-img,
.cy-header-center img {
    display: block;
    width: auto;
    max-width: 392px;
    height: 28px;
    margin: 0;
}

.fl-page-nav-wrap,
.fl-page-nav,
.cy-header-call,
.cy-header-lang {
    position: relative;
    z-index: 3;
}

/* neutralizar colunas antigas do Beaver sem partir tudo */
.fl-page-header-row {
    position: static;
}

.fl-page-nav-col,
.fl-page-logo-wrap {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
}


/* =========================================================
   LINKS DO HEADER
========================================================= */

.fl-page-header a,
.fl-page-header a *,
.fl-page-header a.fas,
.fl-page-header a.fab,
.cy-inline-link,
.cy-header-call a,
.cy-header-lang .wpml-ls-item-toggle,
.cy-header-lang .wpml-ls-native {
    color: var(--cy-header-text);
}

.cy-inline-link,
.cy-header-call a,
.cy-header-lang .wpml-ls-item-toggle {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
    transition: opacity 0.25s ease;
}

.cy-inline-link:hover,
.cy-header-call a:hover,
.cy-header-lang .wpml-ls-item-toggle:hover {
    opacity: 0.75;
    color: var(--cy-header-text);
}

.cy-inline-link--menu {
    margin-left: -14px;
}

.cy-header-call,
.cy-header-call .textwidget,
.cy-header-call p {
    margin: 0;
    margin-top: 3px;
}

.cy-header-call a.callusphone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
}

.callusphone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.callusphone svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.callusphone span {
    display: inline-block;
}


.fl-page-nav-collapse.fl-nav-offcanvas-collapse {
	display: flex !important;
	flex-direction: column !important;
}

.fl-page-nav-collapse.fl-nav-offcanvas-collapse > ul {
	flex: 0 0 auto;
}

.fl-nav-offcanvas-collapse .cy-menu-socials {
	margin-top: 1px !important;
	padding-top: 30px !important;
	width: 100%;
	list-style: none !important;
}

.fl-nav-offcanvas-collapse .cy-menu-socials__line {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.22);
	margin-bottom: 28px;
}

.fl-nav-offcanvas-collapse .cy-menu-socials__icons {
	display: flex;
	align-items: center;
	gap: 36px;
}

.fl-nav-offcanvas-collapse .cy-menu-socials__icons a {
	color: #fff !important;
	font-size: 28px;
	line-height: 1;
	text-decoration: none !important;
	padding: 0 !important;
}

.fl-nav-offcanvas-collapse .cy-menu-socials__icons a:hover {
	color: #816243 !important;
}

/* Social icons inside offcanvas menu */
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials a,
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials a *,
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials i.fab {
	color: #fff !important;
	fill: #fff !important;
}

.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials a:hover,
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials a:hover *,
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled 
header[class*=" fl-page-nav-toggle-visible-"].fl-page-header 
.fl-nav-offcanvas-collapse .cy-menu-socials a:hover i.fab {
	color: #816243 !important;
	fill: #816243 !important;
}




/* =========================================================
   WPML
========================================================= */


/* =========================================================
   WPML DROPDOWN - HEADER
========================================================= */

.cy-header-lang {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.cy-header-lang .wpml-ls {
    position: relative;
    margin: 0;
    line-height: 1;
    width: 60px;
}

.cy-header-lang .wpml-ls ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cy-header-lang .wpml-ls > ul > li {
    position: relative;
}

/* botão atual */
.cy-header-lang .wpml-ls-item-toggle,
.cy-header-lang .wpml-ls-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 10px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.cy-header-lang .wpml-ls-item-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* espaço entre EN e seta */
}

/* nova seta estilo chevron */
.cy-header-lang .wpml-ls-item-toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    position: unset !important;
    border: unset !important;
    border-top: unset !important;
    border-right: 1.5px solid #fff !important;
    border-bottom: 1.5px solid #fff  !important;
    transform: rotate(45deg); /* cria o V */
    display: inline-block;
    margin-top: -2px; /* alinhamento vertical fino */
    transition: transform 0.2s ease;
}

/* animação ao abrir */
.cy-header-lang .wpml-ls:hover .wpml-ls-item-toggle::after,
.cy-header-lang .wpml-ls:focus-within .wpml-ls-item-toggle::after {
    transform: rotate(225deg); /* vira para cima */
}

/* submenu */
.cy-header-lang .wpml-ls-sub-menu {
    position: absolute !important;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 58px;
    padding: 6px 0 !important;
    margin: 0 !important;
    background: rgba(11, 11, 11, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 999;
}

/* itens do submenu */
.cy-header-lang .wpml-ls-sub-menu li {
    margin: 0;
    padding: 0;
}

.cy-header-lang .wpml-ls-sub-menu a {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 12px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left;
}

.cy-header-lang .wpml-ls-sub-menu a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

/* abrir em hover desktop */
.cy-header-lang .wpml-ls:hover .wpml-ls-sub-menu,
.cy-header-lang .wpml-ls:focus-within .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.cy-header-lang .wpml-ls:hover .wpml-ls-item-toggle::after,
.cy-header-lang .wpml-ls:focus-within .wpml-ls-item-toggle::after {
    transform: rotate(225deg) translateY(-1px);
}

/* remover estilos herdados do WPML legacy */
.cy-header-lang .wpml-ls-legacy-dropdown,
.cy-header-lang .wpml-ls-legacy-dropdown a,
.cy-header-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.cy-header-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: rgba(11, 11, 11, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
}

/* esconder flags se aparecerem */
.cy-header-lang .wpml-ls img {
    display: none !important;
}


/* =========================================================
   WPML DROPDOWN - FIX
========================================================= */

.cy-header-lang {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
}

.cy-header-lang .wpml-ls {
    position: relative;
    margin: 0;
    line-height: 1;
}

.cy-header-lang .wpml-ls ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cy-header-lang .wpml-ls > ul > li {
    position: relative;
}

/* botão atual */
.cy-header-lang .wpml-ls-item-toggle,
.cy-header-lang .wpml-ls-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* seta */
.cy-header-lang .wpml-ls-item-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition: transform 0.2s ease;
}

/* criar zona de hover contínua entre botão e dropdown */
.cy-header-lang .wpml-ls > ul > li::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 12px;
}

/* submenu */
.cy-header-lang .wpml-ls-sub-menu {
    position: absolute !important;
    top: 100%;
    right: -6px;
    left: auto;
    min-width: 64px;
    padding: 6px 0 !important;
    margin: 0 !important;
    background: rgba(11, 11, 11, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0);
    transition: opacity 0.18s ease, visibility 0.18s ease;
    z-index: 999;
}

/* itens do submenu */
.cy-header-lang .wpml-ls-sub-menu li {
    margin: 0;
    padding: 0;
}

.cy-header-lang .wpml-ls-sub-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 14px !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left;
}

.cy-header-lang .wpml-ls-sub-menu a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

/* abrir em hover */
.cy-header-lang .wpml-ls:hover .wpml-ls-sub-menu,
.cy-header-lang .wpml-ls:focus-within .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cy-header-lang .wpml-ls:hover .wpml-ls-item-toggle::after,
.cy-header-lang .wpml-ls:focus-within .wpml-ls-item-toggle::after {
    transform: rotate(225deg) translateY(-1px);
}

/* limpar legacy styles */
.cy-header-lang .wpml-ls-legacy-dropdown,
.cy-header-lang .wpml-ls-legacy-dropdown a,
.cy-header-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    box-shadow: none;
}

.cy-header-lang .wpml-ls img {
    display: none !important;
}



/* VIDEO */

.mainvideoframe {
  position: relative;
}

.mainvideoframe .fl-row-content-wrap {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainvideoframe .fl-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mainvideoframe .fl-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainvideoframe .fl-row-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.mainvideoframe .fl-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mainvideoframe .videotitle {
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 3;
}

/*overlay escuro */
/*
.mainvideoframe .fl-row-content-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  pointer-events: none;
}
*/



/* =========================================================
   MENU TOGGLE SVG
========================================================= */

.cy-header-left .fl-page-nav {
    margin: 0;
}

.cy-header-left .navbar {
    min-height: auto;
    margin: 0;
    border: 0;
    background: transparent;
}

.cy-menu-toggle {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
}

.cy-menu-toggle:hover,
.cy-menu-toggle:focus,
.cy-menu-toggle:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    opacity: 0.85;
}

.cy-menu-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cy-menu-toggle > span:not(.sr-only),
.cy-menu-toggle .icon-bar,
.cy-menu-toggle .navbar-toggler-icon {
    display: none !important;
}

.cy-menu-icon {
    display: block;
    width: 115px;
    height: 27px;
    flex: 0 0 auto;
    overflow: visible;
    margin-left: 80px;
}

/* garantir posição do botão */
.fl-page-header .fl-page-nav .navbar-toggle.navbar-toggler {
    position: relative;
    top: auto;
    left: auto;
    z-index: calc(var(--cy-header-z) + 10);
}




/* =========================================================
   OFFCANVAS MENU
========================================================= */

.fl-page-nav-collapse.fl-nav-offcanvas-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw !important;
    height: 100vh !important;
    overflow-y: auto !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(6%) !important;
    transition: opacity 0.25s ease, transform 0.3s ease, visibility 0.25s ease !important;

    z-index: var(--cy-menu-z) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.fl-page-nav-collapse.fl-nav-offcanvas-collapse.fl-nav-offcanvas-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
}

.fl-page-nav-collapse.fl-nav-offcanvas-collapse:not(.fl-nav-offcanvas-open) #menu-main-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-6px) !important;
    transition: opacity 0.2s ease, transform 0.25s ease, visibility 0.2s ease !important;
}

.fl-page-nav-collapse.fl-nav-offcanvas-collapse.fl-nav-offcanvas-open #menu-main-menu,
.fl-page-nav-collapse.fl-nav-offcanvas-collapse.in #menu-main-menu,
.fl-page-nav-collapse.fl-nav-offcanvas-collapse.show #menu-main-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.fl-page-nav-collapse .navbar-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fl-page-nav-collapse > ul#menu-main-menu {
    width: 35%;
    padding: 8rem 3rem;
    box-sizing: border-box;

    /*background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.50)
    );*/

    background: linear-gradient(180deg, rgb(0 0 0), rgb(0 0 0));

    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);

    box-shadow:
        0 8px 40px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-always .fl-page-nav-collapse ul.navbar-nav > li {
    border-bottom: none;
}

.fl-page-nav-collapse > ul#menu-main-menu .nav-item {
    text-align: left;
    margin: 0.2rem 0;
}

.fl-page-nav-collapse > ul#menu-main-menu .nav-link {
    color: #535353;
    font-size: clamp(2rem, 2.5vw, 3.75rem);
    line-height: 1;
    letter-spacing: clamp(0.05em, 0.3vw, 0.1875rem);
    text-transform: uppercase;
    font-weight: 300;
}

.fl-page-nav-collapse > ul#menu-main-menu .current-menu-item .nav-link {
  color: #ffffff !important;
}

.fl-button-close {
    display: none !important;
}

.abloom-whatsapp-float{
    position:fixed;
    right:25px;
    bottom:20px;
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    border-radius:50%;
    box-shadow:0 8px 25px rgba(0,0,0,0.25);
    z-index:9999;
    transition:all .25s ease;
}

.abloom-whatsapp-float img{
    width:28px;
    height:28px;
}

.abloom-whatsapp-float:hover{
    transform:scale(1.1);
}

.abloom-whatsapp-float{
    animation:abloom-whatsapp-pulse 2.5s infinite;
}

@keyframes abloom-whatsapp-pulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,.6);}
    70%{box-shadow:0 0 0 18px rgba(37,211,102,0);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}



/* Buttons Home  */



.fl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bb-btn-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 2px;
}

.bb-btn-text {
  font-weight: 500;
  font-size: 14px;
  font-family: inter;
  color: #ffffff;
}

.bb-btn-icon svg {
  transition: transform 0.3s ease;
}


.fl-button:hover .bb-btn-icon svg {
  transform: translateX(4px);
}

.fl-button {
  background: rgba(30, 40, 50, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 2px;
  padding: 12px 20px;
}

.fl-button:hover {
  background: rgba(30, 40, 50, 0.8);
}


/* Botão outline branco — só os botões com a classe .btn-outline-white */
a.fl-button.btn-outline-white,
a.fl-button.btn-outline-white:visited {
    background: transparent;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

a.fl-button.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}


/* TOP BRANDS */


/* TOP BRANDS - full width */
/* coluna prepara isolamento */

/*
.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col {
    min-height: 640px;
    overflow: hidden;
    position: relative;
}


.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col > .fl-col-content {
    min-height: 640px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col > .fl-col-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .8s ease;
    z-index: 0;
}


.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col > .fl-col-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    transition: background .35s ease;
}


.topbrands .fl-col-group[data-node="67ipshl1xdog"] .fl-module {
    position: relative;
    z-index: 2;
}



.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col:hover > .fl-col-content::after {
    transform: scale(1.08);
    width: 104% !important;
    left: -2% !important;
} 

.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col:hover > .fl-col-content::before {
    background: rgba(0,0,0,.25);
}

.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col > .fl-col-content {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.topbrands .fl-col-group[data-node="67ipshl1xdog"] > .fl-col > .fl-col-content::after {
    width: 102% !important;
    height: 100% !important;
    left: -1% !important;
    right: auto !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
} */


/* services */

.cy-services {
  background: #fff;
}

.cy-services a:hover {
    text-decoration: none !important;

}

.cy-services__title {
  margin: 0;
  padding: 44px 20px 34px;
  text-align: center;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: .04em;
  color: #111;
}

.cy-service {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 320px;
  padding: 60px 7.5vw;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  margin-top: 38px;
}

.cy-service:first-of-type {
  border-top: 0;
}

.cy-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 1.35s cubic-bezier(.22,.61,.36,1);
  z-index: 1;
}

.cy-service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background .55s ease;
  z-index: 2;
}

.cy-service:hover::before {
  transform: scale(1.075);
}

.cy-service:hover::after {
  background: rgba(0,0,0,.30);
}

.cy-service__content {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.cy-service--right {
  justify-content: flex-end;
  text-align: left;
}

.cy-service h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 400;
  font-family: "Google Sans";
  letter-spacing: 1px;
  line-height: 1.05;
}

/* container */
.cy-service__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* TEXTO (único elemento com underline) */
.cy-service__link-text {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

/* underline só aqui */
.cy-service__link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

/* hover */
.cy-service:hover .cy-service__link-text::after {
  transform: scaleX(1);
}

/* seta */
.cy-service__arrow {
  transition: transform .4s ease;
}

.cy-service:hover .cy-service__arrow {
  transform: translateX(6px);
}

.cy-service h3::after {
  display: none !important;
  content: none !important;
}

.cy-service .bb-btn-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.cy-service .introservices {
    color: #fff;
}

.cy-service .bb-btn-text {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.cy-service .bb-btn-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease;
}

.cy-service:hover .bb-btn-text::after {
  transform: scaleX(1);
}

.cy-service .bb-btn-icon svg {
  transition: transform .4s ease;
}

.cy-service:hover .bb-btn-icon svg {
  transform: translateX(6px);
}

.cy-service h3 {
    text-decoration: none;
}

.cy-service h3::after {
  content: none !important;
  display: none !important;
}

.cy-service h3 {
  text-decoration: none !important;
  border-bottom: none !important;
}

.cy-service:hover h3 {
  text-decoration: none !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {

  .fl-page-header .fl-page-nav .navbar-toggle.navbar-toggler {
    position: absolute;
    left: -80px !important;
  }

  .cy-services__title {
    padding: 34px 18px 26px;
    font-size: 34px;
  }

  .cy-service {
    min-height: 260px;
    padding: 44px 28px;
    border-top-width: 22px;
  }

  .cy-service--right {
    justify-content: flex-start;
  }

  .cy-service h3 {
    font-size: 32px;
  }

  .cy-service__link {
    font-size: 12px;
    letter-spacing: .2em;
  }
}

/* Main Menu */

/* ===============================
   CONSULYACHTS OFFCANVAS MENU
================================ */

/* item pai com submenu */
.fl-nav-offcanvas-collapse .menu-item-has-children {
  position: relative !important;
}

/* link principal + seta lado a lado */
.fl-nav-offcanvas-collapse .menu-item-has-children > a {
  display: inline-flex !important;
  align-items: center !important;
}

/* wrapper da seta */
.fl-nav-offcanvas-collapse .menu-item-has-children > .fl-submenu-icon-wrap {
  visibility: visible !important;
  display: inline-flex !important;
  position: static !important;
  margin-left: 18px !important;
  margin-top: -30px !important;
  vertical-align: middle !important;
}

/* remover icon default do Beaver */
.fl-nav-offcanvas-collapse .fl-submenu-toggle-icon::after {
  content: none !important;
}

/* seta custom */
.fl-nav-offcanvas-collapse .fl-submenu-toggle-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  position: static !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
  transform: rotate(45deg) !important;
  opacity: .45 !important;
  transition: transform .35s ease, opacity .35s ease !important;
}

/* seta aberta no hover */
.fl-nav-offcanvas-collapse .menu-item-has-children:hover > .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
  transform: rotate(225deg) !important;
  opacity: 1 !important;
}

/* submenu escondido */
.fl-nav-offcanvas-collapse .menu-item-has-children > ul.sub-menu {
  display: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 6px 0 0 4px !important;
  margin: -6px 0 18px 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

/* submenu aberto em hover */
.fl-nav-offcanvas-collapse .menu-item-has-children:hover > ul.sub-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px !important;
}

/* itens do submenu */
.fl-nav-offcanvas-collapse .menu-item-has-children > ul.sub-menu > li {
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* links submenu */
.fl-nav-offcanvas-collapse .menu-item-has-children > ul.sub-menu > li > a {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  margin-left: 17px !important;
  padding: 0 !important;
  color: #fff;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* remover setas/linhas default dos links submenu */
.fl-nav-offcanvas-collapse ul.sub-menu li a::before,
.fl-nav-offcanvas-collapse ul.sub-menu li a::after {
  content: none !important;
}

/* SUBMENU HOVER - BRAND COLOR */
.fl-nav-offcanvas-collapse .sub-menu a {
  color: #fff !important;
  transition: color .25s ease, opacity .25s ease;
  opacity: .7;
}

/* hover */
.fl-nav-offcanvas-collapse .sub-menu a:hover {
  color: #816243 !important;
  opacity: 1;
}

/* ativo (página atual dentro do submenu) */
.fl-nav-offcanvas-collapse .sub-menu li.current-menu-item > a {
  color: #816243 !important;
  opacity: 1;
}

@media (max-width: 768px) {

  .fl-nav-offcanvas-collapse .fl-submenu-toggle-icon {
    width: 14px !important;
    height: 14px !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
  }

  .fl-nav-offcanvas-collapse .menu-item-has-children > .fl-submenu-icon-wrap {
    margin-left: 10px !important;
  }

}


/* List Yatchs */

.cy-preowned {
    padding: 40px 32px 80px;
    background: #fff;
}

.cy-preowned-viewbar {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 34px;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.cy-preowned-viewbar a {
    color: #999;
    text-decoration: none;
    padding: 0 12px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.cy-preowned-viewbar a.is-active {
    color: #111;
    font-weight: 600;
}

.cy-preowned-count {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 1px solid #969696;
    margin-bottom: 44px;
}

.cy-preowned-list--list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.cy-preowned-card {
    width: 100%;
}

.cy-used-boat-card__price {
  color: #816243;
  font-weight: 500;
  font-family: "Google Sans";
  letter-spacing: 1px;
  font-size: 32px;
}

.cy-used-boats--list .cy-used-boat-card__head h3 {
  font-size: 42px;
  letter-spacing: 1px;
  font-family: "Google Sans";
  letter-spacing: 1px;
}

.cy-preowned-card__image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ddd;
}

.cy-used-boats--list .cy-used-boat-card__excerpt {
    max-width: 100%;
    font-size: 18px;
    padding: 20px 5px;
    font-family: 'Inter';
    letter-spacing: 1px;
}

.cy-preowned-card__image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.cy-preowned-card__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    border-bottom: 1px solid #c9c9c9;
    padding: 16px 0 8px;
}

.cy-preowned-card__head h2 {
    margin: 0;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.cy-preowned-card__head h2 a {
    color: #111;
    text-decoration: none;
}

.cy-preowned-card__price {
    font-size: 22px;
    color: #8a6a4f;
    white-space: nowrap;
}

.cy-preowned-card__excerpt {
    margin-top: 12px;
    max-width: 1180px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.cy-preowned-card__actions {
    display: flex;
    gap: 24px;
    margin-top: 18px;
}

.cy-used-boats .cy-actions { 
  display: flex; 
  gap: 30px; flex-wrap: wrap; 
  align-items: center;
  }

.cy-used-boats .cy-btn {
    min-width: 178px;
    height: 53px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter';
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.cy-used-boats .cy-btn--dark {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}


.cy-used-boats .cy-btn--dark:hover,
.cy-used-boats .cy-btn--dark:focus,
.cy-used-boats .cy-btn--dark:active
 {
  text-decoration: none !important;
  background: #816243 !important;
  color: #fff !important;
}

.cy-btn--light {
    background: transparent;
    color: #777;
    border: 1px solid #999;
}


/* GRID → botões lado a lado */
.cy-used-boats--grid .cy-used-boat-card__actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

/* cada botão ocupa metade */
.cy-used-boats--grid .cy-used-boat-card__actions .cy-btn {
    flex: 1;
    justify-content: center;
    text-align: center;
}



/* =========================================================
   NEWS SINGLE
========================================================= */

.cy-news-hero {
    width: 100%;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cy-news-hero.no-image {
    background: #1d1d1d;
}

/* =========================================================
   MAIN
========================================================= */

.cy-news-single {
    max-width: 1120px;
    margin: 0 auto;
    padding: 44px 32px 90px;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.cy-news-single__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 72px;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: #8b6f52;
}

.cy-news-single__breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: opacity .25s ease;
}

.cy-news-single__breadcrumb a:hover {
    opacity: .65;
}

/* =========================================================
   ARTICLE
========================================================= */

.cy-news-single__article {
    max-width: 1770px;
    margin: 0 auto;
}

/* =========================================================
   META
========================================================= */

.cy-news-single__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding-bottom: 18px;
    margin-bottom: 34px;

    border-bottom: 1px solid #9d9d9d;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;

    color: #111;
}

/* =========================================================
   TITLE
========================================================= */

.cy-news-single__title {
    margin: 0 0 42px;
    font-family:'Google Sans', sans-serif;
    font-size: clamp(38px, 5vw, 42px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
}

/* =========================================================
   CONTENT
========================================================= */

.cy-news-single__content {
    font-size: 15px;
    line-height: 1.72;
    color: #161616;
}

.cy-news-single__content p {
    margin-bottom: 26px;
}

.cy-news-single__content h2,
.cy-news-single__content h3,
.cy-news-single__content h4 {
    margin: 56px 0 24px;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;

    color: #000;
}

.cy-news-single__content img {
    display: block;
    width: 100%;
    height: auto;

    margin: 48px 0;
}

/* =========================================================
   FOOTER
========================================================= */

.cy-news-single__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;

    margin-top: 72px;
    padding-top: 26px;

    border-top: 1px solid #d6d6d6;
}

/* =========================================================
   BACK LINK
========================================================= */

.cy-news-single__back {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-family: Inter;
    color: #111;
    text-decoration: none;

    transition: opacity .25s ease;
}

.cy-news-single__back:hover {
    opacity: .65;
}

/* =========================================================
   SHARE
========================================================= */

.cy-news-single__share {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cy-news-single__share span {
    margin-right: 18px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.cy-news-single__share a {
    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: #000;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;

    font-size: 18px;

    transition:
        transform .25s ease,
        opacity .25s ease;
}

.cy-news-single__share a:hover {
    transform: translateY(-3px);
    opacity: .88;
}

.cy-news-single__share i {
    line-height: 1;
}

@media (max-width: 767px) {

    .cy-news-single__share {
        gap: 12px;
    }

    .cy-news-single__share span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cy-news-single__share a {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

/* =========================================================
   RELATED NEWS
========================================================= */

.cy-related-news {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 32px 120px;
}

.cy-related-news__head {
    margin-bottom: 42px;
}

.cy-related-news__head h2 {
    margin: 0;

    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: uppercase;

    color: #000;
}

.cy-related-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

/* =========================================================
   NEWS CARD
========================================================= */

.cy-news-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cy-news-card__image {
    position: relative;
    overflow: hidden;

    aspect-ratio: 16 / 10;
    background: #ececec;
}

.cy-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .6s ease;
}

.cy-news-card:hover img {
    transform: scale(1.04);
}

.cy-news-card__body {
    padding-top: 24px;
}

.cy-news-card__date {
    margin-bottom: 14px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;

    color: #777;
}

.cy-news-card h3 {
    margin: 0 0 18px;

    font-size: 26px;
    line-height: 1.22;
    font-weight: 500;
    letter-spacing: -.01em;
    text-transform: uppercase;

    color: #000;
}

.cy-news-card__link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;

    color: #111;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .cy-news-hero {
        min-height: 340px;
    }

    .cy-news-single {
        padding: 36px 24px 70px;
    }

    .cy-news-single__breadcrumb {
        margin-bottom: 48px;
    }

    .cy-news-single__meta-row {
        font-size: 12px;
    }

    .cy-news-single__title {
        margin-bottom: 34px;
    }

    .cy-related-news {
        padding: 20px 24px 90px;
    }

    .cy-related-news__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {

    .cy-news-hero {
        min-height: 260px;
    }

    .cy-news-single {
        padding: 30px 18px 60px;
    }

    .cy-news-single__breadcrumb {
        margin-bottom: 38px;
        font-size: 10px;
    }

    .cy-news-single__meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cy-news-single__content {
        font-size: 14px;
        line-height: 1.7;
    }

    .cy-news-single__content img {
        margin: 34px 0;
    }

    .cy-news-single__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cy-related-news {
        padding: 10px 18px 70px;
    }

    .cy-news-card h3 {
        font-size: 22px;
    }
}


/**************
    Contact Form

********************/

.cy-sell-form .has-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* MUITO IMPORTANTE */
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  color: #1c1c1c;
}

/* ICONS */
.icon-brand::after {
  content: "\f02b"; /* tag */
}

.icon-model::after {
  content: "\f02b"; /* tag (igual ao design) */
}

.icon-year::after {
  content: "\f073"; /* calendar */
}

.icon-brand::after { content: "\f02b"; } /* tag */
.icon-year::after { content: "\f073"; }  /* calendar */
.icon-hours::after { content: "\f085"; } /* gears */
.icon-price::after { content: "\f3d1"; } /* money */
.icon-message::after { content: "\f075"; } /* comment */

.icon-message::after {
  content: "\f075"; /* comment */
}

.cy-contact-form {
  width: 100%;
  font-family: inherit;
}

.cy-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 54px;
}

.cy-field label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.cy-field input,
.cy-field select,
.cy-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  border-radius: 0;
  padding: 0 0 2px;
  font-size: 16px;
  color: #1c1c1c;
  outline: none;
  box-shadow: none;
}

.cy-field select {
  color: #888;
  appearance: auto;
}

.cy-field textarea {
  height: 70px;
  resize: vertical;
}

.cy-message {
  margin-bottom: 42px;
}

.cy-form-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.cy-privacy {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
}

.cy-privacy .wpcf7-list-item {
  margin: 0;
}

.cy-privacy label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cy-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #8a6848;
}

.cy-submit input[type="submit"] {
  width: 100%;
  height: 54px;
  border: 0;
  background: #8a6848;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease;
}

.cy-submit input[type="submit"]:hover {
  background: #6f5136;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 8px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 14px 18px;
  border-width: 1px;
}

/* Mobile */
@media (max-width: 768px) {
  .cy-form-row,
  .cy-form-bottom {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cy-form-row {
    margin-bottom: 32px;
  }

  .cy-field label {
    margin-bottom: -10px;
  }

  .cy-submit input[type="submit"] {
    letter-spacing: 4px;
  }
}


.cy-related-news__list {
    display: grid;
    gap: 26px;
}

.cy-related-news__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}
.cy-related-news__thumb {
    display: block;
    min-height: clamp(220px, 32vw, 362px);
    overflow: hidden;
}

.cy-related-news__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cy-related-news__content {
    padding-top: 8px;
}

.cy-related-news__meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(0,0,0,.25);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

.cy-related-news__headline {
    margin: 13px 0 18px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: uppercase;
}

.cy-related-news__headline a {
    color: inherit;
    text-decoration: none;
}

.cy-related-news__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 22px;
    padding: 6px 18px;
    border: 1px solid rgba(0,0,0,.28);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cy-related-news__item {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cy-related-news__thumb {
        height: 220px;
    }
}


/* =========================================================
   FOOTER
========================================================= */

.fl-page-footer-wrap {
    background: #0b0b0b;
    padding: 28px 0 22px;
}

.fl-page-footer {
    background: transparent;
    padding: 20px 80px;
    border: 0;
    color: #fff;
}

.fl-page-footer-text,
.fl-page-footer *,
.fl-page-footer h1,
.fl-page-footer h2,
.fl-page-footer h3,
.fl-page-footer h4,
.fl-page-footer h5,
.fl-page-footer h6 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.fl-page-footer-text-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding-top: 22px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.fl-page-footer-text-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.fl-page-footer-text-1 > span,
.fl-page-footer-text-1 > div,
.fl-page-footer-text-1 > a {
    display: inline-flex;
    align-items: center;
}

.fl-page-footer-text-1 a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.fl-page-footer-text-1 a:hover {
    color: #ffffff;
    opacity: 0.72;
}

#fl-site-credits a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.fl-page-footer-text-1 .socialmedia {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.fl-page-footer-text-1 .socialmedia a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.fl-page-footer-text-1 .socialmedia svg {
    display: block;
    width: auto;
    height: auto;
}

.fl-page-footer-text-1 .socialmedia svg path,
.fl-page-footer-text-1 .socialmedia svg rect {
    fill: #ffffff;
}

.fl-page-footer-text-1 .socialmedia svg g {
    fill: #ffffff;
}

.fl-page-footer-text-1 > span:nth-of-type(2) {
    display: none;
}


/* About Heading  */

.headabout {
    text-align: left;
    max-width: 600px;
}

.abouttxt {
    max-width: 600px;
    color: #ffffff;
}

/* NEWS CARD */

.cy-news-events {
  background: #EAEAEA;
  padding: 70px 40px;
}

.cy-news-events__title {
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.cy-news-events__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 34px;
}

.cy-news-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.cy-news-card__image {
  display: block;
  overflow: hidden;
}

.cy-news-card__image img {
  width: 100%;
  height: 462px;
  object-fit: cover;
  display: block;
}

.cy-news-card--featured .cy-news-card__image img {
  height: 462px;
}

.cy-news-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 12px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  font-family: Inter;
  text-transform: uppercase;
}

.cy-news-card__heading {
  font-size: 27px;
  line-height: 1.35;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.cy-news-card__heading a {
  color: inherit;
  text-decoration: none;
}

.cy-news-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #7B7B7B;
  color: #000;
  font-family: Inter;
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cy-news-card__button:hover {
  display: inline-flex;
  align-items: center;
  background: #000;
  justify-content: center;
  min-width: 165px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #7B7B7B;
  color: #fff;
  font-family: Inter;
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 900px) {
  .cy-news-events {
    padding: 50px 20px;
  }

  .cy-news-events__grid {
    grid-template-columns: 1fr;
  }

  .cy-news-card--featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .cy-news-card__heading {
    font-size: 22px;
  }
}


/* =========================================================
   RESPONSIVO HEADER
========================================================= */
@media (max-width: 1024px) {

.cy-header-center .fl-logo-img,
.cy-header-center img {
    max-width: 280px;
    height: 28px;
}

}

@media (max-width: 991px) {
    :root {
        --cy-header-side-padding: 18px;
    }

    .cy-main-header {
        min-height: 54px;
    }

    .cy-header-left {
        gap: 16px;
    }

    .cy-header-right {
        gap: 16px;
    }

    .cy-inline-link--yachts {
        display: none;
    }

    .cy-header-center .fl-logo-img,
    .cy-header-center img {
        max-width: 220px;
        height: 22px;
    }

    .cy-menu-icon {
        width: 92px;
        height: 22px;
    }

    .fl-page-nav-collapse > ul#menu-main-menu {
        width: 100%;
        padding: 7rem 2rem;
    }

    .fl-page-nav-collapse > ul#menu-main-menu .nav-link {
        font-size: 1.15rem;
        line-height: 22px;
    }

     .fl-page-footer {
        padding: 20px 24px;
    }

    .fl-page-footer-text-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        letter-spacing: 0.22em;
        font-size: 11px;
    }

    .fl-page-footer-text-1 .socialmedia {
        margin-left: 0;
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .cy-header-call {
        display: none;
    }

    .cy-header-right {
        gap: 10px;
    }

    .cy-header-center .fl-logo-img,
    .cy-header-center img {
        max-width: 170px;
        height: 18px;
    }

    .cy-inline-link--menu {
        display: none;
    }

    .cy-menu-icon {
        width: 82px;
        height: 20px;
    }

    .fl-page-footer-wrap {
        padding: 24px 0 20px;
    }

    .fl-page-footer {
        padding: 18px 18px;
    }

    .fl-page-footer-text-1 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0.18em;
        padding-top: 18px;
    }

    .fl-page-footer-text-1 .socialmedia svg {
        height: 22px;
    }
}


@media (max-width: 480px) {

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-always .fl-page-header-logo {
  text-align: center;
  margin-right: 0;
  margin-left: 20px;
}

.cy-header-lang {
  margin-right: 0;
}

}

@media (min-width: 1024px) {

.fl-page-footer-text-1 > span:nth-of-type(2) {
    display: block;
}
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  /* esconde só o conteúdo/footer nativo, não o botão */
  .fl-page-footer-wrap .fl-page-footer {
    display: none !important;
  }

  .abloom-whatsapp-float {
    display: flex !important;
    position: fixed !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 999999 !important;
    transform: none !important;
  }

  .abloom-whatsapp-float img {
    display: block !important;
    width: 54px !important;
    height: 54px !important;
  }

  .fl-builder-content,
  .fl-page-content,
  .fl-post-content,
  .fl-content-full {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1680px) {

.brandstxtexclusive .fl-module-heading {
    margin-right: 0;
    margin-left: 0;
}

.brandsimgexclusive .fl-module-photo {
   margin-right: 0;
}

}