/**
CLASS
*/
* { margin: 0; padding: 0; box-sizing: border-box; } 
html, body { height: 100%; scroll-behavior: smooth; }
body { display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 0; overflow-x: hidden !important; font-family: 'IBM Plex Sans', sans-serif; font-weight: 300; } 
.h-100-min { min-height: 100vh; } 
.z-index-2{ z-index: 2;}
.border-left-0 { border-left: none !important; } 
.bg-1, .bg-special, body#subscription_index { background-color: #011e38; }
.bg-2 { background-color: #001f3b; } 
.bg-3 { background-color: #3850e6; } 
.bg-4 { background-color: #00aeef; } 
.bg-white { background-color: #FFF; } 
.bg-pink, body.notlogged { background-color: #011e38; } 
.bg-white-off{ background-color: #f2ede6; }
.bg-special{ background: #011e38 url(../img/bg.webp) no-repeat center center; background-size: cover; }
.text-white { color: #FFF; } 
.text-1 { color: #011e38 !important; } 
.text-tit{ letter-spacing: 2px;}
.text-pink{ color: #00aeef;}
.text-blue-marine{ color: #011e38;}
.float-left{ float: left; }
.rounded-pill-start { border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-right: none; z-index: 2; } 
.rounded-pill-end { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } 
.btn-custom { background-color: #fff; color: #000; border: none; transition: color 0.3s ease, background-color 0.3s ease; } 
.btn-custom:hover { background-color: #fff; color: #000; text-decoration: none; } 
.max-width-80{ max-width: 80px;}
.max-width-180{ max-width: 180px;}
.max-width-250{ max-width: 250px;}
.menu-pipe{ margin-top: 8px; margin-left: -2px;}
.box-shadow-none { box-shadow: none !important; }

/**
DEFAULT
*/
main { padding-top: 51px; } 
body.notlogged main{ padding-top: 0;}
/* #header .nav-item{ position: relative;} #header .nav-item:not(:last-child)::after { content: "|"; color: #FFF; position: absolute; top: 16px; } */
#header .nav-link { color: #FFF; letter-spacing: 2px; }
#section1 button.box-shadow-bottom, #section1 .input-group.box-shadow-bottom { position: relative; z-index: 1; box-shadow: 10px 12px 12px -8px rgba(0, 0, 0, 0.4); } 
section.box-shadow-top-bottom { position: relative; z-index: 1; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4), 0 -4px 30px rgba(0, 0, 0, 0.4); } 
section.box-shadow-bottom { position: relative; z-index: 1; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 0 -4px 10px rgba(0, 0, 0, 0.4); } 
#section1 .line1 { height: 75vh; }
#section1 .line2 { min-height: 190px; }
#section1 #loginForm { position: relative; top: -20px; width: 30vw; left: 50%; transform: translateX(-50%); max-width: 90vw; } 
#section1 #logo1 { margin-top: -30px;}
#section1 #fullScreenCarousel .carousel-item img { object-fit: cover; height: 100%; width: 100%;}
#section1-2 { height: 40px; } 
#formx-init{ min-height: 50vh; background: linear-gradient(to bottom, #011e38 33.33%, #011e38 33.33% 66.66%, #011e38 66.66%); }
#subs-footer-logo{ min-height: 35vh;}
#whts_suporte{ position: fixed; z-index: 9999; bottom: 8px; right: 15px; width: 70px;}

/**
HOME
*/
body#home_index main > * { max-width: 100vw; overflow-x: hidden;} 
body#home_index #section { display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1;} 
body#home_index #section2 #bannerCarousel{ margin-top: -40px;}
body#home_index #section3 { min-height: 280px; padding: 3rem 0 4rem !important; }
body#home_index #section3 > * { margin-top: 0; }
body#home_index .home-menu { max-width: 900px; margin: 0 auto; }
body#home_index .home-menu-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #00aeef; width: 140px; transition: opacity 0.2s ease; }
body#home_index .home-menu-item:hover { opacity: 0.85; color: #00aeef; }
body#home_index .home-menu-item--novo { position: relative; }
body#home_index .home-menu-badge-novo {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #e30613;
    color: #fff !important;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
    padding: 0.22rem 0.5rem;
    border-radius: 2px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
body#home_index .home-menu-icon { width: 110px; height: 110px; object-fit: contain; }
body#home_index .home-menu-label { margin-top: 10px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #00aeef; text-align: center; line-height: 1.3; }
body#home_index .home-menu-note { font-size: 0.85rem; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.4; } 
body#home_index #section4-5 { height: 70px; }

/* Informações Importantes — layout section4 */
.info-sections-wrap { max-width: 960px; padding-top: 2.5rem; }
.info-block { margin-bottom: 1rem; padding-bottom: 0.5rem; }
.info-divider {
    height: 3px;
    border: none;
    margin: 0 0 2rem;
    background: linear-gradient(to right, #fdb913 0%, #7db928 35%, #00aeef 70%, #0076a8 100%);
}
.info-block:first-child .info-divider { margin-top: 0; }
.info-title {
    color: #00aeef;
    font-weight: 800;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 1.75rem;
    line-height: 1.25;
}
.info-title--long { max-width: 720px; margin-left: auto; margin-right: auto; }
.info-body {
    color: #011e38;
    font-size: 0.98rem;
    line-height: 1.75;
}
.info-body p { margin-bottom: 0.85rem; }
.info-body p:last-child { margin-bottom: 0; }
.info-body a { color: #0076a8; }
.info-body strong { font-weight: 700; }
.info-text-highlight { font-size: 1.12rem; font-weight: 600; line-height: 1.7; }
.info-icon-block {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}
.info-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}
.info-date-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 1.75rem 0 2rem;
}
.info-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background-color: #00aeef;
    color: #fff;
    border-radius: 999px;
    padding: 0.55rem 0.55rem 0.55rem 1.1rem;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.2;
}
.info-date-pill--return {
    flex-direction: row-reverse;
    padding: 0.55rem 1.1rem 0.55rem 0.55rem;
}
.info-date-pill--return .info-date-badge { margin-right: 0; margin-left: 0.15rem; }
.info-date-arrow { font-size: 1.1rem; line-height: 1; opacity: 0.95; }
.info-date-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    padding: 0 0.35rem;
    border-radius: 50%;
    background-color: #011e38;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    flex-shrink: 0;
}
.info-body ul { padding-left: 1.2rem; line-height: 1.75; }
.info-body ul li { margin-bottom: 0.5rem; }
@media (max-width: 575px) {
    .info-sections-wrap { padding-top: 1.75rem; }
    .info-icon { width: 56px; height: 56px; }
    .info-icon-block { gap: 1rem; }
    .info-title { margin-bottom: 1.25rem; }
}
body#home_index #section5 .banner { background: url(../img/bg-banner3.jpg) repeat-x center center; } 
body#home_index #section6 .img-2{ max-width: 304px;}
#header .nav-link .fa-home { font-size: 0.85rem; margin-top: 6px;}

/* FAQ HUB */
.faq-hub-title { color: #0076a8; font-weight: 700; font-size: 1.5rem; }
.faq-hub-intro { color: #555; font-size: 1rem; line-height: 1.6; }
.faq-hub-btn { background-color: #0076a8 !important; border-color: #0076a8 !important; color: #fff !important; font-weight: 700; font-size: 1.5rem; padding: 0.75rem 2rem; letter-spacing: 0.5px; }
.faq-hub-btn:hover { background-color: #005f87 !important; border-color: #005f87 !important; color: #fff !important; }
.faq-hub-desc { color: #666; font-size: 0.95rem; line-height: 1.6; max-width: 720px; }
.faq-back-link { color: #0076a8; font-weight: 600; font-size: 0.9rem; }
.faq-back-link:hover { color: #005f87; }

/* FAQ ACCORDION */
.faq-accordion-section { background-color: #f2ede6; }
.faq-accordion-wrap { max-width: 860px; }
.faq-accordion-intro { color: #555; font-size: 1rem; line-height: 1.7; }
.faq-item { border-bottom: 1px solid #ddd; padding: 0.5rem 0 1rem; }
.faq-item:last-child { border-bottom: none; }
.faq-item-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 1rem 0 0.5rem;
    gap: 12px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    text-align: left;
}
.faq-item-trigger:focus { outline: none; }
.faq-item-title {
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #0076a8;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}
.faq-item-trace {
    flex: 1 1 auto;
    height: 14px;
    object-fit: fill;
    min-width: 30px;
    opacity: 0.9;
}
.faq-item-chevron-wrap {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #0076a8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}
.faq-item-chevron { font-size: 0.75rem; color: #0076a8; }
.faq-item-body { padding: 0.75rem 0 1rem; color: #444; line-height: 1.7; font-size: 0.95rem; }
.faq-item-body p { margin-bottom: 0.6rem; }
.faq-item-body p:last-child { margin-bottom: 0; }
.faq-item-body a:not(.faq-btn) { color: #0076a8; text-decoration: underline; }
.faq-item-body strong { color: #333; font-weight: 700; }
.faq-subtitle { color: #0076a8; font-weight: 700; font-size: 1rem; margin-bottom: 0.35rem; }
.faq-agenda-card { background: #fff; border: 1px solid #0076a8; border-radius: 14px; padding: 1.25rem 1.5rem; }
.faq-agenda-date { color: #0076a8; font-weight: 800; font-size: 1.05rem; line-height: 1.3; text-transform: uppercase; }
.faq-agenda-date span { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.5px; }
.faq-agenda-row { margin-top: 0.25rem; }
.faq-btn { display: inline-block; background-color: #0076a8; color: #fff !important; padding: 0.65rem 1.75rem; border-radius: 50px; text-decoration: none !important; font-weight: 600; font-size: 0.9rem; line-height: 1.4; transition: background 0.2s ease; }
.faq-btn:hover { background-color: #005f87; color: #fff !important; }
.faq-footer-title { color: #00aeef !important; }

@media (max-width: 575px) {
    .faq-item-title { font-size: 0.9rem; }
    .faq-item-trace { height: 10px; }
}

/**
SUBSCRIPTION
*/
body#subscription_index main{ padding-top: 0;}
body#subscription_index #formx.box-shadow-top-bottom{ box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.8) !important;}
body#subscription_index #formx-init .input-group{ display: block;}
body#subscription_index #formx-init .input-group, body#subscription_index #formx-init .form-control { width: 100% !important; display: block;}
body#subscription_index #formx-init .form_item { width: 50%; max-width: 100%; margin: 0 auto;}
body#subscription_index #formx-init .form_item > * { width: 100%; box-sizing: border-box; }
body#subscription_index #formx-init .form_item label{ color: #011e38; font-weight: bold;}
body#subscription_index #formx-init .form-control{ border: 1px solid #00aeef !important; background-color: transparent;}
body#subscription_index #formx-init .field-help{ display: block; color: #6c757d; font-weight: 400; font-size: 0.88rem; line-height: 1.4; margin-bottom: 8px;}
body#subscription_index #formx-init .field-centered{ text-align: center;}
body#subscription_index #formx-init .field-centered .form-control{ text-align: center;}
body#subscription_index #formx-init hr.hr-strong{ border: none; border-top: 3px solid #011e38; opacity: 1;}
body#subscription_index #formx-init hr{ margin-top: 50px !important; margin-bottom: 50px !important;}
body#subscription_index #formx-init .input-title img{ width: 100px;}
body#subscription_index #section5.box-shadow-top-bottom{ position: inherit; box-shadow:none; }

/* Botões Sim/Não estilizados */
body#subscription_index #formx-init .btn-radio-group { width: 100% !important; display: flex !important; }
body#subscription_index #formx-init .btn-radio-group label.btn { 
    font-size: 0.9rem; 
    border-radius: 50px !important; 
    transition: all 0.2s ease;
    color: #6c757d !important;
    font-weight: 600 !important;
}
body#subscription_index #formx-init .btn-radio-group label.btn-outline-success {
    color: #198754 !important;
    border-color: #198754 !important;
}
body#subscription_index #formx-init .btn-radio-group label.btn-outline-primary {
    color: #00aeef !important;
    border-color: #00aeef !important;
}
body#subscription_index #formx-init .btn-check:checked + .btn-outline-success {
    background-color: #198754 !important;
    color: #fff !important;
    border-color: #198754 !important;
}
body#subscription_index #formx-init .btn-check:checked + .btn-outline-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
    border-color: #6c757d !important;
}
body#subscription_index #formx-init .btn-check:checked + .btn-outline-primary {
    background-color: #00aeef !important;
    color: #fff !important;
    border-color: #00aeef !important;
}
body#subscription_index #formx-init .alert-light { 
    background-color: #f8f9fa !important; 
    border-color: #dee2e6 !important;
    border-radius: 12px !important;
}

body#subscription_index #formx-init .form-check-input {
    border-color: #00aeef;
}
body#subscription_index #formx-init .form-check-input:checked {
    background-color: #00aeef;
    border-color: #00aeef;
}
body#subscription_index #formx-init .form-check-label {
    color: #011e38;
    font-weight: normal;
}
body#subscription_index #formx-init .acomodacao-datas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
body#subscription_index #formx-init .acomodacao-data-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #011e38;
    font-weight: 700;
}
body#subscription_index #formx-init .acomodacao-data-arrow {
    font-size: 1.4rem;
    line-height: 1;
    color: #011e38;
}
body#subscription_index #formx-init .acomodacao-data-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 50px;
    background-color: #00aeef;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
}
body#subscription_index #formx-init .acomodacao-data-sep {
    width: 1px;
    height: 28px;
    background-color: #011e38;
    opacity: 0.4;
}

/**
COUNTDOWN
*/
#countdown *{ background-color: transparent !important; color: #FFF;}
#countdown .card-title{ font-weight: bold; }
#countdown .card, #section3 .card { background-color: transparent; border-radius: 30px; } 
#countdown-section { background-color: #00aeef; }
#countdown .card { background-color: transparent !important; border: 2px solid #FFF !important; border-radius: 40% !important; flex: 0 0 auto; min-width: 100px; max-width: 120px; transition: transform 0.2s ease; }
#countdown .card:hover { transform: scale(1.05); }
#countdown .card-body { padding: 1.5rem 0.75rem !important;  }
#countdown .card-title { font-size: 3rem; font-weight: 900; color: #FFF !important; margin-bottom: 0.5rem !important; line-height: 1; font-family: 'IBM Plex Sans', sans-serif; }
#countdown .card-text { font-size: 0.9rem; color: #FFF !important; font-style: italic; font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 0 !important; }
#countdown {  align-items: flex-start; }
#countdown .countdown-item { display: flex; flex-direction: column; align-items: center; }
#countdown .countdown-label { color: #FFF !important; font-size: 0.9rem; font-style: italic; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.75rem; margin-bottom: 0 !important; }

/**
MOBILE 
*/
@media (max-width: 991px) { 
    .menu-pipe{ display: none;}
    #header .nav-item:not(:last-child)::after { content: none; }
    #countdown { zoom: 0.8;}
    #countdown .card-text{ font-size: 12px; }
    #countdown-section h2 { font-size: 1.5rem; }
    #countdown .card { 
        flex: 0 0 auto;
        max-width: 90px; 
    }
    #countdown .card-title { font-size: 2.5rem; }
    #countdown .card-body { padding: 1.25rem 0.5rem !important; }
    #countdown .countdown-label { font-size: 0.75rem; margin-top: 0.5rem; }
    #whts_suporte{ width: 40px; right: 5px;}
    #section1 #loginForm { width: 90vw !important; } 
    #section1 #logo1 { max-width: 60vw !important; } 
    #section1{ height: auto;}
    #section1 .line2 { height: 22vh; }
    #section1-2{ display: none;}
    body#home_index #section2 { min-height: auto !important; }
    body#home_index #section2 #bannerCarousel{ margin-top: 0;}
    body#home_index #section4-5{ height: 45px;}
    body#home_index #section6 .img-2{ max-width: 272px;}
    body#subscription_index #formx-init .form_item { width: 100%;}
    body#subscription_index #formx-init .form_item > * { width: 90% !important; margin: 0 auto; }
    body#home_index .home-menu-icon { width: 90px; height: 90px; }
    body#home_index .home-menu-item { width: 120px; }
    body#home_index .home-menu-label { font-size: 0.7rem; }
}
