html,
body {
  margin: 0;
  padding: 0;
  font-family: 'PolySans Median';
  overflow-x: hidden;
  position: relative;
  background: #020816;
}

/* VIDEO BACKGROUND */

.background-video{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    /* z-index: 9; */
    overflow-y: auto;
    z-index: 0;
    opacity: 0.5;
}

/* overlay opcional para manter contraste */

body::after{
  content:"";
  position:fixed;
  inset:0;
  background: linear-gradient(180deg, rgba(11,44,74,0.6) 0%, rgba(2,8,22,0.8) 100%);
  z-index:-1;
}
/* camada dinâmica 
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;

  background: linear-gradient(
      var(--gradient-angle, 90deg),
      rgba(79,209,197,0.3),
      rgba(0,58,55,0.2)
  );
  transition: background 0.15s ease;
}*/
/*
@font-face {
  font-family: Electrolize;
  src: url(../fonts/Electrolize-Regular.ttf);
}

@font-face {
  font-family: Worksans;
  src: url(../fonts/WorkSans-VariableFont_wght.ttf);
}*/

@font-face {
    font-family: 'PolySans Neutral Italic';
    src: url('../fonts/PolySans-NeutralItalic.eot');
    src: url('../fonts/PolySans-NeutralItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PolySans-NeutralItalic.woff2') format('woff2'),
        url('../fonts/PolySans-NeutralItalic.woff') format('woff'),
        url('../fonts/PolySans-NeutralItalic.ttf') format('truetype'),
        url('../fonts/PolySans-NeutralItalic.svg#PolySans-NeutralItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PolySans Median';
    src: url('../fonts/PolySans-Median.eot');
    src: url('../fonts/PolySans-Median.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PolySans-Median.woff2') format('woff2'),
        url('../fonts/PolySans-Median.woff') format('woff'),
        url('../fonts/PolySans-Median.ttf') format('truetype'),
        url('../fonts/PolySans-Median.svg#PolySans-Median') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PolySans Neutral';
    src: url('../fonts/PolySans-Neutral.eot');
    src: url('../fonts/PolySans-Neutral.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PolySans-Neutral.woff2') format('woff2'),
        url('../fonts/PolySans-Neutral.woff') format('woff'),
        url('../fonts/PolySans-Neutral.ttf') format('truetype'),
        url('../fonts/PolySans-Neutral.svg#PolySans-Neutral') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('../fonts/FranklinGothic-Medium.eot');
    src: url('../fonts/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-Medium.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Medium.woff') format('woff'),
        url('../fonts/FranklinGothic-Medium.ttf') format('truetype'),
        url('../fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('../fonts/FranklinGothic-Book.eot');
    src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-Book.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Book.woff') format('woff'),
        url('../fonts/FranklinGothic-Book.ttf') format('truetype'),
        url('../fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  }

/* Center pill menu */
.main-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    padding: 10px 30px;
    border-radius: 999px;
}

.site-header--black .main-nav {
    background: #111;
}

/* Menu */
.menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu a {
    font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 13px;
leading-trim: NONE;
line-height: 17px;
letter-spacing: 0%;
text-transform: uppercase;
    color: #fff;
}

.site-footer {
    font-size: 14px;
}

.site-footer a {
	text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* TOP GRID */
.footer-top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h4 {
	text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer-column a {
	text-align: center;
    line-height: 1.6;
	font-size: 14px;
    font-weight: 300;
}

.footer-column p {
	text-align: center;
    line-height: 1.6;
	font-size: 14px;
    font-weight: 300;
}

.footer-column.footer-logo {
    display: flex;
	margin-left: 75px;
    align-items: center;
}

/* LOGO */
.footer-logo img {
    max-width: 80px;
}

/* SOCIAL LINKS */
.footer-socials {
 	
    margin-top: 15px;
    gap: 15px;
}

/* BOTTOM BAR */
.footer-bottom {
    font-size: 12px;
    text-align: center;
}

.footer-bottom a {
	font-size: 12px;
    text-align: left;
    font-weight: 300;
    margin: 0 3px;
}
.footer-bottom p {
	font-size: 12px;
    text-align: left;
    font-weight: 300;
    margin-left: 70px;
}

p,
a {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
}

h1 {
  font-size: 54px;
}
h2 {
  font-size: 44px;
}
h3 { 
  font-size: 34px;
}
h4 {
  font-size: 24px;
  color: #ffffff;
}

p {
  font-size: 16px;
  font-weight: 300;
 // letter-spacing: 0.1rem;
	color: #ffffff;
}

a {
  font-size: 16px;
}

ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000f64;
  
}
.center-card{
text-align: center;
}
.center-card-img{
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
}
.challenge-size{
width:50%;
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav li {
    position: relative;
    display: inline-block;
}

.navbar-nav li ul {
    display: none;
    position: absolute;
    left: -50px;
    width: 200px;
}

.navbar-nav li:hover > ul {
    display: block;
}

.button {
  background-color: #000f64;
  padding: 12px 23px;
  color: white;
  //text-transform: uppercase;
  font-weight: 700;
  font-family: "PolySans Neutral", sans-serif;
  font-size: 1rem;
  //transform: skew(-15deg);
  border-radius: 0.3rem;
  display: inline-block;
}


.button:hover {
  border: none !important;
  transform: skew(0deg);
  transition:cubic-bezier(0.6, -0.28, 0.735, 0.045) ;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){cursor:default ;}



input[type=submit] { border:none; } 



input::placeholder,textarea::placeholder {
    font-size: 0.9rem;
    color: black;
    padding: 8px 14px ;
    font-family: "PolySans Median", sans-serif;
  }

.wpcf7-acceptance span{font-size: 0.7rem;}

/* End General setup */

/* Navbar */

.navbar-wrapper {
  padding: 69px 0px;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s!important;
}
#general-description{
	// padding-top: 200px;
}
.mobile-nav{display: none;}

.fixed-top{
  position: fixed!important;
}


.card-background{
background-color:white;
} 

.card-background-inside{
/*
background-color:#f0f0eb !important;
width: 98%;
border-bottom-left-radius: 35px;;
    border-top-right-radius: 35px;*/
} 

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored div.ring.one {
    border-color: red !important;
}

.special{
  padding: 5px 0px!important;
  background-color: #f0f0eb !important;
  transition: 1s!important;
}


.special-black{
  padding: 20px 0px!important;
  background-color: white !important;
  transition: 1s!important;
}

.nav-black{
  padding: 69px 0px;
  z-index: 9999;
  width: 100%;
  transition: 1s!important;}

.navbar-section {
  position: relative;
}

#menu-primary-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

#menu-primary-menu li {
  margin: 0 0px;
}

.current-menu-item a {
  border-bottom-style: solid;
  border-bottom-color: #00ffff;
  border-bottom-width: 2px;
}

#menu-primary-menu a:hover{
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-bottom-width: 0px;
}

.custom-logo-link:hover{
    border-bottom-style: none!important;
    border-bottom-color: transparent!important;
    border-bottom-width: 0px!important;
}

.navbar-section a,
#menu-primary-menu li a {
  font-family: "PolySans Neutral";
  //color: white;
  font-size: 1rem;
}
.special-text-white{
	color:white !important;
}

.special-text{
	color:black !important;
}

.navbar-section a:hover,
#menu-primary-menu li a:hover {
  border-bottom-style: solid;
  border-bottom-color: #00ffff;
  border-bottom-width: 2px;
}

