/*     
 Theme Name: Lucitec
 Author Name:Lucineia Chagas
 */

/* ==============================
   PÁGINA: INDEX LUCITEC
   Descrição: estilos específicos da página de serviços
   ============================== */

/* === HEADER TOP AREA === */
/* ================================
   🌿 LUCITEC HEADER TOP
================================== */

/* ===== LUCITEC HEADER TOP ===== */
.lucitec-header-top {
    background-color: #26afaf;
    color: #ffffff;
    padding: 10px 0; /* reduzido para mobile */
    font-size: 14px;
}

.lucitec-header-top .top-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.lucitec-header-top .top-address p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #ffffff;
    justify-content: center;
}

.lucitec-header-top .top-address i {
    margin-right: 5px;
    color: #ffffff;
}

/* Email */
.lucitec-header-top .top-address a.email-link {
    color: #ffffff;
    text-decoration: none;
}
.lucitec-header-top .top-address a.email-link:hover {
    text-decoration: underline;
    
}

/* Calendário */
.calendar-date {
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.calendar-date i {
    margin-right: 5px;
}

/* Redes sociais */
.top-right-menu .social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-right-menu .social-icons li a {
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
}
.top-right-menu .social-icons li a:hover {
    color: #0c6464;
}

/* ===== DESKTOP MENU ===== */
.desktop-menu {
    background: #ffffff;
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: 0.25s ease;
    z-index: 1000;
}

.desktop-menu .logo img {
    max-height: 70px;
    transition: 0.25s ease;
}

.lucitec-main-menu nav.lucitec_menu ul.sub-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lucitec-main-menu nav.lucitec_menu ul.sub-menu li a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.lucitec-main-menu nav.lucitec_menu ul.sub-menu li a:hover {
    color: #0ed1d1;
}

/* Sticky */
.desktop-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #0f2f3a;
    padding: 8px 0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.desktop-menu.sticky .logo img {
    max-height: 55px;
}
.desktop-menu.sticky .sub-menu li a {
    color: #109e9e !important;
}

/* ===== MOBILE MENU ===== */
.mobile-menu-container {
    display: none;
    position: relative;
}

@media (max-width: 991px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu-container {
        display: block;
        background: #0f2f3a;
        width: 100%;
    }

    .mobile-header {
        padding: 10px 0;
        background: #0f2f3a;
    }

    .mobile-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-logo img {
        max-height: 50px;
    }

    .menu-toggle {
        font-size: 28px;
        background: none;
        border: none;
        color: #ffffff;
        cursor: pointer;
        z-index: 10000;
        position: relative;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0f2f3a;
        padding: 15px 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        z-index: 9999;
    }

    .mobile-menu.open {
        display: block;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu ul li a {
        display: block;
        padding: 10px 0;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s;
        text-align: left;
    }

    .mobile-menu ul li a:hover {
        color: #0ed1d1;
    }

    /* Ajusta o topo para mobile */
    .lucitec-header-top {
        padding: 8px 10px;
        text-align: center;
    }
    .lucitec-header-top .top-address p,
    .top-right-menu .social-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ===== Ajuste do HEADER TOP para mobile vertical ===== */
@media (max-width: 600px) {
    .lucitec-header-top {
        display: flex;
        flex-direction: column; /* organiza em colunas */
        align-items: center;    /* centraliza horizontalmente */
        justify-content: center;
        padding: 12px 15px;
        gap: 8px; /* espaçamento entre linhas */
        text-align: center;
    }

    /* Linha 1: Brasil + Telefone */
    .lucitec-header-top .top-address p {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 0;
        color: #ffffff;
    }

    /* Linha 2: Email */
    .lucitec-header-top .top-address a.email-link {
        display: block;
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
    }
    .lucitec-header-top .top-address a.email-link:hover {
        text-decoration: underline;
    }

    /* Linha 3: Calendário */
    .calendar-date {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        color: #ffffff;
        font-size: 14px;
    }

    /* Linha 4: Redes sociais */
    .top-right-menu .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap; /* evita quebra estranha */
        margin-top: 5px;
    }

    .top-right-menu .social-icons li a {
        color: #ffffff;
        font-size: 16px;
    }

    .top-right-menu .social-icons li a:hover {
        color: #0ed1d1;
    }
}

/* ===========================
   HOME FIRST SECTION - TRÊS COLUNAS
   =========================== */
.home-first-section {
  padding: 60px 0;
  background-color: #f5f5f5; /* tom claro para a sessão */
  font-family: 'Arial', sans-serif;
}

.first-section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.first-section-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===========================
   HOME FIRST SECTION - TRÊS COLUNAS
   =========================== */
.home-first-section {
  padding: 40px 0;
  background-color: #f0f0f0; /* tom suave para a sessão */
  font-family: 'Arial', sans-serif;
}

.first-section-container {
  max-width: 1100px;
  margin: 0 auto;
}

.first-section-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* ===== Estrutura geral da seção ===== */
.home-first-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.first-section-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.first-section-row {
  display: flex;
  gap: 20px; /* espaçamento entre colunas */
}

/* ===== COLUNA ESQUERDA - Slider simples ===== */
.first-column {
  flex: 1;
  position: relative; /* importante para os slides absolutos */
  min-height: 300px;  /* define uma altura mínima */
}

.first-column .slider {
   position: relative;
  height: 100%; /* ocupa toda a altura da coluna */
  overflow: hidden;
}

.first-column .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.first-column .slide.active {
  opacity: 1;
}

.first-column .slide img {
 width: 100%;
  height: 100%;
  object-fit: cover; /* garante que a imagem preencha o slide */
  display: block;
  border-radius: 12px;
}

/* Overlay de texto */
.first-column .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0 0 12px 12px;
}

.first-column .slide:hover .overlay {
  opacity: 1;
}

/* ===== COLUNA CENTRAL - Imagem fixa com overlay ===== */
.second-column {
  flex: 1;
  position: relative;
}

.central-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.central-image img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.central-image:hover img {
  transform: scale(1.05);
}

/* Overlay de texto */
.central-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.central-image:hover .central-text {
  opacity: 1;
}

/* ===== COLUNA DIREITA - Duas imagens ===== */
.third-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.third-column .third-image-top,
.third-column .third-image-bottom {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.third-column img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.third-column:hover img {
  transform: scale(1.05);
}

/* Overlay de texto */
.third-column .image-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.third-column .third-image-top:hover .image-text,
.third-column .third-image-bottom:hover .image-text {
  opacity: 1;
}

/* ===== Responsividade ===== */
@media (max-width: 992px) {
  .first-section-row {
    flex-direction: column;
  }
  
  .first-column, .second-column, .third-column {
    width: 100%;
  }
}

/* ===== SEGUNDA SESSÃO - OVERLAY NAS IMAGENS ===== */

/* Colunas da direita e central */
.second-column .central-image,
.third-column .third-image-top,
.third-column .third-image-bottom {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.second-column .central-image img,
.third-column img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Overlay da película */
.central-text,
.image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4); /* película leve */
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  opacity: 0.8; /* já aparece levemente */
  transition: all 0.4s ease;
   text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 10px rgba(0,0,0,0.5), 0 0 15px rgba(0,0,0,0.4);
}

/* Efeito ao passar o mouse */
.second-column .central-image:hover img,
.third-column .third-image-top:hover img,
.third-column .third-image-bottom:hover img {
  transform: scale(1.05); /* leve zoom */
  filter: brightness(0.85); /* escurece levemente a imagem */
}

.second-column .central-image:hover .central-text,
.third-column .third-image-top:hover .image-text,
.third-column .third-image-bottom:hover .image-text {
  opacity: 1; /* overlay mais destacado */
  background: rgba(0,0,0,0.6);
}

/* Responsividade */
@media (max-width: 992px) {
  .second-column .central-image,
  .third-column .third-image-top,
  .third-column .third-image-bottom {
    margin-bottom: 20px;
  }
}


/* ===== Tezto sa sessão 1 ===== */
.central-caption {
  margin-top: 20px;        /* espaço abaixo da imagem */
  text-align: center;      /* centraliza */
  
  font-size: 1.4rem;       /* maior, mais elegante */
  font-weight: 600;        /* firme sem ser exagerado */
  color: #1e2221;          /* azul forte da Lucitec (pode ajustar) */
  
  letter-spacing: 0.5px;   /* mais refinado */
  line-height: 1.3;        /* mais respiração */
  
  font-family: "Poppins", sans-serif; /* fonte moderna e bonita */
}

.central-caption {
  font-size: 1.5rem;
  font-weight: 600;
  color: #109e9e;
  text-align: center;
  margin-top: 15px;
  opacity: 0;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  animation: fadeInText 1.5s forwards;
}

@keyframes fadeInText {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* ===== SLIDER PREMIUM ===== */
.premium-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.premium-slider .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease-in-out;
  /* Degradê premium sofisticado */
  background: linear-gradient(135deg, #0d7d7d, #109e9e, #3fc2c2);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.premium-slider .slide.active {
  opacity: 1;
}

.slide-content {
  text-align: center;
  max-width: 700px;
  padding: 0 20px;
}

.slide-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}

.linha1 { color: #ffffff; }
.linha2 { color: #f6f7c2; }

.slider-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.slider-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

/* Responsividade */
@media (max-width: 768px) {
  .slide-content h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .slider-btn { padding: 10px 25px; }
}
.slide-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); /* sombra suave para destaque */
}

/* ===== SESSÃO CTA REFINADA ===== */
.cta-section {
  width: 100%;
  position: relative;
  padding: 80px 0 60px 0;
  background: linear-gradient(135deg, #109e9e, #1bc5bd);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: gradientShift 12s ease infinite alternate;
}

@keyframes gradientShift {
  0% { background: linear-gradient(135deg, #109e9e, #1bc5bd); }
  50% { background: linear-gradient(135deg, #0fa5a5, #20c6c6); }
  100% { background: linear-gradient(135deg, #109e9e, #1bc5bd); }
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 100vw solid transparent;
  border-bottom: 40px solid #f5f5f5;
  width: 0;
  height: 0;
  animation: triMove 4s ease-in-out infinite alternate;
}

@keyframes triMove {
  0% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

.cta-content {
  text-align: center;
  max-width: 700px;
  padding: 20px;
  z-index: 1;
  animation: textFadeIn 1s ease forwards;
  opacity: 0;
}

@keyframes textFadeIn {
  to { opacity: 1; }
}

.cta-content h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.3);
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #0c1f4b, #f5d071);
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  animation: btnGlow 2.5s ease-in-out infinite alternate;
}

.cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 25px rgba(0,0,0,0.45);
}

@keyframes btnGlow {
  0% { box-shadow: 0 4px 12px rgba(252, 240, 180, 0.6); }
  50% { box-shadow: 0 6px 20px rgba(255, 248, 200, 0.8); }
  100% { box-shadow: 0 4px 12px rgba(252, 240, 180, 0.6); }
}

/* Responsividade */
@media (max-width: 768px) {
  .cta-content h2 { font-size: clamp(1.5rem, 4vw, 2rem); }
  .cta-content p { font-size: 1rem; }
  .cta-btn { padding: 12px 28px; }
}


/* ===========================
   CARROSSEL PREMIUM - REVISADO
   =========================== */

/* Variáveis fáceis de ajustar */
:root {
  --card-size: 300px; /* ajuste aqui para aumentar/diminuir */
  --card-gap: 28px;
  --carousel-padding: 30px;
  --auto-duration: 30s; /* tempo de ciclo do autoplay */
}

/* Container geral */
.services-carousel {
  width: 100%;
  overflow: hidden;
  padding: var(--carousel-padding) 0;
  position: relative;
  background-color: transparent;
}

/* Faixa com os cards (track) */
.carousel-track {
  display: flex;
  gap: var(--card-gap);
  padding-left: 20px;
  animation: slide-auto var(--auto-duration) linear infinite;
  will-change: transform;
  transform: translate3d(0,0,0); /* melhor performance */
}

/* Cards */
.service-card {
  position: relative;
  width: var(--card-size);
  height: var(--card-size);
  flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Imagem cobre todo o card */
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* Hover: zoom + sombra premium */
.service-card:hover {
  transform: scale(1.07);
  box-shadow: 0 18px 48px rgba(0,0,0,0.28);
  animation-play-state: paused !important;
}

.service-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.85) contrast(1.05);
}

/* Pausa track se o mouse estiver sobre qualquer card */
.services-carousel:hover .carousel-track {
  animation-play-state: paused;
}

/* Overlay do card */
.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  text-align: center;
  pointer-events: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Texto do overlay */
.card-overlay span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}

/* Remove scrollbar visível */
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track { -ms-overflow-style: none; scrollbar-width: none; }

/* Animação principal do carrossel */
@keyframes slide-auto {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* funcione melhor duplicando o conteúdo do track */
}

/* ===== Responsividade ===== */
@media (max-width: 1200px) {
  :root { --card-size: 270px; --card-gap: 22px; --auto-duration: 28s; }
}

@media (max-width: 992px) {
  :root { --card-size: 240px; --card-gap: 18px; --auto-duration: 26s; }
}

@media (max-width: 600px) {
  :root { --card-size: 200px; --card-gap: 14px; --auto-duration: 20s; }
  .services-carousel { padding: 18px 0; }
}


/* ===== SESSÃO DE VÍDEOS PREMIUM REVISADA ===== */
.videos-section {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #0e8f8f 0%, #48cfcf 100%);
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

/* Triângulo superior decorativo */
.videos-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(0 0, 3% 100%, 100% 0);
}

/* Título da sessão */
.section-title {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #109e9e;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #109e9e;
  display: inline-block;
  padding-bottom: 5px;
}

/* Container geral dos vídeos */
.videos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
}

/* Vídeo grande */
.video-large {
  flex: 2 1 60%;
  min-width: 300px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.video-large iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 12px;
}

.video-large:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 35px rgba(0, 143, 143, 0.35);
  filter: brightness(1.05);
}

/* Container de vídeos pequenos */
.videos-small {
  flex: 1 1 35%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  min-width: 250px;
  align-content: flex-start;
}

/* Vídeos pequenos */
.video-small {
  flex: 1 1 calc(50% - 7.5px);
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.video-small iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 12px;
}

.video-small:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 28px rgba(0, 143, 143, 0.25);
  filter: brightness(1.05);
}

/* ===== Responsividade ===== */
@media (max-width: 992px) {
  .videos-container {
    flex-direction: column;
    align-items: center;
  }

  .video-large {
    flex: none;
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

  .videos-small {
    width: 90%;
    justify-content: center;
    gap: 10px;
  }

  .video-small {
    flex: 1 1 calc(50% - 5px);
    height: auto;
  }
}

@media (max-width: 600px) {
  .video-large, .video-small {
    width: 100%;
  }

  .videos-small {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-small {
    flex: 1 1 48%;
    margin-bottom: 10px;
  }
}


/* ==============================
   COOKIE BANNER QUADRADO
   ============================== */
#cookie-banner-square {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border: 2px solid #109e9e;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  text-align: center;
  font-family: Arial, sans-serif;
  z-index: 1000;
  border-radius: 6px;
}

#cookie-banner-square a {
  color: #109e9e;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 15px;
}

.cookie-buttons button {
  background-color: #109e9e;
  color: white;
  border: none;
  padding: 8px 14px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.cookie-buttons button:hover {
  background-color: #0ed1d1;
}

/* ==============================
   MODAL DE PREFERÊNCIAS
   ============================== */
#cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  padding: 25px;
  z-index: 2000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: none;
  font-family: Arial, sans-serif;
  color: #333;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 6px;
}

#cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 1999;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  color: #109e9e;
}

