@charset "utf-8";

/* 1. ESTRUTURA GERAL (ENCAPSULAMENTO) */
.main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
	font-weight: 100;
}

/* 2. HEADER DA PÁGINA */
.interna-header {
    text-align: left;
    padding: 40px 0 10px;
    color: #fff;
}
.vazio{
	height: 60px;
	
}

.interna-header h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 5px;
    line-height: 1.1;
   
}

.sub-categoria {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* 3. MOTOR DO CARROSSEL (SLICK) */
.carrossel-producao {
    background: #000;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
}

.item-galeria {
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-galeria img {
    height: 61vh; 
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.item-galeria a:hover img {
    opacity: 0.8;
}

.video-link {
    position: relative;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 123, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

/* 4. CONTEÚDO DETALHADO (COLUNAS 50/50) */
.conteudo-detalhe {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .conteudo-detalhe {
        flex-direction: row;
        align-items: flex-start;
    }

    .foto-lateral, .texto-tecnico {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

.foto-lateral img {
    width: 100%;
    height: auto;
    display: block;
}


/* 5. TEXTO TÉCNICO (ESTILO INLINE) */
.texto-tecnico {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.ficha-bloco p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 200; /* Peso LIGHT padrão */
    color: #ccc;
    margin-bottom: 20px; /* Espaço entre parágrafos do JSON */
	font-weight: 100; /* Peso MEDIUM */
}
.ficha-bloco a {
    color: #5DD2EF; /* Seu azul de destaque */
    text-decoration: none;
    transition: opacity 0.3s;
    word-break: break-all; /* Evita que links longos quebrem o layout no mobile */
}
.ficha-bloco a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Agora apenas uma alteração de peso de fonte, sem quebrar linha */
.font-medium {
	 font-size: 1.4rem;
    font-weight: 500; /* Peso MEDIUM */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Estilização da lista de incentivos */
.ficha-bloco ul {
    margin: 0 0 20px 20px; /* Margem esquerda para as bolinhas aparecerem */
    padding: 0;
    list-style-type: disc; /* Define as bolinhas */
    color: #ccc;
    font-size: 1.4rem;
    line-height: 1.4;
}

.ficha-bloco li {
    margin-bottom: 10px; /* Espaçamento entre itens */
    padding-left: 0px;
}

/* Opcional: Para destacar o título dentro da lista se houver um span */

.ficha-bloco ul .font-medium {
    display: block; /* Se quiser que o título do mecanismo fique em cima da lista */
    margin-bottom: 20px;
}
.tituloLista {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px !important; /* Ajuste o espaçamento como preferir */
}

/* RESPONSIVO MOBILE */
@media (max-width: 768px) {
    .item-galeria img {
        height: 35vh;
    }
    .interna-header h1 {
        font-size: 2rem;
    }
	.interna-header {

    padding: 20px 0 10px;

}
    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
	.carrossel-producao {

    margin-bottom: 50px;

}
	.vazio{
	height: 30px;
	
}
}

/* 6. BOLINHAS (SLICK DOTS) */
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 5;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background: #1647FF;
    opacity: 1;
    transform: scale(1.3);
}

/* 7. MODAL (FANCYBOX) */
:root {
  --fancybox-bg: rgba(0, 0, 0, 0.95);
  --fancybox-accent-color: #1647FF;
}

/* 6. BOLINHAS (SLICK DOTS) */
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 5;
}

.slick-dots li {
    margin: 0 5px;
    transition: all 0.3s ease;
}

/* Tamanho PADRÃO (até 50 fotos) */
.slick-dots li button {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* Tamanho REDUZIDO (se > 50 fotos) */
.carrossel-producao.muitas-fotos .slick-dots li {
    margin: 0 2px;
}

.carrossel-producao.muitas-fotos .slick-dots li button {
    width: 9px;
    height: 9px;
}

/* Ajuste do ativo */
.slick-dots li.slick-active button {
    background: #1647FF;
    opacity: 1;
    transform: scale(1.2);
}


/* 8. SETAS CUSTOMIZADAS (Estilo Botão de Idioma) */
.carrossel-producao .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.2); /* Fundo preto transparente */
     border: 0px solid rgba(255, 255, 255, 0.2); /* Borda fina clara */
    border-radius: 50%; /* Bolinha */
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.carrossel-producao .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.8); /* Fundo mais escuro no hover */
}

/* Seta branca */
.carrossel-producao .slick-arrow:before {
    font-family: monospace; /* Fonte simples para o símbolo */
    font-size: 20px;
    color: white;
    opacity: 1;
}

.carrossel-producao .slick-prev {
    left: 20px;
}
.carrossel-producao .slick-prev:before {
    content: '<';
}

.carrossel-producao .slick-next {
    right: 20px;
}
.carrossel-producao .slick-next:before {
    content: '>';
}

/* Ajuste mobile para não ocupar muito espaço */
@media (max-width: 768px) {
    .carrossel-producao .slick-arrow {
        width: 35px;
        height: 35px;
    }
}


/* 6. QUADRADINHOS (SLICK DOTS MODIFICADOS) */
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 5;
}

.slick-dots li {
    /* Ajuste de margem para os quadradinhos não colarem */
    margin: 0 4px; /* Aumentei ligeiramente o espaço */
    transition: all 0.3s ease;
}

/* Tamanho PADRÃO (até 50 fotos) */
.slick-dots li button {
    font-size: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #FFFFFF;
    /* Comentei/Removi para virar quadrado */
     border-radius: 00%; 
    opacity: 0.2;
    transition: all 0.3s ease;
}

/* Tamanho REDUZIDO (se > 50 fotos) */
.carrossel-producao.muitas-fotos .slick-dots li {
    /* Ajuste de margem para os quadradinhos reduzidos */
    margin: 0 2px;
}

.carrossel-producao.muitas-fotos .slick-dots li button {
    width: 9px;
    height: 9px;
    /* Garante que o reduzido também seja quadrado */
    /* border-radius: 50%; */ /* Já removido acima, mas bom lembrar */
}

/* Ajuste do ativo */
.slick-dots li.slick-active button {
    background: #1647FF;
    opacity: 1;
    transform: scale(1.1); /* Reduzi o scale para não distorcer o quadrado */
}