/* =========================================
                RESPONSIVE 430
   ========================================= */

    @media screen and (max-width: 430px) {

        /* HEADER */ 
        .header-search input[type="search"] {width: 160px !important;}
        .header-search {display: grid; justify-items: end;}
        .single-file-banner-carousel {height: 640px !important;}
        /* BLOG */
        .blog-index-grid {grid-template-columns: repeat(1, 1fr) !important;}
        .blog-index-grid .blog-item:nth-child(3) {display: none;}
        .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {top: 310px !important;}
        .seccion-testimonios {height: 630px !important;}

/* =========================================
                Cursos 430
   ========================================= */

        .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar {width: 300px;}
        .ld-course-navigation-heading {max-width: 300px;}
        .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,
        .learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu {
          display: none;}
        .content-curso {
          display: flex;
          flex-direction: column-reverse;
          gap: 30px;
        }
        .course-sidebar {position: initial;}
        .single-sfwd-lessons div#ld-focus-content {margin: 100px 5% 0px 5% !important;}
        .ld-custom-grid {grid-template-columns: repeat(1, 1fr) !important;}
        .escuelabec-container {padding: 42px 0px 60px 0px;}
        .blog-grid {grid-template-columns: repeat(1, 1fr) !important;}
        .mi-blog-container {padding: 42px 5% 60px 5%;}
        .contenedor-blog {grid-template-columns: repeat(1, 1fr) !important;}
        .avatar-autor {width: 48px; height: 48px;}
        .autor-blog {gap: 12px;}
        .faq-container {padding: 48px 10%;}
        h2.titular-page {margin-top: 30px;}
        .registro-page {padding-left: 5%; padding-right: 5%;}
        .recuperar-page .ld-registration__form {padding: 30px 5% 60px 5%;}
        li.woocommerce-MyAccount-navigation-link ::before {display: none;}
        .learndash-wrapper #ld-profile .ld-profile-stats {flex-wrap: nowrap !important;}
        .ld-profile-avatar {display: none;}
        a.ld-profile-edit-link {display: none;}
        .ld-profile-stat.ld-profile-stat-certificates {display: none;}
        .learndash-wrapper.ld-modal-open .ld-modal {position: absolute !important;}

    
   }