#close-modal {
  font-size: 24px;
  cursor: pointer;
}

/* ==============================
   CATEGORIAS DE COOKIES
   ============================== */
.cookie-category {
  border: 1px solid #ddd;
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
  font-weight: bold;
}

.category-header .status {
  font-weight: normal;
  color: #555;
  margin-left: 10px;
}

/* Triângulo fino e elegante */
.category-header button.toggle-info {
  border: none;
  background: none;
  font-size: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

/* Categoria expandida */
.category-info {
  display: none;
  padding: 10px;
  background-color: #fff;
  font-size: 0.9rem;
}

/* ==============================
   SWITCH PERSONALIZADO
   ============================== */
.toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch label {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.toggle-switch label:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-switch input:checked + label {
  background-color: #109e9e;
}

.toggle-switch input:checked + label:before {
  transform: translateX(20px);
}

/* Palavra Ativado/Desativado ao lado do toggle */
.toggle-switch .switch-status {
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
  color: #555;
  vertical-align: middle;
}

/* ==============================
   BOTÃO SALVAR
   ============================== */
.modal-buttons {
  text-align: right;
  margin-top: 15px;
}

.modal-buttons button {
  background-color: #109e9e;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-buttons button:hover {
  background-color: #0ed1d1;
}

/* ==============================
   POLITICAS DE PRIVACIDADE
   ============================== */
/* ==========================
   MODAL DE POLÍTICAS DE PRIVACIDADE
   ========================== */
#privacy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  background: #fff;
  z-index: 3000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: none;
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: #333;
}

#privacy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 2999;
}

