/** Shopify CDN: Minification failed

Line 321:21 Expected identifier but found whitespace
Line 321:23 Unexpected "{"
Line 321:32 Expected ":"
Line 335:10 Expected identifier but found whitespace
Line 335:12 Unexpected "{"
Line 335:21 Expected ":"
Line 380:12 Expected identifier but found whitespace
Line 380:13 Unexpected "2px"
Line 380:24 Unexpected "{"
Line 380:33 Expected ":"
... and 3 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-sec-m2 (INDEX:14) */
.flow-compare-section {
  background-color: #eaf5f1;
    padding: 0px 20px;
      width: 100%;
        box-sizing: border-box;
        }
        
        .flow-container {
          max-width: 1400px;
            margin: 0 auto;
              display: grid;
                grid-template-columns: 1fr 1fr;
                  gap: 0px;
                    align-items: end;
                    }
                    
                    .compare-text h2 {
                      font-size: 32px;
                        margin-bottom: 40px;
                          font-weight: 600;
                            text-align: left;
                              color: #2d3748;
                                line-height: 1.3;
                                text-align: center;
                                }
                                
                                .comparison-table {
                                  display: grid;
                                    grid-template-columns: 1.5fr 1fr 1fr 1fr;
                                      border-radius: 16px;
                                        overflow: hidden;
                                          font-size: 16px;
                                          align-items: center;
                                           
                                           }
                                           
                                           .comparison-table .header {
                                             font-weight: bold;
                                               text-align: center;
                                                 padding: 0px 0px;
                                                   display: flex;
                                                     align-items: center;
                                                       justify-content: center;
                                                         min-height: 60px;
                                                           font-size: 18px;
                                                           margin-right: 5px;
                                                           }
                                                           
                                                           .comparison-table .header:first-child {
                                                             background-color: #EAF5F1;
                                                             }
                                                             
                                                             
                                                             .comparison-table .header:nth-child(2) {
                                                               background-color: #cceaff;
                                                                 font-size: 24px;
                                                                   font-weight: 800;
                                                                     letter-spacing: 1px;
                                                                       border-radius: 20px 20px 0px 0px;
                                                                           height: 60px;
                                                                       }
                                                                       
                                                                       .comparison-table .header:nth-child(3),
                                                                       .comparison-table .header:nth-child(4) {
                                                                         background-color: #f7fafc;
                                                                           color: #4a5568;
                                                                             font-weight: 600;
                                                                             margin-right: 5px;
                                                                             }
                                                                             
                                                                             .comparison-table .feature {
                                                                               font-weight: 600;
                                                                                 text-align: left;
                                                                                   padding: 0px 20px;
                                                                                     
                                                                                       color: #2d3748;
                                                                                         background-color: #fafafa;
                                                                                           background-color: #EAF5F1;
                                                                                     
                                                                                           }
                                                                                           
                                                                                           .comparison-table .value {
                                                                                             text-align: center;
                                                                                               padding: 16px 12px;
                                                                                               margin-right: 5px;
                                                                                                 font-size: 20px;
                                                                                                   font-weight: bold;
                                                                                                     display: flex;
                                                                                                       align-items: center;
                                                                                                         justify-content: center;
                                                                                                           min-height: 50px;
                                                                                                           }
                                                                                                           
                                                                                                           .comparison-table .value:nth-child(4n+2) {
                                                                                                             background-color: #cceaff;
                                                                                                             }
                                                                                                             
                                                                                                             .comparison-table .value:nth-child(4n+3),
                                                                                                             .comparison-table .value:nth-child(4n+4) {
                                                                                                               background-color: #f5f5f5;
                                                                                                               }
                                                                                                               
                                                                                                               .check {
  color: grey;
    width: 24px;
      height: 24px;
        display: flex;
          align-items: center;
            justify-content: center;
              }
              
              .check svg {
                width: 100%;
                  height: 100%;
                    background-color: white;
                      border-radius: 50%;
                        }
                                                                                                                                   
                                                                                                                                   .cross {
  color: grey;
    width: 24px;
      height: 24px;
        display: flex;
          align-items: center;
            justify-content: center;
              }
              
              .cross svg {
                width: 100%;
                  height: 100%;
                    background-color: white;
                      border-radius: 50%;
                        }
                                                                                                                                                       
                                                                                                                                                       .compare-image {
                                                                                                                                                         text-align: center;
                                                                                                                                                           padding: 20px 0px 0px 0px;
                                                                                                                                                             display: flex;
                                                                                                                                                               align-items: center;
                                                                                                                                                                 justify-content: center;
                                                                                                                                                                 }
                                                                                                                                                                 
                                                                                                                                                                 .compare-image img {
                                                                                                                                                                   max-width: 100%;
                                                                                                                                                                     border-radius: 16px;
                                                                                                                                                                       height: auto;
                                                                                                                                                                         max-height: 400px;
                                                                                                                                                                         }
                                                                                                                                                                         .hello2{
                                                                                                                                                                           border-radius: 0px 0px 10px 10px !important;
                                                                                                                                                                            
                                                                                                                                                                            }
                                                                                                                                                                              .hello3{
                                                                                                                                                                                  border-radius: 10px 0px 0px 0px;
                                                                                                                                                                                    }
                                                                                                                                                                                      .hello4{
                                                                                                                                                                                          border-radius: 0px 0px 0px 10px;
                                                                                                                                                                                            }
                                                                                                                                                                                            /* Mobile Responsive */
                                                                                                                                                                                            @media (max-width: 768px) {
                                                                                                                                                                                              .flow-container {
                                                                                                                                                                                                  grid-template-columns: 1fr;
                                                                                                                                                                                                      gap: 0px;
                                                                                                                                                                                                        }
                                                                                                                                                                                                          
                                                                                                                                                                                                            .flow-compare-section {
                                                                                                                                                                                                                padding:  0px 16px 10px 16px;
                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                               
                                                                                                                                                                                                                  }
                                                                                                                                                                                                                    
                                                                                                                                                                                                                      .compare-text h2 {
                                                                                                                                                                                                                          text-align: center;
                                                                                                                                                                                                                              font-size: 24px;
                                                                                                                                                                                                                                  margin-bottom: 30px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                        .comparison-table {
                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
                                                                                                                                                                                                                                                        margin-bottom: 40px;
                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                      .comparison-table .header {
                                                                                                                                                                                                                                                          padding: 12px 8px;
                                                                                                                                                                                                                                                              font-size: 14px;
                                                                                                                                                                                                                                                                  min-height: 50px;
                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                            .comparison-table .header:nth-child(2) {
                                                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                      .comparison-table .feature {
                                                                                                                                                                                                                                                                                          padding: 12px 16px;
                                                                                                                                                                                                                                                                                              font-size: 13px;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                    .comparison-table .value {
                                                                                                                                                                                                                                                                                                        padding: 12px 8px;
                                                                                                                                                                                                                                                                                                            min-height: 50px;
                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                  .check, .cross {
  width: 20px;
    height: 20px;
      }
      
      .check svg, .cross svg {
        width: 100%;
          height: 100%;
            }
            
            .check svg {
              background-color: white;
                border-radius: 50%;
                  }
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                @media (max-width: 480px) {
                                                                                                                                                                                                                                                                                                                                  .comparison-table {
                                                                                                                                                                                                                                                                                                                                      grid-template-columns: 1fr 0.7fr 0.7fr 0.7fr;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                            .comparison-table .header {
                                                                                                                                                                                                                                                                                                                                                padding: 10px 6px;
                                                                                                                                                                                                                                                                                                                                                    font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                          .comparison-table .header:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                                              font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                    .comparison-table .feature {
                                                                                                                                                                                                                                                                                                                                                                        padding: 2px 2px;
                                                                                                                                                                                                                                                                                                                                                                            font-size: 10px;
                                                                                                                                                                                                                                                                                                                                                                            height: 30px;
                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                  .check, .cross {
  width: 18px;
    height: 18px;
      }
      
      .check svg, .cross svg {
        width: 100%;
          height: 100%;
            }
            
            .check svg {
              background-color: transparent;
                border-radius: 50%;
                  }
                                                                                                                                                                                                                                                                                                                                                                                                }
/* END_SECTION:custom-sec-m2 */

/* START_SECTION:image-hero (INDEX:31) */
.image-hero__image-container img,
  .image-hero__image-container picture {
    object-position: calc(50% + var(--image-offset-x, 0%)) calc(50% + var(--image-offset-y, 0%));
  }

  @media screen and (max-width: 767px) {
    .image-hero__image-container img,
    .image-hero__image-container picture {
      object-position: calc(50% + var(--image-offset-x-mobile, 0%)) calc(50% + var(--image-offset-y-mobile, 0%));
    }
  }

  /* Visibility controls */
  .image-hero--hide-desktop {
    display: none;
  }

  .image-hero--hide-mobile {
    display: block;
  }

  @media screen and (max-width: 767px) {
    .image-hero--hide-desktop {
      display: block;
    }
    
    .image-hero--hide-mobile {
      display: none;
    }
  }
/* END_SECTION:image-hero */

/* START_SECTION:newsection (INDEX:54) */
#section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3 > sup{
  font-size: 9px;
 }
#section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3 > span:nth-child(1), #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3 > sup{
  font-weight: bold;
}
  .interactive-section {
    padding: 15px 0;
    background-color: {{ section.settings.background_color | default: '#f8f9fa' }};
  }

  .container {
    max-width: 1280px;
  margin: 0 auto;
    padding: 0 20px;
}

  .section-title {
  text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: {{ section.settings.title_color | default: '#333' }};
  }

  .interactive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
        max-width: 1200px;
    margin: 0 auto;

  }

  .interactive-card {
    background: #f5f5f5;
    border-radius: 40px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .clickable-card {
  cursor: pointer;
    user-select: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease;
  }

  /* Animación de hover para tarjetas clickeables */
  .clickable-card:hover {
    transform: translateY(-8px) scale(1.02);
  }

  /* Animación de hover para tarjetas normales */
  .interactive-card:hover:not(.clickable-card) {
    transform: translateY(-5px) scale(1.01);
  }

  /* Animación de click para tarjetas clickeables */
  .clickable-card:active {
    transform: translateY(-4px) scale(0.98);
    transition: transform 0.1s ease;
  }


  .clickable-card:focus {
    outline: 2px solid {{ section.settings.button_hover_color | default: '#0056b3' }};
    outline-offset: 2px;
  }



  .card-content {
    position: relative;
  }

  .card-title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #333;
    line-height: 1.3;
  }

  .card-subtitle {
    font-size: 26px;
    color: black;
    line-height: 1.5;
    position: relative;
    left: 0;
    font-weight: bold;
    flex: 1;
    text-align: center;
 
  }

  .subtitle-image-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }


  .card-image {
    margin-bottom: 0rem;
  text-align: center;
    flex-shrink: 0;
    width: 180px;
    height: auto;
  }


#shopify-section-template--25197821493590__custom_liquid_8EaqYD > div > div:nth-child(2){
  margin-top: 40px;
}

@media (min-width: 1000px) {

  #shopify-section-template--25197821493590__custom_sec_m2_PDzkpR > div > div > div.compare-text > div{
        position: relative;
    top: 20px;
  }
  
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(1) > div > div.subtitle-image-row{
        position: relative;
        top: -10px;
        left: -30px;
    }

    .card-subtitle{
      left: 60px;
    }
  
  .interactive-grid{
        height: 200px;  
  }
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div{
    width: 300px;
  }
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.modal-trigger > img{
    position: relative;
    top: -21px;

  }
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3{
        font-size: 31px;
        line-height: 40px !important;
        position: relative;
        top: -10px;
  }
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3 > sup{
        font-size: 20px;
  }
   .subtitle-image-row {
            position: relative;
        top: -20px;
    width: 470px;
  }

  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div > img{
          position: relative;
        left: 33%;
        top: -45px;
        width: 230px;
  }
  #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.modal-trigger{
        bottom: 65px;
  }
}






  /* Estilo para resaltar palabras específicas */
  .highlight-gold {
    background-color: #ffd700;
    padding: 2px 4px;
    border-radius: 10px;
     font-weight: bold;
  }

  .highlight-blue {
    color: #5f76dd;
    font-weight: bold;
  }

  .card-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    object-fit: contain;
  }

  .modal-trigger {
       position: absolute;
    bottom: 0px;
    right: 0px;
    color: grey;
  border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
    background: transparent;
    padding: 0;
    pointer-events: none;
  }

  .modal-trigger-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .modal-trigger:hover {
    background: {{ section.settings.button_hover_color | default: '#0056b3' }};
    transform: scale(1.1);
  }

  /* Animación del icono cuando se hace hover en la tarjeta */


  /* Fixes específicos para móviles */
  @media (max-width: 768px) {

    #shopify-section-template--25197821493590__main{
          margin-bottom: -50px;
    }
    /* Asegurar que los modales no interfieran con elementos móviles */
    .modal-overlay {
      z-index: 999999 !important;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
    }
    
    /* Mejorar la experiencia táctil */
    .clickable-card {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      touch-action: manipulation;
    }
    
    /* Animaciones de hover adaptadas para móviles */
    .clickable-card:hover,
    .clickable-card:focus {
      transform: translateY(-6px) scale(1.015);
    }
    
    .interactive-card:hover:not(.clickable-card) {
      transform: translateY(-3px) scale(1.008);
    }
    
    /* Asegurar que el modal sea completamente visible en móviles */
    .modal-container {
      max-height: 100vh;
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    #shopify-section-template--25197821493590__custom_liquid_8EaqYD > div > div:nth-child(2){
          padding: 20px 40px 20px 40px !important;
          margin-top:0px;
    }

    .subtitle-image-row{
          width: 160px;
    }
#section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div{
  width: 160px;
    position: relative;
    top: -20px;
}

    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3{
      position: relative;
      top: 0px;
    }

    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div > img{
          position: relative;
    top: 13px;
    }
    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.modal-trigger{
          bottom: 29px;
    }
    .interactive-card, .clickable-card{
          height: 180px;
    }

    .compare-image {
    order: -1;
  }
    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.modal-trigger > img{
    position: relative;
    top: 15px;
    }
#section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div > img{
  position: relative;
    bottom: -10px;
}
     .card-image {
      width: 120px;
  }
    .interactive-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    
    .section-title {
      font-size: 2rem;
    }
    
    .interactive-card {
      padding: 1rem;
      border-radius: 20px;
    }
    
    .card-title {
        font-size: 13px;
        margin-bottom: 0.25rem;
        line-height: 1.7;
    }
    
    .subtitle-image-row {
      flex-direction: column;
      gap: 0.5rem;
      justify-content: center;
    }
    
    .card-subtitle {
      left: 0;
      top: 0;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      text-align: center;
      flex: none;
      margin-right: 0;
    }
    
    .card-image img {
      max-width: 170px;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
      object-fit: contain;
    }
    
    .modal-trigger {
      width: 26px;
      height: 26px;
      bottom: 0.75rem;
      right: 0.75rem;
    }
  }

   @media (min-width: 430px) and (max-width:786px){
      #shopify-section-template--25197821493590__custom_sec_m2_PDzkpR {
      height: 715px !important;
    }
   }
  @media (max-width: 415px){

    #shopify-section-template--25197821493590__custom_sec_m2_PDzkpR {
    height: 685px !important;
}
        #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.subtitle-image-row > div > img {
            position: relative;
            left: -3px;
        }
  
        .flow-compare-section {
         padding-bottom: 50px;
        }
    .card-title {
        font-size: 12px;}
    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > div.modal-trigger > img{
        top: -25px !important;
    }

    .modal-trigger {
      bottom: -10px !important;
    }
  }
  /* Para pantallas muy pequeñas, mantener 2 columnas */
  @media (max-width: 480px) {
    #shopify-section-template--25197821493590__custom_sec_m2_PDzkpR > div > div > div.compare-text{
    position: relative;
    top: -10px;
    }
