/* === HERO VIDEO CABECERA START === */
.cs_hero_grid {display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:40px;position:relative;z-index:2;}
.cs_hero_video {position:relative;}
.cs_video_wrapper {position:relative;border-radius:22px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.25);background:rgba(255,255,255,.06);backdrop-filter:blur(6px);}
.cs_video_wrapper img {width:100%;display:block;}
.cs_video_play {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;border:none;cursor:pointer;background:#6c4bff;color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 35px rgba(0,0,0,.35);transition:transform .15s ease,opacity .15s ease;}
.cs_video_play:hover {transform:translate(-50%,-50%) scale(1.05);}

.cs_video_modal {position:fixed;inset:0;display:none;z-index:99999;}
.cs_video_modal.cs_open {display:block;}
.cs_video_modal_backdrop {position:absolute;inset:0;background:rgba(0,0,0,.70);}
.cs_video_modal_box {position:relative;width:min(980px,92vw);margin:8vh auto 0 auto;background:#0b0b0f;border-radius:18px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.55);}
.cs_video_modal_close {position:absolute;top:10px;right:12px;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;z-index:2;}
.cs_video_modal_iframewrap {position:relative;width:100%;padding-top:56.25%;}
.cs_video_modal_iframewrap iframe {position:absolute;inset:0;width:100%;height:100%;}
.cs_heading_bg { background-color: var(--vis-color) !important;}
.cs_video_play { background:var(--vis-color);}

@media(max-width:991px){
.cs_hero_grid {grid-template-columns:1fr;gap:28px;}
.cs_hero_content {text-align:center!important;}
.cs_video_play {width:72px;height:72px;font-size:24px;}
.cs_video_modal_box {margin:12vh auto 0 auto;}
}
/* === HERO VIDEO CABECERA END === */

/* ===== Texto negro forzado ===== */
.cs_text_black {color:#000000;}
/* ===== Fin texto negro forzado ===== */

.vis_whatsapp_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 90px;
    padding: 28px 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8eb 0%, #fffdf8 100%);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.vis_whatsapp_cta_intro {
    flex: 1;
}

.vis_whatsapp_cta_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background-color: rgba(37, 211, 102, 0.12);
    color: #128c4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.vis_whatsapp_cta_badge i {
    font-size: 18px;
}

.vis_whatsapp_cta p {
    max-width: 560px;
    margin: 0;
    color: #3b3b3b;
    font-size: 18px;
    line-height: 1.65;
}

.vis_whatsapp_cta .cs_btn {
    flex-shrink: 0;
    white-space: nowrap;
    max-width: none;
    min-width: 360px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.vis_whatsapp_cta .cs_btn::before {
    display: none;
}

.vis_whatsapp_cta .cs_btn:hover {
    background-color: var(--heading-color);
    color: #ffffff !important;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .vis_whatsapp_cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 22px;
    }

    .vis_whatsapp_cta p {
        max-width: 100%;
        font-size: 16px;
    }

    .vis_whatsapp_cta .cs_btn {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
}

.cs_iconbox.cs_style_1 .cs_iconbox_info {
    margin-top:0 !important;
}
.home-feature-slider .cs_slider_wrapper {
    min-height: 360px;
}

.home-feature-slider .cs_slider_container {
    min-height: 404px;
}

.home-feature-slider .cs_slide {
    height: 100%;
}

.home-feature-slider .cs_iconbox.cs_style_1 {
    min-height: 320px;
}

.home-feature-slider .cs_iconbox.cs_style_1 .cs_iconbox_info {
    min-height: 180px;
}

.home-feature-slider .cs_pagination {
    min-height: 24px;
}

.cs_horizontal_slider_wrapper .cs_center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 100px;
}

.cs_horizontal_slider_wrapper .cs_brands_list img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 150px;
    max-height: 100px;
}

.cs_horizontal_slider_wrapper img[src$="petroperu2.png"] {
    width: 55px !important;
    height: 54px !important;
    aspect-ratio: 55 / 54;
}
.cs_hero.cs_style_1 .cs_hero_bg {
    background-color: var(--vis-color) !important;
    opacity: 1;
}

.cs_hero.cs_style_1 .cs_hero_title {
    color: var(--black-color) !important;
}

.cs_white_color {
    color: var(--black-color);
}

/* Floating WhatsApp button used instead of the external widget */
.vis_floating_whatsapp {
    position: fixed;
    right: 22px;
    bottom: 150px;
    z-index: 99998;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 12px;
    border-radius: 999px;
    background: #57a436;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.vis_floating_whatsapp:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}

.vis_floating_whatsapp_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    flex: 0 0 auto;
}