.bar {
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin: 4px 0;
}

.bar-black {
  width: 30px;
  height: 3px;
  background: #000000;
  margin: 4px 0;
}

.menu-toggle {
  width: auto;
 
  flex-direction: column;
  cursor: pointer;
}

/* Black Navbar */

.black-li #menu-primary-menu li a {
  color: black;
  font-family: "PolySans Neutral";
}

.navbar-section-black a {
  font-family: "PolySans Neutral";
}

/* Footer */



.footer-second-row img{width: 100%;}

.rights {
  color: black;
  font-family: "PolySans Neutral";
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.Follow {
  color: black;
  font-family: "PolySans Neutral";
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.footer-menu ul li a {
  color: black;
  font-family: "PolySans Neutral";
}
.footer-menu ul li {
  margin: 12.5px 0px;
}
.footer-menu ul li a:hover {
  border-bottom-style: solid;
  border-bottom-color: #00ffff;
  border-bottom-width: 2px;
}

.footer-first-row {
  //height: 250px;
}
.footer-icon{
  width: 30px;
}
.footer-logo a img {
  margin: 66px 0px 45px 0px;
}

.footer-menu {
  margin-top: 66px;
}

.footer-button {
}

/* Hero */

#hero {
/*
  width: 100%;
  //min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;*/
  
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(23* 2.5vw);
  
}
.hero-image-full {
}

#hero .wp-image-sonae{
  right: -260px;
  position: absolute;
  width: 208px;
  margin-top: 3vh;
  left: 100%;
}

#hero .hero-logos {
    //margin-top: 9vh;
    position: absolute;
    /* right: 30px; */
    text-align: right;
    right: 10vh;
}

#hero .hero-logos-login {
    top: 80px !important;
}

#hero .hero-login {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}


@media (max-width: 500px){
#hero .hero-login {
      position: absolute;
    top: -80px;
    width: 260px;
    /* left: 0px; */
    right: 0;
    color: #fff;
}

}


#hero .text-right{
text-align: right;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 38, 78, 0.5); /* Color with 50% opacity */
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2; /* Place content above the background overlay */
    color: #fff; /* Adjust text color if needed */
}


#hero h2 {
    font-size: 38px;
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 30px;
    margin-top: 30px;
}

.hero-image-full img {
  object-fit: cover;
  width: 100%;
}

.hero-text-quem {

        padding-top: calc(22* 2.5vw);
}
section {
	position: relative;
	transition: opacity .5s ease-in,min-height .5s ease-in,height .5s ease-in;
}
.css-llpdw0 {
	background-color: rgba(236,239,118,1);
	border-color: rgba(236,239,118,1);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
.hero-text-quem-text {

        text-align:center;
}

.hero-text-quem-2{
    white-space: pre-wrap;
    font-size: 1.125rem;
    color: rgba(15, 12, 9, 1);
    padding-left: 20%;
    padding-right: 20%;
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 50px;

}
.css-1b5csnr.column {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text-align-center {
	text-align: center;
}
.lp-text-react p, .lp-text-react h1, .lp-text-react h2, .lp-text-react h3 {
	min-height: 1em;
	white-space: pre-wrap;
}
#yellow {
    height: max-content !important;
}
.css-wf5e63 > .container {
	padding-top: 4vw;
	padding-right: 10vw;
	padding-bottom: 4vw;
	padding-left: 10vw;
}
.css-wf5e63 {
	background-color: rgba(236,239,118,1);
	border-color: rgba(236,239,118,1);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#yellow .widget {
    word-wrap: break-word;
    padding: 1vw;
    background-color: rgba(236, 239, 118, 1);
    border-color: rgba(236, 239, 118, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* padding-bottom: 60px; */
}

.flex--12 .flex__item--md-12 {
	flex-basis: 100%;
	max-width: 100%;
}
#196a21d8-16d3-865d-802e-92c9f9ca16ba{
heigth: 20vh;
}

#hero .lp-headline-first{
margin-top: 190px;
}

.hero-text {
/*
    color: #000f64;
    position: absolute;
    top: 21%;
    left: 20%;
    color: white;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60vh;*/
    color: white;
    position: absolute;
    top: 8%;
    left: 9%;
    width: 32%;
}
@media (min-width: 576px) and (max-width: 1700px) {
    .hero-text {
       // width: 36%;
    }
}


.css-10f83kw, .css-10f83kw:focus, .css-10f83kw:active {
	border-color: rgb(87,104,255);
	background: rgb(87,104,255);
	color: rgb(255,255,255);
}
.css-10f83kw {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-family: 'Lato',sans-serif;
	text-shadow: none;
	-webkit-transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
	transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
	-webkit-text-decoration: none;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	min-height: 48px;
	min-width: 96px;
	padding: 14px 24px;
	font-family: "Montserrat",sans-serif;
	border-radius: 12px;
}
.is-bold {
	font-weight: 700;
}
.line-height-scale-6 {
    line-height: 1.5;
    font-size: 1.25rem;
}
  .font-scale-2 {
    font-size: .75rem;
  }
  .lp-text-react p, .lp-text-react h1, .lp-text-react h2, .lp-text-react h3 {
	white-space: pre-wrap;
}
.lp-text-react{
margin-top: 40px;
}
.lp-text a:hover, .lp-text a:active, .lp-text-react a:hover, .lp-text-react a:active, .lp-headline a:hover, .lp-headline a:active {
	text-decoration: none;
}
.lp-text a, .lp-text-react a, .lp-headline a {
    color: inherit;
    text-decoration: underline;
    font-size: .75rem;
    font-weight: 100;
}
.lp-text-react p, .lp-text-react h1, .lp-text-react h2, .lp-text-react h3 {
	white-space: pre-wrap;
}
.hero-text2{
font-size: 20px;
    font-weight: 300;
    color: #000f64;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.425rem;
    line-height: 1;

}
.hero-img{
    //width: 100%;
   // padding-left: 30px;
    //padding-top: 30px;
}
/*
.hero-title {
    font-weight: 200;
    margin-bottom: 29px;
    font-size: 40px;
    /* width: 50%; */
    margin-left: 20%;
    margin-right: 20%;
    /* text-align: center; */
    background-color: black;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(22,22,22,0.321187850140056) 35%, rgb(2,0,36) 100%);
}
*/

