@charset "UTF-8";
/*!
Theme Name: Atipiko Brands
Theme URI: https://atipikobrands.com/
Author: Atipiko Brands
Author URI: https://atipikobrands.com/
Description: Um tema inclusivo para Atipiko Brands, Lda.
Text Domain: Thema Wordpress com ACF
Version: 1
*/
/* Reset de estilos */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Configurações padrão para blocos */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reseta a aparência dos botões */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/* Remove estilos padrão de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove a aparência do campo de pesquisa no Safari */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* Remove a aparência do contorno em formulários no Firefox */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:focus,
input:focus {
  outline: 0;
}

/* Remove a aparência de rolagem de textos em dispositivos móveis */
textarea {
  resize: none;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 90px;
  display: flex;
  align-items: center;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}
.site-header .menu {
  display: flex;
  gap: 80px;
}
.site-header .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .brand img {
  width: 150px;
  height: auto;
}
.site-header .nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header .nav .nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}
.site-header .nav .nav__burger span {
  display: block;
  width: 35px;
  height: 2px;
  background: #0b0f1a;
  margin: 8px auto;
  border-radius: 2px;
}
.site-header .nav .nav__list {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .nav .nav__link {
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  padding: 8px 0;
  color: #0b0f1a;
  opacity: 0.92;
}
.site-header .nav .nav__link.is-dd {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .nav .nav__link:hover {
  opacity: 1;
}
.site-header .nav .nav__link.is-active {
  color: var(--blue);
  opacity: 1;
}
.site-header .nav .nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  height: 4px;
  background: #1A3EEA;
  border-radius: 3px;
}
.site-header .header-actions {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 600px) {
  .site-header .header-actions {
    display: flex;
  }
}
.site-header .header-actions .header-actions__link a {
  color: #000;
}
.site-header .header-actions .header-actions__link {
  opacity: 0.9;
}
.site-header .header-actions .header-actions__link:hover {
  opacity: 1;
}
.site-header .header-actions .lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border-left: 1px solid;
  padding: 4px 6px;
}
.site-header {
  /* Desktop dropdown */
}
.site-header .drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100dvh;
  background: var(--navy);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 46px 0 56px;
  z-index: 1200;
}
.site-header .drop__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.site-header .drop__left .drop__title {
  margin: 0 0 12px;
}
.site-header .drop__left .drop__text {
  margin: 0;
  max-width: 560px;
  opacity: 0.92;
}
.site-header .drop__right {
  padding-top: 12px;
}
.site-header .drop__right .drop-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.site-header .drop__right .drop-link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.site-header .drop__right .drop-link .arrow {
  font-size: 20px;
  opacity: 0.95;
  transition: transform 0.18s ease;
}
.site-header .drop__right .drop-link:hover .arrow {
  transform: translateX(3px);
}
.site-header {
  /* MOBILE EY MENU */
}
.site-header .mnav {
  position: fixed;
  inset: 0;
  background: #1f222a;
  color: #fff;
  z-index: 2000;
}
.site-header .mnav__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-header .mpanel {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
}
.site-header .mpanel.is-active {
  transform: translateX(0);
}
.site-header .mnav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header .mnav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .mnav__brand img {
  width: 150px;
  height: auto;
}
.site-header .mnav__mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(15, 27, 251, 0.35), rgba(255, 255, 255, 0.06));
  outline: 1px solid rgba(255, 255, 255, 0.12);
}
.site-header .mnav__name {
  font-weight: 700;
  font-size: 18px;
}
.site-header .mnav__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .mnav__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.site-header .mnav__list {
  padding: 10px 20px;
}
.site-header .mnav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.site-header .mnav__link.has-child {
  cursor: pointer;
}
.site-header .mnav__link .arr {
  font-size: 22px;
  opacity: 0.85;
}
.site-header .mnav__bottom {
  margin-top: auto;
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.9;
}
.site-header .mnav__locale {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.site-header .mnav__locale .sep {
  opacity: 0.6;
}
.site-header .mnav__back {
  background: none;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.site-header .mpanel__content {
  padding: 24px 20px;
  overflow: auto;
}
.site-header .mpanel__content h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
.site-header .mpanel__content p {
  margin: 0 0 20px;
  opacity: 0.85;
}
.site-header .mnav__cta {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 14px;
  margin: 0 0 24px;
  font-weight: 600;
}
.site-header .mnav__subttl {
  margin: 0 0 10px;
  color: #ffef00;
  /* amarelo ey-like (podes mudar se quiseres) */
  font-weight: 700;
}
.site-header .mnav__sublist a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1024px) {
  .site-header .header-actions {
    display: none !important;
  }
  .site-header .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .nav__list {
    display: none;
  }
  .site-header .nav__burger {
    display: block;
  }
}
.footer {
  background: #081328;
  color: #ffffff;
  padding: 80px 0 40px;
  /* ================= GRID TOP ================= */
}
@media (max-width: 575px) {
  .footer .container {
    text-align: left;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}
.footer__brand img {
  max-width: 220px;
  height: auto;
  display: block;
}
.footer__col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.9;
}
.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__col ul li {
  margin-bottom: 14px;
}
.footer__col ul a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s ease;
}
.footer__col ul a:hover {
  opacity: 1;
}
.footer .footer__text {
  line-height: 1.5;
}
.footer {
  /* ================= BOTTOM ================= */
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}
.footer__copy {
  opacity: 0.7;
  line-height: 1.6;
}
.footer__socials {
  display: flex;
  gap: 20px;
}
.footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.footer__socials a img {
  width: 18px;
  height: 18px;
}
.footer__socials a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
body {
  font-family: "Encode Sans", sans-serif;
  font-size: 1.0625rem;
  transition: background-color 0.3s, color 0.3s;
  color: #000;
  background-color: #F3F0E8;
}

