/* Radar Enfermería - Contenido Nuevo - estilos base
   Paleta: teal #0B6E7A / celeste #3FB6C7 / coral #F0664A / texto #23313A / fondo claro #F3F6F7
   Estos estilos son un piso visual seguro para que el contenido se vea prolijo
   incluso antes de maquetarlo en Elementor. No dependen de Elementor ni de Astra Pro. */

.re-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.re-hero { background: linear-gradient(135deg, #0B6E7A 0%, #14939F 100%); color: #fff; padding: 56px 24px; border-radius: 12px; margin-bottom: 32px; }
.re-hero h1 { color: #fff; margin-top: 0; font-size: 2rem; line-height: 1.25; }
.re-hero p { font-size: 1.1rem; max-width: 640px; }

.re-emergency-note { background: #FFF4E5; border-left: 6px solid #F0664A; padding: 14px 18px; border-radius: 6px; margin: 20px 0; font-size: 0.95rem; }
.re-emergency-note strong { color: #B5390B; }

.re-btn { display: inline-block; padding: 13px 26px; border-radius: 8px; text-decoration: none; font-weight: 700; margin: 6px 10px 6px 0; }
.re-btn-primary { background: #F0664A; color: #fff !important; }
.re-btn-primary:hover { background: #d4523a; }
.re-btn-outline { background: transparent; color: #fff !important; border: 2px solid #fff; }
.re-hero .re-btn-outline { color: #fff !important; }
body .re-btn-outline-dark { background: transparent; color: #0B6E7A !important; border: 2px solid #0B6E7A; }

.re-section { padding: 36px 0; }
.re-section h2 { color: #0B6E7A; font-size: 1.6rem; border-bottom: 3px solid #3FB6C7; display: inline-block; padding-bottom: 6px; margin-bottom: 20px; }
.re-section h3 { color: #23313A; font-size: 1.2rem; }

.re-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 20px 0; }
@media (max-width: 780px) { .re-grid { grid-template-columns: 1fr; } }
.re-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 20px 0; }
@media (max-width: 780px) { .re-grid-2 { grid-template-columns: 1fr; } }

.re-card { background: #F3F6F7; border-radius: 10px; padding: 22px; border: 1px solid #E1E9EA; }
.re-card h3 { margin-top: 0; color: #0B6E7A; }
.re-card a { color: #0B6E7A; font-weight: 700; }

.re-credential-strip { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; background: #F3F6F7; padding: 20px; border-radius: 10px; margin: 24px 0; text-align: center; }
.re-credential-strip div { flex: 1 1 160px; font-weight: 700; color: #0B6E7A; font-size: 0.95rem; }

.re-cta-band { background: #0B6E7A; color: #fff; border-radius: 12px; padding: 36px 24px; text-align: center; margin: 32px 0; }
.re-cta-band h2 { color: #fff; border: none; }

.re-faq details { background: #F3F6F7; border-radius: 8px; padding: 14px 18px; margin-bottom: 10px; }
.re-faq summary { font-weight: 700; cursor: pointer; color: #0B6E7A; }

table.re-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
table.re-table th { background: #0B6E7A; color: #fff; text-align: left; padding: 10px 12px; }
table.re-table td { padding: 10px 12px; border-bottom: 1px solid #E1E9EA; }
table.re-table tr:nth-child(even) td { background: #F8FAFA; }

.re-badge { display: inline-block; background: #3FB6C7; color: #fff; padding: 3px 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; margin-bottom: 10px; }

.re-note { background: #EEF3F4; border-left: 5px solid #3FB6C7; padding: 12px 16px; border-radius: 6px; font-size: 0.92rem; margin: 18px 0; }

.re-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 780px) { .re-contact-grid { grid-template-columns: 1fr; } }

.re-map-embed iframe { width: 100%; border: 0; border-radius: 10px; min-height: 300px; }

ul.re-list li { margin-bottom: 8px; }