.hero-title {
    font-weight: 200;
    font-size: 40px;
    position: absolute;
    margin-left: 10%;
    color: #000f64;
    font-size: 50px;
    text-align: left;
}

.hero-pages{
margin-top:160px;
}

.hero-tagline {
  //font-family: "PolySans Median";
  font-size: 1.55rem;
}

/* Hero Not full */
.hero-not-full{margin-bottom: 40px;}


#hero-not-full .hero .row {
  width: 100%;
 height: 600px;
  color: black;
}

.hero-title-partial {
  margin-bottom: 35px;
}

.hero-image-left img,
.hero-image-right img {
  object-fit: cover;
  width: 100%;
}

/* Text + Title */

#text-titles .container .row {
  padding: 50px 0px;
}

/* text_block_titlesubtitle_and_text */

#text_block_titlesubtitle_and_text {
  margin: 350px 0px 0px 0px;
}

#text_block_titlesubtitle_and_text h2 {
  //margin-bottom: 34px;
  color: #000f64;
}

#text_block_titlesubtitle_and_text h3 {
  margin-bottom: 27px;
}

#text_block_titlesubtitle_and_text p {
    font-weight: 350;
    line-height: 29px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 17px;
}

.center-text{padding: ;}

/* Image + CTA */
#image-cta {
  margin-bottom: 50px;
}

#image-cta .container,
#image-cta .container-fluid {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 457px;
}

.cta-text {
  padding: 77px 150px 43px 150px;
}

.cta-title {
  color: white;
  font-size: 2.8rem;
  margin-bottom: 28px;
  margin-top: 50px;
}

.cta-text-p {
  color: white;
  font-size: 1.5rem;
  font-family: "PolySans Neutral", sans-serif;
  word-spacing: 0.2rem;
  line-height: 1.675rem;
  font-weight: 300;
  margin-bottom: 61px;
}

.cta-text button {
  margin-bottom: 53px;
}

/* Challenges Box */

#challenges {
  //margin-bottom: 15px;
}

#challenges .single_challenge_text p.title {
    text-align: left;
    color: rgba(0, 0, 0, 1);
    //font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1.375;
    font-size: 1.25rem;  
    --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  
    text-align: left;
    color: rgba(0, 0, 0, 1);
    /* font-family: "Montserrat", sans-serif; */
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
    line-height: 1.375;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}

#only_content{
    background-color: rgba(236, 239, 118, 1);
    border-color: rgba(236, 239, 118, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
#only_content .font-scale-2 {
	font-size: .75rem;
}

#only_content .widget {
    word-wrap: break-word;
    padding: 1vw;
    text-align: center;
}

#only_content h1 {
	font-family: "Montserrat",sans-serif;
	font-weight: bold;
	font-style: normal;
}

#only_content h4 {
    font-size: 54px;
    color: rgba(87, 104, 255, 1);
    line-height: .875;
    font-size: 5.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#only_content p {
    font-size: 20px;
    font-weight: 300;
    /* color: #000f64; */
    font-family: "Montserrat", sans-serif;
}

#how_it_works{
    background-color: rgba(236, 239, 118, 1);
    border-color: rgba(236, 239, 118, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
}
#how_it_works .font-scale-2 {
	font-size: .75rem;
}

#how_it_works .widget {
    word-wrap: break-word;
    padding: 1vw;
    text-align: center;
}

#how_it_works h1 {
	font-family: "Montserrat",sans-serif;
	font-weight: bold;
	font-style: normal;
}

#how_it_works h4 {
    font-size: 54px;
    color: rgba(87, 104, 255, 1);
    line-height: .875;
    font-size: 5.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
}

#how_it_works p {
    font-size: 20px;
    font-weight: 300;
    /* color: #000f64; */
    font-family: "Montserrat", sans-serif;
}

#how_it_works .empresas {
    font-size: 20px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}


#challenges .single_challenge_text p.description {
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.375;    
    font-size: 1.125rem;
}
#challenges h3{

    line-height: 1.125;
    font-size: 3rem;
    padding-top: 30px;
    /* color: rgb(255, 255, 255); */
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;

}
.challenge-box {
  padding: 60px 43px 0px 43px;
  background-color: white !important;
}

.single_challenge_box-0,
.single_challenge_box-1 {
  margin-bottom: 39px;
}

.single_challenge_box-2,
.single_challenge_box-3 {
  margin-bottom: 58px;
}

.single_challenge_text p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 19px;
  text-align: center;
}

.single_challenge_text-header {
	color: #0073ff;
}

.single_challenge_text p {

}

/* Solutions Boxes */

#Solutions {margin-bottom: 67px ;}

#Solutions h3 {
  margin-bottom: 12px;
  padding: 0px 197px;
}

.back-card-text {
  display: none;
}

.solution-box-flip {
  width: 353px;
  border-radius: 0.5rem;
  height: 290px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 15px 0px;
/*	width: 100%;*/


}

.box-0,
.box-1,
.box-2 {
  margin-bottom: 42px;
}

.solution-box-no-flip h4{margin-bottom: 0px; font-size: 1.75rem;}

.solution-box-no-flip p{
    font-size: 1rem;
    padding: 0px 20px;

}

/* CTA Button */

#cta-button {
  margin: 87px 0px;
}

/* Footer CTA */

#footer-cta .container-fluid {
  background-size: cover;
  background-repeat: no-repeat;
}

#footer-description .image-aligns{
    width: 130px;
}
#footer-description .wp-image-1058{
    width: 150px;
}

#footer-description .image-aligns-big {
    width: 160px;
}
#footer-description .widget {
    word-wrap: normal;
    padding: 1vw;
    background-color: transparent;
    border-color: rgba(236, 239, 118, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#footer-description  .css-1riyp8a:hover {
background-color: rgb(70,83,204);
  border-color: rgb(70,83,204);
  color: rgb(255,255,255);
}
#footer-description  .css-1riyp8a, #footer-description .css-1riyp8a:focus, #footer-description .css-1riyp8a:active {
	border-color: rgb(87,104,255);
	background: rgb(87,104,255);
	color: rgb(255,255,255);
}
#footer-description .css-1riyp8a, #footer-description .css-1riyp8a:focus, #footer-description .css-1riyp8a:active {
	border-color: rgb(87,104,255);
	background: rgb(87,104,255);
	color: rgb(255,255,255);
}
#footer-description .css-1riyp8a {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-family: 'Lato',sans-serif;
	text-shadow: none;
	-webkit-transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
	transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
	-webkit-text-decoration: none;
	text-decoration: none;
	position: relative;
	width: 100%;
	font-weight: bold;
	min-height: 48px;
	min-width: 96px;
	padding: 14px 24px;
	font-family: "Montserrat",sans-serif;
	border-radius: 12px;
    width: 290px;;
    padding: 20px;
}


#only_content .css-1riyp8a {

    font-size: 1.25rem;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 48px;
    min-width: 96px;
    padding: 14px 24px;
    font-family: "Montserrat", sans-serif;
    border-radius: 12px;
    width: 290px;
    padding: 20px;
}

