:root {
    --light-purple: #F0FEFF;
    --purple: #00C0D3;
    --bg-purple: #00C0D3;
    --dark-purple: #009DAE;
    --body-text-purple: #009EB0;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #D2DCDD;
    --light-bg: #DAF1F3;
}

/* ------Media-Query-Start--------- */
@media screen and (max-width:1300px) {

    /* features section */
    .features_section .feature_detail .feature_box {
        width: 350px;
    }

    .features_section .feature_detail .left_data {
        padding-left: 75px;
    }

    .features_section .feature_detail .right_data {
        padding-right: 75px;
    }
}


@media screen and (max-width:1200px) {

    .row_am {
        padding: 50px 0;
    }

    /* navigation bar section */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 10px;
        color: var(--text-white);
    }

    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        padding: 9px 30px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        right: 5px;
    }

    .banner_section .banner_slider .right_icon {
        right: -30px;
    }

    .banner_section .banner_text h1 {
        font-size: 45px;
    }

    /* features section */
    .features_section .feature_detail .feature_box {
        width: 300px;
    }

    .features_section .feature_detail .left_data {
        padding-left: 15px;
    }

    .features_section .feature_detail .right_data {
        padding-right: 15px;
    }

    /* about app section */
    .about_app_section .about_text .app_statstic li {
        width: 210px;
        padding-left: 20px;
    }

    .about_app_section .about_text .app_statstic li p:first-child {
        font-size: 30px;
    }

    /* modern ui section */
    .modern_ui_section .ui_images::before {
        width: 475px;
        height: 475px;
    }

    .modern_ui_section .ui_images .right_img img:nth-child(1) {
        margin-left: -60px;
    }

    .modern_ui_section .ui_images .right_img img:nth-child(2) {
        margin-left: -140px;
    }

    /* download app section */
    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(.8);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -120px;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: -180px;
    }

    /* newsletter section */
    .newsletter_box .section_title {
        width: 60%;
    }

    .newsletter_box .section_title h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .newsletter_box form .form-group .form-control {
        width: 250px;
    }

    .youtube-video .modal-dialog {
        max-width: 940px !important;
    }

    /* Navigation bar section - Expandir horizontalmente solo en tablets/portátiles (992px - 1200px) */
    @media screen and (min-width: 992px) and (max-width: 1200px) {
        .navbar-expand-lg .navbar-nav {
            width: 100%;
            justify-content: space-between;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 5px 8px;
            font-size: 16px;
            white-space: nowrap;
        }

        .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
            padding: 9px 25px;
            font-size: 16px;
        }
    }

    .app_solution_section .app_images ul li:nth-child(2) {
        width: 45%;
        left: 0;
    }

    .app_solution_section .app_images ul li:nth-child(3) {
        width: 50%;
        right: 0;
    }

    .experts_team_section .experts_box .text span {
        min-height: 50px;
        display: block;
        margin-bottom: 10px;
    }

    .review_list_section .review_box h3 {
        font-size: 16px;
    }

    .review_list_section .review_box p {
        font-size: 14px;
    }

    .review_list_section .review_box .reviewer .text span {
        font-size: 14px;
    }

    .contact_page_section .contact_inner {
        margin-top: -120px;
    }

    .contact_page_section .contact_inner .contact_form {
        width: 520px;
        padding: 50px 30px;
    }

    .contact_page_section .contact_inner .contact_info {
        width: 350px;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 34px;
    }

    .bred_crumb {
        min-height: 400px;
    }

    .bred_crumb::after {
        background-size: 100%;
        height: 110px;
    }

    .blog_detail_section .blog_inner_pannel {
        margin-top: -100px;
        padding: 30px;
    }
}