:root {
  --white: #ffffff;
  --blue: #0F1BFB;
  --navy: #081328;
  --text: 17px;
  --h1: 50px;
  --h2: 40px;
  --h1-m: 35px;
  --h2-m: 30px;
  --container: 1120px;
}

.kicker {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}

.cover-image {
  position: relative;
  width: 100%;
}
.cover-image > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

h1,
h2,
h3 {
  font-family: "Encode Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 0.625rem;
}

h1 {
  font-size: 3.125rem;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 2.1875rem;
  line-height: 1;
}
@media (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  font-size: 1.0625rem;
  line-height: 1.5;
}

a {
  font-size: 1.0625rem;
  line-height: 1.4;
}

.accordion-content {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .accordion-content {
    width: 100%;
  }
}
.accordion-content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin: 28px 0 18px;
}
.accordion-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 16px;
}
.accordion-content p,
.accordion-content span {
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.accordion-content blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 16px;
  margin: 20px 0;
  color: #666;
}
.accordion-content ul,
.accordion-content ol {
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.accordion-content ul {
  list-style-type: disc;
}
.accordion-content ol {
  list-style-type: decimal;
}
.accordion-content li {
  margin-bottom: 10px;
}
.accordion-content a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.accordion-content a:hover {
  color: #0f5bb5;
  text-decoration: underline;
}
.accordion-content u {
  text-decoration: underline;
}
.accordion-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
}
.accordion-content strong {
  font-weight: bold;
}
.accordion-content em {
  font-style: italic;
}

