/*submenu tarifas*/
.submenu-plantillas {
  background-color: #f5f5f5;
  padding:100px 20px 20px 20px;
  font-size: 0.95rem;
  text-align: center;
  border-bottom: 2px solid #ddd;
}

.submenu-plantillas .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.submenu-plantillas a {
  color: #0077b6;
  text-decoration: none;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;

}

.submenu-plantillas a:hover {
  text-decoration: underline;
}

/*page header*/

.page-header-servicios{
    width:100%;
    height: auto;
    background: url("img/stacked-peaks-haikei.svg") no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}
.page-header-servicios h1{
    color: #fff;
    text-align: center;
    font-size: 2rem;
}


/* Seccion tarifas descripcion */
.tarifa-container {
  background-color: #f8fafc;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.tarifa-container h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  text-align: center;
}

.tarifa-container p {
  font-size: 1.1rem;
  color: #4b5563;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.tarifa-img {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tarifa-precio {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #2563eb;
}

.tarifa-precio span {
  display: block;
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 6px;
}

.tarifa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.bloque {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.bloque h3 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 15px;
}

.bloque h3 i {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: #2563eb;
}

.bloque ul {
  padding-left: 20px;
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.6;
  list-style: disc;
}
