.elementor-273 .elementor-element.elementor-element-7ca5f90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-273 .elementor-element.elementor-element-a170bdf .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:var( --e-global-color-text );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-273 .elementor-element.elementor-element-cc7fc95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-273 .elementor-element.elementor-element-348c14a > .elementor-widget-container{margin:100px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-273 .elementor-element.elementor-element-348c14a{text-align:center;}.elementor-273 .elementor-element.elementor-element-348c14a .elementor-heading-title{color:var( --e-global-color-text );}.elementor-273 .elementor-element.elementor-element-64bb0e9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-273 .elementor-element.elementor-element-109a647{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-273 .elementor-element.elementor-element-9726cf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-273 .elementor-element.elementor-element-032c276 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:var( --e-global-color-text );}@media(min-width:768px){.elementor-273 .elementor-element.elementor-element-7ca5f90{--content-width:80%;}.elementor-273 .elementor-element.elementor-element-cc7fc95{--content-width:80%;}.elementor-273 .elementor-element.elementor-element-64bb0e9{--content-width:95%;}.elementor-273 .elementor-element.elementor-element-109a647{--width:25%;}.elementor-273 .elementor-element.elementor-element-9726cf4{--width:75%;}}@media(max-width:1024px) and (min-width:768px){.elementor-273 .elementor-element.elementor-element-109a647{--width:100%;}.elementor-273 .elementor-element.elementor-element-9726cf4{--width:100%;}}@media(max-width:1024px){.elementor-273 .elementor-element.elementor-element-64bb0e9{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-273 .elementor-element.elementor-element-a170bdf .elementor-heading-title{font-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-04e9d2b */.paquete-productos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-block {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.product-left {
  flex: 0 0 200px;
  text-align: center;
}

.product-left img {
  width: 160px;
  height: auto;
  border-radius: 6px;
  margin-top: 8px;
}

.product-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-row{
  display:flex;
  align-items:flex-end;
  gap:8px;             /* separacion mínima entre campos */
  flex-wrap:wrap;      /* por si en móvil no caben */
}


.field{ 
  display:flex; 
  flex-direction:column; 
  align-items:flex-start; 
}

.field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.field-notes{ flex:1 1 100%; }   /* la fila de notas ocupa todo el ancho */

.field-notes textarea {
  width: 100%;
  min-height: 120px;
}

.field-checkbox {
  align-items: flex-start;
}


/* Responsive: en móvil se apilan */
@media (max-width: 768px) {
  .product-block {
    flex-direction: column; /* primero imagen/título, luego campos */
    align-items: center;    /* centra imagen y título */
  }

  .product-left {
    flex: 0 0 auto;
    text-align: center;
  }

  .product-right {
    width: 100%;        /* que ocupe todo el ancho debajo de la imagen */
    align-items: stretch;
  }

  .product-row {
    flex-direction: column; /* cada campo en su fila */
    align-items: stretch;
    width: 100%;
  }

  .field {
    width: 100%;
  }

  .field-notes {
    flex: 0 0 100% !important;  /* Notas ocupa todo el ancho */
    width: 100% !important;
  }

  .field-notes textarea {
    width: 100% !important;
  }
}



.product-qty {
  width: 100px !important;       /* cantidad más pequeño */
}

.product-type {
  width: 250px !important;      /* select un poco más ancho */
}

.product-add {
  width: 80px !important;       /* el checkbox queda compacto */
}

.product-note {
  width: 500px !important;       /* textarea ocupa el ancho total */
  min-height: 80px;
}


/* Contenedor de las variaciones */
.variants-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;       /* fila-columna: separa entre chips */
  margin-top: 6px;
}

/* Cada opción (label) */
.variant-choice{
  display: inline-flex;
  align-items: center;
  gap: 8px;             /* espacio entre el checkbox y el texto */
}

/* (Opcional) un poco más de aire vertical en móviles */
@media (max-width: 768px){
  .variants-grid{ gap: 12px 14px; }
}/* End custom CSS */
/* Start custom CSS *//* Botón de paquete */
.add-package-button {
  background-color: #d65a2a; /* naranja similar al de la imagen */
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover */
.add-package-button:hover {
  background-color: #bf4f24;
}

/* Active (click) */
.add-package-button:active {
  transform: translateY(1px);
}

/* Opcional: que no se vea feo en mobile */
.add-package-button:focus {
  outline: none;
}/* End custom CSS */