@media screen and (max-width:992px) {

    /* navigation section */
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        color: #ffffff;
        justify-content: flex-end;
        font-size: 30px;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 30px;
    }

    header.fix_style {
        padding: 5px 0;
    }

    /* Sobrescribir padding inline del contenedor del header (definido en JS) para ganar espacio en móvil */
    header .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .banner_section {
        text-align: center;
        padding-top: 100px;
    }

    .banner_section .banner_text p {
        padding: 15px 25px;
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }

    /* navigation section */
    .navbar-expand-lg .navbar-collapse {
        width: 100% !important;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: stretch;
        width: 100% !important;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--dark-purple);
        font-size: 14px;
        /* Reducido a 14px */
        font-weight: 500;
        padding: 6px 15px;
        /* Padding vertical reducido */
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .navbar-toggler {
        padding-right: 0;
        line-height: 1.7;
        border: none;
        outline: none;
    }

    /* Botón Contáctanos (dark_btn) - Más compacto y robusto */
    /* Botón Contáctanos (dark_btn) - Más compacto y robusto */
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        margin-left: 0;
        margin-top: 15px;
        padding: 8px 20px !important;
        /* Reducido padding vertical */
        background-color: transparent !important;
        border: 2px solid var(--purple) !important;
        color: var(--purple) !important;
        border-radius: 50px !important;
        text-align: center;
        width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        font-size: 14px;
        /* Reducido a 14px */
        font-weight: 500;
        box-sizing: border-box;
    }

    /* Botón Acceso Clientes en móvil - Más compacto y robusto */
    .navbar-expand-lg .navbar-nav #lblMenuAccesoClientes {
        background-color: transparent !important;
        border: 2px solid var(--purple) !important;
        color: var(--purple) !important;
        border-radius: 50px !important;
        padding: 8px 20px !important;
        /* Reducido padding vertical */
        margin-top: 15px;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: 14px;
        /* Reducido a 14px */
        font-weight: 500;
        box-sizing: border-box;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
        color: var(--body-text-purple);
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #6b49f268;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    /* banner section */
    .banner_section .banner_text h1 {
        font-size: 40px;
    }

    .banner_section .banner_slider {
        margin-top: 50px;
    }

    .banner_section .banner_slider .left_icon {
        left: 0;
    }

    .banner_section .banner_slider .right_icon {
        right: 0;
    }

    .banner_section .banner_image {
        margin-top: 150px;
    }

    .banner_section::after {
        height: 205px;
    }

    /* features section */
    .features_section .feature_detail .feature_img {
        width: 275px;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 30px;
    }

    .features_section .feature_detail .feature_box {
        width: 220px;
    }

    /* about app section */
    .about_app_section .row {
        flex-direction: column-reverse;
    }

    .about_app_section .about_img {
        justify-content: flex-start;
        margin-top: 75px;
        margin-left: 0;
    }

    .about_app_section .about_img::before {
        left: 50%;
    }

    .about_app_section .about_img .screen_img {
        margin-left: -170px;
    }

    .about_app_section .about_text .app_statstic {
        justify-content: flex-start;
    }

    .about_app_section .about_text .app_statstic li {
        width: 35%;
        margin-right: 30px;
    }

    .about_app_section .about_img::before {
        left: 35%;
    }

    /* modern ui section */
    .modern_ui_section .ui_images {
        margin-top: 30px;
    }

    .modern_ui_section .ui_text {
        padding-right: 0;
    }

    .modern_ui_section .ui_images .right_img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* how it work section */
    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 280px;
    }

    .how_it_works .yt_video .thumbnil a {
        top: 57%;
    }

    .how_it_works .yt_video .thumbnil a span {
        font-size: 20px;
    }

    /* testimonial section */
    #testimonial_slider {
        max-width: 500px;
    }

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 600px;
        padding-top: 30px;
    }

    .pricing_section .pricing_pannel .pricing_block .price {
        font-size: 36px;
    }

    .pricing_section .pricing_pannel .pricing_block .benifits li p {
        font-size: 14px;
    }

    /* interface section */
    .interface_section .screen_slider {
        min-height: 550px;
    }

    /* download app section */
    .free_app_section .container .free_app_inner {
        padding: 20px 15px;
    }

    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(.7);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -180px;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        padding: 10px 20px;
    }

    /* latest story section */
    .latest_story {
        margin-bottom: 40px;
    }

    .latest_story .story_box .story_text {
        padding: 15px;
    }

    /* newsletter section */
    .newsletter_box {
        flex-direction: column;
        padding: 30px 20px;
    }

    .newsletter_box .section_title,
    .newsletter_box form {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
    }

    .newsletter_box form .form-group .form-control {
        width: 350px;
    }

    .newsletter_box .section_title h2,
    .newsletter_box .section_title p {
        text-align: center;
    }

    /* footer section */
    footer .top_footer .logo,
    footer h3 {
        margin-bottom: 20px;
    }

    footer .abt_side {
        margin-bottom: 50px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 15px;
    }


    /* Bred Crumb */
    .bred_crumb {
        min-height: 350px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 30px;
    }

    .bred_crumb .bred_text h1+p {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 30px;
    }

    /* Logo G - Index page responsive for tablets */
    .bred_crumb .row .col-md-3[style*="margin-top: -30px"] {
        margin-top: 0 !important;
    }

    .bred_crumb .rounded-circle[src*="logo_G.png"] {
        max-width: 220px !important;
        width: 100%;
        height: auto;
    }

    /* Flip cards images - prevent overflow on tablets */
    .flip-card-front .img-fluid.border-5 {
        max-width: 92% !important;
        height: auto !important;
    }

    .flip-card-front .border-5 {
        border-width: 4px !important;
    }

    .flip-card .flex-grow-1 {
        overflow: visible !important;
        padding: 8px !important;
    }

    .bred_crumb::after {
        background-size: 100%;
        height: 90px;
        bottom: -5px;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .banner_shape3 {
        top: 240px;
        animation: mymove 3s infinite;
    }


    .app_solution_section .app_images {
        margin-top: 30px;
    }

    .app_solution_section .app_images ul li:nth-child(2) {
        text-align: right;
    }

    .app_solution_section .app_text p {
        padding-right: 0;
    }

    .app_solution_section .app_text .section_title {
        text-align: center;
    }

    .app_solution_section .app_images {
        margin-top: 70px;
    }

    .app_solution_section .app_images::before {
        width: 350px;
        height: 350px;
    }

    .why_we_section .why_inner {
        padding: 35px 0;
        padding-bottom: 0px;
    }

    .why_we_section .why_inner .why_box {
        margin-bottom: 50px;
        text-align: center;
    }

    .why_we_section .why_inner .why_box .icon {
        margin-bottom: 30px;
    }


    .experts_team_section .experts_box .text span {
        min-height: auto;
    }

    .query_inner .white_btn {
        font-size: 14px;
    }

    /* Ajustar white_btn para tablets */
    .white_btn {
        padding: 8px 25px !important;
        font-size: 14px;
    }

    /* Ajustar botón Conocer Más específicamente */
    #lblConocer_Boton {
        display: inline-block !important;
        white-space: nowrap !important;
        /* Evitar que el texto se divida en múltiples líneas */
    }

    /* Ajustar botones del footer para evitar desbordamiento en tablets */
    footer .links .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    footer .links .row .col-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    footer .links .white_btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }


    .blog_list_main .blog_text {
        margin-top: 30px;
    }

    .blog_detail_section .blog_inner_pannel {
        margin-top: -100px;
        padding: 30px;
    }

    .blog_detail_section .blog_inner_pannel .info ul {
        padding-left: 30px;
    }

    .comment_section ul li .comment {
        width: calc(100% - 280px);
        margin-left: 20px;
    }

    .blog_detail_section .blog_inner_pannel .quote_block {
        padding: 55px 30px 35px 30px;
    }

    .contact_page_section .contact_inner {
        flex-direction: column;
        margin-top: 60px;
    }

    .contact_page_section .contact_inner .contact_form {
        width: 100%;
    }

    .contact_page_section .contact_inner .contact_info {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {

    body {
        font-size: 14px;
        text-align: center;
    }

    .row_am {
        padding: 30px 0;
    }

    .section_title p br {
        display: none;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 24px;
    }

    /* navbar section */
    .navbar {
        padding-top: 15px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        text-align: left;
        line-height: 1.5;
        font-size: 13px;
        /* Reducido a 13px */
    }

    /* banner section */
    .banner_section {
        margin-top: 0px;
        padding-top: 80px;
    }

    .banner_section .banner_text h1 {
        font-size: 30px;
    }

    /* Ajustes específicos para banner de index.html */
    .bred_crumb h1 {
        font-size: 28px !important;
        /* Reducir tamaño de título en tablets */
    }

    .bred_crumb h1 span {
        font-size: 28px !important;
        /* Asegurar que el span también tenga el tamaño correcto */
    }

    .bred_crumb ul li span {
        font-size: 14px !important;
        /* Reducir tamaño del texto descriptivo en tablets */
    }

    .banner_section .banner_text p {
        padding: 0px 15px;
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }

    .banner_section .app_btn li:last-child {
        margin-left: 0;
    }

    .banner_section .app_btn li {
        margin: 0 15px;
    }

    .banner_section .app_btn li a {
        padding: 10px 20px;
    }

    .banner_section .app_btn li a img {
        height: 25px;
    }

    .banner_section .banner_slider .left_icon {
        left: -40px;
    }

    .banner_section .banner_slider .right_icon {
        right: -40px;
        z-index: 1000;
    }

    .banner_section .banner_slider::before {
        width: 350px;
        height: 350px;
    }

    .banner_section .banner_image {
        margin-top: 130px;
    }



    /* trusted logo section */
    .trusted_section .company_logos {
        padding-top: 0;
    }

    .trusted_section .company_logos img {
        max-width: 70%;
    }

    /* features section */
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
    }

    .features_section .feature_detail .feature_img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 75%;
        margin: 0 auto;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin-right: 0;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin-left: 0;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    /* about app section */
    .about_app_section .about_text,
    .about_app_section .about_text .section_title {
        text-align: center;
    }

    .about_app_section .about_text .app_statstic {
        margin-top: 0;
        justify-content: space-between;
    }

    .about_app_section .about_text .app_statstic li {
        width: 48%;
        margin-right: 0;
    }

    .about_app_section .about_text .app_statstic li p:first-child {
        font-size: 18px;
    }

    .about_app_section .about_img {
        margin: 0;
        margin-top: 50px;
        justify-content: center;
    }

    .about_app_section .about_img::before {
        width: 350px;
        height: 350px;
    }

    /* modern ui section */
    .modern_ui_section .ui_images {
        margin-top: 10px;
    }

    .modern_ui_section .section_title {
        text-align: center;
    }

    .modern_ui_section .design_block li {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .modern_ui_section .design_block li::before {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
    }

    .modern_ui_section .ui_images img {
        max-width: 100%;
    }

    .modern_ui_section .ui_images::before {
        width: 350px;
        height: 350px;
    }

    .modern_ui_section .ui_images .left_img {
        width: 70%;
    }

    .modern_ui_section .ui_images .right_img {
        justify-content: center;
    }

    .modern_ui_section .ui_images .right_img img:nth-child(1) {
        top: 0;
        width: 100px;
    }

    .modern_ui_section .ui_images .right_img img:nth-child(3) {
        margin-top: 0;
    }

    /* how it work section */
    .how_it_works .how_it_inner {
        padding: 30px 15px;
    }

    .how_it_works .step_block .step_box {
        padding-bottom: 30px;
    }

    .how_it_works .yt_video {
        margin-top: -50px;
    }

    .how_it_works .yt_video .thumbnil {
        height: 300px;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil a {
        width: 100%;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::after {
        width: 140px;
        height: 140px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::before {
        width: 120px;
        height: 120px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn img {
        height: auto;
    }

    /* testimonial section */
    .testimonial_section .testimonial_block {
        margin: 0;
    }

    .testimonial_section .testimonial_block .avtar_faces {
        display: none;
    }

    .testimonial_section .testimonial_block .testimonial_slide_box {
        width: 100%;
    }

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {
        min-height: auto;
        padding: 30px 15px;
    }

    .pricing_section .pricing_pannel .pricing_block .icon {
        margin-bottom: 15px;
    }

    .pricing_section .contact_text {
        margin-top: -20px;
    }

    /* faq section */
    .faq_section .faq_panel .card-header h2 {
        text-align: left;
    }

    .faq_section .faq_panel .card-header .btn {
        font-size: 16px;
        padding-right: 30px;
    }

    .faq_section .faq_panel .card-body p {
        text-align: left;
    }

    /* interface section */
    .interface_section .screen_slider {
        /*min-height: 720px;*/
    }

    .interface_section .owl-item .screen_frame_img img {
        transform: scale(1);
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    /* latest story section */
    .latest_story .story_box {
        margin-bottom: 30px;
    }

    /* newsletter section */
    .newsletter_box form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter_box form .form-group {
        width: 100%;
    }

    .newsletter_box form .form-group .form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsletter_box .section_title p {
        font-size: 13px;
    }

    /* footer section */
    footer .links,
    footer .abt_side {
        margin-bottom: 30px;
    }

    footer .top_footer .social_media {
        justify-content: center;
    }

    footer .top_footer .social_media li a {
        margin: 0 5px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
    }

    footer .app_btn li a {
        margin: 0 auto;
    }

    footer .bottom_footer .developer_text {
        text-align: center;
        margin-top: 10px;
    }

    footer .go_top {
        right: 10px;
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 0px;
    }

    /* animation line section */
    .anim_line,
    .anim_line.dark_bg {
        width: 140%;
    }

    /* latest story section */
    .latest_story .story_box .story_img img {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .purple_backdrop {
        display: none;
    }


    /* Bread-Crumb */
    .bred_crumb {
        min-height: 330px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 24px;
    }

    .bred_crumb .bred_text h1+p {
        font-size: 15px;
        line-height: 1.4;
        padding: 0 20px;
    }

    /* Logo G - Index page responsive for mobile large */
    .bred_crumb .row .col-md-3[style*="margin-top: -30px"] {
        margin-top: 30px !important;
    }

    .bred_crumb .rounded-circle[src*="logo_G.png"] {
        max-width: 200px !important;
        width: 100%;
        height: auto;
    }

    /* Flip cards images - prevent overflow */
    .flip-card-front .img-fluid.border-5 {
        max-width: 92% !important;
        height: auto !important;
    }

    .flip-card-front .border-5 {
        border-width: 4px !important;
    }

    .flip-card .flex-grow-1 {
        overflow: visible !important;
        padding: 8px !important;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .bred_text {
        padding: 0 15px;
        margin-top: 15px;
    }

    .bred_crumb::after {
        background-size: cover;
        height: 100px;
    }



    .blog_list_main .blog_text .section_title,
    .blog_list_story .story_box {
        text-align: center;
    }

    .why_we_section .why_inner {
        padding-bottom: 10px;
    }

    .experts_team_section .experts_box {
        padding: 20px;
        margin-bottom: 15px;
    }

    .pagination_block ul li:not(:first-child, :last-child) a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 3px;
        font-size: 12px;
    }

    .blog_detail_bredcrumb.bred_crumb .bred_text {
        margin-top: -10px;
    }

    .blog_detail_section .blog_inner_pannel {
        margin-top: -70px;
        padding: 25px 20px;
    }

    .blog_detail_section .blog_inner_pannel .section_title {
        margin-bottom: 20px;
    }

    .blog_detail_section .blog_inner_pannel .section_title h2 {
        font-size: 22px;
    }

    .blog_detail_section .blog_inner_pannel .info h3 {
        font-size: 18px;
    }

    .blog_detail_section .blog_inner_pannel .info ul {
        text-align: left;
        padding-left: 0;
    }

    .blog_detail_section .blog_inner_pannel .two_img {
        margin-bottom: 0;
    }

    .blog_detail_section .blog_inner_pannel .two_img img {
        margin: 10px 0;
    }

    .blog_detail_section .blog_inner_pannel .quote_block .q_icon {
        left: 50%;
        transform: translateX(-50%);
    }

    .blog_detail_section .blog_inner_pannel .quote_block {
        padding: 55px 20px 35px 20px;
    }

    .blog_detail_section .blog_inner_pannel .quote_block h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .blog_detail_section .blog_inner_pannel .blog_authore {
        flex-direction: column;
    }

    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info {
        margin-bottom: 30px;
    }

    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3 {
        font-size: 18px;
    }

    .comment_section ul li {
        flex-direction: column;
        padding: 20px 0;
        text-align: left;
    }

    .comment_section ul li .comment {
        width: 100%;
        margin-left: 0;
    }

    .comment_section ul li .authore_info {
        width: 100%;
        margin-bottom: 15px;
    }

    .comment_section ul li.replay_comment {
        margin-left: 30px;
    }

    .comment_section ul li .authore_info .text {
        width: auto;
    }

    .comment_form_section form .form-group .form-control {
        height: 45px;
        font-size: 14px;
        margin-bottom: 15px;
    }


    .signup_form {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .signup_form form {
        padding: 0 20px;
    }

    .signup_form form .form-group .form-control {
        font-size: 14px;
        height: 50px;
    }

    .signup_form .or_option .google_btn {
        min-width: 275px;
        padding: 12px 10px;
    }

    .signup_section .back_btn {
        top: 15px;
    }

    .signup_section .top_part {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .review_freeapp {
        margin: 0 0 40px 0;
    }

    .review_list_section .review_box .rating ul,
    .review_list_section .review_box .reviewer {
        justify-content: flex-start;
        text-align: center;
    }

    .review_list_section .review_box .reviewer .text {
        width: auto;
        text-align: left;
    }

    .review_list_section .review_box {
        text-align: left;
    }

    .contact_page_section .contact_inner {
        margin-top: 40px;
    }

    .contact_page_section .contact_inner .contact_form {
        padding: 30px 20px;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 24px;
    }

    .contact_page_section .contact_inner .contact_form form .form-group .form-control {
        height: 50px;
        font-size: 14px;
    }

    .contact_page_section .contact_inner .contact_form form .term_check label {
        text-align: left;
        line-height: 1.3;
    }

    .contact_page_section .contact_inner .contact_form form .term_check {
        align-items: flex-start;
    }

    .contact_page_section .contact_inner .contact_info .section_title {
        text-align: center;
    }

    .contact_page_section .contact_inner .contact_info .btn {
        margin-bottom: 30px;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li {
        flex-direction: column;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {
        width: 100%;
        margin-top: 10px;
    }

    .map_section {
        margin: 15px 0;
    }
}


@media screen and (max-width:640px) {
    .features_section .feature_detail .feature_box {
        justify-content: center;
        margin: 0 auto;
    }

    .bred_crumb .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }

    .query_section .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        display: none;
    }

    /* Ajustar white_btn para móviles medianos */
    .white_btn {
        padding: 6px 20px !important;
        font-size: 13px;
    }

    /* Ajustar botón Conocer Más en móviles medianos */
    #lblConocer_Boton {
        white-space: normal !important;
        /* Permitir texto multilínea en pantallas muy pequeñas */
        text-align: center;
    }

    /* Ajustar botones del footer para evitar desbordamiento */
    footer .links .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    footer .links .row .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    footer .links .white_btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media screen and (max-width:479px) {

    /* Ajustar white_btn para móviles pequeños */
    .white_btn {
        padding: 5px 15px !important;
        font-size: 12px;
    }

    /* Ajustar botón Conocer Más en móviles pequeños */
    #lblConocer_Boton {
        white-space: normal !important;
        /* Permitir texto multilínea en pantallas pequeñas */
        padding: 8px 15px !important;
        /* Ajustar padding para mejor visualización */
        min-width: auto !important;
    }

    /* Ajustar botones del footer para evitar desbordamiento */
    footer .links .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    footer .links .row .col-12 {
        padding-left: 3px;
        padding-right: 3px;
    }

    footer .links .white_btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 8px 10px !important;
    }

    /* about app section */
    .about_app_section .about_img::before {
        left: 49%;
    }

    /* BredCrumb section - responsive improvements */
    .bred_crumb .bred_text {
        top: -20px;
        padding: 0 10px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0 5px;
    }

    .bred_crumb .bred_text h1+p {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 10px;
        margin-top: 5px;
    }

    /* Logo G - Index page responsive */
    .bred_crumb .row .col-md-3[style*="margin-top: -30px"] {
        margin-top: 20px !important;
    }

    .bred_crumb .rounded-circle[src*="logo_G.png"] {
        max-width: 180px !important;
        width: 100%;
        height: auto;
    }

    /* Flip cards images - prevent overflow */
    .flip-card-front .img-fluid.border-5 {
        max-width: 92% !important;
        height: auto !important;
    }

    .flip-card-front .border-5 {
        border-width: 3px !important;
    }

    .flip-card .flex-grow-1 {
        overflow: visible !important;
        padding: 10px !important;
    }
}

/* Media queries adicionales para pantallas muy pequeñas */
@media screen and (max-width: 400px) {
    body {
        font-size: 13px;
    }

    /* Ajustar white_btn para móviles muy pequeños */
    .white_btn {
        padding: 4px 12px !important;
        font-size: 11px;
    }

    /* Ajustar botón Conocer Más en móviles muy pequeños */
    #lblConocer_Boton {
        white-space: normal !important;
        /* Permitir texto multilínea */
        padding: 8px 12px !important;
        /* Ajustar padding */
        display: inline-block !important;
        min-width: 120px !important;
        /* Anchura mínima para mejor visualización */
    }

    .section_title h2 {
        font-size: 20px;
    }

    .section_title p {
        font-size: 13px;
    }

    /* Banner adjustments */
    .banner_section .banner_text h1 {
        font-size: 24px;
    }

    .banner_section .banner_text p {
        font-size: 13px;
        padding: 0 10px;
    }

    /* Ajustes específicos para banner de index.html en móviles pequeños */
    .bred_crumb h1 {
        font-size: 22px !important;
        /* Reducir aún más el título en móviles */
    }

    .bred_crumb h1 span {
        font-size: 22px !important;
        /* Asegurar que el span también tenga el tamaño correcto */
    }

    .bred_crumb ul li span {
        font-size: 12px !important;
        line-height: 1.6 !important;
        /* Reducir tamaño y ajustar línea en móviles */
    }

    .banner_section .app_btn li a {
        padding: 8px 15px;
        font-size: 12px;
    }

    .banner_section .app_btn li a img {
        height: 20px;
    }

    /* Newsletter */
    .newsletter_box .section_title h2 {
        font-size: 18px;
    }

    .newsletter_box .section_title p {
        font-size: 12px;
    }

    /* Footer adjustments */
    footer .top_footer .col-lg-5,
    footer .top_footer .col-lg-6 {
        padding: 0 5px;
    }

    footer .abt_side {
        margin-bottom: 30px;
    }

    footer .links {
        margin-bottom: 30px;
    }

    footer h3 {
        font-size: 16px;
    }

    footer .social_media li a {
        margin: 0 3px;
    }

    /* Trusted section logos */
    .trusted_section .company_logos img {
        max-width: 55%;
    }

    /* Contact form adjustments */
    .contact_page_section .contact_inner .contact_form {
        padding: 20px 15px;
    }

    .contact_page_section .contact_inner .contact_form form .form-group .form-control {
        height: 45px;
        font-size: 13px;
    }

    /* Logo G - Index page responsive for very small screens */
    .bred_crumb .row .col-md-3[style*="margin-top: -30px"] {
        margin-top: 15px !important;
    }

    .bred_crumb .rounded-circle[src*="logo_G.png"] {
        max-width: 150px !important;
        width: 100%;
        height: auto;
    }

    /* Flip cards images - prevent overflow on very small screens */
    .flip-card-front .img-fluid.border-5 {
        max-width: 85% !important;
        height: auto !important;
    }

    .flip-card-front .border-5 {
        border-width: 3px !important;
    }

    .flip-card .flex-grow-1 {
        padding: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    body {
        font-size: 12px;
    }

    .section_title h2 {
        font-size: 18px;
    }

    .banner_section .banner_text h1 {
        font-size: 20px;
    }

    .banner_section .banner_text p {
        font-size: 12px;
    }

    /* Ajustes específicos para banner de index.html en móviles muy pequeños */
    .bred_crumb h1 {
        font-size: 18px !important;
        /* Reducir aún más para pantallas muy pequeñas */
    }

    .bred_crumb h1 span {
        font-size: 18px !important;
        /* Asegurar que el span también tenga el tamaño correcto */
    }

    .bred_crumb ul li span {
        font-size: 11px !important;
        line-height: 1.5 !important;
        /* Reducir tamaño y ajustar línea en pantallas muy pequeñas */
    }

    .banner_section .app_btn li {
        margin: 5px 8px;
    }

    .banner_section .app_btn li a {
        padding: 6px 12px;
        font-size: 11px;
    }

    .newsletter_box {
        padding: 20px 15px;
    }

    .trusted_section .company_logos img {
        max-width: 50%;
    }

    footer .top_footer .social_media li a {
        margin: 0 2px;
    }

    footer .social_media li a i {
        font-size: 14px;
    }

    /* Logo G - Index page responsive for extra small screens */
    .bred_crumb .row .col-md-3[style*="margin-top: -30px"] {
        margin-top: 10px !important;
    }

    .bred_crumb .rounded-circle[src*="logo_G.png"] {
        max-width: 130px !important;
        width: 100%;
        height: auto;
    }

    /* Flip cards images - prevent overflow on extra small screens */
    .flip-card-front .img-fluid.border-5 {
        max-width: 80% !important;
        height: auto !important;
    }

    .flip-card-front .border-5 {
        border-width: 2px !important;
    }

    .flip-card .flex-grow-1 {
        padding: 8px !important;
    }
}

.purple-background {
    background-color: var(--purple) !important;
}

/* ========================================================
   CORRECCIÓN GENERAL PARA BREADCRUMB QUE QUEDA PEGADO AL MENÚ
   ======================================================== */

/* Asegurar que el bred_text tenga suficiente espacio superior en desktop */
.bred_crumb .bred_text {
    padding-top: 20px;
}

/* Ajustes específicos para páginas sin gmaster-title-section */
.bred_crumb .bred_text h1 {
    margin-top: 20px;
}

/* Responsive adjustments */
@media screen and (max-width: 991px) {
    .bred_crumb .bred_text h1 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .bred_crumb .bred_text {
        padding-top: 10px;
    }

    .bred_crumb .bred_text h1 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .bred_crumb .bred_text {
        padding-top: 5px;
    }

    .bred_crumb .bred_text h1 {
        margin-top: 5px;
    }
}

/* ========================================================
   CORRECCIÓN PARA BOTONES OWL CAROUSEL EN MÓVILES
   ======================================================== */

/* Botones de navegación de Owl Carousel - visibilidad y tamaño */
.owl-nav button {
    opacity: 1 !important;
    display: block !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive adjustments para botones de carrusel */
@media screen and (max-width: 991px) {
    .owl-nav .owl-prev {
        left: 8px !important;
    }

    .owl-nav .owl-next {
        right: 8px !important;
    }

    .gmaster-modulos-carousel .owl-nav button {
        width: 42px !important;
        height: 42px !important;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 767px) {
    .owl-nav .owl-prev {
        left: 5px !important;
    }

    .owl-nav .owl-next {
        right: 5px !important;
    }

    .gmaster-modulos-carousel .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
        background: rgba(0, 192, 211, 0.9) !important;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .gmaster-modulos-carousel .owl-nav button:hover {
        background: rgba(0, 192, 211, 1) !important;
        transform: scale(1.1);
    }

    .gmaster-kiosko-carousel .owl-nav button {
        width: 38px !important;
        height: 38px !important;
        font-size: 14px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 10px !important;
    }
}

@media screen and (max-width: 575px) {
    .owl-nav .owl-prev {
        left: 3px !important;
    }

    .owl-nav .owl-next {
        right: 3px !important;
    }

    .gmaster-modulos-carousel .owl-nav button {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .gmaster-kiosko-carousel .owl-nav button {
        width: 35px !important;
        height: 35px !important;
        font-size: 13px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 8px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 8px !important;
    }
}

@media screen and (max-width: 400px) {
    .gmaster-modulos-carousel .owl-nav button {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    .gmaster-kiosko-carousel .owl-nav button {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 5px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 5px !important;
    }
}

/* Asegurar visibilidad y feedback visual de botones */
.owl-nav button:focus {
    outline: 2px solid rgba(0, 192, 211, 0.5) !important;
    outline-offset: 2px;
}

.owl-nav button:active {
    transform: scale(0.95);
}

/* ========================================================
   CORRECCIONES ADICIONALES PARA OWL CAROUSEL EN MÓVILES
   Mayor especificidad y prioridad
   ======================================================== */

/* Estilos globales para owl-nav - Mayor prioridad */
.owl-carousel .owl-nav {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(0, 192, 211, 0.9) !important;
    color: #fff !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    z-index: 100 !important;
}

/* Asegurar que el botón mantenga el centrado vertical en móviles */
@media screen and (max-width: 991px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        top: 75% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
    }
}

@media screen and (max-width: 767px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        top: 72% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
    }
}

@media screen and (max-width: 575px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        top: 70% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
    }
}

@media screen and (max-width: 400px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        top: 68% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
    }
}

/* Responsive específico para cada carrusel */
@media screen and (max-width: 991px) {

    /* gmaster-modulos-carousel */
    .gmaster-modulos-carousel .owl-nav .owl-prev,
    .gmaster-modulos-carousel .owl-nav .owl-next {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-next {
        right: 10px !important;
    }

    /* gmaster-kiosko-carousel */
    .gmaster-kiosko-carousel .owl-nav .owl-prev,
    .gmaster-kiosko-carousel .owl-nav .owl-next {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 12px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 12px !important;
    }
}

@media screen and (max-width: 767px) {

    /* gmaster-modulos-carousel */
    .gmaster-modulos-carousel .owl-nav .owl-prev,
    .gmaster-modulos-carousel .owl-nav .owl-next {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-prev {
        left: 8px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-next {
        right: 8px !important;
    }

    /* gmaster-kiosko-carousel */
    .gmaster-kiosko-carousel .owl-nav .owl-prev,
    .gmaster-kiosko-carousel .owl-nav .owl-next {
        width: 38px !important;
        height: 38px !important;
        font-size: 14px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 10px !important;
    }
}

@media screen and (max-width: 575px) {

    /* gmaster-modulos-carousel */
    .gmaster-modulos-carousel .owl-nav .owl-prev,
    .gmaster-modulos-carousel .owl-nav .owl-next {
        width: 38px !important;
        height: 38px !important;
        font-size: 15px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-prev {
        left: 5px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-next {
        right: 5px !important;
    }

    /* gmaster-kiosko-carousel */
    .gmaster-kiosko-carousel .owl-nav .owl-prev,
    .gmaster-kiosko-carousel .owl-nav .owl-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 13px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 8px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 8px !important;
    }
}

@media screen and (max-width: 400px) {

    /* gmaster-modulos-carousel */
    .gmaster-modulos-carousel .owl-nav .owl-prev,
    .gmaster-modulos-carousel .owl-nav .owl-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-prev {
        left: 3px !important;
    }

    .gmaster-modulos-carousel .owl-nav .owl-next {
        right: 3px !important;
    }

    /* gmaster-kiosko-carousel */
    .gmaster-kiosko-carousel .owl-nav .owl-prev,
    .gmaster-kiosko-carousel .owl-nav .owl-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-prev {
        left: 5px !important;
    }

    .gmaster-kiosko-carousel .owl-nav .owl-next {
        right: 5px !important;
    }
}

/* Hover states para botones */
.gmaster-modulos-carousel .owl-nav .owl-prev:hover,
.gmaster-modulos-carousel .owl-nav .owl-next:hover,
.gmaster-kiosko-carousel .owl-nav .owl-prev:hover,
.gmaster-kiosko-carousel .owl-nav .owl-next:hover {
    background: rgba(0, 192, 211, 1) !important;
    transform: translateY(-50%) scale(1.1) !important;
    z-index: 100 !important;
}

/* Hover states responsive - mantener posición correcta */
@media screen and (max-width: 991px) {

    .gmaster-modulos-carousel .owl-nav .owl-prev:hover,
    .gmaster-modulos-carousel .owl-nav .owl-next:hover,
    .gmaster-kiosko-carousel .owl-nav .owl-prev:hover,
    .gmaster-kiosko-carousel .owl-nav .owl-next:hover {
        transform: translateY(-50%) scale(1.1) !important;
    }
}

@media screen and (max-width: 767px) {

    .gmaster-modulos-carousel .owl-nav .owl-prev:hover,
    .gmaster-modulos-carousel .owl-nav .owl-next:hover,
    .gmaster-kiosko-carousel .owl-nav .owl-prev:hover,
    .gmaster-kiosko-carousel .owl-nav .owl-next:hover {
        transform: translateY(-50%) scale(1.1) !important;
    }

    /* Imágenes lblQuienes - Padding superior en tablets/móviles */
    #lblQuienes_Tarjeta1_Imagen,
    #lblQuienes_Tarjeta2_Imagen {
        margin-top: 20px;
    }
}

/* Active states */
.gmaster-modulos-carousel .owl-nav .owl-prev:active,
.gmaster-modulos-carousel .owl-nav .owl-next:active,
.gmaster-kiosko-carousel .owl-nav .owl-prev:active,
.gmaster-kiosko-carousel .owl-nav .owl-next:active {
    transform: translateY(-50%) scale(0.95) !important;
    z-index: 100 !important;
}

/* ===================================
   REDUCCIÓN DE PADDING EN MÓVILES PEQUEÑOS
   =================================== */

/* Móviles pequeños - 575px */
@media screen and (max-width: 575px) {

    /* Reducir padding de secciones principales */
    .how_it_works {
        padding: 30px 0 !important;
    }

    .modern_ui_section {
        padding: 30px 0 !important;
    }

    .about_app_section {
        padding: 30px 0 20px 0 !important;
    }

    .review_list_section {
        padding: 30px 0 !important;
    }

    .how_it_works .how_it_inner {
        padding: 25px 15px !important;
    }

    /* Secciones GPOS */
    .gpos_beneficios_section {
        padding: 25px 0 !important;
    }

    .gpos_aliados_section {
        padding: 25px 0 !important;
        padding-bottom: 50px !important;
    }

    .gpos_functions_modular_section {
        padding: 25px 0 !important;
    }

    /* Título "Beneficios que impulsan tu crecimiento" - Padding superior */
    .gpos_beneficios_section .column-title h2 {
        padding-top: 12px;
    }

    /* Título "Funciones que impulsan tu negocio cada día" - Padding superior */
    .modular-title {
        padding-top: 12px;
    }

    /* Header-left - Separar del contenido siguiente en móviles pequeños */
    .header-left {
        margin-bottom: 15px;
    }

    /* Modular header - Separar de la sección anterior */
    .modular-header-split {
        margin-top: 20px;
    }

    /* Secciones GMaster */
    .gmaster_beneficios_section {
        padding: 25px 0 !important;
    }

    .gmaster_modulos_carousel_section {
        padding: 25px 0 !important;
    }

    .fidelizacion_section {
        padding: 25px 0 !important;
    }

    /* Imágenes lblQuienes - Padding superior en móviles */
    #lblQuienes_Tarjeta1_Imagen,
    #lblQuienes_Tarjeta2_Imagen {
        margin-top: 15px;
    }
}

/* Móviles muy pequeños - 400px */
@media screen and (max-width: 400px) {

    /* Reducir aún más el padding */
    .how_it_works {
        padding: 25px 0 !important;
    }

    .modern_ui_section {
        padding: 25px 0 !important;
    }

    .about_app_section {
        padding: 25px 0 15px 0 !important;
    }

    .review_list_section {
        padding: 25px 0 !important;
    }

    .how_it_works .how_it_inner {
        padding: 20px 10px !important;
    }

    /* Secciones GPOS */
    .gpos_beneficios_section {
        padding: 20px 0 !important;
    }

    .gpos_aliados_section {
        padding: 20px 0 !important;
        padding-bottom: 45px !important;
    }

    .gpos_functions_modular_section {
        padding: 20px 0 !important;
    }

    /* Título "Beneficios que impulsan tu crecimiento" - Padding superior */
    .gpos_beneficios_section .column-title h2 {
        padding-top: 10px;
    }

    /* Título "Funciones que impulsan tu negocio cada día" - Padding superior */
    .modular-title {
        padding-top: 10px;
    }

    /* Header-left - Separar del contenido siguiente en móviles muy pequeños */
    .header-left {
        margin-bottom: 12px;
    }

    /* Modular header - Separar de la sección anterior */
    .modular-header-split {
        margin-top: 15px;
    }

    /* Secciones GMaster */
    .gmaster_beneficios_section {
        padding: 20px 0 !important;
    }

    .gmaster_modulos_carousel_section {
        padding: 20px 0 !important;
    }

    .fidelizacion_section {
        padding: 20px 0 !important;
    }

    /* Imágenes lblQuienes - Padding superior en móviles muy pequeños */
    #lblQuienes_Tarjeta1_Imagen,
    #lblQuienes_Tarjeta2_Imagen {
        margin-top: 10px;
    }
}

/* Fix footer buttons mobile size */
@media screen and (max-width: 767px) {
    footer .top_footer .try_out ul li a {
        width: 190px !important;
        height: 50px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 auto 10px auto;
        padding: 0 !important;
    }

    footer .top_footer .try_out ul li a img {
        max-height: 35px !important;
        max-width: 90% !important;
        width: auto !important;
    }
}