/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h2.mb-0.count {
    line-height: 100%;
}
#content a.button,
#content input[type="submit"],
#main a.button,
#main input[type="submit"],
footer a.button,
footer input[type="submit"] {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#content a.button:hover,
#content input[type="submit"]:hover,
#main a.button:hover,
#main input[type="submit"]:hover,
footer a.button:hover,
footer input[type="submit"]:hover {
    animation: button-soft-pulse 1.1s ease-out infinite;
}

#header a.button:hover,
#header input[type="submit"]:hover {
    animation: header-button-soft-pulse 1.1s ease-out infinite;
    background-color: #DD8655 !important;
    border-color: #DD8655 !important;
    color: #fff !important;
}

.back-to-top:hover {
    animation: button-soft-pulse 1.1s ease-out infinite;
    background-color: #DD8655 !important;
    border-color: #DD8655 !important;
    color: #fff !important;
}

@keyframes button-soft-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(221, 134, 85, 0.28);
        transform: translateY(0);
    }
    45% {
        /* transform: translateY(-1px); */
    }
    70% {
        box-shadow: 0 0 0 8px rgba(221, 134, 85, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(221, 134, 85, 0);
        transform: translateY(0);
    }
}

@keyframes header-button-soft-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* ==========================================================================
   Linha do Tempo - Slider
   ========================================================================== */

.linha-do-tempo-slider-wrapper {
    position: relative;
}

.linha-do-tempo-item {
    /* estilos base do item (comum aos dois) */
    padding: 1rem;
    box-sizing: border-box;
}

.linha-do-tempo-item .linha-ano{
    color: #DD8655;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0px;
}

.linha-do-tempo-item .linha-block {
    display: inline-block;
    height: 250px;
    position: relative;
}

