/*
Theme Name: Kadence Child — PVIPF
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1775736724
Updated: 2026-04-09 13:12:04

*/





/* ====================================================
   Carrossel "O que pode começar a fazer já hoje"
   ==================================================== */

/* Espaçamento extra entre o último card original
   ("Pequenos hábitos") e o primeiro card repetido
   ("A alimentação...") para sinalizar que o conteúdo está a recomeçar */
#carousel-track .pvipf-carousel-card:nth-child(7) {
    margin-left: 40px;
}

/* Cards 1 e 7: gradiente laranja animado no body (zona de texto), imagem mantida */
#carousel-track .pvipf-carousel-card:nth-child(1) .pvipf-carousel-card-body,
#carousel-track .pvipf-carousel-card:nth-child(7) .pvipf-carousel-card-body {
    background: linear-gradient(135deg, #FF4E00, #CC3E00, #FF7033, #FF4E00);
    background-size: 300% 300%;
    animation: gradientShift 8s ease infinite;
    color: #ffffff;
}

#carousel-track .pvipf-carousel-card:nth-child(1) .pvipf-carousel-card-body *,
#carousel-track .pvipf-carousel-card:nth-child(7) .pvipf-carousel-card-body * {
    color: #ffffff;
}


/* VSR menu label - desktop shows full name, mobile keeps "VSR" */
/* The .pvipf-nav only exists in the desktop header, not in the mobile drawer */
.pvipf-nav .pvipf-pill[href="/vsr"] {
    font-size: 0 !important;
}
.pvipf-nav .pvipf-pill[href="/vsr"]::after {
    content: "Vírus Sincicial Respiratório";
    font-size: 15px;
    color: currentColor;
}

/* Em mobile (header 2 linhas), mostrar apenas "VSR" */
@media (max-width: 767px) {
  .pvipf-nav .pvipf-pill[href="/vsr"] { font-size: 12px !important; }
  .pvipf-nav .pvipf-pill[href="/vsr"]::after { content: none; }
}


/* Aumentar tamanho do ícone do botão "voltar ao topo" */
#btn-topo svg {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
    min-width: 28px !important;
}