#how_it_works .css-1riyp8a {

    font-size: 1.25rem;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 48px;
    min-width: 96px;
    padding: 14px 24px;
    font-family: "Montserrat", sans-serif;
    border-radius: 12px;
    width: 290px;
    padding: 20px;
}

#footer-description .gutter-bottom-1{
padding-top: 20px;

}

#footer {
    padding-bottom: 20px;
}

.social-icons a {
    margin: 0 1px; /* Space between icons */
    font-size: 19px; /* Adjust icon size */
    text-decoration: none;
    color: #fff; /* Change icon color */
}

.social-icons a:hover {
    color: #007bff; /* Change color on hover */
}

.font-scale-6 {
	font-size: 1.25rem;
}

.css-18zlxpf {
	background-color: rgba(15,12,9,1);
	border-color: rgba(15,12,9,1);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.font-scale-3 {
    margin-top: 40px;
    font-size: .875rem;  font-family: "Montserrat",sans-serif;
  font-weight: normal;
  font-style: normal;
}

.lp-text a, .lp-text-react a, .lp-headline a {
    color: inherit;
    text-decoration: underline;
    font-size: .75rem;
    font-weight: 100;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
}
 
.footer-cta-title {
  color: white;
  font-size: 1.8rem;
  font-family: "PolySans Neutral", sans-serif;
}

.footer-cta-text {
  color: white;
  font-size: 2.8rem;
  font-family: "PolySans Neutral", sans-serif;
}

.footer-text {
  min-height: 396px;
}

.footer-second-row {
  margin: 20px 0px;
}

/* Image + bullet-titles box  */

.title-box-with-sub-titles {
  font-size: 1.75rem;
  margin-bottom: 24px;
}

.title-box-with-sub-text {
  font-size: 1.25rem;
  margin-bottom: 44px;
}

.title-box-with-sub-title-title {
  font-weight: 500;
  word-spacing: none;
  letter-spacing: none;
}

.bullet-list-ul li {
  list-style-image: url("/unclassified/wp-content/uploads/2023/10/arrow.png");
  margin-bottom: 28px;
  font-size: 1rem;
}

.bullet-list-ul li {
  margin-left: 18px;
}

#image-bullet-point-list img {
  object-fit: cover;
  width: 100%;
}

#image-bullet-point-list {
  margin-bottom: 150px;
}

/* Slider */

#slider h3 {
  margin-bottom: 12px;
}

.carrousel-testemunhos{
    position: relative;
    text-align: center;
}
.carrousel-inner-testemunhos{
	position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-testemunhos {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

#slider {
  margin-bottom: 28px;
}

#slider img {
  object-fit: cover;
  width: 100%;
  height: 200px
}

.item-partners-background {
    //background: #F0F0EB;
    //height: 170px;
    padding: 14px;
}


#partners_box .footer-cta-text {
    color: white;
    font-size: 2.8rem;
    font-family: "PolySans Neutral", sans-serif;
    font-size: 24px;
    color: #000f64;
}

  #partners_box .higher {
    width: 120px !important;
}
#partners_box .icons-size{
width: 160px; 
height: min-content; 
padding: 10px;
}

    #partners_box .large {
        width: 270px !important;
    }
    
    
    #partners_box .large-xs {
        width: 210px !important;
    }
#sliderpartner img {
  object-fit: cover;
  width: 100%;
  //height: 200px
}

.img-size{
height: 200px !important
}

#slider .logo {
    object-fit: cover;
    width: 100px;
    position: absolute;
    right: 0;
    top: 30px;
}

.iframe-edu {
    border: 0;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: 390px;
    margin-bottom: 40px;
    margin-top: 40px;
}
iframe {
    border: 0;
    width: 100%;
    height: 320px;
}
.accordian-img{
width:100%;
}

.accordion-body{
    font-family: 'PolySans Neutral';
}

.item-title, .item-subtitle{
    font-family: "PolySans Neutral", sans-serif;
}

.item-title{
	font-size: 1rem;
    color: #0073ff;
    padding-top: 20px;
}
.item-subtitle{
    font-size: 0.8rem;
}
.item-dates{
    font-size: 11px;
    margin-bottom: 0px;
    color: #0073ff;
}

.testemunho_image{
	width: 7%;
    position: absolute;
    top: 45px;
}

.item-testemunhos-background{
	background: #F0F0EB;
  height: 170px;
  padding: 14px;
}

.item-hours{
    font-size: 10px;
    margin-bottom: 0px;
    color: #0073ff;
}
.item-testemunhos-title{
    font-size: 16px;
    color: #0073ff;
    margin-bottom: 0px;
}
.item-testemunhos-text{
    font-size: 12px;
    margin-bottom: 0px;
}


.item-text{
    font-size: 0.7rem;
}

.carousel-item{
    padding: 47px 0px 52px 60px;
    //height: 800px;
    width: 70%;
    margin-rigth: 15%;
    margin-left: 15%;
}

.carousel-item-testemunhos{
    padding: 47px 0px 52px 60px;
    height: 300px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000f64;
}

/* Accordian */

#accordian{padding: 90px 0px 20px 0px; margin-bottom: 21px;}

#accordian h3{

    margin-bottom: 100px;
    padding: 0px 150px;
    font-size: 3rem;
    line-height: 1.125;
    }
    
    #footer-description h2 {
        font-size: 3rem;
    
    }
    
    
#footer-description    .lp-text-react p, .lp-text-react h1, .lp-text-react h2, .lp-text-react h3 {
    white-space: pre-wrap;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-left: 20%;
    padding-right: 20%;
}

.accordion-item{margin-bottom: 16px; width: 100%;}

/* .accordian-box{ height: 636px;} */
.button-div{margin: 50px 0px 50px 0px; }

/* Line-break */

.product-page-line-break{margin: 65px 0px;}

/* Contact form with Image */
#contact-form-image{margin-top: 100px;margin-bottom: 60px;}

.contact-form-title{font-size: 1.75rem; padding-right: 50px;}
.contact-form-title-inside{font-weight: 500; margin-bottom: 22px;}
.wpcf7{border: solid 1px rgba(0, 0, 0, 0.5);padding: 46px 62px 0px 62px;}

.contact-page-image{
    object-fit:contain;
    width: 636px;
    height: 434.500px; 
}



/* General Content */



/* Error 404, 500 */

.error-wrapper{height: 330px}

.error-title{font-size: 10rem;}


/* European annoucment */

.european-announcement{color: white; padding-bottom: 40px;}
.european-announcement p {font-size: 1rem;}
.european-img img{max-width:700px; width:100%; object-fit: cover;}

.european-img{background-color: white;}


.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper {
  width: 80%;
  padding: 4%;
  margin: 20px auto;
  background: #fff;
}

.wrapper.cards {
  background: 0;
  width: 100%;
  padding: 0 0 0 0;
}