.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #109e9e;
  color: #fff;
  padding: 15px 20px;
}

.privacy-title h2 {
  margin: 0;
  font-size: 1.2rem;
}

.privacy-title p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: normal;
}


#privacy-iframe {
  width: 100%;
  height: calc(80vh - 60px); /* Ajusta altura considerando header */
  border: none;
}

#close-privacy-modal {
  font-size: 38px; /* maior */
  position: absolute;
  top: 10px; /* sobe mais para o topo */
  Left: 190px; /* mantém no canto esquedo */
  cursor: pointer;
  color: #f8fdfd; /* cor da Lucitec */
  font-weight: bold;
}

.catalogos-lucitec {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}

.catalogo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalogo-item {
  flex: 1 1 calc(33% - 20px);
  cursor: pointer;
}

.catalogo-thumb {
  width: 100%;
  display: block;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,0.15));
  transition: transform 0.3s;
}

.catalogo-thumb:hover {
  transform: scale(1.02);
}

/* Modal */
.catalog-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 5000;
}

.catalog-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
}

.catalog-modal-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog-modal-content img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.catalog-close {
  position: absolute;
  top: 10px; right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.catalog-nav {
  margin: 15px 0;
}

.catalog-nav button {
  background: #109e9e;
  color: white;
  border: none;
  padding: 8px 14px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  transition: background 0.3s;
}

.catalog-nav button:hover {
  background: #0ed1d1;
}

/* Responsividade */
@media (max-width: 768px) {
  .catalogo-item {
    flex: 1 1 48%;
  }
}
@media (max-width: 480px) {
  .catalogo-item {
    flex: 1 1 100%;
  }
}


/* --- SEÇÃO DE CATÁLOGOS LUCITEC PREMIUM + DEGRADE E BRILHO --- */
.catalogos-section {
    margin: 100px auto;
    padding: 60px 20px;
    max-width: 1280px;
    background: #f8f9fa; /* fundo elegante */
    border-radius: 20px;
    box-shadow: 0 12px 50px rgba(0,0,0,0.08);
}

.catalogos-titulo {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #088a78; /* verde Lucitec */
    margin-bottom: 50px;
    letter-spacing: 1.2px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.catalogos-titulo::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #088a78, #0bc6b6);
    margin: 12px auto 0;
    border-radius: 2px;
}

/* GRID PREMIUM: 3 CARDS POR FILEIRA */
.catalogos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    justify-items: center;
}