.vis_floating_whatsapp_icon img {
    width: 22px;
    height: 22px;
    display: block;
}

/* Hide any leftover Aisensy widget if the browser or cache injects it */
[id*="aisensy"],
[class*="aisensy"],
iframe[src*="integration-plugin.js"],
script[src*="integration-plugin.js"] {
    display: none !important;
}

.vis_floating_whatsapp_text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .vis_floating_whatsapp {
        right: 14px;
        bottom: 132px;
        padding: 10px 14px 10px 10px;
    }

    .vis_floating_whatsapp_text {
        font-size: 14px;
    }
}

/* === HERO VIDEO AUTOPLAY START === */
.cs_video_autoplay {position:relative;}
.cs_video_autoplay::before {content:"";display:block;padding-top:56.25%;}
.cs_video_autoplay .cs_video_iframe {position:absolute;inset:0;width:100%;height:100%;border:0;}
/* === HERO VIDEO AUTOPLAY END === */

/* === HERO GRID MOBILE FIX START === */
@media(max-width:991px){
    .cs_hero_grid {display:grid;grid-template-columns:1fr;gap:22px;}
    .cs_hero_content {text-align:center!important;}
    .cs_hero_video {display:block!important;}
    .cs_video_wrapper {width:100%;}
    .cs_video_autoplay {width:100%;}
    .cs_hero.cs_type_3 {height:auto!important;min-height:unset!important;}
    .cs_hero.cs_type_3 .container {height:auto!important;}
    .cs_hero.cs_type_3 {overflow:visible;}
    .cs_hero.cs_type_3 .row,
    .cs_hero.cs_type_3 .col-lg-5,
    .cs_hero.cs_type_3 .col-lg-7,
    .cs_hero.cs_type_3 .cs_hero_content,
    .cs_hero.cs_type_3 .cs_hero_thumbnail,
    .cs_hero.cs_type_3 .cs_blob_5,
    .cs_hero.cs_type_3 .cs_volume_report,
    .cs_hero.cs_type_3 .cs_sells_report {overflow:visible;}
    .cs_hero.cs_type_3 img,
    .cs_hero.cs_type_3 video,
    .cs_hero.cs_type_3 canvas {overflow:clip;}
    .cs_video_autoplay .cs_video_iframe {border-radius: 22px;}
    }
    /* === HERO GRID MOBILE FIX END === */

    /* === HERO VIDEO AUTOPLAY START === */
.cs_video_autoplay {position:relative;}
.cs_video_autoplay::before {content:"";display:block;padding-top:56.25%;}
.cs_video_autoplay .cs_video_iframe {position:absolute;inset:0;width:100%;height:100%;border:0;}
/* === HERO VIDEO AUTOPLAY END === */

/* === WOW MOBILE SAFETY START === */
@media(max-width:991px){
    .wow {visibility:visible!important;animation:none!important;}
    }
    /* === WOW MOBILE SAFETY END === */

    /* === HERO MOBILE FIX START === */
@media(max-width:991px){
    .cs_hero.cs_style_1 {display:block!important;}
    }
    /* === HERO MOBILE FIX END === */
@media(max-width:991px){
    .cs_hero.cs_style_1.cs_type_3 {
        padding-top:100px;
    }

}