.card .front {

	color: #000;
	padding-top:30px;
	
}

.card .back {
  background: #444444;
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

.card {
  width: 100%;
  position: absolute;
  cursor: pointer;
border-top-width:0px;
  
  

  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
	
    border-color: transparent;
}

.card.flipped {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

.card .front,
.card .back {
	display: block;
    /* width: 100%; */
    color: black;
    text-align: center;
    font-size: 4em;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
	
.card .back {
	position:relative;
}

}

.card .back {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
 
}
button.btnSend {
  display: inline-block;
  min-width: 100px;
  padding: 3px 5px;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #03446A;
  background: #fff;
  border: 0;
  border-radius: 3;
} 

.card .back label {
  display: inline-block;
  width: 70px;
  text-align: left;
}



.cardTitle {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0;
}

/*
.container {
  position: relative;
  float: left;
  height: 260px;
  margin: 10px 0 10px 4%;
  background: #fff;
  
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
*/
/* .container:first-child {
  margin-left: 0;
}

.formItem:first-child {
  margin-top: 20px;
}

.content {
  padding: 4%;
  font-weight: 100;
  text-align: left;
}

*/

.counter {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.counter-number {
    color: #000f64;
    font-size: 30px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.hover-effect {
    transition: transform 0.3s ease-in-out;
}

.image-container:hover .hover-effect {
    transform: scale(1.2);
}


.image-container-background {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hover-effect-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the background color and opacity */
    transition: background-color 0.3s ease-in-out;
    background: no-repeat;
    width: 100%;
    background-size: cover;
    
}

.image-container-background:hover .hover-effect-background {
    transform: scale(1.2);
}
.show-mobile{
display: none;
}
.show-desktop{
display: block;
}

.em-event-location{
display:none;
}
.em.em-item.em-item-single .em-item-meta h3{
display:none;
}
/*
.em.em-search.has-advanced.has-views .em-search-views, .em.em-search.has-sorting.has-views .em-search-views {
    display: none;
}
.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button, .em.em-search .em-search-main.em-search-main-bar>.em-search-submit button, .em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button {
    background-image: url(/wp-content/uploads/2023/11/check-mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white !important;
    border: none !important;
    color: unset !important;
    width: 150px;
    color: white !important;
}

.em .em-search-advanced, .em.em-search, .em.em-search-advanced {
    --border-color: white;
}

.button-events{
    background-color: #000f64;
    padding: 12px 23px;
    color: white;
    text-align: center;
    font-size: 8px;
}*/

.carousel-card {
    text-align:center;
}

#menu-primary-menu-1{
display:none;
}

@media (max-width: 576px) {

.hero-title {
    font-weight: 200;
    margin-bottom: 29px;
    font-size: 40px;
    margin-left:0px;
    margin-right:0px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(22,22,22,0.321187850140056) 35%, rgb(2,0,36) 100%);
}
.search-categories{
    text-align: right !important;
    float: inline-start !important;
}
#text_block_titlesubtitle_and_text {
    margin: 0;
    /* padding: 0; */
}
#text_block_titlesubtitle_and_text p {
    font-weight: 350;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}
/*
.em-search-ajax {
    display: none !important;
}*/
.carousel-inner{
height: auto !important;
}
.center-card-img{
width: auto !important;
}
.center-card-img-mobile{
    width: 90% !important;
}

.challenge-box{
padding:0;
}
.cta-text {
    padding: 0;
    padding-top: 50px;
}
.show-mobile{
display: block;
}
.show-desktop{
display: none;
}
.carousel-item{
padding:0;}
.item-testemunhos-background {
    margin-bottom: 20px;
    height: auto;
}
.testemunho_image {
    width: 17%;
    position: absolute;
    top: 5px;
    right: 10px;
}
.n2-ss-slider {
    height: 340px;
}

.em.em-item.em-item-single.size-small .em-item-meta h3{
display:none;
}
.em.em-search-advanced.em-search-advanced-inline footer div {
    display: none !important;
}

.menu-mobile{
color:black;}

.special {
    padding: 0px 0px!important;
    background-color: #f0f0eb !important;
}
.bar {
    background: black;
}
.navbar-wrapper {
    padding: 0px 0px;
}
.custom-logo {
    width: auto !important;
}

#general-description {
    padding-top: 30%;
}
    .navbar-nav {
        display: none;
    }

    .navbar-nav.show {
        display: block;
    }

    .navbar-nav li {
        display: block;
    }

    .navbar-nav li ul {
        position: static;
        display: none;
    }
        .menu {
        flex-direction: column;
    }

    .submenu {
        position: relative;
    }

    .menu-mobile.active {
        display: block;
        right: 0;
        position: fixed !important;
        text-align: right;
        background-color: RGBA(0,15,102,1) !important;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 0px !important;
}

.n2-ss-slider .n2-ss-layer[data-pm=default], .n2-ss-slider .n2-ss-layer[data-pm=normal] {
    font-size: 12px;
}

.carousel-inner {
    height: auto !important;
    overflow: auto !important;
}


.carousel-card {
    margin-bottom: 20px;
}

.menu-toggle{
    display: block;
    position: fixed;
    right: 30px;
    top: 10px;}



}
#terms ul, li {
    list-style-type: inherit;
    color: #0d6efd;
    font-family: "Montserrat", sans-serif;    
    font-size: 17px;
}

#terms {
	margin-bottom: 50px;
	margin-top: 100px;
}


#terms p {
    font-size: 17px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

#cookies {
	margin-bottom: 50px;
	margin-top: 100px;
}

#cookies tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
}


#cookies p {
    font-size: 17px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
#privacidade {
	margin-bottom: 50px;
	margin-top: 100px;
}




#privacidade p {
    font-size: 17px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

#hero .hero-logos {
    position: absolute;
    /* right: 30px; */
    text-align: right;
    right: 10vh;
       // top: calc(5px + 8vh);
       top:10%;
        width: 30%;
    
}
@media (max-width: 1800px){
#hero .hero-logos {
    position: absolute;
    /* right: 30px; */
    text-align: right;
    right: 10vh;
     //  top: calc(5px + 5vh);
}
#hero .hero-text {
       // top: calc(5px + 8vh);
}

}
@media (max-width: 1400px){
    #hero .hero-logos {
        position: absolute;
        /* right: 30px; */
        text-align: right;
        right: 5vh;    
      //  top: calc(5px + 4vh);
    }
    #hero .hero-text {
       // top: calc(5px + 6vh);
}

.hero-text2 {
    font-size: 1rem;
    line-height: 0px;
}
    .hero-text {
        width: 38%;
    }

}