/* ITEM PREMIUM COM DEGRADE E BRILHO */
.catalogo-item {
    cursor: pointer;
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #e6f7f5, #ffffff);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ANIMAÇÃO DE BRILHO */
.catalogo-item::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(120deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 60%);
    transform: rotate(25deg);
    transition: all 0.7s ease;
}

.catalogo-item:hover::before {
    top: -30%;
    left: -30%;
}

/* HOVER ELEVADO */
.catalogo-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

/* IMAGEM PREMIUM */
.catalogo-item img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 12px;
    transition: transform 0.35s ease;
}

.catalogo-item:hover img {
    transform: scale(1.05);
}

/* NOME DO CATÁLOGO */
.catalogo-nome {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

/* MODAL PREMIUM */
.catalogo-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1280px;
  height: 85%;
  background-color: #ffffff;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border-radius: 20px;
}

.catalogo-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#catalogo-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Botão de fechar X verde Lucitec */
#close-catalogo-modal {
  color: #088a78;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
  transition: color 0.25s ease;
}

#close-catalogo-modal:hover {
    color: #0bc6b6;
}

/* ===========================
   RESPONSIVIDADE PREMIUM CATÁLOGOS
=========================== */

/* Tablets grandes (entre 768px e 1024px) */
@media (max-width: 1024px) {
    .catalogos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px; /* reduz levemente o espaçamento */
    }
    .catalogos-titulo {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .catalogo-item img {
        max-height: 150px;
    }
}

