/home/crealab/riscatto.brainware.com.co/wp-content/uploads/elementor/css/post-7.css
.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 *//* Estilos Específicos para Setas Doradas Formación */

/* Comportamiento suave del scroll */
html {
    scroll-behavior: smooth;
}

/* Efecto Hover en tarjetas de imágenes */
.image-card-hover:hover img {
    transform: scale(1.05);
}

/* Botón Dorado Personalizado */
.btn-dorado {
    background: linear-gradient(45deg, #C79D38, #EAD38C);
    color: #3E2723;
    transition: all 0.3s ease;
    text-decoration: none !important; /* Importante para sobrescribir estilos de tema WP */
}

.btn-dorado:hover {
    background: linear-gradient(45deg, #EAD38C, #C79D38);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(199, 157, 56, 0.4);
}

/* Fondo Hero con imagen específica */
.hero-bg {
    background-image: linear-gradient(rgba(62, 39, 35, 0.6), rgba(62, 39, 35, 0.4)), url('https://riscatto.brainware.com.co/wp-content/uploads/2025/12/bg-nosotros.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Animaciones Blob para el Footer CTA */
@keyframes blob {
    0% { transform: translate(0px, 0px) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0px, 0px) scale(1); }
}

.animate-blob {
    animation: blob 7s infinite;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

/* Ajustes menores para asegurar que el contenido no quede debajo de la barra de admin de WP si se está logueado */
body.admin-bar nav.sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar nav.sticky {
        top: 46px;
    }
}

/* =========================================
   ESTILOS PERSONALIZADOS LEARNDASH LMS
   ========================================= */

/* Wrapper principal de LearnDash - Limpieza */
.learndash-wrapper {
    font-family: 'Open Sans', sans-serif !important;
}

/* Títulos de Cursos */
.learndash-wrapper .ld-course-list-items h2.ld-entry-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #3E2723 !important; /* Marrón Tierra */
}

/* Botones Principales (Ver curso, Continuar, etc) */
.learndash-wrapper .btn-join, 
.learndash-wrapper .ld-button {
    background-color: #C79D38 !important; /* Dorado */
    color: #3E2723 !important;
    border-radius: 9999px !important; /* Rounded Full */
    font-weight: 600 !important;
    border: none !important;
    padding: 10px 24px !important;
    transition: all 0.3s ease !important;
}

.learndash-wrapper .btn-join:hover, 
.learndash-wrapper .ld-button:hover {
    background-color: #A67F26 !important; /* Dorado oscuro */
    color: #fff !important;
    transform: translateY(-2px);
}

/* Barras de Progreso */
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background-color: #5A8F43 !important; /* Verde */
}

/* Breadcrumbs (Migas de pan) */
.learndash-wrapper .ld-breadcrumbs {
    background-color: #F9F1D8 !important; /* Dorado muy claro */
    border-radius: 8px !important;
}

.learndash-wrapper .ld-breadcrumbs a {
    color: #C79D38 !important;
}

/* Mensajes de Alerta / Info */
.learndash-wrapper .ld-alert-info {
    background-color: #F9F1D8 !important;
    border-left-color: #C79D38 !important;
    color: #3E2723 !important;
}

/* Iconos de estado (Completado) */
.learndash-wrapper .ld-status-icon.ld-status-complete {
    color: #5A8F43 !important;
}

/* Paginación */
.learndash-wrapper .ld-pagination .ld-pages .ld-page {
    color: #3E2723 !important;
}

.learndash-wrapper .ld-pagination .ld-pages .ld-page.active {
    background-color: #C79D38 !important;
    border-color: #C79D38 !important;
    color: white !important;
}

/* Tarjetas de Grid de Cursos (si usas el addon Course Grid) */
.ld-course-list-items .ld_course_grid .thumbnail.course {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f3f4f6 !important;
}

.ld-course-list-items .ld_course_grid .caption {
    background-color: white !important;
}

.ld-course-list-items .ld_course_grid .entry-title {
    color: #3E2723 !important;
    font-weight: bold !important;
}/* End custom CSS */