/* ===== TARIFAS (página) ===== */
.intro-tarifas{
  background:#f9f9f9; padding:30px; margin:100px 0 40px;
}
.intro-tarifas h2{
  font-size:3rem; font-weight:bold; color:#4DD9E6; margin-bottom:20px; text-align:center;
}
.intro-tarifas p{
  font-size:1.2rem; line-height:1.8; color:#2e4052; text-align:center;
}

.tarifas h2{
  font-size:2.5rem; margin:20px 0 10px; text-align:center; color:#008CBA;
  font-weight:900; text-transform:uppercase;
}
.tarifas-table{
  width:100%; border-collapse:collapse; margin:0 auto; max-width:1100px; font-size:1rem;
  box-shadow:0 2px 10px rgba(180,25,25,0.1);
}
.tarifas-table th, .tarifas-table td{ padding:15px 10px; border:1px solid #b3afaf; text-align:center; }
.tarifas-table th{ background:#008CBA; color:#fff; font-weight:bold; text-transform:uppercase; }
.tarifas-table tr:nth-child(even){ background:#f9f9f9; }
.tarifas-table tr:nth-child(odd){ background:#eef4f6; }
.tarifas-table tr:hover{ background:#d8e7e4; }
.tarifas-table td s{ color:#c0392b; font-size:.9em; margin-right:5px; }
.tarifas-table td strong{ color:#005f79; font-weight:bold; }
