/* Sección de cuatro caracteristivas con recuadro */  

/* Ensure the icon color applies globally */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-common svg {
    fill: #4A2BD4 !important;
    width: 50px; /* Adjust icon size */
    height: 50px;
    transition: transform 0.5s ease, fill 0.3s ease; /* Slower transition for icon */
  }

  /* Container styling */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #434683; /* Bordes de color #434683 */
    background: #f5f5f5;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }

  /* Heading styles */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-heading {
    font-size: 24px;
    color: #333;
    margin: 0;
    transition: color 0.3s ease, transform 0.5s ease; /* Slower and smoother transform transition */
  }

  /* Text container */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-text-container p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    transition: color 0.3s ease, transform 0.5s ease; /* Slower and smoother transform transition */
  }

  /* Hover Effects */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover {
    background: #e0e0e0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover .zpicon-common svg {
    transform: scale(1.1);
    fill: #2B7CD4 !important; /* Change icon color */
  }

  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover .zpicon-heading {
    color: #2B7CD4; /* Change heading color */
  }

  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover .zpicon-text-container p {
    color: #444; /* Slightly darken the paragraph text */
  }

  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover .zpicon-heading {
    color: var(--icon-hover-color, #2B7CD4);
    transform: scale(1.05); /* Zoom the heading text */
  }

  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpicon-container:hover .zpicon-text-container p {
    color: #444;
    transform: scale(1.03); /* Zoom the paragraph text */
  }

  /* Estilo para la imagen */
  [data-element-id="elm_BIoaRlkqRPcph-C0ldmaqw"] .zpimage {
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    width: 100%;
    height: auto;
    border-radius: 20px; /* Bordes redondeados */
  }
/* ------ Sección de testimonios ----- */

  /* Estilo para la imagen */
  [data-element-id="elm_kpjSld3nHqnsuOIe60ENvg"] .zpimage {
    transition: transform 0.5s ease, border-radius 0.3s ease; /* Transición suave para el zoom y los bordes */
    width: 100%;
    height: auto;
    border-radius: 20px; /* Bordes redondeados */
  }

/* ------Botón de compra ahora Header------ */

[data-element-id="elm_KRAJDqRikmY-MFznnqtGYw"] .zpbutton.zpbutton-type-primary {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important; /* Amarillo-Naranja */
    color: #434683 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    #text-transform: uppercase !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

[data-element-id="elm_KRAJDqRikmY-MFznnqtGYw"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #FFA500, #FF4500) !important; /* Naranja-Rojo */
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(255, 69, 0, 0.5) !important;
}

/* ------Botón de compra ahora Medio ------ */

[data-element-id="elm_PHQ8eZ8x8DKsND1aqXOiww"] .zpbutton.zpbutton-type-primary {
    background: linear-gradient(135deg, #434683, #FF7A00); /* Gradiente desde un tono oscuro hacia un color cálido */
    color: #ffffff; /* Color del texto blanco para resaltar sobre el fondo */
    font-family: 'DM Sans', sans-serif;
    font-size: 18px !important;
    font-weight: bold !important;
    #text-transform: uppercase !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

[data-element-id="elm_PHQ8eZ8x8DKsND1aqXOiww"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #FF7A00, #434683); /* Invertir el gradiente al pasar el ratón */
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(255, 69, 0, 0.5) !important;
}
/* ------Botón de compra ahora Footer------ */

[data-element-id="elm_Tps_2ZnoiPGWksteJfb0DA"] .zpbutton.zpbutton-type-primary {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important; /* Amarillo-Naranja */
    color: #434683 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    #text-transform: uppercase !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

[data-element-id="elm_Tps_2ZnoiPGWksteJfb0DA"] .zpbutton.zpbutton-type-primary:hover {
    background: linear-gradient(135deg, #FFA500, #FF4500) !important; /* Naranja-Rojo */
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(255, 69, 0, 0.5) !important;
}

@media (max-width: 768px) { 

[data-element-id="elm_jFE5JxLcDCsUROFNrjAVlw"] { 
  order: 1; /* Mueve el video arriba */
}

[data-element-id="elm_AU8Ws8rEgz3Im4CGtoOeIg"] { 
  order: 2; /* Mueve el párrafo abajo */
}

[data-element-id="elm_KIx6LLnozVuqHJ16vR9xRg"] { 
  display: flex; 
  flex-direction: column; /* Asegura que los elementos se apilen en columna */
}
[data-element-id="elm_8yfW9VFNkJY746FcId4mBw"] span {
  font-size: 28px !important; /* Ajusta el tamaño de titulo */
}
    
[data-element-id="elm_QNLnLLjvMGb28X2IUORyFQ"] span {
    font-size: 24px !important; /* Ajusta el tamaño de los textos */
  }
   
    
    
    
}    
     
