.elementor-kit-6{--e-global-color-primary:#D97A25;--e-global-color-secondary:#FFFAF8;--e-global-color-text:#4D4D4D;--e-global-color-accent:#61CEAA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#333333;font-family:"Merriweather", Sans-serif;}.elementor-kit-6 h2{color:#333333;font-family:"Merriweather", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Cuadro con borde degradado en naranja*/

.borde-naranja {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.borde-naranja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #EE4C38, #FFB37B);
  border-radius: 10px 0 0 10px;
}
/* Tabla limpia: filas blancas y cabecera sin bordes */
.tabla-planes{
  width:100%;
  border-collapse: separate;
  border-spacing:0;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  /* sombra gris suave con alpha 0.3 */
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
  font-size:16px;
  color:#353535;
}

/* Reseteo duro de bordes que puedan venir del tema */
.tabla-planes, 
.tabla-planes thead, 
.tabla-planes thead tr, 
.tabla-planes thead th{
  border:0 !important;
}

/* Cabecera: fondo melocotón, sin bordes arriba ni abajo */
.tabla-planes thead th{
  background:#FDEFEA;
  color:#8E2D22;
  text-align:left;
  font-weight:700;
  padding:16px 22px;
  border-top:0 !important;
  border-bottom:0 !important;
}

/* Cuerpo: filas SIEMPRE blancas */
.tabla-planes tbody td{
  background:#fff !important;
  color:#353535;
  padding:18px 22px;
  vertical-align:middle;
  border:0 !important;
  line-height:1.5;
}

/* ÚNICOS separadores: entre filas del cuerpo (gris muy suave) */
.tabla-planes tbody tr + tr td{
  border-top:1px solid rgba(0,0,0,.06) !important;
}

/* Primera columna en negrita */
.tabla-planes tbody td:first-child{ font-weight:700; }

/* Radios inferiores (compatibilidad) */
.tabla-planes tbody tr:last-child td:first-child{ border-bottom-left-radius:16px; }
.tabla-planes tbody tr:last-child td:last-child{  border-bottom-right-radius:16px; }

/* Anti-zebra por si el tema insiste */
.tabla-planes tbody tr:nth-child(odd) td,
.tabla-planes tbody tr:nth-child(even) td{ background:#fff !important; }

/* Responsive */
@media (max-width:768px){
  .tabla-planes{ font-size:14px; }
  .tabla-planes th, .tabla-planes td{ padding:12px 14px; }
}/* End custom CSS */