/* Tablets médios e telemóveis grandes (até 768px) */
@media (max-width: 768px) {
    .catalogos-grid {
        grid-template-columns: 1fr; /* uma coluna só */
        gap: 20px;
    }
    .catalogos-titulo {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .catalogo-item img {
        max-height: 140px;
    }
    .catalogo-nome {
        font-size: 14px;
    }
}

/* Telemóveis pequenos (até 480px) */
@media (max-width: 480px) {
    .catalogos-section {
        padding: 40px 15px;
        margin: 50px auto;
    }
    .catalogos-titulo {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .catalogos-grid {
        gap: 15px;
    }
    .catalogo-item img {
        max-height: 120px;
    }
    .catalogo-nome {
        font-size: 13px;
    }
}


/* BOTÃO PREMIUM DO WHATSAPP */
.whatsapp-float{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  border-radius: 50%; /* mantém a bolinha perfeita */
  background-color: #25d366; /* verde oficial WhatsApp */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  border: 2px solid #1bc5bd; /* borda premium Lucitec */
}

.whatsapp-float i {
  color: #ffffff; /* ícone do WhatsApp branco */
  font-size: 32px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover premium */
.whatsapp-float:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  background-color: #1bc5bd; /* leve mudança de cor no hover */
}

.whatsapp-float:hover i {
  transform: scale(1.2);
  color: #ffffff; /* mantém o ícone branco no hover */
}

/* ===========================
   RESPONSIVIDADE
=========================== */

/* Tablets */
@media (max-width: 992px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 18px;
  }

  .whatsapp-float i {
    font-size: 30px;
  }
}

/* Telemóveis médios */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-float i {
    font-size: 28px;
  }
}

