/* Customização Interna da Página Ir e Vir - Layout Vertical Compacto */
.banner-full-width {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0; 
    overflow: hidden;
}

.banner-full-width img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 400px; 
    object-fit: cover;
}

.conteudo {
    margin-top: 20px;
}
.container-ir-e-vir {
    padding: 15px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444;
    font-size: 14px; 
    line-height: 1.4; 
}

/* Força o container a respeitar a altura e corrige o footer */
.conteudo, .container-ir-e-vir {
    display: flow-root !important;
    height: auto !important;
}

.banner-principal {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Alinhamento e tamanho dos títulos dos blocos */
.bloco-titulo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #024282;
}

.bloco-titulo .material-icons {
    font-size: 22px; 
    margin-right: 8px;
}

.bloco-titulo h3 {
    margin: 0;
    font-size: 1.15rem; 
    font-weight: 600;
}

/* Seção Resumo do Programa */
.secao-info-programa {
    background: #fcfcfc;
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #024282;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.secao-info-programa p {
    font-size: 14px;
    margin: 0 0 12px 0;
}

.action-area {
    text-align: left; 
}

.btn-cadastro-online {
    display: inline-flex;
    align-items: center;
    background-color: #007bff;
    color: #fff !important;
    padding: 8px 16px; 
    font-size: 13px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.2s;
}

.btn-cadastro-online:hover {
    background-color: #0056b3;
}

.btn-cadastro-online .material-icons {
    font-size: 18px;
    margin-right: 6px;
}


.bloco-card-vertical {
    background: #fff;
    padding: 18px 20px; 
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    border: 1px solid #e6e6e6;
    margin-bottom: 15px; 
}

.lista-padrao {
    list-style: none; 
    padding: 0;
}

.lista-padrao li {
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;
    font-size: 14px;
}

.icone-lista {
    font-size: 18px !important; 
    margin-right: 10px;        
    color: #024282;            
    flex-shrink: 0;            
}

.icone-carros {
    font-size: 18px !important; 
    margin-right: 11px;        
    color: #024282;            
    flex-shrink: 0;            
}

.bloco-card-vertical p {
    margin: 5px 0;
}

/* Informações de Contato */
.info-contato {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.info-contato li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.info-contato li .material-icons {
    font-size: 16px;
    color: #666;
    margin-right: 6px;
    margin-top: 2px;
}

/* Títulos internos dos cards */
.bloco-card-vertical h4 {
    margin: 12px 0 6px 0;
    color: #555;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 2px;
}

.fluxo-passos {
    margin-top: 12px;
}

.item-passo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f0f0f0;
}

.item-passo:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.num-passo {
    background: #024282;
    color: #fff;
    font-weight: bold;
    width: 22px; /* Círculo numérico menor */
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 11px;
}

.aviso-alerta .lista-padrao li {
    display: block !important;
    margin-bottom: 15px; 
    line-height: 1.6; 
}

.aviso-alerta .lista-padrao li strong {
    display: inline !important; 
}

.aviso-alerta {
    border-top: none;
    border-left: 4px solid #dc3545; 
    background-color: #fffcfc;
}

.aviso-alerta .bloco-titulo {
    color: #dc3545;
}

.bloco-contato-final {
    background-color: #f8f9fa; 
    border: 1px solid #dee2e6; 
    border-radius: 6px;
    padding: 20px;
    margin-top: 25px; 
    text-align: center; 
}

.bloco-contato-final .bloco-titulo {
    justify-content: left; 
    margin-bottom: 10px;
}

.bloco-contato-final p {
    font-size: 15px;
    color: #333;
    margin: 0;
}

strong {
    font-weight: 900 !important;
    color: inherit !important;
}