/* === HOME MOBILE POLISH START === */
@media (max-width: 991px) {
    #home.cs_hero.cs_style_1.cs_type_3 {
        display: block !important;
        padding: 120px 0 72px !important;
        overflow: hidden !important;
    }

    #home .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #home .cs_hero_content {
        text-align: center !important;
    }

    #home .cs_hero_text {
        max-width: 100%;
        margin: 0 auto;
    }

    #home .cs_hero_title,
    #home .cs_hero_title strong {
        font-size: clamp(34px, 8.5vw, 46px) !important;
        line-height: 1.08;
        letter-spacing: -0.02em;
        margin-bottom: 24px;
    }

    #home .cs_hero_subtitle {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    #home .cs_btn_group {
        gap: 14px;
        justify-content: center;
    }

    #home .cs_btn.cs_style_1 {
        width: 100%;
        max-width: 320px;
        padding: 16px 24px;
        overflow: hidden;
    }

    #home .cs_btn.cs_style_1::before {
        display: none;
    }

    #home .cs_hero_thumbnail {
        width: 100%;
        max-width: 460px;
        margin: 10px auto 0;
        border-radius: 22px;
    }

    #home .cs_hero_thumbnail > img {
        width: 100%;
        border-radius: inherit;
    }

    #home .cs_hero_shape_vector {
        display: none !important;
    }

    #home .cs_volume_report,
    #home .cs_sells_report {
        animation: none;
    }

    #home .cs_volume_report {
        top: 12px;
        left: 10px;
        width: min(42%, 150px);
    }

    #home .cs_sells_report {
        right: 10px;
        bottom: 12px;
        width: min(34%, 120px);
    }

    #home .cs_blob_5 {
        width: 120px;
        height: 120px;
        left: -24px;
        top: 24px;
        filter: blur(45px);
    }

    #desarrolloMedida .cs_section_heading {
        gap: 18px;
        margin-bottom: 36px;
    }

    #desarrolloMedida .cs_section_title {
        font-size: clamp(30px, 7.5vw, 40px);
        line-height: 1.12;
    }

    #desarrolloMedida .cs_section_title br,
    #desarrolloMedida .cs_iconbox_subtitle br {
        display: none;
    }

    #desarrolloMedida .cs_section_heading_right p {
        font-size: 15px;
        line-height: 1.7;
    }

    #desarrolloMedida .cs_iconbox.cs_style_1.cs_type_1 {
        min-height: 100%;
        padding: 40px 18px 34px;
    }

    #desarrolloMedida .cs_iconbox.cs_style_1.cs_type_1 .cs_iconbox_title {
        -webkit-line-clamp: 2;
        min-height: 2.6em;
        font-size: 24px;
        line-height: 1.2;
    }

    #desarrolloMedida .cs_iconbox_subtitle {
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 0;
    }

    .cs_horizontal_slider_wrapper .cs_brands_list {
        gap: 34px;
        margin: 0 17px;
    }

    .cs_horizontal_slider_wrapper .cs_brands_list img {
        max-height: 34px;
        width: auto;
    }

    .cs_horizontal_slider_wrapper img[src$="petroperu2.png"] {
        width: 55px !important;
        height: auto !important;
        max-height: none !important;
    }
}

@media (max-width: 575px) {
    #home.cs_hero.cs_style_1.cs_type_3 {
        padding: 112px 0 58px !important;
    }

    #home .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #home .cs_hero_title,
    #home .cs_hero_title strong {
        font-size: clamp(30px, 9vw, 38px) !important;
    }

    #home .cs_hero_subtitle {
        font-size: 15px;
    }

    #home .cs_btn.cs_style_1 {
        max-width: 100%;
    }

    #home .cs_volume_report {
        width: 120px;
        top: 8px;
        left: 8px;
    }

    #home .cs_sells_report {
        width: 92px;
        right: 8px;
        bottom: 8px;
    }

    #desarrolloMedida .cs_iconbox.cs_style_1.cs_type_1 {
        padding: 34px 16px 28px;
    }

    .cs_horizontal_slider_wrapper .cs_brands_list {
        gap: 22px;
        margin: 0 11px;
    }

    .cs_horizontal_slider_wrapper .cs_brands_list img {
        max-height: 28px;
    }

    .cs_horizontal_slider_wrapper img[src$="petroperu2.png"] {
        width: 55px !important;
        height: auto !important;
        max-height: none !important;
    }
}

/* === BLOG SYSTEM START === */
.vis_blog_section_head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.vis_blog_category_section_moodle {
    margin-bottom: 100px;
}

.vis_blog_badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255, 183, 77, 0.18);
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.vis_blog_card_excerpt {
    margin-top: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vis_blog_empty_state {
    padding: 48px 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff7eb 100%);
}

.vis_category_link_active {
    color: var(--vis-color) !important;
    font-weight: 700;
}

.vis_post_nav_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--heading-color);
    font-weight: 600;
}

.vis_post_nav_link:hover {
    color: var(--vis-color);
}

.vis_post_nav_link_next {
    margin-left: auto;
}

.vis_blog_listing_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 760px;
}

.vis_blog_listing_card .cs_post_thumbnail {
    aspect-ratio: 16 / 10;
}

.vis_blog_listing_card .cs_post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vis_blog_listing_card .cs_post_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vis_blog_meta_line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 10px 0 14px;
    color: var(--body-color);
    font-size: 15px;
}

.vis_blog_meta_line span {
    position: relative;
}