/* Telemóveis pequenos (até 600px) */
@media (max-width: 600px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 12px;
    right: 12px;
  }

  .whatsapp-float i {
    font-size: 25px;
  }
}
 /* ESTILO DE LINKS */
a {
  color: inherit;        /* usa a cor do elemento pai */
  text-decoration: none; /* tira o sublinhado */
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none; /* garante que não volte o sublinhado */
  color: #1bc5bd;        /* verde Lucitec no hover */
}

/* ============================
   SEÇÃO QUEM SOMOS (VERSÃO PREMIUM)
============================ */

.about-section {
  padding: 60px 0;
}

/* TÍTULOS */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-align: left; /* alinhamento à esquerda */
  font-family: "Poppins", sans-serif;
}

.section-subtitle {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  max-width: 750px;
  margin: 0;
  text-align: justify; /* alinhamento justificado */
  font-family: "Poppins", sans-serif;
}

/* TEXTO */
.about-text {
  font-size: 17px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify; /* alinhamento justificado */
  font-family: "Poppins", sans-serif;
}

/* LISTA PREMIUM */
.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  font-size: 16px;
  color: #222; /* um tom mais escuro para harmonizar com o fundo */
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start; /* alinhamento melhor para ícones */
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  text-align: justify; /* texto justificado */
}

