/* Enter Your Custom CSS Here */


#menu {font-family: Verdana, Arial, Helvetica,
   sans-serif; font-size:1em; color:blue; }


/*--------------------------------------------------------------
Move the header bar / nav to the top of the screen in fixed position, so the rest of the website scrolls under it.  
--------------------------------------------------------------*/
.navigation-top {
position: fixed;
z-depth: 9999;
top: 0;
width: 100%;
background: #fff;
height: 150px;
}




/* ===== Seminários VALORFITO ===== */

.vf-sem-wrap{
  font-family:Arial,sans-serif;
  max-width:960px;
  margin:0 auto;
  padding:40px 24px;
  box-sizing:border-box
}

.vf-sem-eyebrow{
  font-size:11px;
  font-weight:bold;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#6a9c18;
  margin-bottom:8px
}

.vf-sem-wrap h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:36px;
  font-weight:bold;
  color:#1a1a1a;
  margin:0 0 12px;
  line-height:1.2
}

.vf-sem-intro{
  font-size:16px;
  color:#666;
  line-height:1.65;
  max-width:560px;
  margin:0 0 40px
}

.vf-sem-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px));
}

.vf-sem-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:16px;
  padding:28px 24px;
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
  transition:box-shadow .2s,border-color .2s,transform .2s
}

.vf-sem-card:hover{
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  border-color:#b8d98a;
  transform:translateY(-3px)
}

.vf-sem-card-top{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:#6a9c18;
  border-radius:16px 16px 0 0
}

.vf-sem-card.vf-pending .vf-sem-card-top{
  background:#d0d0d0
}

.vf-sem-badge{
  display:inline-block;
  font-size:11px;
  font-weight:bold;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:4px 12px;
  border-radius:20px;
  margin-bottom:16px;
  background:#eaf3de;
  color:#3b6d11
}

.vf-sem-badge.vf-pending{
  background:#f2f2f2;
  color:#888
}

.vf-sem-card h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:22px;
  font-weight:bold;
  color:#1a1a1a;
  margin:0 0 10px;
  line-height:1.3
}

.vf-sem-card p{
  font-size:15px;
  color:#666;
  line-height:1.6;
  margin:0 0 24px
}

.vf-sem-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #3b6d11;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

.vf-sem-btn:hover{
  background:#2c5209;
  color:#fff;
  text-decoration:none
}

.vf-sem-num{
  position:absolute;
  bottom:12px;
  right:20px;
  font-family:Georgia,serif;
  font-size:72px;
  font-weight:bold;
  color:rgba(0,0,0,.04);
  line-height:1;
  pointer-events:none;
  user-select:none
}