.container {
  max-width: 1250px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

.mg-mx {
  margin: 100px 0;
}
@media (max-width: 575px) {
  .mg-mx {
    margin: 50px 0;
  }
}

.mg-md {
  margin: 50px 0;
}

.mg-pd {
  margin: 20px 0;
}

.pd-mx {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .pd-mx {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}

.pd-pd {
  padding: 20px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 35px;
}
@media (max-width: 1000px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 575px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

:root {
  --color-blue: #1A3EEA;
  --color-white: #FFFFFF;
  --color-black: #081328;
  --font-main: 'Encode Sans', sans-serif;
  --font-size-base: 17px;
  /* Breakpoints padrão */
  --breakpoint-xs: 480px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
}

/* Hero */
.hero {
  position: relative;
  height: 650px;
  align-items: center;
  color: #F3F0E8;
}
.hero .container {
  margin-left: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.hero .hero__inner {
  position: relative;
  padding-top: 180px;
  max-width: 550px;
  z-index: 10;
}
.hero .hero__inner .hero__text {
  margin: 0;
  max-width: 520px;
  opacity: 0.95;
  border-left: solid 2px var(--blue);
  padding: 5px 15px;
  margin: 10px 0;
}

/* CTA */
.cta {
  position: relative;
  height: 550px;
  align-items: center;
  color: #F3F0E8;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.cta .cta__inner {
  position: relative;
  padding-top: 150px;
  max-width: 550px;
  z-index: 10;
}
.cta .cta__inner .cta__text {
  margin: 0;
  max-width: 520px;
  opacity: 0.95;
  margin: 10px 0;
}

.title {
  position: relative;
  min-height: 550px;
  align-items: center;
  color: #F3F0E8;
}
.title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.title .title__inner {
  position: relative;
  padding-top: 160px;
  max-width: 550px;
  z-index: 10;
}
.title .title__inner .title_text {
  margin: 0;
  max-width: 520px;
  opacity: 0.95;
  margin: 10px 0;
}

/* Responsive */
@media (max-width: 1000px) {
  h1 {
    font-size: var(--h1-m);
  }
  h2 {
    font-size: var(--h2-m);
  }
  .site-header .header-row {
    padding: 14px 0;
  }
  .site-header .nav .nav__burger {
    display: block;
  }
  .site-header .nav .nav__list {
    display: none;
  }
  .site-header .header-actions .header-actions__link {
    display: none;
  }
  .site-header {
    /* desktop dropdown não aparece no mobile */
  }
  .site-header .drop {
    display: none !important;
  }
  .education .education__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero {
    min-height: 72vh;
  }
  .hero .hero__inner {
    padding-top: 200px;
  }
  .footer .footer__grid {
    grid-template-columns: 1fr;
  }
}
.hero-media {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.hero-media .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-media .hero-bg.video video, .hero-media .hero-bg.video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-media .hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.hero-media .hero-content h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  max-width: 900px;
}
@media (max-width: 575px) {
  .hero-media .hero-content h2 {
    font-size: 22px;
  }
}

.events {
  background: var(--navy);
  color: var(--white);
  padding: 80px 0;
}
.events .events__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: start;
}
.events .events__divider {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.22);
}
.events .event {
  padding: 0 10px;
}
.events .event .event__kicker {
  margin: 0 0 16px;
  font-size: 17px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 27, 251, 0.95);
}
.events .event .event__title {
  margin: 0 0 14px;
  font-size: 35px;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.events .event .event__text {
  margin: 0 0 20px;
  max-width: 520px;
  opacity: 0.92;
}
.events .event .event__image {
  width: 100%;
  aspect-ratio: 13/7;
  overflow: hidden;
  border-radius: 2px;
  margin: 10px 0 18px;
}
.events .event .event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}
.events .event .event__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 42px;
  padding: 0 16px;
  background: var(--blue);
  color: var(--white);
  font-weight: 500;
  border-radius: 2px;
}