.about-list li i {
  color: #1bc5bd; /* verdinho Lucitec */
  margin-right: 10px;
  font-size: 20px;
  margin-top: 2px; /* ajuste para alinhar verticalmente com o texto */
}

/* BOTÕES PREMIUM */
.about-section .btn {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1bc5bd, #0ea05a); /* degrade sutil Lucitec */
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.35s ease;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 6px 18px rgba(27, 197, 189, 0.35); /* glow suave */
}

.about-section .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(27, 197, 189, 0.5); /* glow mais intenso no hover */
  background: linear-gradient(135deg, #0ea05a, #1bc5bd); /* leve inversão do degrade */
}


/* IMAGEM */
.about-section img {
  max-width: 63%;       /* menor */
  margin: 0 auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.12);
}

/* MISSÃO, VISÃO E VALORES – CAIXINHAS PREMIUM */
.mvv-box {
  border: 1.5px solid #1bc5bd;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  background: #f7faf9; /* um verdinho muito sutil */
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.06);
}

.mvv-box:hover {
  transform: translateY(-8px);
  border-color: #0ea05a;
  box-shadow: 0px 12px 32px rgba(14,160,90,0.25);
}

.mvv-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.mvv-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  text-align: justify; /* alinhamento justificado */
  font-family: "Poppins", sans-serif;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .about-text {
    font-size: 16px;
  }

  .about-section img {
    max-width: 100%;
  }

  .mvv-title {
    font-size: 20px;
  }

  .mvv-text {
    font-size: 15px;
  }
}
/* sobre nós */
.about-section {
    position: relative;
    background-color: #ffffff;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 110%;
    height: 110%;
    background: radial-gradient(circle at top left, rgba(24, 160, 130, 0.08), transparent);
    z-index: 0;
}
.about-section > .container {
    position: relative;
    z-index: 1;
}
/* Evita barra de rolagem horizontal */
body, html {
  overflow-x: hidden;
}


/* ============================
   NOSSOS SERVIÇOS - PREMIUM
============================ */

.ns-services-section {
  padding: 70px 0;
}

/* Título e subtítulo */
.ns-section-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

.ns-section-subtitle {
  text-align: center;
  font-size: 20px;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

/* GRID DOS CARDS */
.ns-services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

/* CARD PREMIUM */
.ns-service-card {
  display: block; /* links precisam ser block para envolver tudo */
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  text-decoration: none; /* remove underline */

}

/* Faz o card todo ser clicável */
.ns-service-card a.ns-btn-service {
  position: absolute;
  inset: 0;
  z-index: 5;
  text-indent: -9999px;
}

/* IMAGEM FULL */
.ns-service-icon img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Hover premium */
.ns-service-card:hover .ns-service-icon img {
  transform: scale(1.05) rotate(-1deg);
  filter: brightness(1.1);
}

/* Conteúdo */
.ns-service-card h3 {
  font-size: 20px;
  color: #021f1d;
  font-weight: 600;
  padding: 18px 20px 0;
}

.ns-service-card p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.6;
  text-align: justify;
  padding: 10px 20px 22px;
  margin: 0;
}