.compare-image {
      padding: 15px 0px 0px 0px;
}

    #section-template--25197821493590__newsection_YDWtf3 > div > div > div:nth-child(2) > div > h3{
       line-height: 1.6;
        font-size: 15px;
        position: relative;
        top: 5px;
    }
    .interactive-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }
    
    .interactive-card {
      padding: 0.75rem;
    }
    
    
    .subtitle-image-row {
      flex-direction: column;
      gap: 0.25rem;
      justify-content: center;
        position: relative;
      left: -7px;
    }
    
    .card-subtitle {
      left: 0;
      top: 0;
      font-size: 14px;
      margin-bottom: 0.2rem;
      text-align: center;
      flex: none;
      margin-right: 0;
    }
    
    .card-image img {
      max-width: 170px;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
      object-fit: contain;
    }
    
    .modal-trigger {
         width: 20px;
        height: 20px;
        bottom: -4px;
        right: 0.5rem;
    }
  }
/* END_SECTION:newsection */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:modalpersonalizado (INDEX:141) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .modal-container {
    background: white;
    border-radius: 0;
    max-width: 60vw;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
  }

  .modal-overlay.active .modal-container {
    transform: translateX(0);
  }

  .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    flex-shrink: 0;
  }

 .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
        position: relative;
    left: 12vw;
  }


  .modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #bababa;
    min-width: 44px;
    min-height: 44px;
  }

  .modal-close:hover {
    background-color: #e9ecef;
    color: #333;
    transform: scale(1.1);
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
  }

  .modal-body {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
    background: white;
  }

  .modal-text {
    line-height: 1.6;
    color: #555;
  }

  .modal-text p {
    margin-bottom: 1rem;
  }

  .modal-text p:last-child {
    margin-bottom: 0;
  }

  /* Responsive */
  @media (max-width: 768px) {
     .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
        position: relative;
    left: 0vw !important;
  }

    .faq-modal-header{
              padding: 50px 10px 10px 10px !important;
    }

    .modal-container {
      max-width: 100%;
      width: 100%;
    }
    
    .modal-header {
             
             text-align: center;
    }
    
    .modal-body {
      padding: 1.5rem;
    }
    
    .modal-title {
      font-size: 1.25rem;
    }
    
    .modal-close {
      padding: 10px;
      min-width: 40px;
      min-height: 40px;
    }
    
    .modal-close svg {
      width: 20px;
      height: 20px;
    }
  }

  /* Animación de entrada más suave */
  .modal-overlay.active {
    backdrop-filter: blur(2px);
  }

  /* Fix para iOS Safari y móviles */
  .modal-overlay {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* Bloqueo de scroll simplificado y efectivo */
  body.modal-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Fix específico para iOS Safari */
  @supports (-webkit-touch-callout: none) {
    body.modal-open {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      overflow: hidden !important;
    }
  }

  /* Asegurar que el HTML también esté bloqueado */
  html.modal-open {
    overflow: hidden !important;
  }

  /* Scrollbar personalizado para el sidebar */
  .modal-body::-webkit-scrollbar {
    width: 6px;
  }

  .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }

  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
/* END_SNIPPET:modalpersonalizado */