.elementor-292 .elementor-element.elementor-element-676b97e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-8849dfd{text-align:justify;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-8849dfd */.rem-session-container {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #282A2B;
        line-height: 1.6;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background-color: #fff;
    }

    .rem-session-container * {
        box-sizing: border-box;
    }

    /* Header Styles */
    .rem-header {
        text-align: center;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #ebf5fb;
    }

    .rem-free-badge {
        background-color: #34639a;
        color: #fff;
        padding: 5px 15px;
        border-radius: 50px;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .rem-title {
        color: #282A2B;
        font-size: 2.2rem;
        margin: 0 0 15px 0;
        line-height: 1.2;
    }

    .rem-date-highlight {
        font-size: 1.1rem;
        color: #34639a;
        font-weight: 600;
        background-color: #ebf5fb;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 8px;
    }

    /* Layout Grid */
    .rem-grid-row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 40px;
    }

    .rem-main-content {
        flex: 2; /* Ocupa 2/3 del espacio */
        min-width: 300px;
    }

    .rem-sidebar {
        flex: 1; /* Ocupa 1/3 del espacio */
        min-width: 280px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Typography */
    .rem-subtitle {
        color: #34639a;
        font-size: 1.5rem;
        margin-top: 0;
        border-left: 4px solid #d9edf7;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .rem-lead {
        font-size: 1.1rem;
        font-weight: 500;
        color: #34639a;
    }

    p {
        margin-bottom: 1rem;
        text-align: justify;
    }

    /* Cards Sidebar */
    .rem-card {
        background: #fff;
        border: 1px solid #ebf5fb;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }

    .rem-card.highlight-bg {
        background-color: #ebf5fb; /* Fondo azul muy claro */
        border-color: #d9edf7;
    }

    .rem-card-title {
        color: #34639a;
        font-size: 1.1rem;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        border-bottom: 2px solid #d9edf7;
        padding-bottom: 8px;
    }

    .rem-profile-box strong {
        display: block;
        font-size: 1.1rem;
        color: #282A2B;
        margin-bottom: 5px;
    }

    .rem-profile-box p {
        font-size: 0.95rem;
        color: #555;
        margin: 0;
        text-align: left;
    }

    /* Lista de Detalles */
    .rem-details-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .rem-details-list li {
        margin-bottom: 15px;
        padding-left: 0;
    }

    .rem-details-list li:last-child {
        margin-bottom: 0;
    }

    .rem-details-list strong {
        color: #34639a;
        display: block;
        margin-bottom: 2px;
    }

    /* Contact Footer (MEJORADO) */
    .rem-contact-footer {
        background: linear-gradient(135deg, #34639a 0%, #24466d 100%); /* Degradado profesional */
        color: #fff;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(52, 99, 154, 0.2);
        position: relative;
        overflow: hidden;
    }

    /* Efecto de borde sutil superior */
    .rem-contact-footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: rgba(255,255,255,0.2);
    }

    .rem-contact-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
        background: rgba(255, 255, 255, 0.1); /* Fondo semitransparente */
        padding: 15px 25px;
        border-radius: 50px; /* Diseño de cápsula */
        transition: transform 0.2s ease;
    }

    .contact-item:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.15);
    }

    .contact-icon svg {
        width: 28px;
        height: 28px;
        color: #d9edf7;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
    }

    .contact-label {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #d9edf7;
        margin-bottom: 2px;
    }

    .contact-value {
        font-weight: bold;
        font-size: 1.1rem;
        color: #fff;
    }

    .contact-link {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1rem;
        border-bottom: 1px dashed rgba(255,255,255,0.5);
        transition: all 0.2s;
    }

    .contact-link:hover {
        color: #d9edf7;
        border-bottom-color: #d9edf7;
    }
    
    .contact-divider {
        width: 1px;
        height: 40px;
        background: rgba(255,255,255,0.2);
        display: none; /* Oculto en móvil */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .rem-grid-row {
            flex-direction: column;
        }

        .rem-title {
            font-size: 1.6rem;
        }

        .rem-contact-grid {
            flex-direction: column;
            gap: 15px;
        }

        .contact-item {
            width: 100%;
            justify-content: center;
            border-radius: 12px; /* Menos redondeado en móvil */
        }

        p {
            text-align: left; /* Mejor lectura en móvil */
        }
    }

    @media (min-width: 769px) {
        .contact-divider {
            display: block; /* Visible solo en escritorio */
        }
    }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8ea3773 *//* === FORMULARIO CONTACT FORM 7 – ESTILO PERSONALIZADO === */

.cf7-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cf7-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cf7-field.full {
  width: 100%;
  margin-bottom: 20px;
}

.cf7-field label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
  font-size: 15px;
}

.cf7-field input,
.cf7-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color .2s ease;
  background: #fff;
}

.cf7-field input:focus,
.cf7-field textarea:focus {
  border-color: #0073aa;
  outline: none;
}

.cf7-check {
  margin-bottom: 20px;
  font-size: 14px;
}

.cf7-check label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cf7-check small {
  display: block;
  margin-left: 26px;
  color: #666;
}

.cf7-submit {
  margin-top: 10px;
}

.cf7-submit input[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s ease;
}

.cf7-submit input[type="submit"]:hover {
  background: #005c87;
}

/* Indicador de campo obligatorio */
.req {
  color: #e63946;
  font-weight: bold;
}

/* === MODO RESPONSIVO === */
@media (max-width: 768px) {
  .cf7-grid {
    flex-direction: column;
  }
}/* End custom CSS */