/* Responsivo */
@media (max-width: 900px) {
  .events {
    padding: 56px 0;
  }
  .events .events__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .events .events__divider {
    display: none;
  }
  .events .event .event__title {
    font-size: 32px;
  }
  .events .event .event__image {
    max-width: 100%;
    aspect-ratio: 13/8;
  }
}
.tabs {
  background: var(--blue);
  color: var(--white);
  padding: 44px 0 70px;
}
.tabs .tabs__top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 8px;
}
.tabs .tab {
  font: inherit;
  border: 0;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 400;
}
.tabs .tab.is-active {
  background: var(--white);
  color: #0b0f1a;
}
.tabs .tabs__line {
  height: 1px;
  background: var(--white);
}
.tabs .tabs__panels {
  margin-top: 44px;
}
.tabs .panel {
  display: none;
}
.tabs .panel.is-active {
  display: block;
}
.tabs .panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.tabs .panel__title {
  margin: 0 0 38px;
  font-size: 40px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tabs .panel__list {
  width: min(460px, 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.tabs .panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 17px;
  letter-spacing: 0.12em;
}
.tabs .panel__item .arr {
  font-size: 22px;
  opacity: 0.9;
  transition: transform 0.18s ease;
}
.tabs .panel__item:hover .arr {
  transform: translateX(3px);
}
.tabs .panel__right {
  padding-top: 44px;
}
.tabs .panel__text {
  margin: 0 0 26px;
  max-width: 520px;
  opacity: 0.92;
}
.tabs .panel__img {
  width: min(520px, 100%);
  aspect-ratio: 11/7;
  overflow: hidden;
  border-radius: 2px;
}
.tabs .panel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

/* Mobile */
@media (max-width: 900px) {
  .tabs {
    padding: 26px 0 54px;
  }
  .tabs .tabs__top {
    gap: 12px;
    flex-wrap: wrap;
  }
  .tabs .tab {
    font-size: 18px;
    padding: 10px 14px;
  }
  .tabs .panel__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .tabs .panel__title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .tabs .panel__right {
    padding-top: 0;
  }
  .tabs .panel__img {
    aspect-ratio: 12/9;
  }
}
.clients {
  padding: 70px 0;
}
.clients .clients__lead {
  margin: 0 auto 34px;
  text-align: center;
  max-width: 550px;
  color: black;
}
.clients .clients__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}
.clients .clients__logos img {
  max-height: 56px;
  /* controla altura dos logos */
  width: auto;
  object-fit: contain;
  opacity: 0.92;
  filter: grayscale(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.clients .clients__logos img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 900px) {
  .clients {
    padding: 46px 0;
  }
  .clients .clients__logos {
    gap: 26px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }
  .clients .clients__logos img {
    max-height: 46px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .clients .clients__logos {
    /* esconder scrollbar no chrome */
  }
  .clients .clients__logos::-webkit-scrollbar {
    height: 8px;
  }
  .clients .clients__logos::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 99px;
  }
}
.curso-background {
  background-color: #081328;
  color: white;
}
.curso-background p > strong {
  font-weight: bold;
}
.curso-background h1,
.curso-background h2,
.curso-background h3,
.curso-background span {
  font-weight: bold;
  line-height: 1.3;
}
.curso-background h1 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .curso-background h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.curso-background h2 {
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .curso-background h2 {
    font-size: 25px;
  }
}
.curso-background span {
  color: #f3c911;
  font-size: 35px;
}
@media (max-width: 768px) {
  .curso-background span {
    font-size: 25px;
  }
}
.curso-background h3 {
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .curso-background h3 {
    font-size: 20px;
  }
}
.curso-background p {
  font-size: 17px;
  line-height: 25px;
}
.curso-background .btn {
  background: #f3c911;
  padding: 15px 25px;
  margin-top: 20px;
  font-size: 17px;
  color: black;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  animation: pulse 1.5s infinite;
}
.curso-background .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: rgba(212, 216, 0, 0.5);
  /* Cor da aura */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  animation: aura 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes aura {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
}
.curso-background .btn-ops {
  background: #06a800;
  padding: 15px 25px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes aura {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
}

.first {
  position: relative;
  background: url("/assets/imagens/curso/back.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
@media (max-width: 800px) {
  .first {
    height: auto;
  }
}
.first .container {
  padding-top: 50px;
  padding-bottom: 0;
}
.first .first-content {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .first .first-content {
    flex-direction: column;
  }
}
.first .first-content .left-side {
  flex: 1;
  padding-right: 40px;
  text-align: left;
}
@media (max-width: 1100px) {
  .first .first-content .left-side {
    padding-right: 0;
  }
}
.first .first-content .left-side .logo {
  width: 200px;
  height: auto;
  padding-bottom: 40px;
}
.first .first-content .left-side .logo img {
  width: 100%;
  height: auto;
}
.first .first-content .left-side h1 {
  color: #f3c911;
  margin-bottom: 20px;
}
.first .first-content .left-side p {
  font-size: 17px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 20px;
}
.first .first-content .left-side span {
  color: #ffffff;
  font-weight: bold;
}
.first .first-content .right-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first .first-content .right-side img {
  width: 600px;
  height: auto;
}
@media (max-width: 750px) {
  .first .first-content .right-side img {
    width: 100%;
    height: auto;
  }
}

.curso {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .curso {
    padding: 50px 20px;
  }
}
.curso img {
  width: 200px;
  height: auto;
  padding-bottom: 20px;
}
.curso h2 {
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  width: 80vh;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .curso h2 {
    width: 100%;
  }
}
.curso p {
  width: 60%;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .curso p {
    width: 100%;
  }
}

@keyframes slide {
  0%, 33.333% {
    transform: translateX(0%);
  }
  33.334%, 66.666% {
    transform: translateX(-100%);
  }
  66.667%, 100% {
    transform: translateX(-200%);
  }
}
.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
  text-align: center;
}
@media (max-width: 760px) {
  .testimonials {
    padding: 50px 20px;
  }
}
.testimonials .hmain {
  margin-bottom: 40px;
}
.testimonials .hmain .label {
  display: inline-block;
  background-color: #0e0d0d;
  color: #ff8c00;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonials .tgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 75%;
}
@media (max-width: 960px) {
  .testimonials .tgrid {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }
}
@media (max-width: 560px) {
  .testimonials .tgrid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.testimonials .tgrid .tcard {
  background-color: #011053;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
}
.testimonials .tgrid .tcard .quotes p {
  font-family: "Alex Brush", cursive;
  font-size: 120px;
  color: blue;
}
.testimonials .tgrid .tcard .ttext {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: rgb(241, 241, 241);
}
.testimonials .tgrid .tcard .author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.testimonials .tgrid .tcard .author .timage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonials .tgrid .tcard .author img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonials .tgrid .tcard .author .tinfo .tname {
  font-size: 16px;
  font-weight: 600;
  color: #f3c911;
}
.testimonials .tgrid .tcard .author .tinfo .tusername {
  font-size: 14px;
  color: rgb(228, 228, 228);
}

.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .video {
    padding: 50px 10px;
  }
}
.video .video-box iframe {
  width: 850px;
  height: 450px;
}
@media (max-width: 750px) {
  .video {
    padding: 25px 10px;
  }
  .video .video-box iframe {
    width: 100%;
    height: 200px;
  }
}
.video img {
  width: 200px;
  height: auto;
  padding-bottom: 20px;
}
.video h2 {
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  width: 70vh;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .video h2 {
    width: 100%;
  }
}
.video p {
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  .video p {
    width: 100%;
  }
}

.second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .second {
    padding: 0 20px;
  }
}
.second h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  width: 50vh;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .second h2 {
    max-width: 100%;
    font-size: 25px;
  }
}
.second .lessons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 70%;
}
@media (max-width: 768px) {
  .second .lessons {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.second .lessons .lesson {
  padding: 35px;
  border: 2px solid #f3c911;
  border-radius: 25px;
}
.second .lessons .lesson .titulo-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.second .lessons .lesson .titulo-icon img {
  display: none;
  height: 30px;
}
.second .lessons .lesson .titulo-icon h3 {
  font-size: 24px;
  color: #f3c911;
  font-weight: bold;
}
.second .lessons .lesson ul li {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 20px;
}
.second .lessons .lesson p {
  line-height: 25px;
}

.expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
  background-color: #081328;
}
@media (max-width: 768px) {
  .expertise {
    padding: 50px 20px;
  }
}
.expertise h2 {
  text-align: center;
  width: 50vh;
  padding-bottom: 30px;
  color: #F3F0E8;
}
@media (max-width: 768px) {
  .expertise h2 {
    max-width: 100%;
  }
}
.expertise .accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 60%;
  gap: 15px;
}
@media (max-width: 768px) {
  .expertise .accordion {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 0;
  }
}
.expertise .accordion .accordion-item {
  background: #f3c911;
  margin-bottom: 15px;
  border-radius: 10px;
}
.expertise .accordion .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  color: black;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  .expertise .accordion .accordion-item .accordion-title {
    font-size: 19px;
  }
}
.expertise .accordion .accordion-item .accordion-title span {
  float: right;
  transition: transform 0.3s ease;
  font-size: 35px;
  color: black;
}
.expertise .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
}
.expertise .accordion .accordion-item .accordion-content p {
  margin: 1rem 0;
  color: black;
}
.expertise .accordion .accordion-item .accordion-content ul {
  padding-bottom: 1rem;
  color: black;
}
.expertise .accordion .accordion-item .accordion-content ul li {
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.3;
}
.expertise .accordion .accordion-item.active .accordion-title span {
  transform: rotate(45deg);
}
.expertise .accordion .accordion-item.active .accordion-content {
  max-height: 200px;
}

