@font-face {
  font-family: "PLZ";
  src: url("../fonts/plz.ttf");
}

:root {
  --azul: #1f365f;
  --laranja: #ee9446;
  --azul-claro: #155480;
  --main-color-one: var(--azul) !important;
  --gradiente: linear-gradient(
    to right,
    var(--azul),
    var(--laranja),
    var(--azul-claro)
  );
}

.header-style-03.header-variant-08
  .navbar-area
  .nav-container
  .logo-wrapper
  img {
  max-height: 80px;
}

#mensagemResposta {
  font-family: sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.idioma-section {
  z-index: 5;
  position: relative;
  background-color: #1f365f;
  color: white;
  font-family: "Segoe UI", sans-serif;
}
.highlight {
  font-weight: bold;
}

.idioma-section .custom-image {
  border: 5px solid #155480;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.icon-label {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.9rem;
}

.btn-custom {
  background-color: white;
  margin-top: 30px;
  border-radius: 8px;
  color: #1f365f;
  font-size: 23px;
  font-weight: bolder !important;
  padding: 20px 20px;
  display: block;
  border-radius: 4px;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #e6e6e6;
}

/* Estilos para os cartazes */
.cartaz-inicio {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: var(--azul);
}
.cartaz {
  border: 6px solid #007bff; /* Borda azul interna */
  padding: 110px 10px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  margin: 50px auto;
  background-color: #f8f9fa;
  position: relative;
}

.influencers {
  background-color: #1f365f;
}

.header-style-03.header-variant-08 .navbar-area.nav-fixed,
.header-style-03.header-variant-08 {
  z-index: 99999999;
}

.influencers .row {
  position: relative;
  z-index: 10;
}

@media (width > 992px) {
  .img-side img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    max-width: 500px;
    height: auto;

    object-fit: contain;
  }

  .img-side.img-left img {
    left: -30%;
  }

  .img-side.img-right img {
    right: -30%;
  }
}

.img-side {
  padding: 40px 0;
}

.cartaz::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 6px solid white; /* Borda branca externa */
  border-radius: 10px;
  pointer-events: none;
}

.cartaz h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #003366;
}

.cartaz p {
  font-size: 1.2rem;
  color: #666;
}

.emoji {
  font-size: 2rem;
}

/* card */

.text-laranja {
  color: var(--laranja);
}

/* header */
.grande {
  font-weight: 700 !important;
}
.title {
  font-weight: 400 !important; /* Ajuste o tamanho da fonte se necessário */
  line-height: 1.2 !important; /* Aumente o valor do line-height para mais espaçamento */
  display: inline-block;
}
.azul {
  color: #00a0d4;
  border-bottom: solid 1px;
  border-bottom: 2px solid #00a9e0; /* Linha abaixo de "idioma online" */
  padding-bottom: 5px; /* Espaço entre o texto e a linha */
}