.vis_blog_meta_line span + span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-color);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.vis_blog_listing_title a:hover {
    color: var(--vis-color);
}

.vis_blog_listing_excerpt {
    -webkit-line-clamp: 3;
    margin-bottom: 24px;
}

.vis_blog_section_card {
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    max-width: 100%;
    align-items: stretch;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    overflow: hidden;
}

.vis_blog_section_card .cs_post_thumbnail {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 15px 0 0 15px;
}

.vis_blog_section_card .cs_post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vis_blog_section_card .cs_post_content {
    margin-top: 0;
    border-top: 1px solid var(--border-color);
    border-left: 0;
    border-radius: 0 15px 15px 0;
    padding: 26px 28px;
}

.vis_blog_section_card .vis_blog_card_excerpt {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.vis_blog_section_card .cs_post_content h3 {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.vis_blog_cta {
    background: #f7a61f;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 42px 46px 38px 46px !important;
    margin-bottom: 34px;
}

.vis_blog_cta .cs_cta_text {
    max-width: 720px;
    padding: 0 !important;
}

.vis_blog_cta .cs_cta_text h3 {
    line-height: 1.18;
}

.vis_blog_cta .cs_cta_text p {
    max-width: 62ch;
    line-height: 1.5;
}

.vis_blog_cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #10161f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    max-width: 420px;
    width: auto;
    overflow: visible;
    text-overflow: clip;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.vis_blog_cta_btn:hover {
    color: #ffffff;
    background: #0b1118;
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.24);
}

.vis_glyph_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.vis_glyph_icon_inline {
    min-width: 18px;
    margin-right: 8px;
}

.vis_social_glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    height: 1.15em;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
}

.cs_footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cs_footer_bottom .cs_social_links.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.cs_footer_bottom .cs_social_links.cs_style_1 a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cs_footer_bottom .cs_social_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(247, 166, 31, 0.12);
    color: var(--vis-color);
    flex: 0 0 26px;
}

.cs_footer_bottom .cs_footer_text {
    margin-left: auto;
}

@media (max-width: 767px) {
    .cs_footer_bottom {
        justify-content: center;
        text-align: center;
    }

    .cs_footer_bottom .cs_social_links.cs_style_1 {
        justify-content: center;
    }

    .cs_footer_bottom .cs_footer_text {
        margin-left: 0;
        width: 100%;
    }
}

.vis_blog_cta_btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .vis_blog_section_head {
        flex-direction: column;
        align-items: flex-start;
    }

    .vis_blog_section_card {
        display: block;
    }

    .vis_blog_section_card .cs_post_thumbnail {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 15px 15px 0 0;
    }

    .vis_blog_section_card .cs_post_content {
        margin-top: -16px;
        border-top: 0;
        border-left: 1px solid var(--border-color);
        border-radius: 0 0 15px 15px;
    }

    .vis_blog_cta .cs_cta_text p {
        max-width: 100%;
    }

    .vis_blog_cta_btn {
        max-width: 100%;
        width: 100%;
        text-overflow: clip;
    }

    .vis_blog_cta {
        padding: 30px 24px 28px 24px !important;
        margin-bottom: 26px;
    }
}
/* === BLOG SYSTEM END === */
/* === HOME MOBILE POLISH END === */

/* === APRENDEMETRIC ICON FIX START === */
.aprendemetric-feature-grid .cs_iconbox.cs_style_2 .cs_iconbox_icon svg {
    transform: none;
}
/* === APRENDEMETRIC ICON FIX END === */

/* === HOME REGIONAL SECTION START === */
.vis_region_section {
    position: relative;
    overflow: hidden;
}

.vis_region_media {
    min-height: 420px;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8f8ff 0%, #eef8f7 100%);
    box-shadow: 0 24px 60px rgba(18, 32, 73, 0.08);
}

.vis_region_media img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

.vis_region_content {
    max-width: 560px;
}

.vis_region_content .cs_section_title {
    line-height: 1.08;
}

.vis_region_content p {
    font-size: 21px;
    line-height: 1.7;
    color: #6f6f76;
}

@media (max-width: 991px) {
    .vis_region_media {
        min-height: auto;
        padding: 28px 22px;
    }

    .vis_region_content {
        max-width: 100%;
        text-align: center;
    }

    .vis_region_content .cs_section_title {
        font-size: clamp(32px, 7.8vw, 44px);
    }

    .vis_region_content p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .vis_region_media {
        padding: 22px 16px;
        border-radius: 22px;
    }

    .vis_region_content .cs_section_title {
        font-size: clamp(28px, 8.5vw, 36px);
    }

    .vis_region_content p {
        font-size: 16px;
        line-height: 1.65;
    }
}
/* === HOME REGIONAL SECTION END === */

