.elementor-6889 .elementor-element.elementor-element-10363cf{--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-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-6889 .elementor-element.elementor-element-59a4410{text-align:center;}.elementor-6889 .elementor-element.elementor-element-59a4410 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:var( --e-global-color-astglobalcolor0 );}.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-6889 .elementor-element.elementor-element-65c0244 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-6889 .elementor-element.elementor-element-65c0244{text-align:center;color:var( --e-global-color-text );}.elementor-6889 .elementor-element.elementor-element-0d08176{--display:flex;}.elementor-6889 .elementor-element.elementor-element-431be6f{text-align:center;}.elementor-6889 .elementor-element.elementor-element-431be6f .elementor-heading-title{color:var( --e-global-color-astglobalcolor0 );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6889 .elementor-element.elementor-element-c0ba904 .elementor-button{background-color:var( --e-global-color-astglobalcolor0 );}.elementor-6889 .elementor-element.elementor-element-d5950a5{--display:flex;--margin-top:60px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;}.elementor-6889 .elementor-element.elementor-element-23f9ac1{--display:flex;}.elementor-6889 .elementor-element.elementor-element-bf320ee > .elementor-widget-container{margin:0px 0px 50px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-c1f5e35 */.mepr-price-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.mepr-price-box {
  background-color: #ffffff !important;
  border: 1px solid #dcdcdc !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 16px !important;
    min-height: 100px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.mepr-price-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mepr-price-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Fuente roboto para todo el bloque de membresías */
.mepr-price-box {
  font-family: 'Roboto', sans-serif !important;
}

/* Tamaño uniforme de las cajas */
.mepr-price-box {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Títulos grandes pero con menor peso */
.mepr-price-box .mepr-price-box-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

/* Precio con tamaño más moderado */
.mepr-price-box .mepr-price-box-price {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

/* Estiliza el botón de Sign Up */
.mepr-price-box .mepr-price-box-button a {
  display: inline-block;
  background-color: #C88676;
  color: white !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  transition: background 0.3s ease;
  text-decoration: none;
}

.mepr-price-box .mepr-price-box-button a:hover {
  background-color: #6EC1E4;
  color: #000000 !important;
}


/* Título más pequeño */
.mepr-price-box .mepr-price-box-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Precio más pequeño */
.mepr-price-box .mepr-price-box-price {
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.3;
  margin-top: 6px;
}

/* Botón ajustado */
.mepr-price-box .mepr-price-box-button a {
  font-size: 14px !important;
  padding: 8px 16px !important;
  margin-top: 10px !important;
}

/* Ajuste de espaciado interior de la caja */
.mepr-price-box {
  padding: 16px !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bf320ee */.mepr-price-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.mepr-price-box {
  background-color: #ffffff !important;
  border: 1px solid #dcdcdc !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 16px !important;
    min-height: 100px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.mepr-price-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mepr-price-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Fuente roboto para todo el bloque de membresías */
.mepr-price-box {
  font-family: 'Roboto', sans-serif !important;
}

/* Tamaño uniforme de las cajas */
.mepr-price-box {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Títulos grandes pero con menor peso */
.mepr-price-box .mepr-price-box-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

/* Precio con tamaño más moderado */
.mepr-price-box .mepr-price-box-price {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

/* Estiliza el botón de Sign Up */
.mepr-price-box .mepr-price-box-button a {
  display: inline-block;
  background-color: #C88676;
  color: white !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  transition: background 0.3s ease;
  text-decoration: none;
}

.mepr-price-box .mepr-price-box-button a:hover {
  background-color: #6EC1E4;
  color: #000000 !important;
}


/* Título más pequeño */
.mepr-price-box .mepr-price-box-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Precio más pequeño */
.mepr-price-box .mepr-price-box-price {
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.3;
  margin-top: 6px;
}

/* Botón ajustado */
.mepr-price-box .mepr-price-box-button a {
  font-size: 14px !important;
  padding: 8px 16px !important;
  margin-top: 10px !important;
}

/* Ajuste de espaciado interior de la caja */
.mepr-price-box {
  padding: 16px !important;
}/* End custom CSS */