.email-wrapper {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  width: 420px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.email-input {
  flex: 1;
  border: none !important;
  padding: 12px 16px;
  font-size: 16px;
  outline: none;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.email-input::placeholder {
  color: #838383;
}

/* Botão com seta e corte diagonal */
.email-button {
  background-color: #00a4dc; /* azul conforme imagem */
  border: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 24% 100%);
  cursor: pointer;
  transition: background 0.3s ease;
}

.email-button:hover {
  background-color: #008bb8;
}

.email-icon {
  width: 24px;
  height: 24px;
}

.portfolio-home-header-area {
  position: relative;
  background: #1f365f;
  background: linear-gradient(
      72deg,
      rgba(31, 54, 95, 1) 0%,
      rgba(31, 54, 95, 1) 17%,
      rgba(31, 54, 95, 0.97) 33%,
      rgba(31, 54, 95, 0.1) 60%
    ),
    url("../../../assets/uploads/media-uploader/henrique-ferreira-6p-i-x-spuy-unsplash1748636744.jpg")
      center center / cover no-repeat;
  color: white; /* Garante legibilidade do texto */
  z-index: 1;
}
.portfolio-home-header-area .header-inner .profession {
  font-size: 24px !important;
  line-height: 24px;
}
.faixa-laranja {
  height: 60px;
  background-color: #ef9547;
  width: 100%;
}
/* header */

/* navbar */
.header-style-01.navbar-variant-01 .navbar-area.nav-style-01 {
  background-color: #ffffff !important;
}
/* Estilos para o menu */
.navbar-nav li a {
  display: inline-flex; /* Flexbox para alinhar o ícone e o texto */
  align-items: center; /* Alinha o ícone e o texto verticalmente */
  justify-content: center; /* Garante que o conteúdo esteja centralizado */
  padding: 12px 20px; /* Ajuste de padding para garantir o tamanho */
  background-color: #00a9e0; /* Cor azul */
  color: white; /* Texto branco */
  font-size: 16px; /* Tamanho da fonte */
  text-decoration: none; /* Remove o sublinhado */
  border-radius: 5px; /* Cantos arredondados */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Efeito de transição */
  height: 40px; /* Ajusta a altura do botão */
}

.navbar-nav li a:hover {
  background-color: var(--laranja); /* Cor de fundo ao passar o mouse */
  transform: scale(1.05); /* Leve aumento no tamanho ao passar o mouse */
}

.navbar-nav li a i {
  margin-right: 8px; /* Espaço entre o ícone e o texto */
  font-size: 18px; /* Ajuste no tamanho do ícone */
}

/* Container geral da navegação */
.owl-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

/* Botões de navegação (prev/next) */
.owl-nav {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.owl-nav div {
  display: flex !important; /* Força exibição */
  align-items: center;
  opacity: 1 !important;
  visibility: visible !important;
  justify-content: center;
  background-color: transparent !important;
  font-size: 35px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.owl-nav div:hover {
  color: var(--laranja) !important;
}

.logistic-dots.grocery-home .owl-dots div.active {
  background-color: var(--laranja) !important;
  transform: scale(1.2);
}
/* idioma */

/* idioma */

.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.fruits-home-single-testimonial-item {
  box-shadow: unset !important;
  background-color: unset !important;
  display: flex;
  gap: 40px;
}
.fruits-home-single-testimonial-item .description {
  font-size: 25px;
}

.fruits-home-single-testimonial-item .content p::before,
.fruits-home-single-testimonial-item .content p::after {
  content: '"';
}

.fruits-home-single-testimonial-item .content p,
.fruits-home-single-testimonial-item .content h3 {
  color: #fff !important;
}

.fruits-home-single-testimonial-item h3 {
  font-size: 2.8em;
  font-weight: bolder !important;
}

.fruits-home-single-testimonial-item .author-details .thumb img {
  width: 200px;
  aspect-ratio: 1/1;
  height: auto;
  border: 8px solid #fff;
  object-fit: cover;
}

.img-container img {
  width: 50%; /* Altere o valor para ajustar o tamanho */
  height: auto;
}

.img-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px; /* Altere o valor para ajustar o tamanho do texto */
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
  padding: 10px;
}

/* Estilo da seção de conteúdo */
.section-content {
  margin-top: 20px;
}

/* Estilo do botão */
.button-custom {
  align-items: esta;
  background-color: #ffffff;
  color: #007bff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.button-custom:hover {
  background-color: darkorange;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

p {
  font-size: 1.25rem;
}

.section-text {
  margin-top: 20px;
  font-size: 1.1rem;
}

.container-custom {
  background-color: #007bff;
  color: white;
  padding: 30px;
  border-radius: 10px;
}

/* Adiciona padding top e bottom */
.custom-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* Container da imagem */
.img-container {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.img-fluid {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bg-azul {
  background-color: #1468cb;
}

.poster {
  position: relative;
  font-family: "Arial", sans-serif;
  background: #1f365f;
}

.img-estudante {
  border: 7px solid #fff;
}
.page-wrapper {
  width: 100%;
}

.carousel-strip {
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.carousel-track {
  display: inline-flex;
  animation: scroll 30s linear infinite;
  gap: 80px;
  align-items: center;
}

.carousel-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fa8c2c;
  padding: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.carousel-strip:hover .carousel-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .carousel-track {
    gap: 60px;
  }

  .carousel-item {
    font-size: 14px;
    gap: 12px;
  }

  .icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .carousel-track {
    gap: 40px;
  }

  .carousel-item {
    font-size: 12px;
    gap: 10px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }
}

.demo-content {
  padding: 60px 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.demo-content h2 {
  color: #1e3a8a;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.demo-content p {
  color: #6b7280;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* card */

.main-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.carousel-container {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.carousel-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.carousel-title .highlight {
  color: #ff8c42;
  font-weight: 600;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 80px;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 30px;
}

.cartao {
  min-width: 320px;
  height: 480px;
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transform: scale(0.9);

  transition: all 0.6s ease;
}

.cartao.active {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.badge {
  position: absolute;
  top: -15px;
  background: linear-gradient(135deg, #ff8c42, #ff6b1a);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(255, 140, 66, 0.4);
}

.badge::before {
  content: "✓";
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.cartao-title {
  color: #1e3c72;
  font-size: 2rem;
  font-weight: 700;
  margin: 40px 0 20px 0;
  line-height: 1.2;
}

.cartao-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.emoji {
  font-size: 4rem;
  margin-top: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1e3c72;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-button:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.nav-button.prev {
  left: 20px;
}

.nav-button.next {
  right: 20px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #ff8c42;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .carousel-wrapper {
    padding: 0 60px;
  }

  .cartao {
    min-width: 280px;
    height: 420px;
    padding: 30px 25px;
  }

  .carousel-title {
    font-size: 2rem;
  }
}

/* carrossel */

.speed-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .brand-item {
    min-width: 200px;
    height: 100px;
  }

  .brand-logo {
    font-size: 1.5rem;
  }

  .carousel-track {
    width: calc(200px * 16);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 8));
    }
  }
}

/* cartaz */

.container {
  width: 100%;
  max-width: 1200px;
}

.swiper-container {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}

.swiper-slide {
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
}

/* Estilo para o cartaz ativo/central */
.swiper-slide-active {
  transform: scale(1.15);
  z-index: 2;
}

.swiper-slide-active .cartaz {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cartaz {
  background-color: var(--cartaz-color);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 200px;
  height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cartaz:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.ribbon {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: var(--ribbon-color);
  border-radius: 50%;
  z-index: 3;
}

.ribbon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--ribbon-color);
  border-radius: 50%;
  border: 2px solid white;
}

.emoji {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsividade */
@media (max-width: 768px) {
  .cartaz {
    width: 160px;
    height: 220px;
  }

  h2 {
    font-size: 1.2rem;
  }

  .emoji {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .cartaz {
    width: 140px;
    height: 200px;
  }

  .emoji {
    font-size: 1.8rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 16px;
  }
}
/* cartaz */

/* carde de lingua */

.bg-idioma h2 {
  z-index: 5;
  position: relative;
  font-weight: 1000;
  font-size: 34px;
  color: #ffff !important;
  text-align: center;
  background-color: var(--laranja);
  padding: 10px 0 10px 0;
}
.idioma {
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lang-selector-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.lang-card-wrapper {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lang-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.owl-item.active.center .professores-widget {
  transform: scale(1.1);
}

.owl-carousel:not(.global-carousel-init.owl-carousel) .owl-stage-outer {
  overflow: visible !important;
  overflow-x: clip !important;
}

.global-carousel-init.product-categories
  .owl-item.active
  .fruits-home-single-testimonial-item {
  opacity: 1;
}

.global-carousel-init.product-categories
  .owl-item
  .fruits-home-single-testimonial-item {
  opacity: 0;
  transition: all 0.5s;
}

.professores-widget {
  transition: all 0.5s;
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  width: 100%;
  position: relative;
  border: 3px solid #e8e8e8;
}

.professores-widget::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #e8e8e8;
  border-radius: 15px;
  pointer-events: none;
}

.professores-award-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  z-index: 10;
}

.professores-medal-circle {
  width: 50px;
  height: 50px;
  background: #ff8c42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
  z-index: 3;
}

.professores-ribbon-left {
  position: absolute;
  top: 35px;
  left: 8px;
  width: 20px;
  height: 30px;
  background: #e55a3a;
  transform: skewX(-15deg);
  border-radius: 0 0 5px 5px;
}

.professores-ribbon-right {
  position: absolute;
  top: 35px;
  right: 8px;
  width: 20px;
  height: 30px;
  background: #e55a3a;
  transform: skewX(15deg);
  border-radius: 0 0 5px 5px;
}

.professores-ribbon-left::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 2px;
  width: 0;
  height: 0;
  border-left: 8px solid #c44230;
  border-right: 8px solid transparent;
  border-top: 8px solid #c44230;
}

.professores-ribbon-right::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 2px;
  width: 0;
  height: 0;
  border-right: 8px solid #c44230;
  border-left: 8px solid transparent;
  border-top: 8px solid #c44230;
}

.professores-title {
  color: #2c3e50;
  font-size: 2.2em;
  font-weight: 700;
  margin: 35px 0 20px 0;
  line-height: 1.2;
}

.professores-subtitle {
  color: #7f8c8d;
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 400;
}

.professores-emoji {
  font-size: 3em;
  margin-top: 10px;
}

.lang-card-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.lang-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.lang-flag-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.lang-flag-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lang-name-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.lang-study-button {
  background: var(--laranja);
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

@keyframes menu {
  from {
    transform: translateY(-110px);
  }

  to {
    transform: translateY(0);
  }
}

.nav-fixed {
  position: fixed !important;
  animation-name: menu;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
}

body:has(.nav-fixed) {
  padding-top: 110px;
}

.lang-study-button:hover {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.lang-study-button:active {
  transform: translateY(0);
}

.titulo-padrao h2,
.bg-idioma h2 {
  font-size: 3em;
  color: #fff;
}

.aviao-flutua {
  position: absolute;
  right: 20px;
  transform: scaleX(-1);
  top: 10%;
}

@media (width < 992px) {
  .aviao-flutua {
    display: none;
  }
}
.lang-english-bg {
  background-image: url("../../../assets/uploads/media-uploader/florence-dia-do-estudante1748612821.jpg");
}

.lang-portuguese-bg {
  background-image: url("../../../assets/uploads/media-uploader/brasileiro1748614279.jpg");
}

.lang-german-bg {
  background-image: url("../../../assets/uploads/media-uploader/alemao1748613887.jpg");
}

.lang-spanish-bg {
  background-image: url("../../../assets/uploads/media-uploader/homem-no-campus-da-universidade-com-colegas17486137141748968600.jpg");
}

.lang-french-bg {
  background-image: url("../../../assets/uploads/media-uploader/istockphoto-1587713852-612x6121748870948.jpg");
}

.lang-italian-bg {
  background-image: url("../../../assets/uploads/media-uploader/como-aproveitar-seu-intercambio-para-fazer-faculdade-no-exterior-768x5121748873442.png");
  background-size: cover;
}

/* Responsivo */
@media (max-width: 768px) {
  .lang-selector-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .email-wrapper {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    width: 320px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .lang-card-wrapper {
    gap: 12px;
  }

  .lang-card-image {
    height: 200px;
  }

  .lang-name-label {
    font-size: 24px;
  }

  .lang-study-button {
    font-size: 16px;
    padding: 12px 20px;
  }
}
/* comentario  */
/* style.css - Atualizado */

.testimonials-section {
  color: #ffffff; /* Cor do texto principal (branco) */
}

.testimonials-section h2 {
  color: #ffffff; /* Cor do título */
  font-weight: bold;
}

/* Mantendo a cor laranja para 'alunos' como no exemplo original */
.testimonials-section h2 span {
  color: #ffa500;
}

.testimonial-card {
  background-color: transparent; /* Fundo do card transparente */
  border: none; /* Sem borda no card */
  text-align: center;
  max-width: 600px; /* Ajuste a largura máxima conforme necessário */
  margin-bottom: 2rem; /* Espaço abaixo de cada card */
  padding: 20px;
}

.testimonial-img {
  width: 80px; /* Tamanho da imagem de perfil */
  height: 80px;
  border-radius: 50%; /* Torna a imagem redonda */
  object-fit: cover; /* Garante que a imagem cubra o espaço sem distorcer */
  margin: 0 auto 15px auto; /* Centraliza a imagem e adiciona margem abaixo */
  border: 3px solid #ffffff; /* Borda branca opcional */
}

.testimonial-card h5 {
  color: #ffffff; /* Cor do nome */
  font-weight: bold;
}

.rating .star {
  color: #ffc107; /* Cor das estrelas confirmada (amarelo Bootstrap) */
  font-size: 1.2rem;
}

.testimonial-text {
  font-style: italic;
  color: #e0e0e0; /* Cor do texto do comentário (cinza claro) */
  max-width: 90%;
}

/* Estilização dos controles do carrossel (Setas) - Atualizado */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important; /* força remoção do ícone padrão */
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  position: relative; /* garante o posicionamento do ::before */
}

/* Remove qualquer conteúdo padrão dos ícones (fallback) */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/* Define as setas customizadas */
.carousel-control-prev-icon::before {
  content: "<";
}

.carousel-control-next-icon::before {
  content: ">";
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* Largura da área clicável das setas */
  opacity: 0.8; /* Leve transparência */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1; /* Opacidade total ao passar o mouse */
}

/* Estilização dos indicadores do carrossel (Pontos) */
.carousel-indicators [data-bs-target] {
  background-color: #ffffff; /* Cor dos indicadores inativos */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 0.5;
  border: 1px solid transparent; /* Adiciona borda transparente para consistência */
}

.carousel-indicators .active {
  background-color: #ffc107; /* Cor do indicador ativo (laranja/amarelo) */
  opacity: 1;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
  .testimonial-card {
    max-width: 90%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}

/* comentario */

/* carrossel */
.corpo {
  position: relative;
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

/* Estilos do Carrossel de Largura Total Sem Espaços */
.carrossel-container {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
  margin: 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  position: relative;
  z-index: 5;
}

.carrossel-track {
  display: flex;
  animation: scroll 40s linear infinite;
  width: fit-content;
  position: relative;
}

.carrossel-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  white-space: nowrap;
}

.branco {
  color: #fff;
}

.big-p {
  font-size: 22px;
}

.icon-label {
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 25px;
}

.icon-label i {
  margin-right: 8px;
  color: #ff7e00;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%));
  }
}

/* Pausar a animação quando o usuário passar o mouse */
.carrossel-container:hover .carrossel-track {
  animation-play-state: paused;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .carrossel-item {
    padding: 8px 15px;
  }

  .icon-label {
    font-size: 14px;
  }
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

code {
  font-family: "Courier New", monospace;
}
/* carrossel */

/* menina de vermelho */
.right-image {
  position: relative;
  z-index: 1;
}
.menina-grande {
  width: 102%;
  right: -25%;
  max-width: 110% !important; /* remove limite do Bootstrap */
  margin-top: -100px; /* sobe a imagem */
  position: relative;
  z-index: 10;
}

.menina-img {
  max-height: 500px; /* aumenta o tamanho da imagem */
  margin-top: -100px; /* faz a imagem “subir” */
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .menina-img {
    max-height: 300px;
    margin-top: -50px;
  }
}
/* menina de vermelho */
.header-style-03.header-variant-08.navbar-variant-04 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Texto branco */
.portfolio-home-header-area.portfolio-bg .col-md-6 p {
  color: #fff;
}

/* Ícones laranja */
.icones img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(89%) saturate(2221%)
    hue-rotate(359deg) brightness(100%) contrast(101%);
}

/* Estilo dos ícones + texto */
.icones {
  color: #fff;
  margin-right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Botão com fundo branco e texto azul */
.btn-custom {
  background-color: #fff !important;
  color: var(--azul) !important;
  border: 2px solid #073669 !important;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #ef9547 !important;
  color: #fff;
}

.icon-part {
  display: none;
}

.header-style-03.navbar-variant-04
  .navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: #fff !important;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-card {
  max-width: 600px;
}
.mb-2 {
  text-align: justify;
  margin-bottom: 0.5rem !important;
}
.testimonial-card h5 {
  text-align: justify;
  color: #ffffff;
  font-weight: bold;
}

.testimonials-section {
  position: relative;
  padding-bottom: 120px !important;
  padding-top: 120px !important;
  background-image: url("../../../assets/uploads/media-uploader/nadine-marfurt-v5xwbdjvwka-unsplash1747852864.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(31 54 95 / 90%);
}

.testimonials-section .container {
  position: relative;
  z-index: 3; /* Garante que o conteúdo fique acima do overlay */
}

.carousel-control-next,
.testimonials-secti .carousel-control-next,
.carousel-control-prev {
  align-items: start !important;
}
.testimonial-card {
  max-width: 600px; /* Limita o tamanho do card */
  width: 100%;

  padding: 1rem;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0; /* Evita que a imagem diminua */
}

.testimonial-text {
  word-break: break-word; /* Garante quebra de palavra se necessário */
  white-space: normal;
  text-align: left;
}
.text-center.mb-5 {
  z-index: 5;
}

.testimonials-section h2 {
  z-index: 5 !important;
  position: relative;
  color: #ffffff;
  font-weight: bold;
}
.owl-nav-custom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.poster .owl-controls {
  display: none !important;
}

.custom-prev,
.custom-next {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #555;
}

.cartao {
  border: 3px solid #007bff; /* Azul Bootstrap */
  box-shadow: 0 0 0 4px white; /* Sombra sólida branca ao redor */
  border-radius: 12px; /* Opcional, só para suavizar os cantos */
  background-color: #fff; /* Garante contraste com a sombra */
  padding: 20px; /* Ajuste para dar espaço interno */
}
.swiper-slide-active .cartao {
  border: 2px solid #007bff;
  box-shadow: 0 0 0 6px white;
  border-radius: 12px;
}

.row.align-items-center h2 {
  font-size: 60px !important;
  font-weight: 1000;
}
.cartao h2 {
  font-weight: 1000 !important;
  color: var(--azul) !important;
}
.footer {
  background-color: #1b335a; /* Azul escuro */
  color: white;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
}

.footer-logo img {
  max-height: 60px;
}

.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-area {
  display: none;
}

.footer-social a {
  display: inline-block;
  margin: 0 5px;

  border-radius: 50%;
  padding: 8px;
}

.footer-social img {
  width: 24px;
  height: 24px;
}

.footer-links {
  text-align: right;

  font-size: 14px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links p {
  margin: 4px 0 0;
  font-size: 13px;
}

.footer-links span {
  font-size: 12px;
  color: #a0a0a0;
}
.btn.btn-custom.text-center.font-weight-bold {
  margin: 20px;
}

/* contato */
.bg-container {
  padding-bottom: 110px;
  padding-top: 110px;
  background: #f58220;
}
.linguas H2 {
  color: #fff;
}
.texto-azul {
  color: var(--azul);
}

.form-box label {
  font-size: 25px;
}

.form-box input::placeholder {
  color: transparent !important;
}

.form-box input {
  font-size: 21px;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text-side p {
  color: #fff !important;
}

.form-box input,
.form-box select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.form-box button {
  background-color: #1d2d50;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.linguas.container p {
  color: #fff;
}
.form-label {
  color: var(--azul);
}
.btn.btn-primary.px-4 {
  place-self: center;
}
.bg-idioma::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(31 54 95 / 90%);
}
.bg-idioma {
  padding: 100px 0; /* Aumente esse valor conforme desejar */
  position: relative;
  padding-bottom: 120px !important;
  padding-top: 120px !important;
  background-image: url("../../../assets/uploads/media-uploader/1690783118-suica1748628048.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
  overflow: hidden;
}
.texte-center.mb-5 {
  z-index: 5;
}

.text-box.col-md-5 {
  align-self: center;
}

.titulo-padrao.text-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.faixa {
  position: absolute;
  left: -50px;
  width: 2900px;
  max-width: none;
}

.faixas-branca {
  position: absolute;
  top: -220px;
  left: -60px;
  width: 2400px;
  max-width: none;
}
.faixas-laranja {
  max-width: none;
  position: absolute;
  width: 100%;
  display: block;
  bottom: -80px;
  left: 250px;
  margin-top: 30px;
}
.faixa-bg {
  max-width: none;
  background-image: url(../../../assets/uploads/media-uploader/faixa-cinza1748639936.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain; */
  position: absolute;
  top: 154px;
  left: -60px;
  width: 2600px;
  height: 1300px;
  z-index: 0;
}

.bg-container {
  position: relative;
  z-index: 1;
}
.estudante {
  border-radius: 5px;

  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);

  position: relative;
  border: 3px solid var(--azul);
}
.col-md-6.text-center.estudante {
  border: 6px solid #007bff; /* Azul Bootstrap padrão */
  box-shadow: 0 0 0 4px white; /* Sombra sólida branca ao redor */

  padding: 0;
}
.footer-top.padding-top-90.padding-bottom-65 {
  display: none;
}
.copyright-area.copyright-bg {
  display: none;
}
.text-center.texto-azul {
  font-size: 3rem;
}
/* videos */
.card-video {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card-video video {
  object-position: center;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 9 / 14;
}

.card-overlay {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 15px;

  color: #fff;
}

.card-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 20px;
  background-size: cover;
  border-radius: 3px;
}

/* Bandeiras */
.flag-de {
  background-image: url("https://flagcdn.com/de.svg"); /* Alemanha */
}

.flag-fr {
  background-image: url("https://flagcdn.com/fr.svg"); /* França */
}

.flag-it {
  background-image: url("https://flagcdn.com/it.svg"); /* Itália */
}

.flag-us {
  background-image: url("https://flagcdn.com/us.svg"); /* EUA */
}

.flag-br {
  background-image: url("https://flagcdn.com/br.svg"); /* Brasil */
}

.area-videos {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(145deg, var(--azul) 0%, #001f3f 100%);
  background-size: cover;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.card-overlay h5 {
  color: #fff;
}

/* o que esperar do nosso curso */

.award-badge p {
  color: #272727 !important;
}
.award-badge i {
  color: var(--azul-claro);
}

.section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px;
  gap: 40px;
  color: white;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.text-content h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

.text-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 600px;
  color: rgb(255, 255, 255) !important;
}

.video-gallery {
  flex: 1;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.video-gallery video {
  width: 240px;
  height: 500px;
  border-radius: 20px;
  background-color: #fff;
  object-fit: cover;
}

@media (max-width: 900px) {
  .section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .video-gallery {
    justify-content: center;
  }

  .video-gallery video {
    width: 100%;
    max-width: 400px;
  }
}
.text-content {
  flex: 1;
  min-width: 300px;
  color: white; /* Força o texto branco */
}

.text-content h2 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: white; /* Garante cor do título */
}
.section.container p {
  color: #eeeeee;
}
/* video */
.professores-video video {
  width: 100%; /* Faz o vídeo ocupar 100% da largura do container .professores-video */
  max-width: 500px; /* Limita a largura máxima a 500px (pode ajustar) */
  height: auto; /* Mantém a proporção correta do vídeo */
  border-radius: 8px; /* Opcional: deixa as bordas levemente arredondadas */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Opcional: sombra suave para destacar */
}

.bg-container.position-relative h2 {
  display: relative;
  z-index: 8;
}
.carrossel-texto-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

#carrossel-video .professores-video video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (width > 992px) {
  @keyframes dadireita {
    from {
      transform: translateX(-60px);
      opacity: 0;
    }

    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes daesquerda {
    from {
      transform: translateX(200px);
      opacity: 0;
    }

    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

body {
  overflow-x: clip !important;
}

.dadireita {
  animation-name: dadireita;
  animation-timeline: view();
  animation-range: cover 0% cover 50%;
}

.daesquerda {
  animation-name: daesquerda;
  animation-timeline: view();
  animation-range: cover 0% cover 50%;
}

.texto-diferenciais h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.texto-diferenciais ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsivo para telas menores */
@media (max-width: 768px) {
  .carrossel-texto-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .texto-diferenciais,
  #carrossel-video {
    max-width: 100%;
  }
}
.carrossel-texto-wrapper h2,
.carrossel-texto-wrapper h2 {
  color: #fff;
}
.videos {
  font-family: "Arial", sans-serif;
  background: #1f365f;
  position: relative;
  z-index: 8;
}
.videos .owl-controls {
  display: none !important;
}
.big-p {
  color: #e9e9e9;
}
.carrossel-texto-wrapper p {
  color: #e9e9e9;
}
#carrossel-video .professores-video video {
  aspect-ratio: 4 / 7;
  background: black;
  object-fit: contain;
}
@media (width < 992px) {
  .fruits-home-single-testimonial-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (width < 1300px) {
  .faixa-bg {
    max-width: none;
    background-image: url(../../../assets/uploads/media-uploader/faixa-cinza1748639936.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: contain; */
    position: absolute;
    top: 290px;
    left: -60px;
    width: 2600px;
    height: 1300px;
    z-index: 0;
  }
}
.email-input {
  color: #000000;
}

@media (width < 992px) {
  .poster,
  .area-videos,
  .bg-container.position-relative {
    max-width: 2000px;
    margin: 0 auto;
  }
}
.custom-section {
  background-color: var(--azul);
  color: #fff;
  padding: 60px 0;
}
.custom-section h2 {
  font-weight: bold;
  font-size: 2.5rem;
}
.custom-section .highlight {
  color: #f1b04d;
}
.custom-section .image-container img {
  width: 100%;
  border-radius: 10px;
}
.custom-section .content {
  margin-left: 30px;
}
.custom-section .content h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.custom-section .content p {
  font-size: 1rem;
  line-height: 1.6;
}
.custom-section .image-container {
  margin-bottom: 20px;
}
.custom-section .image-container img {
  object-fit: cover;
  height: 150px;
  border-radius: 50%;
}
.container {
  max-width: 1200px;
}
/* influencer  */

.influencers-section {
  background-color: #1f365f;
  padding: 80px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* Estilos do texto */
.text-content {
  flex: 1;
  max-width: 500px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.highlight {
  color: #ffc107; /* Cor amarela/dourada para o destaque */
}

.section-text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-button {
  background: var(--laranja);
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
}

.cta-button:hover {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Estilos das imagens */
.images-container {
  flex: 1;
  position: relative;
  height: 450px;
}

.image-wrapper {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-1 {
  width: 220px;
  height: 280px;
  top: 0;
  right: 40px;
  z-index: 3;
}

.image-2 {
  width: 280px;
  height: 220px;
  top: 50px;
  right: 200px;
  z-index: 2;
}

.image-3 {
  width: 240px;
  height: 300px;
  top: 190px;
  right: 100px;
  z-index: 1;
}

.image-wrapper:hover {
  transform: translateY(-10px);
}

/* Responsividade */
@media (max-width: 940px) {
  .texto-diferenciais h2,
  .texto-diferenciais p {
    text-align: center !important;
  }
  .content-wrapper {
    flex-direction: column;
  }

  .text-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .images-container {
    width: 100%;
    height: 400px;
  }

  .image-1 {
    right: auto;
    left: 10%;
  }

  .image-2 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .image-3 {
    right: 10%;
  }
  .influencers-section {
    padding-bottom: 200px;
  }
  .image-3 {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .images-container {
    height: 500px;
  }

  .image-1,
  .image-2,
  .image-3 {
    width: 200px;
    height: 200px;
  }

  .image-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .image-2 {
    top: 150px;
    left: 90px;
  }

  .image-3 {
    top: 150px;
    right: 20px;
  }
}

@media (max-width: 576px) {
  .container.custom-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-text {
    font-size: 16px;
  }

  .images-container {
    height: 400px;
  }

  .image-1,
  .image-2,
  .image-3 {
    width: 150px;
    height: 150px;
  }
  .header-area {
    position: relative;
    background: #1f365f;
    background: linear-gradient(
        51deg,
        rgba(31, 54, 95, 1) 0%,
        rgba(31, 54, 95, 1) 10%,
        rgba(31, 54, 95, 0.97) 25%,
        rgba(31, 54, 95, 0.1) 53%
      ),
      url(../../../assets/uploads/media-uploader/henrique-ferreira-6p-i-x-spuy-unsplash1748636744.jpg)
        center center / cover no-repeat;
    color: white;
    z-index: 1;
  }
  .professores-widget {
    max-width: none;
  }

  .azul {
    border-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .container {
    padding: 0 40px;
  }
  .professores-widget {
    box-shadow: none;
  }
  .header-style-03.header-variant-08.navbar-variant-04 {
    padding-top: 0px;
  }
  .fruits-home-single-testimonial-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
  }
  .faixas-branca {
    top: -260px;
  }

  .fruits-home-single-testimonial-item .author-details .thumb img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
  }

  .fruits-home-single-testimonial-item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
  }

  .fruits-home-single-testimonial-item .description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 5px;
  }

  .fruits-home-single-testimonial-item .fa-star {
    color: #ffd700;
    margin: 0 2px;
    font-size: 20px;
  }

  /* Título */
  .titulo-padrao h2 {
    font-size: 28px;
    padding: 0 15px;

    margin-bottom: 25px;
  }

  .text-laranja {
    color: #f58220;
  }
  .portfolio-home-header-area.portfolio-bg {
    padding-bottom: 220px;
  }
}

.influencers-section {
  position: relative;
  z-index: 9;
}
.form-box input,
.form-box select {
  padding: 0 10px;
}
@media (max-width: 576px) {
  .cta-button {
    display: inline-block;
    text-align: center;
  }
}