/* === INTEGRACIONES MOODLE CTA START === */
.vis_integraciones_hero_content {
    align-items: flex-start;
    text-align: left !important;
}

.vis_integraciones_btn_group {
    width: 100%;
    justify-content: flex-start !important;
}

.vis_integraciones_cta.cs_btn.cs_style_1 {
    background-color: var(--heading-color);
    color: #ffffff !important;
    width: fit-content;
    max-width: none;
    min-width: 290px;
    padding: 18px 30px;
    justify-content: center;
    text-align: center;
}

.vis_integraciones_cta.cs_btn.cs_style_1::before {
    display: none;
}

.vis_integraciones_cta.cs_btn.cs_style_1:hover {
    color: #ffffff !important;
    opacity: 0.92;
}

@media (max-width: 991px) {
    .vis_integraciones_hero_content {
        align-items: flex-start;
        text-align: left !important;
    }

    .vis_integraciones_cta.cs_btn.cs_style_1 {
        width: 100%;
        max-width: 340px;
        min-width: 0;
    }
}
/* === INTEGRACIONES MOODLE CTA END === */

/* === EXTENSIONES MOODLE DIAGRAMA START === */
.vis_extensiones_diagrama {
    padding: 390px 0 380px;
}

.vis_extensiones_diagrama .vis_extensiones_card {
    width: 360px;
    min-height: 210px;
    height: auto;
    padding: 18px 22px 20px;
    gap: 10px;
    justify-content: flex-start;
    border-radius: 18px;
}

.vis_extensiones_diagrama .vis_extensiones_card h3 {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    text-wrap: balance;
}

.vis_extensiones_diagrama .vis_extensiones_card .cs_payment_icon img {
    max-height: 60px;
    width: auto;
}

.vis_extensiones_diagrama .cs_payment_info_text {
    max-width: 520px;
    margin: 0 auto;
}

.vis_extensiones_diagrama .cs_payment_info_text h2 {
    font-size: 52px;
    line-height: 1.05;
}

.vis_extensiones_diagrama .cs_payment_info_text p {
    font-size: 16px;
    line-height: 1.65;
}

.vis_extensiones_diagrama .vis_extensiones_card:nth-child(1) {
    top: 70px;
}

.vis_extensiones_diagrama .vis_extensiones_card:nth-child(2),
.vis_extensiones_diagrama .vis_extensiones_card:nth-child(3) {
    top: 33%;
}

.vis_extensiones_diagrama .vis_extensiones_card:nth-child(4),
.vis_extensiones_diagrama .vis_extensiones_card:nth-child(5) {
    top: 73%;
}

.vis_extensiones_diagrama .vis_extensiones_card:nth-child(6) {
    bottom: 78px;
}

@media (max-width: 1199px) {
    .vis_extensiones_diagrama {
        padding: 360px 0 340px;
    }

    .vis_extensiones_diagrama .cs_payment_info_text {
        max-width: 460px;
    }

    .vis_extensiones_diagrama .cs_payment_info_text h2 {
        font-size: 54px;
    }

    .vis_extensiones_diagrama .cs_payment_info_text p {
        font-size: 15px;
    }

    .vis_extensiones_diagrama .vis_extensiones_card {
        width: 290px;
        min-height: 200px;
        padding: 16px 18px 18px;
    }

    .vis_extensiones_diagrama .vis_extensiones_card h3 {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .vis_extensiones_diagrama {
        padding: 0;
    }

    .vis_extensiones_diagrama .cs_payment_info_text {
        max-width: 100%;
    }

    .vis_extensiones_diagrama .cs_payment_info_text h2 {
        font-size: clamp(34px, 8vw, 48px);
    }

    .vis_extensiones_diagrama .cs_payment_info_text p {
        font-size: 15px;
    }

    .vis_extensiones_diagrama .cs_payments_logo_wrapper {
        margin-top: 60px;
    }

    .vis_extensiones_diagrama .vis_extensiones_card {
        width: 100%;
        min-height: 0;
        padding: 18px 18px 20px;
    }

    .vis_extensiones_diagrama .vis_extensiones_card h3 {
        font-size: 15px;
    }
}
/* === EXTENSIONES MOODLE DIAGRAMA END === */