/* Remover botão */
.ns-btn-service {
  display: none !important;
}

/* Hover do card */
.ns-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* ===========================
   RESPONSIVIDADE CORRETA
=========================== */

/* Tablet */
@media (max-width: 992px) {
  .ns-service-icon img {
    height: 200px;
  }
}

/* Celular */
@media (max-width: 768px) {
  .ns-services-section {
    padding: 40px 15px;
  }

  .ns-services-container {
    grid-template-columns: 1fr;   /* EMPILHA OS CARDS */
    gap: 25px;
  }

  .ns-service-card {
    width: 100%;
  }

  .ns-service-icon img {
    height: 180px; /* Ajusta proporcionalmente */
  }
}


/* SEÇÃO CTA */
.ns-cta {
  background: linear-gradient(135deg, #0c6975, #85e7f7);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 16px;
  margin-top: 80px;
}

.ns-cta .cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.ns-cta h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.ns-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.ns-cta .cta-button {
  background: #ffffff;
  color: #373f41;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.ns-cta .cta-button:hover {
  background: #d0fffb;
}

/* ============================
      RESPONSIVIDADE
===============================*/

/* Tablets */
@media (max-width: 768px) {
  .ns-cta {
    padding: 60px 16px;
    margin-top: 60px;
  }

  .ns-cta h2 {
    font-size: 26px;
  }

  .ns-cta p {
    font-size: 16px;
  }

  .ns-cta .cta-button {
    font-size: 16px;
    padding: 12px 26px;
  }
}

/* Celulares */
@media (max-width: 480px) {
  .ns-cta {
    padding: 50px 14px;
    border-radius: 12px;
  }

  .ns-cta h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .ns-cta p {
    font-size: 15px;
    line-height: 1.5;
  }

  .ns-cta .cta-button {
    width: 100%;
    padding: 14px;
    font-size: 17px;
    border-radius: 40px;
  }
}

/* ================================
   SEÇÃO DE CURSOS - LAYOUT PREMIUM
=================================== */

/* =========================
   SEÇÃO DE CURSOS
========================= */

.cursos-section {
  background: #eaf6f8; /* fundo clarinho */
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.cursos-section h2 {
  color: #0b615e; /* verde escuro */
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.cursos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.curso-container {
  position: relative;
  width: calc(25% - 20px); /* quatro por linha */
  min-width: 220px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.curso-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.curso-container img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 104, 104, 0.9);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.curso-container:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.curso-btn {
  background: #fff;
  color: #14b4c0;
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

.curso-btn:hover {
  background: #14b4c0;
  color: #fff;
}

/* =========================
   SEÇÃO CRIADORA
========================= */

#creator {
  background: #f9f9f9;
  padding: 60px 20px;
}

.creator-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.creator-image {
  flex: 0 0 250px; /* tamanho fixo da imagem */
  text-align: center;
}

.creator-image img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.creator-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.creator-text {
  flex: 1 1 400px; /* ocupa espaço restante ao lado da imagem */
  background: #fff;
  border-radius: 0; /* cantos quadrados */
  padding: 30px 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s forwards;
}

.creator-text h2 {
  color:rgba(1, 104, 104, 0.9);
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.creator-text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.creator-text a {
  color: rgba(1, 104, 104, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.creator-text a:hover {
  color: rgba(1, 104, 104, 0.9);
}

/* Animação de entrada */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsivo */
@media (max-width: 991px) {
  .creator-wrapper {
    flex-direction: column;
  }

  .creator-image {
    margin-bottom: 30px;
  }

  .creator-text {
    flex: 1 1 100%;
  }
}