.linha-do-tempo-item .linha-block .posicao {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.linha-do-tempo-item .linha-linha {
    display: inline-block;
    width: 100%;
    margin: 0.5rem 0;
}

.linha-do-tempo-item .linha-linha img {
    width: 100%;
    height: auto;
}

.linha-do-tempo-item .linha-conteudo {
    display: inline-block;
    border:2px solid #676767;
    padding: 1rem;

    height: 250px;
}

.linha-do-tempo-item .linha-titulo {
    margin: 0rem;
    color: #DD8655;
    font-size: 1.125rem;
    text-align: center;
}

.linha-do-tempo-item .linha-descricao {
    margin: 0;
    color: #848484;
    font-size: 0.8rem;
    text-align: center;
}

.linha-do-tempo-item .linha-n-colaboradores {
    display: block;
    color: #848484;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0.5rem;
}


/* ==========================================================================
   linha-item--ano-top
   Ordem: ano em cima → linha → conteúdo em baixo (1º, 3º, 5º…)
   ========================================================================== */

.linha-do-tempo-item.linha-item--ano-top {
    display: flex;
    flex-direction: column;
}

.linha-do-tempo-item.linha-item--ano-top .linha-block {
    order: 1;
}

.linha-do-tempo-item.linha-item--ano-top .linha-linha {
    order: 2;
}

.linha-do-tempo-item.linha-item--ano-top .linha-conteudo {
    order: 3;
}


/* ==========================================================================
   linha-item--conteudo-top
   Ordem: conteúdo em cima → linha → ano em baixo (2º, 4º, 6º…)
   ========================================================================== */

.linha-do-tempo-item.linha-item--conteudo-top {
    display: flex;
    flex-direction: column;
}

.linha-do-tempo-item.linha-item--conteudo-top .linha-conteudo {
    order: 1;
}

.linha-do-tempo-item.linha-item--conteudo-top .linha-linha {
    order: 2;
}

.linha-do-tempo-item.linha-item--conteudo-top .linha-block {
    order: 3;
}
.slick-next-linha, .slick-prev-linha {
    z-index: 10;
    border:2px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 16px;

    display: inline-block;
}

/* ==========================================================================
   Aceite da Política de Privacidade - Formulário
   ========================================================================== */
   .aceite-politica {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  
  .aceite-politica * {
    display: inline !important;
  }
  
  .aceite-politica br {
    display: none !important;
  }
  
  .aceite-politica .wpcf7-form-control-wrap {
    display: inline-flex !important;
    align-items: center;
  }
  
  .aceite-politica .wpcf7-list-item {
    margin: 0 !important;
  }
  
  .aceite-politica input[type="checkbox"] {
    margin: 0 4px 0 0;
  }

   .form-aceite-identidade {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  
  .form-aceite-identidade * {
    display: inline !important;
  }
  
  .form-aceite-identidade br {
    display: none !important;
  }
  
  .form-aceite-identidade .wpcf7-form-control-wrap {
    display: inline-flex !important;
    align-items: center;
  }
  
  .form-aceite-identidade .wpcf7-list-item {
    margin: 0 !important;
  }
  
  .form-aceite-identidade input[type="checkbox"] {
    margin: 0 4px 0 0;
  }

/* ==========================================================================
   Prêmio do Tempo - Slider
   ========================================================================== */

   .premio-do-tempo-slider-wrapper {
    position: relative;
}

.premio-do-tempo-item {
    padding: 1rem;
    box-sizing: border-box;
}

.premio-do-tempo-item .premio-linha {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #313131;
}

/* Imagem em destaque (full) */
.premio-do-tempo-item .premio-linha img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.premio-do-tempo-item .premio-ano {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #fff;
    font-style: normal;
    text-align: center;
}

.premio-do-tempo-item .premio-descricao {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-align: center;
}

.premio-do-tempo-item .premio-descricao p:last-child {
    margin-bottom: 0;
}


.slick-next-premio, .slick-prev-premio {
    z-index: 10;
    border:2px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 16px;

    display: inline-block;
}

.slick-prev-premio,
.slick-next-premio {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.slick-prev-premio.fa-arrow-left::before {
    content: "\f104";
}

.slick-next-premio.fa-arrow-right::before {
    content: "\f105";
}

/* Paginação WP-PageNavi: ver pagenavi-theme.css (enfileirado em functions.php) */

/* ==========================================================================
   Navegação Slick - estilo unificado
   ========================================================================== */

.slick-prev,
.slick-next,
[class*="slick-prev-"],
[class*="slick-next-"] {
    z-index: 10;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.slick-prev i,
.slick-next i,
[class*="slick-prev-"] i,
[class*="slick-next-"] i,
.slick-prev.fa,
.slick-next.fa,
[class*="slick-prev-"].fa,
[class*="slick-next-"].fa {
    font-size: 1rem;
}

.slick-prev:hover,
.slick-next:hover,
[class*="slick-prev-"]:hover,
[class*="slick-next-"]:hover {
    animation: button-soft-pulse 1.1s ease-out infinite;
    background: #DD8655;
    border-color: #DD8655;
    color: #fff;
}

.slick-prev-planos,
.slick-next-planos {
    width: 40px;
    height: 40px;
}

.slick-prev-midias,
.slick-next-midias {
    width: 40px;
    height: 40px;
}

.slick-prev-solucao,
.slick-next-solucao,
.slick-prev-ecossistema,
.slick-next-ecossistema {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    box-sizing: border-box;
    line-height: 1 !important;
    border-radius: 50% !important;
}

.slick-prev-unidades,
.slick-next-unidades,
.slick-prev-midias,
.slick-next-midias,
.slick-prev-planos,
.slick-next-planos {
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
}

.slick-prev-unidades:hover,
.slick-next-unidades:hover,
.slick-prev-midias:hover,
.slick-next-midias:hover,
.slick-prev-planos:hover,
.slick-next-planos:hover {
    animation: button-soft-pulse 1.1s ease-out infinite;
    background: #DD8655 !important;
    border-color: #DD8655 !important;
    color: #fff !important;
}

.saiba-mais-plano-popup.link-plano {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin: 0;
    transition: all 0.25s ease;
}

.saiba-mais-plano-popup.link-plano i {
    font-size: 0.95rem;
}

.saiba-mais-plano-popup.link-plano:hover {
    animation: button-soft-pulse 1.1s ease-out infinite;
    background: #DD8655;
    border-color: #DD8655;
    color: #fff;
}

.shortcode-unidades .unidade-botoes a {
    border: 1px solid #676767;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: all 0.25s ease;
}
body .theme-pagenavi-wrap {
    display: flex;
     justify-content: left;
    
}
.shortcode-unidades .unidade-botoes a:hover {
    border-color: #DD8655;
    background: #DD8655;
    color: #fff;
}

.midia-card-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.link-midia.text-center {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: all 0.25s ease;
}

.link-midia.text-center i {
    font-size: 0.95rem;
}

.link-midia.text-center:hover,
.card:hover .link-midia.text-center {
    animation: button-soft-pulse 1.1s ease-out infinite;
    border-color: #DD8655;
    background: #DD8655;
    color: #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}