.marquee {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.marquee .carousel-container {
  width: 100%;
  overflow: hidden;
}
.marquee .carousel {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 10s linear infinite;
}
.marquee .carousel img {
  width: 300px;
  border-radius: 20px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.marquee .slide-text {
  width: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 900px) {
  .marquee .slide-text {
    width: 100%;
    padding: 0 20px;
  }
}
.marquee .slide-text h1 {
  padding-bottom: 20px;
}
.marquee .slide-text p {
  padding-bottom: 20px;
}
.marquee .marquee-content {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: scrolling 30s linear infinite;
}
.marquee .marquee-content li {
  flex-shrink: 0;
  width: 300px;
}
.marquee .marquee-content li img {
  width: 100%;
  border-radius: 20px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.person {
  position: relative;
  background: #f3c911;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
}
.person h2 {
  color: black;
}
@media (max-width: 900px) {
  .person {
    height: auto;
  }
}
.person .first-content {
  display: flex;
}
@media (max-width: 900px) {
  .person .first-content {
    flex-direction: column-reverse;
  }
}
.person .first-content .left-side {
  flex: 1;
  text-align: left;
  z-index: 60;
}
@media (max-width: 900px) {
  .person .first-content .left-side {
    padding-right: 0;
  }
}
.person .first-content .left-side h3 {
  font-weight: 300;
  font-size: 25px;
  padding: 20px 0;
  color: black;
}
.person .first-content .left-side p {
  font-size: 17px;
  line-height: 30px;
  color: black;
  margin-bottom: 20px;
}
.person .first-content .left-side img {
  width: 100px;
  height: auto;
}
.person .first-content .right-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.person .first-content .right-side img {
  position: absolute;
  width: 310px;
  height: auto;
}
@media (max-width: 900px) {
  .person .first-content .right-side img {
    position: relative;
    width: 285px;
  }
}
@media (max-width: 900px) {
  .person .first-content .right-side::after {
    content: "";
    position: absolute;
    left: -10%;
    bottom: -10%;
    width: 100%;
    height: 28%;
    background-image: url("../assets/imagens/curso/cover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
}

.footer-curso {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ffffff;
}
.footer-curso .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-curso .container .image-footer {
  padding-top: 50px;
  padding-bottom: 10px;
}
.footer-curso img {
  width: 200px;
  height: auto;
}
@media (max-width: 750px) {
  .footer-curso img {
    width: 150px;
  }
}
.footer-curso .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-curso .footer-content h1 {
  font-weight: 600;
  color: #f3c911;
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
}
@media (max-width: 900px) {
  .footer-curso .footer-content h1 {
    width: 100%;
  }
}
.footer-curso .footer-content p {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff !important;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  video {
    width: 100%;
  }
}

.why-section {
  background: #f4f5f7;
  padding: 100px 0;
}
.why-section .why-header {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .why-section .why-header {
    margin-bottom: 25px;
  }
}
.why-section .why-header h2 {
  font-size: 48px;
  font-weight: 500;
  color: #1c1f26;
  margin: 0;
}
.why-section .why-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.why-section .wysiwyg {
  font-size: 18px;
  line-height: 1.85;
  color: #4a4f5a;
}
.why-section .wysiwyg p {
  margin-bottom: 28px;
}
.why-section .wysiwyg p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .why-section {
    padding: 50px 0;
  }
  .why-section .why-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-section .why-header h2 {
    font-size: 36px;
  }
}
.purpose-section {
  padding: 80px 0;
  transition: background 0.3s ease;
}
.purpose-section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.purpose-section .purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}
.purpose-section .purpose-left h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.purpose-section .accordion-item {
  border-bottom: 1px solid var(--accordion-line);
  padding: 25px 0;
}
.purpose-section .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.purpose-section .accordion-item .accordion-header h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.purpose-section .accordion-item .accordion-header .icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.purpose-section .accordion-item .accordion-header .icon::before, .purpose-section .accordion-item .accordion-header .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: 0.3s ease;
}
.purpose-section .accordion-item .accordion-header .icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.purpose-section .accordion-item .accordion-header .icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.purpose-section .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
}
.purpose-section .accordion-item.active .accordion-content {
  max-height: 500px;
  opacity: 1;
  margin-top: 20px;
}
.purpose-section .accordion-item.active .icon::after {
  height: 0;
}

@media (max-width: 900px) {
  .purpose-section {
    padding: 50px 0;
  }
  .purpose-section .purpose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .purpose-section .purpose-left h2 {
    font-size: 30px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 10px;
  padding: 12px 18px;
  background: #1A3EEA;
  color: #F3F0E8;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover {
  background: rgb(86.6882591093, 73.8137651822, 138.1862348178);
  transform: translateX(-1px);
}

/*# sourceMappingURL=style.css.map */
