@charset "utf-8";
 
/* Local fonts - WOFF2 primary + original as fallback */

/* Avenir */
@font-face {
  font-family: 'Avenir';
  src:
    url('../fonts/Avenir Light.woff2') format('woff2'),
    url('../fonts/Avenir Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src:
    url('../fonts/Avenir Book.woff2') format('woff2'),
    url('../fonts/Avenir Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src:
    url('../fonts/Avenir Regular.woff2') format('woff2'),
    url('../fonts/Avenir Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src:
    url('../fonts/Avenir Heavy.woff2') format('woff2'),
    url('../fonts/Avenir Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src:
    url('../fonts/Avenir Black.woff2') format('woff2'),
    url('../fonts/Avenir Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Bodoni */
@font-face {
  font-family: 'bodoni';
  src:
    url('../fonts/Bodoni Svntytwo ITC Std Book.woff2') format('woff2'),
    url('../fonts/Bodoni Svntytwo ITC Std Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

 
body { font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
h1, h2, h3 { font-family: 'bodoni', serif; }
 
 

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}
@media screen and (max-width: 600px) {
    #wpadminbar {
           position: fixed;
    }

  }

/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  color: #3a3a3a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
   
}
b, strong {
	font-weight: bold!important;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 5px;}
ul, ol {
  margin: 0 0 0;
  padding-left: 22px;
}
ul *, ol * {
  vertical-align: inherit;
   /* 133.333% */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* padding-left:5px; */
}
li{}
li::marker  {font-size:11px;font-weight:400;/* align-self:center; */}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  color: #000;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}

a {
  text-decoration: none;
  color: var(--green2, #648B55);
  font-family: 'open-sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
a:hover, a:focus {/* text-decoration: underline; */}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
 
h1{
  color: #000;
  font-family: "bodoni";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
 .h1-style {
	 color: #000;
  font-family: "bodoni";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 }
.h1-small {
   display: block;
   color: #000;
   font-family: Avenir;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 9px;
   text-transform: uppercase;
   margin-bottom: 10px;
}

 

h2 { 

  color: #000;
  text-align: left;
   margin-bottom:20px;
  font-family: Avenir;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;}

 

h3 {
  color: #000;
  font-family: Avenir;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h4 {
  color: #000;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 750px) {
  h1 .h1-style{
    font-size:45px;
  }

  h2{font-size: 45px;}

h1.h1-bnn-eyebrown{
	font-size: 25px;
}
h1.h1-bnn-eyebrown.down{
	font-size: 19px!important;
}
a.home-a {
 font-size:21px!important;
}
}
 
 .latest-head h2 {
    text-align: center;
}

 

.featured-videos-head h2 {
    text-align: center;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu{
  display:block;
  position:relative;
  z-index:11;
  top:0; left:0; right:0;
  padding:0;
  opacity:1;
  margin:0 auto;
  background:#F9F9F9;
  transition: all .35s ease;
}

.menu.home{
  position:absolute;
  top:0;
  background:transparent;
}

.menu.ready{
  opacity:1;
}

.menu.actived{
  padding:10px 20px;
  box-shadow:0 0 12px rgba(0,0,0,.08);
}

.menu.behaved{
  position:fixed;
  background:transparent;
  height:94px;
  overflow:hidden;
  box-shadow:none !important;
}

.customize-support .menu.home{ top:32px; }

 
.menu.actived.behaved{ top:-200px; }

/* container */
.menu > .container{
  position:relative;
  display:flex;
  gap:20px;
  padding: 10px 50px;
  align-items:center;
  justify-content:space-between;
}
.menu.home > .container{ align-items:flex-start; }
.menu.behaved > .container{ position:static; }

/* logo */
.menu .logo-nav{
  display:flex;
  width:350px;
  max-width:250px;
  height:auto;
  gap:16px;
  flex-shrink:0;
  transition: all .3s ease;
}
.menu .logo-nav img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
  transition: all .3s ease;
}
.menu .logo-nav:hover{ opacity:.9 !important; }

/* (mantém seu comportamento de sumir no behaved) */
.menu.behaved .logo-nav{
  opacity:0;
  width:0;
  overflow:hidden;
  top:-50%;
}

/* ================= Desktop Menu ================= */

.menu .collapse-menu{
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  gap:10px;
  justify-content:flex-end;
}

/* IMPORTANT: ancora o dropdown no LI (fix do “canto esquerdo”) */
.menu .collapse-menu > li{
  position:relative;
}

.menu .collapse-menu li a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  position:relative;
  padding:10px;
  color:#FFF;
  font-family:Avenir;
  font-size:20px;
  font-style:normal;
  font-weight:600;
  line-height:26px;
  text-decoration:none;
}

/* underline */
.menu .collapse-menu li a:after{
  content:"";
  position:absolute;
  top:100%;
  right:0;
  width:0;
  height:2px;
  background:transparent;
  transition: all .25s ease;
}

.menu .collapse-menu li.current-menu-item > a:after,
.menu .collapse-menu li.current-page-ancestor > a:after,
.menu .collapse-menu li:hover > a:after,
.menu .collapse-menu li:focus-within > a:after{
  left:0;
  right:auto;
  width:100%;
  background-color: var(--teal, #FFF);
}

.menu.home .collapse-menu > li > a{ color:#fff; }
.menu.home .collapse-menu > li:hover > a,
.menu.home .collapse-menu > li:focus-within > a{ color:#fff; }
.menu.home .collapse-menu > li:hover > a:after,
.menu.home .collapse-menu > li:focus-within > a:after{ background:#fff; }

.menu .arrow-menudown,
.menu .arrow-menuright{
  display:inline-block;
  height:auto;
  vertical-align:middle;
  filter: brightness(0) invert(1);
  opacity:.95;
}

.menu .arrow-menudown{ width:12px; }
.menu .arrow-menuright{ width:12px; }

/* Level 1 */
.menu .collapse-menu > li > ul{
  list-style:none;
  margin:0 !important;
  padding:0;

  position:absolute;
  top: calc(100% + 14px);
  left:50%;
  transform: translateX(-50%);
  z-index:9999;

  width:260px;
  border-radius:0;                 
  background:#000;
  box-shadow:none;

  opacity:0;
  height:0;
  overflow:hidden;
  pointer-events:none;
  transition: opacity .2s ease, height .2s ease;
}

.menu .collapse-menu > li:hover > ul,
.menu .collapse-menu > li:focus-within > ul{
  padding:18px 0;
  opacity:1;
  height:auto;
  pointer-events:auto;
}

.menu .collapse-menu > li > ul > li{
  display:block;
  margin:0;
  padding:0;
}

.menu .collapse-menu > li > ul > li a{
  display:block;
  padding:12px 28px !important;
  color:#fff;
  text-shadow:none;
  border:0;
  font-family:Avenir;
  font-size:18px;
  font-weight:500;
  line-height:26px;
}

.menu .collapse-menu > li > ul > li a:hover,
.menu .collapse-menu > li > ul > li a:focus{
  opacity:.85;
  text-decoration:none;
}
 
.menu .collapse-menu > li > ul{
  top: 100%;            
  margin-top: 6px;     
}

.menu .collapse-menu > li > ul::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-12px;            
  height:12px;
}

.menu .collapse-menu > li > ul > li a:before,
.menu .collapse-menu > li > ul > li a:after{
  content:none !important;
}

/* ================= Mobile Menu ================= */

.menu .mobile-nav ul{ margin:0; }
.menu .mobile-nav ul li:not(:last-child){ margin-right:23px; }

.menu > div .navigation{
  display:block;
  position:relative;
  float:right;
  width:24px;
  margin:29px 0;
  text-decoration:none;
  background:none;
  transition: all .3s ease;
}
.menu.behaved > div .navigation{
  margin:22px 0;
  width:24px;
}

.menu > div a.navigation > .bar{
  position:absolute;
  left:0;
  width:24px;
  height:3px;
  border-radius:32px;
  background-color: var(--teal, #fff);
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a.navigation > .bar{
  width:17px;
  background-color: var(--teal, #fff);
}

.menu > div a.navigation > span:first-child{ top:0; }
.menu > div a.navigation > span:nth-child(2){ top:8px; }
.menu > div a.navigation > span:nth-child(3){ top:16px; }

.menu > div a.navigation.behaved > span:first-child{
  top:7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2){ display:none; }
.menu > div a.navigation.behaved > span:nth-child(3){
  top:7px;
  transform: rotate(-135deg);
}

/* Overlay */
.navigation-overlay{
  display:none;
  position:fixed;
  z-index:10;
  top:0;
  right:-105px;
  bottom:0;
  width:100%;
  padding:98px 35px 50px;
  overflow-x:hidden;
  overflow-y:auto;
  transition:right .6s ease;
  background: var(--gray, #000);
  opacity:.9;
  border:none;
}
.navigation-overlay.behaved{ right:0; }

.navigation-overlay > ul{
  opacity:0;
  margin:0;
  padding:0;
}
.navigation-overlay.behaved > ul{opacity:1;margin-top: 80px;}

.navigation-overlay > ul > li{ margin-bottom:18px !important; }
.navigation-overlay > ul > li > a{
  background:none;
  color:#FFF;
  font-size: 31px;
  font-family: 'Avenir';
  font-weight:600;
  line-height:normal;
  text-decoration:none;
}

 
@media (max-width: 991px){
  .navigation-overlay .arrow-menudown{
    display: none !important;
  }
}

.navigation-overlay > ul > li ul{
  display:block;
  border-left: 2px solid #FFF;
  padding-left:23px;
  margin-left:17px;
  margin-top:12px;
  margin-bottom:10px;
}

.navigation-overlay > ul > li > ul li{ margin-bottom:11px !important; }
.navigation-overlay > ul > li > ul li a{
  text-transform:capitalize;
  font-size: 25px;
  font-weight:700;
  font-family: 'Avenir';
  line-height:normal;
  text-decoration:none;
  color:#FFF;
  background:none;
}

body.behaved,
body.actived{ overflow:hidden; }

/* ================= Breakpoints (mantidos) ================= */

@media screen and (min-width: 993px){
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay{
    display:none !important;
  }
}

@media screen and (max-width: 991px){
  .menu > .container{
    padding: 10px 20px;
    gap:20px;
    align-items: center;
  }
  .menu.home > .container{ padding:30px 50px; }

  .menu .collapse-menu{ display:none; }
  body.actived{ overflow:auto !important; }

  .menu{ top:0; padding:0; }
  .menu.actived{
    background:#fff;
    padding:5px 2vw;
  }

  .menu.behaved,
  .menu.behaved:before{
    background-image:none;
    border:transparent;
    background:transparent;
  }

  .menu > div .navigation{ margin-right:0; }
  .menu.actived > div .navigation{ margin:0; }

  .menu .logo-nav{
    top:8px;
    left:10px;
    font-size:65px;
    color: var(--chas-blue, #fff);
  }
  .menu.actived .logo-nav{
    top:4px;
    font-size:49px;
    max-width:105px;
  }
}

@media screen and (max-width: 650px){
  .menu.home > .container{ padding:30px 20px; }
  .menu.behaved > div .navigation{
    width:24px;
    padding:0;
    margin-right:0;
  }
}

@media screen and (max-width: 910px){
  .customize-support .menu.home,
  .customize-support .menu.actived{ top:32px; }
}

@media screen and (max-width: 782px){
  .customize-support .menu.home,
  .customize-support .menu.actived{ top:46px; }
}

@media (max-width: 370px){
  .menu .mobile-nav ul li:not(:last-child){ margin-right:5px; }
}


/*===========================================================================================================*/
/*=========================================== 1920fix ======================================================*/
/*===========================================================================================================*/
 /* Container */
.container,
.container-lg {
	margin: auto;
	max-width: 100%;
	padding: 0 50px;
}
.container {
	/* max-width: 1140px; */
	padding: 0 clamp(20px, 8vw, 150px);
}
@media (max-width: 1174px) {
	.container {
	 	padding: 0 20px;
	}
}





/*===========================================================================================================*/
/*=========================================== FOR ALL ======================================================*/
/*===========================================================================================================*/
/* ================= Signature Section ================= */

.signature-section {
  padding: 50px;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.signature-card {
  position: relative;
  display: block;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
  background: #000;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.2,.7,.2,1),
              box-shadow .45s cubic-bezier(.2,.7,.2,1);
}
.signature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.50) 0%,
    rgba(0, 0, 0, 0.50) 100%
  );
}

/* Background image */
.signature-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}

/* Overlay gradient (sempre ativo) */
.signature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    0deg,
    rgba(0,0,0,.55) 15%,
    rgba(0,0,0,.15) 55%,
    rgba(0,0,0,.05) 100%
  ); */
  z-index: 1;
}

/* Logo */
.signature-logo {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 100px;
  /* max-width: 72%; */
  height: auto;
  z-index: 2;
  transition: transform .45s cubic-bezier(.2,.7,.2,1),
              opacity .45s ease;
}

/* Hover effect (desktop) */
@media (hover: hover) {
  .signature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,.25);
  }

  .signature-card:hover .signature-bg {
    transform: scale(1.08);
  }

  .signature-card:hover .signature-logo {
    transform: scale(1.04);
  }
}

/* Tablet */
@media (max-width: 1120px) {
  .signature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .signature-logo {
    max-width: 68%;
    padding: 40px;
  }
}

/* Mobile */
@media (max-width: 782px) {
  .signature-section {
    padding: 20px;
  }

  .signature-logo {
    max-width: 75%;
  }
}


.about-priv-section{
  padding: 0 0 50px 0;
  background: #fff; /* white page around the black rectangle */
}

/* The black rectangle — solid color only */
.about-priv-box{
  padding: 100px;
  background: var(--main, #000);
  overflow: hidden;
}

/* Two columns (FLEX instead of GRID) */
.about-priv-grid{
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.about-priv-media,
.about-priv-copy{
  flex: 1 1 0;
  min-width: 0; /* prevents overflow */
}

/* Left image */
.about-priv-media img{
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

/* Right copy */
.about-priv-copy{
  color: #fff;
}

/* optional helper */
.about-padding-left{
  padding-left: 100px;
}

.about-priv-eyebrow{
  display: inline-block;
  margin-bottom: 6px;
  color: #FFF;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.about-priv-title{
  margin: 0 0 50px 0;
  color: #FFF;
  font-family: 'bodoni';
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-priv-lead {
  margin: 0 0 50px 0;
  color: #FFF;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

/* Distributor row */
.about-priv-distributor{
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 50px 0;
}

.dist-label{
  font-family: 'bodoni', serif;
  white-space: nowrap;
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-priv-copy p:last-of-type {
    margin-bottom: 40px;
}

.dist-logo{
  width: min(320px, 100%);
  height: auto;
  display: block;
  opacity: .95;
}

/* small paragraphs */
.about-priv-small{
  margin: 0 0 16px 0;
  color: #FFF;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

/* Button area */
.about-priv-btn{
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700!Important;
}

.about-priv-btn:hover{
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
}

@media (hover:hover){
  .about-priv-btn:hover .about-priv-arrow{
    transform: translateX(6px);
  }
}

@media (max-width: 1666px){
	.about-padding-left{
		padding-left:0
	}
}
@media (max-width: 1386px){
.about-priv-distributor{
	flex-flow:column;
}
}
/* Responsive */
@media (max-width: 1120px){
  .about-priv-box{
    padding: 40px;
  }
.about-priv-distributor{
	flex-flow:row;
	justify-content: center;
}
  .about-priv-grid{
    flex-direction: column;
    gap: 28px;
  }

  .about-priv-media img{
    height: auto;
  }

  .about-priv-distributor{
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .dist-label{
    font-size: 44px;
  }
}

@media (max-width: 782px){
  .about-priv-section{
    padding: 0;
  }
 .about-priv-section .container-lg{
    padding:0 0;
  }
  .about-priv-box{
    padding: 18px;
  }

  .about-padding-left{
    padding-left: 0;
  }

  .about-priv-title{
    font-size: 44px;
    margin-bottom: 28px;
  }

  .about-priv-lead{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .about-priv-small{
    font-size: 16px;
    line-height: 24px;
  }

  .dist-label{
    font-size: 38px;
  }

  .about-priv-btn{
    margin-top: 28px;
  }
}

/* ================= Featured Videos ================= */

.featured-videos{
  padding: 50px 0;
  background: #fff;
}

.featured-videos-head{
  text-align: center;
  margin-bottom: 50px;
}

.featured-videos-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: start;
}

.video-card{
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--main, #000);
}

.video-thumb{
  position: relative;
  overflow: hidden;
  background: #eee;
}

.video-thumb img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}

/* play icon centered */
.play-badge{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 58px; */
  /* height: 58px; */
  display: grid;
  place-items: center;
  /* border-radius: 999px; */
  /* border: 2px solid rgba(255,255,255,.95); */
  /* background: rgba(0,0,0,.10); */
  /* backdrop-filter: blur(1px); */
}

.play-badge img{
  width: 70px;
  height: auto;
  /* display: block; */
  aspect-ratio: 1;
}

/* title + underline */
.video-title{
  margin: 30px;
  color: #000;
  text-align: center;

/* h3 */
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.video-line{
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,.75);
}

/* hover motion (desktop only) */
@media (hover:hover){
  .video-card:hover .video-thumb img{
    transform: scale(1.06);
  }
   
}

/* CTA */
.featured-videos-cta{
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* Responsive */
@media (max-width: 1120px){
  .featured-videos-grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .featured-videos{
    padding: 70px 0;
  }
}

@media (max-width: 782px){
  .featured-videos{
    padding: 60px 0;
  }
  .featured-videos-head{
    margin-bottom: 36px;
  }
  .video-title{
    font-size: 18px;
    line-height: 24px;
  }
  .play-badge{
    width: 52px;
    height: 52px;
  }
}


/* ================= Latest / News & Events ================= */

.latest-section{
  padding: 50px 0;
  background: #fff;
}

.latest-head{
  text-align: center;
  margin-bottom: 50px;
}

.latest-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* Card */
.latest-card{
  display: block;
  text-decoration: none;
  color: inherit;
}

.latest-image{
  overflow: hidden;
}

.latest-image img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}

/* Bottom content block */
.latest-content{
  background: #000;
  color: #fff;
  padding: 26px;
  height: 330px;
}

img.calendar-news {
    width: 18px;
    margin-bottom: 2px;
}

.latest-date{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 10px; */
  color: #FFF;

/* p */
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.latest-content h3{
  margin: 0 0 20px 0;
  color: #FFF;

/* h3 */
  font-family: Avenir;
  font-size: 27px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 34px;
}

.latest-content p{
  margin: 0;
  color: #FFF;

/* p */
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}

/* Hover */
@media (hover:hover){
  .latest-card:hover .latest-image img{
    transform: scale(1.06);
  }
}

/* CTA */
.latest-cta{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* Responsive */
@media (max-width: 1690px){
	.latest-content{
	height:390px;
}
}

@media (max-width: 1313px){
	.latest-content{
	height:450px;
}
}

@media (max-width: 1120px){
  .latest-grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }
.latest-content{
	height:auto;
}
}

@media (max-width: 782px){
  .latest-section{
    padding: 60px 0;
  }
  .latest-head{
    margin-bottom: 40px;
  }
  .latest-content{
    padding: 22px;
  }
}


/*===========================================================================================================*/
/*=========================================== BOTTOM ======================================================*/
/*===========================================================================================================*/

/*===========================================================================================================*/
/*=========================================== PARALLAXX ====================================================*/
/*===========================================================================================================*/


/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.site-footer{
  color: #fff;
  margin: 50px;
  padding: 70px 0 40px;
  background:
    linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.75)),
    url('/wp-content/uploads/2025/12/footer-background-.webp')
      center / cover no-repeat,
    var(--main, #000);
}

/* ====== ROWS (NEW) ====== */
.footer-row{
  display: flex;
  width: 100%;
  min-width: 0;
}

.footer-row-top{
  justify-content: space-between;
  align-items: flex-start;
  gap: 280px;
}

.footer-row-middle{
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 60px;
}

/* ====== MENUS (NEW wrapper) ====== */
.footer-menus{
  display: flex;
  gap: 70px;
  align-items: flex-start;
  min-width: 0;
}

.footer-col{
  min-width: 0;
}

/* Titles */
.footer-title{
  margin-bottom: 36px;
  color: #FFF;
  font-family: 'bodoni';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}

/* Links */
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  gap: 33px;
}

.footer-links a{
  text-decoration: none;
  color: #FFF;
  font-family: Avenir;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}

.footer-links a:hover{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Socials */
.footer-socials{
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.footer-socials img{
  width: 18px;
  transition: opacity .25s ease;
  display: block;
}

.footer-socials a:hover img{
  opacity: 1;
}

/* ====== NEWSLETTER (top row right) ====== */
.footer-newsletter{
  max-width: 600px;
  width: 100%;
  min-width: 0;
}

.footer-eyebrow{
  color: #FFF;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.footer-news-title{
  margin: 0 0 50px;
  font-size: 58px;
  color: #FFF;
  font-family: 'bodoni';
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}

.footer-contact-item a {
    color: #FFF;

/* p */
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
}

.footer-news-form{
  display: grid;
  /* grid-template-columns: 1fr 160px; */
  gap: 18px;
  margin-bottom: 18px;
  align-items: center;
}

.footer-news-form input{
  height: 67px;
  background: transparent;
  border: 1px solid #FFF;
  padding: 20px;
  color: #FFF;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
 
.site-footer .footer-news-form input::placeholder{
  color: #fff;
  opacity: 1;  
}
 
.site-footer .footer-news-form input:focus::placeholder{
  color: #fff;
}
.footer-news-form button{
  /* height: 56px; */
  background: #fff;
  color: #000;
  font-family: Avenir;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.footer-note{
  color: #FFF;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

/* ====== LOGOS (middle row left) ====== */
.footer-logos{
  display: flex;
  gap: 50px;
  align-items: center;
  min-width: 0;
}

.footer-logos img{
  width: 278px;
  height: auto;
  display: block;
}

/* ====== CONTACT (middle row right) ====== */
.footer-contact{
  display: grid;
  gap: 14px;
  max-width: 520px;
  width: 100%;
  min-width: 0;
}

.footer-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: #FFF;
  font-family: Avenir;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 144.444% */
}

.footer-contact-item img{
  width: 19px;
  margin-top: 3px;
  display: block;
}

.footer-contact-item:hover{
  color: #fff;
}

a.youtube-footer {
    margin-top: 2px;
}

a.youtube-footer img {
   width:20px
}
/* Bottom */
.footer-bottom{
  margin-top: 50px;
  color: #FFF;
  text-align: center;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.footer-bottom a {
    color: #FFF;
margin-top: 50px;
  color: #FFF;
  text-align: center;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

/* Responsive */
@media (max-width: 1620px){
  .footer-row-top{
    /* flex-direction: column; */
    gap: 50px;
  }
	.footer-newsletter{
		width:auto;
	}
}

@media (max-width: 1417px){
  
	.footer-newsletter{
		width:auto;
	}
.footer-news-form{
	grid-template-columns:1fr;
}
}
@media (max-width: 1320px){
  .footer-row-top{
    flex-direction: column;
    gap: 50px;
  }
.site-footer{margin: 0;}
.footer-logos{
	flex-flow:column;
}
  .footer-menus{
    flex-wrap: wrap;
    gap: 40px;
    flex-flow: column;
  }

  .footer-row-middle{
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-newsletter{
    max-width: none;
  }

  .footer-contact{
    max-width: none;
  }
}

@media (max-width: 782px){
  .footer-row-top{
    gap: 34px;
  }
.site-footer .container-lg{
	padding: 0 20px;
}
  .footer-menus{
    flex-direction: column;
    gap: 34px;
  }

  .footer-news-form{
    grid-template-columns: 1fr;
  }
  .footer-news-form button{
    width: 100%;
  }

  .footer-logos{
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}


/*===========================================================================================================*/
/*=========================================== MOBILE ========================================================*/
/*===========================================================================================================*/
 
 @media (min-width:1920px){
  
 }

@media (max-width: 1200px) {
  
}

@media (max-width:1114px){
 
 
}
 @media (max-width:990px){
 
 }

@media (max-width:930px){
 	
}


@media (max-width:850px){
 
	
}

@media (max-width: 768px) {
 
	.h1-bnn{
		font-size: 40px;
	}

}
@media (max-width:595px){
 
}
@media (max-width:530px){
 
 
}

 
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-flex;
  height: 67px;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  background: #FFF;
  gap: 10px;
  color: var(--main, #000);
  text-align: center;
  font-family: Avenir;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: background .35s ease, color .35s ease;
}

/* add arrow before text */
.btn-layout.arrow-button::before{
  content:"";
  width: 24px;
  height: 24px;
  display: inline-block;
  flex: 0 0 24px;

  /* arrow color (default) */
  background-color: var(--main, #000);
  -webkit-mask: url('../img/icons/long-arrow-right.svg') no-repeat center / contain;
  mask: url('../img/icons/long-arrow-right.svg') no-repeat center / contain;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background-color .35s ease;
}

/* Hover / focus */
.btn-layout:hover,
.btn-layout:focus {
  color: #FFF;
  background: var(--main, #000);
  border: 1px solid #000;
  text-decoration: none;
}

/* arrow turns white + slight motion */
.btn-layout.arrow-button:hover::before,
.btn-layout.arrow-button:focus::before{
  background-color: #FFF;
  transform: translateX(-2px); /* subtle, since it's on the left */
}


.btn-layout.hollow {
  background:transparent;
  color: #000;
  border-color: #000;
  border: 1px solid #000;
}

.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  text-decoration: none;
}

.btn-layout.hollow-white {
  background:transparent;
  color:#FBF9FF;
  border-color:#FBF9FF;
  border: 1px solid #FBF9FF;
}

.btn-layout.hollow-white:hover,
.btn-layout.hollow-white:focus {
  color: #0C1B33;
  background: #FBF9FF;
  border-color: #FBF9FF;
  text-decoration: none;
}

.btn-layout.blue {
  background:#0C1B33;
  color:#BEE3DB;
  border-color:#0C1B33;
  border: 1px solid #0C1B33;
}

.btn-layout.blue:hover,
.btn-layout.blue:focus {
  color: #0C1B33;
  background: #BEE3DB;
  border-color: #BEE3DB;
  text-decoration: none;
}
.homebtn {
    /* padding: 15px 30px; */
    /* height: 77px; */
    /* width: 204px; */
    /* font-size: 20px; */
}

.btn-layout i.fa-solid.fa-arrow-right-long {
   
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 166.667% */
}
@media (max-width:1700px){
.show-card .btn-layout {
font-size:14px;
}}
 
@media (max-width:521px){
.show-card .btn-layout {
font-size:13px;
}
.menu .logo-nav {
  max-width: 100%;
  width: 200px;
  height: auto;
  flex-shrink: 1;
}

}
 
 
 

/* Grade e espaçamento básico */
.gform_wrapper form { display: grid; gap: 12px; }
.gform_wrapper .gform_fields {display: grid !important;grid-template-columns: 1fr;gap: 30px!important;}

/* (Opcional) Oculta labels — remova este bloco se quiser manter os labels */
.gform_wrapper .gfield_label { display: none; }

/* Nome (campo complexo) em 2 colunas acima de 720px */
.gform_wrapper .gfield--type-name .ginput_complex,
 @media (min-width: 720px) {
  .gform_wrapper .gfield--type-name .ginput_complex,
  .gform_wrapper .ginput_complex.ginput_container_name { grid-template-columns: 1fr 1fr; }
}

/* Inputs / selects / textarea */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
   
  border: 1px solid var(--main, #000)!important;
 
  border-radius: 10px;
  background: transparent!important;
  padding: 27px 15px!important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  font: inherit;
  -webkit-appearance: none;
  color: #000!important;
  font-family: Montserrat!important;
  font-size: 18px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 18.9px */
}
.gform_wrapper textarea { min-height: 140px; resize: vertical; }
.gform_wrapper ::placeholder { color: #000!important; opacity: 1; }
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #0C1B33;
  box-shadow: 0 0 0 3px rgba(12,27,51,.15);
}

/* Mensagens de erro (discretas) */
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  color: #b91c1c !important;
  padding: 4px 0 !important;
  border: 0 !important;
  font-size: .9rem;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: rgba(185,28,28,.55) !important;
  box-shadow: 0 0 0 3px rgba(185,28,28,.12) !important;
}

 
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer { margin-top: 6px; }
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper .gform_button {
  border: 0;
  border-radius: 999px;
  background: #0C1B33;
  color: #fff;
  padding: 10px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .15s ease, filter .2s ease;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
  transform: translateY(-1px);
  filter: brightness(.95);
}

.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_button{
  
 display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFF!important;
  justify-content: center;
  position: relative!important;
  height: 60px!important;
  letter-spacing: 0.8px!important;
  border: 1px solid #000!important;
  backdrop-filter: blur(2px)!important;
  padding: 15px 30px!important;
  -webkit-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  -o-transition: all 0.3s!important;
  transition: all 0.3s!important;
  border-radius: 0!important;
  background: #000!important;
  /* text-align: center; */
  font-family: Avenir!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: 30px; /* 150% */
}
.gform_wrapper .gform_footer input[type="submit"]:hover{
  filter: brightness(.95);
  border-color:#000!important;
  background-color:#fff!important;
  color:#000!important;
}

 @media (min-width: 720px) {
  .gform_wrapper .gfield.gf_left_half,
  .gform_wrapper .gfield.gf_right_half {
    display: inline-block; width: calc(50% - 6px); vertical-align: top;
  }
  .gform_wrapper .gfield.gf_left_half { margin-right: 6px; }
  .gform_wrapper .gfield.gf_right_half { margin-left: 6px; }
}