@media (max-width: 1300px){
    .hero-text {
        width: 50%;
        
     //   top: calc(8px + 5vh);
    }
    #hero {
        height: calc(25* 2.31vw);
    }
    .hero-text {
    top: 4%;
}
    #hero .hero-logos {
    
        top: 5%;
      //  top: calc(6px + 5vh);
    }
}
@media  (max-width: 1200px){
    .hero-text {
        width: 58%;
    }
    .hero-text {
    top: 22%%;
}
.hero-img {
    width: 30%;
    padding-left: 30px;
    padding-top: 30px;
}
#hero h2 {
    font-size: 41px;
}

}

@media (max-width: 1100px){

    #hero .hero-logos {
        position: absolute;
        /* right: 30px; */
        text-align: right;
        right: 3vh;
      //  top: calc(10px + 2vh);
    }
    #hero .hero-text {
     //   top: calc(0px + 1vh);
    }
    .hero-text {
        width: 68%;
    }
   .hero-text {
        top: 0%;
    }
    #hero {
        height: calc(24* 2.5vw);
    }

}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
.wpcf7 .body {
        width: auto !important;
        left: 420px !important;
        top: 0px !important;
        background: #FFFFFF !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

.imgbanner {
    width: 430px;
}

.wpcf7 .dot1 .wpcf7-list-item {
    padding-top: 0px !important;
}

.wpcf7 .dot2 .wpcf7-list-item {
    padding-top: 0px !important;
}

    .contact-form input[type="radio"]{
width:auto !important;
height:auto !important;
margin-right:8px;
}
    
.contact-form .text2{
	padding-top: 56px !important;
}
.contact-form .text3{
	padding-top: 75px !important;
}
.contact-form .text4{
	padding-top: 75px !important;
}
.contact-form .text5{
	padding-top: 75px !important;
	padding-bottom: 90px;
}
	

/* labels */
.contact-form label{
width:100% !important;
font-size:12px;
}

/* inputs */
.contact-form input{
width:100% !important;
}

/* campos específicos */
.field1,
.field2,
.field3,
.field4,
.field5{
width:100% !important;
}

/* termos */
.contact-form .wpcf7-list-item-label{
font-size:11px !important;
line-height:18px !important;
}

/* botão */
.submit{
width:100% !important;
margin-left:0 !important;
margin-top:20px;
}

/* banner */
.contact-banner img{
width:100%;
height:auto;
display:block;
}


.contact-banner {
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
    padding-top: 180px !important;
}

/* espaço entre campos */
.contact-form label{
display:block;
margin-bottom:15px;
}

    
    .footer-column.footer-logo {
        display: flex;
        margin-left: 0px;
        align-items: center;
		justify-content: center;
    }
    .footer-top {
        grid-template-columns: 1fr;
    }

	.footer-socials {
	 display: flex;
    margin-top: 15px;
    gap: 15px;
	align-items: center;
		justify-content: center;
	}
	.footer-bottom p {
    display: flex;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    margin-left: 0px;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	}
	

    .footer-bottom {
        text-align: left;
    }
}

/* ================= HEADER ================= */

.site-header {
    padding: 40px 60px;
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled{
  background: rgba(0,0,0,0.35);
	backdrop-filter: blur(10px);
}

.site-header .header-inner {
	max-width: 1200px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
}

/* ---------- MENU ESQUERDA ---------- */

.site-header .main-nav {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    justify-self: start;
}

.site-header .menu {
    display: flex;
    gap: 55px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .menu li a {
    font-family: "PolySans Neutral", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.site-header .menu li a:hover {
    opacity: 0.7;
    border: none !important;
}

/* ---------- LOGO CENTRO ---------- */

.site-header .site-logo {
    justify-self: center;
}

.site-header .site-logo img {
    height: 72px;
    width: 279px;
}

/* ---------- BOTÃO DIREITA ---------- */

.site-header .header-cta {
    justify-self: end;
}

/* ================= RESPONSIVO ================= */

@media (max-width: 992px) {

    .site-header .header-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .site-header .main-nav {
        justify-self: center;
    }

    .site-header .header-cta {
        justify-self: center;
    }

    .site-header .menu {
        flex-direction: column;
        gap: 15px;
    }
}
/* ================= btn download ================= */
.site-header .btn-download {
    position: relative;
    overflow: hidden;
    background: #BA9765;
    color: #ffffff !important;
    padding: 17.50px 25.49px;
    border-radius: 6px;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.35s ease;
}

/* =====================================================
   FOOTER V2 – CLEAN & ISOLATED
===================================================== */

.footer-v2 {
position: relative;
    z-index: 2;
}

/* ---------- INNER ---------- */

.footer-v2 .footer-inner {
  max-width: 993px;
  margin: 0 auto;
  padding: 0px 0 80px;
}

/* ---------- LOGO ---------- */

.footer-v2 .footer-logo {
  text-align: center;
  margin-bottom: 80px;
padding-top: 0px;
}

.footer-v2 .footer-logo img {
  max-width: 123px;
}

/* ---------- GRID ---------- */

.footer-v2 .footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr 0.5fr;
}

.footer-v2 .footer-col h4 {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
  color: #0EE0D8;
  margin-bottom: 16px;
}

.footer-v2 .footer-col p {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
  margin-top: 18px;
	margin-bottom: 2px;
  text-align:left;
}


.footer-v2 .footer-col .pfooter1  {
	
opacity: 0.5;
  font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 13px;
leading-trim: NONE;
line-height: 17px;
letter-spacing: 0%;
text-transform: uppercase;
	margin-top: 0px;
  text-align:left;
	margin-bottom: 8px;
}
.footer-v2 .footer-col .tcontact  {
	margin-left: 8px !important;
}

.footer-v2 .footer-col .pfooter2  {
font-family: Franklin Gothic Book;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	margin-top: 0px;
margin-bottom: 25px;
  text-align:left;
}
.footer-v2 .footer-col .ptitle  {
	margin-top:31px;
}
.footer-v2 .footer-col .ptitle2  {
	margin-top:0px;
}
.footer-v2 .footer-col .pcontact  {
	font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: right !important;
}

.footer-v2 .footer-col .pcontact2  {
	font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left !important;
}


.footer-v2 .footer-col strong {
  font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 23px;
letter-spacing: 0%;
}

.footer-v2 a {
  font-family: Franklin Gothic Book;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	margin-top: 0px;
  text-align:left;
}

.footer-v2 a:hover {
}

/* ---------- BOTTOM BAR ---------- */

.footer-v2 .footer-bottom {
  width: 100%;
  background: linear-gradient(90deg, #1f5a60, #00a9c6);
}

.footer-v2 .footer-bottom-inner {
  max-width: 993px;
  margin: 0 auto;
  padding: 24px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-v2 .footer-social a {
	font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0%;
    text-transform: uppercase;
  margin-right: 30px;
  font-size: 13px;
}

.footer-v2 .footer-legal a {
 font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 13px;
leading-trim: NONE;
line-height: 17px;
letter-spacing: 0%;
text-transform: uppercase;
  margin-left: 30px;
  font-size: 12px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {

  .footer-v2 .footer-inner {
    padding: 70px 20px 50px;
  }

  .footer-v2 .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-v2 .footer-bottom-inner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-v2 .footer-social a,
  .footer-v2 .footer-legal a {
    margin: 0 10px;
  }
}
/* =========================
   landing-page
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  color: #111;
  line-height: 1.4;
  background-color: #333341;
}

/* =========================
   CONTAINER
========================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================
   GLOBAL SECTIONS
========================= */
.landing-page section {
  padding: 120px 0;
}

/* =========================
   HERO
========================= */
.hero {
  padding-top: 225px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero .container {
  max-width: 996px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero img {
  vertical-align: middle;
}

.hero h5 {
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #555;
}

.hero h1 {
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	color: #FFFFFF;
    margin-bottom: 25px;
    text-transform: uppercase;

}

.hero p {
  font-family: Franklin Gothic Book;
	max-width: 792px;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 48px;
}

.hero .btn-download {
    position: relative;
    overflow: hidden;
    background: #BA9765;
    color: #ffffff !important;
    padding: 21.22px 33.43px;
    border-radius: 6px;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.35s ease;
}

/* =========================
   TREND / HYPE
========================= */
.trend {
  padding-top: 65px;
}



.trend-content {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 126px;
    align-items: start;
	max-width: 996px;
	margin: auto;
    padding-top: 120px;
}

.trend-left {
 max-width: 500px;
}

.trend-left .trend-label {
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: #0EE0D8;
    display: block;
    margin-bottom: 8px;
}

.trend-left h3 {
    text-align: left;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: #0EE0D8;
    display: block;
    margin-bottom: 8px;
}
.trend-left h2 {
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
	text-transform: uppercase;
	width: 425px;

}
.trend-video{
	max-width:996px;
    margin: 0 auto;
}

.trend-right p {
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
	text-align: left;
    margin-top: 26px;
    margin-bottom: 0px;
}
.trend-right span {
    color: #0EE0D8;
}

.trend iframe {
 
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

/* =========================
   METHODOLOGY
========================= */
.methodology-container {
  display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 126px;
    align-items: start;
    max-width: 996px;
    margin: auto;
    margin-top: 48px;
	width: 486;
    height: 100;
    angle: 0 deg;
    opacity: 1;
    top: 795px;
    left: 612px;
    border-radius: 8px;
    gap: 12px;
    border-width: 1px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);

}

.methodology-container h2 {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0%;
    text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.methodology-container h3 {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
	color: #0EE0D8;
	margin-bottom: 0px;
}


.methodology-steps {
  	display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 126px;
    align-items: start;
    max-width: 996px;
    margin: auto;
}
.methodology-steps .step-text {
	min-height: 1122pxpx;
  	max-width: 486px;
}

.methodology-step .btn-download
	{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #c79b59, #e0b76f);
    color: #ffffff !important;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.35s ease;
    }

/* TEXTO (esquerda) */
.methodology-steps .step-text p {
	font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
	text-align:left !important;
    margin-top: 0px;
}
.methodology-steps .step-text .p2 {
	font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
	text-align:left !important;
}
.methodology-steps .step-text .p3 {
	font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
	text-align:left !important;
	margin-top: 48px;
	margin-bottom: 0px;
}
.methodology-steps .step-text .p4 {
	font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	text-align:left !important;
	margin-top: 64px;
    color: #0EE0D8;
}

.methodology-steps .step-text span {
	color: #0EE0D8;
}

/* RESET TOTAL DO H1 */
.methodology-step h1 {
  all: unset;
  display: block;
}

/* TÍTULO / NÚMERO (direita) */
.methodology-steps .step-title {
	position: relative;
  top: 0px; 
  align-self: start;
  text-align: left;
  max-width: 384px;
}

.step-title{
    position:relative;
}

.methodology-steps .step-title h1 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: "Franklin Gothic Book";
    color: #0EE0D8;
	text-align: left;
}
.titles-text {
	margin-top: 64px;
    display: flex;
    gap: 24px; 
    flex-wrap: wrap;
	flex-direction: column;
}
.title-item {
    display: flex;
    gap: 24px;
    align-items: center;
}
.title-item .number {
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	color: #0EE0D8;
}
.title-item .text{
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
	color: #0EE0D8;
}
.methodology-steps .step-title h3 {
	text-align: left;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: #0EE0D8;
    display: block;
    margin-bottom: 8px;
}
.methodology-steps .step-title h2 {
margin-bottom: 0px;
font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 56px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
text-align: left;
text-transform: uppercase;
}

/* =========================
   Form
========================= */

.contact-banner {
	margin: 0 auto;
    width: 760px;
	text-align: center;
    padding-top: 180px;
}

.imgbanner {
    width: 760px;
}

.wpcf7 {
    border: 0px;
    padding: 0px;
}
.wpcf7-form.cf7skins {
    color: #ffffff;
}

.contact-form{
	max-width:760px;
	margin:0 auto;
}

.contact-section{
padding-bottom: 180px;
}

.contact-form .text2{
padding-top: 38px;
}
.contact-form .text3{
padding-top: 38px;
}
.contact-form .text4{
padding-top: 38px;
}
.contact-form .text5{
padding-top: 38px;
}
.contact-form .wpcf7-form-control wpcf7-radio dot{
padding-top: 38px;
}
.wpcf7 .submit{

font-family: Franklin Gothic Book !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 16px !important;
    leading-trim: NONE !important;
    line-height: 23px !important;
    letter-spacing: 0% !important;
	text-transform: uppercase;
    font-weight: bold !important;
}
.wpcf7 .dot1 .wpcf7-list-item{
padding-top:38px;
}

.wpcf7 .dot2 .wpcf7-list-item{
padding-top:15px;
}

/* =========================
   Text and title in footer pages
========================= */

.title_and_text .container{
    margin: 0 auto !important;
    padding: 220px 24px !important;
    padding-bottom: 120px !important;
    max-width: 996px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.title_and_texts p{
    color: #ffffff;
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
	margin-bottom: 0px;
}

.title_and_texts li{
    color: #ffffff;
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
}



.title_and_texts h1{
    color: #ffffff;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: left;
	margin-bottom: 40px;
}

.title_and_texts h2{
    color: #ffffff;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-align: left;
	margin-bottom: 0px;
}

/* =========================
   FEATURES / FENÓMENOS
========================= */
.features {
  padding: 120px 0;
}

.features .container {
  display: grid;
 // grid-template-columns: repeat(5, 1.5fr);
  gap: 16px;
}

/* CARD */
.feature {
  background: #0EE0D8;
  padding: 40px 16px 32px 16px;
  border-radius: 8px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}

/* =========================
   ABOUT / PUBLICIS
========================= */
.about {
	background: #FFFFFF0D;
  margin: 0 auto;
  max-width: 1200px;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 120px;
}

.about .container {
//padding-left: 102px !important;
  //  padding-right: 95px !important;
  align-items: start;
}

.about-image {
text-align: center;
}

/* TEXTO */
.about h1 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: bold;
  font-family: "Franklin Gothic Book";
  color: #0EE0D8;
}
.about-text span{
color: #BA9765;
}
.about h2 {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
	max-width: 792px;
    margin: 0 auto;
	margin-bottom: 8px;
}
.about h3 {
  	font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	max-width: 792px;
    margin: 0 auto;
	margin-bottom: 40px;
}

.about p {
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
	max-width: 612px;
    margin: 0 auto;
    margin-bottom: 80px;
}

/* IMAGEM */
.about img {
  	max-width: 1003px;
	height: 560px;
	angle: 0 deg;
	opacity: 1;
	top: 5541px;
	left: 222px;
	border-radius: 8px;
	box-shadow: 0px 14px 74px 40px #00000017;
    width: 100%;
}

/* download container*/
.download{
padding-bottom: 65px;
padding-top: 80px;
}

.download .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 142px;
    angle: 0 deg;
    opacity: 1;
    top: 2165px;
    left: 120px;
    padding-top: 40px;
    padding-right: 102px;
    padding-bottom: 40px;
    padding-left: 102px;
    gap: 15px;
    padding: 0 0px;
}

.download-box {
    padding: 40px 120px;
    height: 142px;
    angle: 0 deg;
    opacity: 1;
    top: 2165px;
    left: 120px;
    padding-top: 40px;
    padding-right: 102px;
    padding-bottom: 40px;
    padding-left: 102px;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.download-left h2 {
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 8px;
    color: #222030;
}

.download-left p {
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #222030;
    margin: 0;
    text-align: left;
}

.download .btn-download {
    position: relative;
    overflow: hidden;
    background: #BA9765;
    color: #ffffff !important;
    padding: 21.73px 28px;
    border-radius: 6px;
    font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.35s ease;
}
.btn-download img {
	margin-left: 14.33px;
    width: 16px;
}

/* Slider */

.custom-features-section py-5 {
 	width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.custom-feature-card {
    width: 282px;
    height: 360px !important;
    padding: 32px 24px !important;
    border-radius: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    background: transparent;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.custom-feature-slide {
     width: 282px;
    margin-right: 16px;
	 flex-shrink:0;
}

/* ÍCONE */
.custom-feature-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}
.h3feat {
  font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
	
	margin-bottom: 8px;
	text-align: left;
	color: #0EE0D8;
}
.h2feat {
  	font-family: Franklin Gothic Medium;
    font-weight: 400;
    font-style: Regular;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom: 80px;
    text-align: left;
	color: #FFFFFF;
    text-transform: uppercase;
}
.custom-features-section{
	max-width: 996px !important;
    margin: 0 auto !important;
}
.py-5 {
 max-width: 1200px !important;
    margin: 0 auto !important;
    padding-top: 180px !important;
    padding-bottom: 140px !important;
}
.slider-progress {
    width: 120px;
    height: 4px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
}

.slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%; /* tamanho do segmento */
    height: 100%;
    background: #0EE0D8;
    border-radius: 20px;
    transition: left 0.4s ease;
}

/* TÍTULO */
.custom-feature-card h4 {
    font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
    color: #FFFFFF;
    margin: 0 0 12px 0;
	margin-bottom: 0px;
    text-align: left;
    margin-top: auto !important; 
    transition: all 0.4s ease;
    text-transform: uppercase;

}
.custom-feature-card:hover h4 {
    font-family: Franklin Gothic Medium;
font-weight: 400;
font-style: Regular;
font-size: 28px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: bottom;
    color: #FFFFFF;
    margin: 0 0 12px 0;
    text-align: left;
    margin-top: auto !important; 
    transition: all 0.4s ease;
}


/* TEXTO */
.custom-feature-card p {
    font-family: Franklin Gothic Book;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 25px;
letter-spacing: 0%;

    color: #47426D;
    text-align: left;
    margin: 0!important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

/* HOVER */
.custom-feature-card:hover {
    background: #2ec4b6; 
	border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.2);
	transform: scale(1.01) !important;
}

/* No hover o título sobe */
.custom-feature-card:hover h4 {
    color: #47426D;
}

/* Mostrar ícone e texto */
.custom-feature-card:hover img,
.custom-feature-card:hover p {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .features .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .features .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .methodology-step {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .methodology-step .step-title {
    text-align: left;
	top: 0px !important;
    position: relative !important;
  }

  .about .container {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .about img {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .landing-page section {
    padding: 80px 0;
  }
	.download-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

	    .methodology-steps .step-title {
        margin-bottom: -150px;
		top: 0px !important;
    position: relative !important;
    }

    .download-right {
        width: 100%;
    }

    .btn-download {
        width: 100%;
        justify-content: center;
    }
  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .features {
    padding: 80px 0;
  }
  .methodology {
    padding: 100px 0;
  }

  .methodology-step .step-title h1 {
    font-size: 48px;
  }
.methodology,
.methodology .container,
.methodology-steps{
  overflow: visible !important;
}

  .methodology-step .step-text p {
    font-size: 16px;
  }

  .features .container {
    grid-template-columns: 1fr;
  }

  .about {
    padding: 100px 24px;
  }

  .about p {
    font-size: 16px;
  }
}



.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-play {
  position: absolute;
  left: 45%; /* ligeiramente à esquerda */
  top: 60%;  /* mais para baixo */
  transform: translate(-50%, -50%);
  
  border: 2px solid #0EE0D8 !important;
  border-radius: 40px !important;
  padding: 14px 28px !important;
  
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-play span {
  color: #0EE0D8 !important;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.custom-play:hover {
  background: #0EE0D8 !important;
}

.custom-play:hover span {
  color: #000 !important;
}

.fullscreen-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb,
.fullscreen-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.custom-play {
  position: absolute;
  left: 45%;
  top: 65%;
  transform: translate(-50%, -50%);
  
  border: 2px solid #0EE0D8 !important;
  border-radius: 50px !important;
  padding: 16px 36px !important;
  
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  
  color: #0EE0D8 !important;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  
  transition: all 0.3s ease;
}

.custom-play:hover {
  background: #0EE0D8 !important;
  color: #000 !important;
}

.custom-play span {
  margin-left: 6px;
}


.features-slider .feature {
    transition: transform 0.3s ease;
    width: 300px;
}

.features-slider .feature:hover {
    transform: translateY(-5px);
}

.features-slider .feature-slide {
    box-sizing: border-box;
}
.features-slider .feature {
    width: 100%;  /* importante */
}

.custom-features-slider .custom-feature-slide {
    box-sizing: border-box;
	
}

.custom-features-slider::-webkit-scrollbar{
    display:none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  pointer-events: none;

  mask-image: radial-gradient(circle 60px at 50% 50%, transparent 0%, black 100%);
  -webkit-mask-image: radial-gradient(circle 60px at 50% 50%, transparent 0%, black 100%);
}