#RCC {
  color: #443370;
  border-bottom: 3px solid #606060;
}
.box_ribbon {
  position: relative;

  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.custom-checkbox .el-checkbox__inner {
  border: 1px solid #443370FF !important;
  border-radius: 4px; /* Añadir esquinas redondeadas */
  transition: border-color 0.3s ease; /* Animar cambios */

}
/*.filtros-grid {
  display: grid;
  grid-template-columns: 40% 40% 20%;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
publicidad-banner-wide

!* common *!*/
.primer_telefono_grid {
  display: grid;
  grid-template-rows: auto auto; /* Definir dos filas (1 para el label/input y 1 para el mensaje de error) */
  grid-template-columns: 1fr 2fr; /* La primera fila tendrá 2 columnas: 1 para el label, otra para el input */
  gap: 0.5rem; /* Espaciado entre las filas/columnas */
}

.primer_telefono_grid label {
  grid-column: 1 / 2; /* El label ocupa la primera columna */
  align-self: center; /* Centrar verticalmente el texto */
}

.primer_telefono_grid .vue-tel-input-wrapper {
  grid-column: 2 / 3; /* El input ocupa la segunda columna */
}

.primer_telefono_grid .mensaje-error {
  grid-column: 1 / 3; /* El mensaje de error ocupa las dos columnas de la segunda fila */
  color: red; /* Mostrar el texto del error en rojo */
  font-size: 1.2rem; /* Ajustar el tamaño del texto del error */
  text-align: end;
}


.ribbon-rs {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon-rs::before,
.ribbon-rs::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon-rs span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 11px 0;
  background-color: #c40f0f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 11px / 1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
  margin-right: -10px;
  border: 2px solid #64182c;
}
.ribbon-rs.ribbon-cad span{
  background-color: #843c0c;
}

.ribbon-rs.ribbon-cancell{
  border-style: solid;
  border-width: 2px 2px 2px 0px;
  border-color: #ca1313;
}

.ribbon-rs.ribbon-cancell span{
  background-color: #ffffff;
  color: #a40808;
  border-style: none !important;
  right: -64px !important;
  padding: 10px 0 !important;
}


/* top left*/
.ribbon-rs.ribbon-rs-top-left {
  width: 80px;
  height: 33px;
  top: 40px;
  left: 0;
  z-index: 1;
}

.ribbon-rs-top-left::before,
.ribbon-rs-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-rs-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-rs-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-rs-top-left span {
  right: -58px;

}
/*Finish ribbon-rs top left*/
.custom-tooltip{
  width: 90vw !important;
}
.container-medios {  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2em 2em;
  grid-auto-flow: row;
  justify-content: stretch;
  align-content: start;
  justify-items: stretch;
  grid-template-areas:
    ". . .";
  width: 100%;
  align-items: baseline;
}

.i1 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "Medios";
}

.Medios {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "."
    ".";
  align-self: stretch;
  grid-area: Medios;
}

.i2 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-auto-rows: 1fr;
  gap: 20px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "primer_regalado_mail"
    "segundo_regalado_email";
}

.col2-personalized {
  grid-template-columns: 25% 55% 10% !important;
}

.primer_regalado_mail {  
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . .";
  grid-area: primer_regalado_mail;
}

.segundo_regalado_email {  
  display: grid;
  grid-template-columns: 50% 50% auto;
  grid-template-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . .";
  grid-area: segundo_regalado_email;
}

.i3 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 10px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "primer_telefono_regalado"
     "segun_telefono_regalado";
}

.primer_telefono_regalado {  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
  gap:0px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . .";
  grid-area: primer_telefono_regalado;
}

.segun_telefono_regalado {  
  display: grid;
  grid-template-columns: 50% 50% auto;
  grid-template-rows: 1fr;
  gap:0px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . .";
  grid-area: segun_telefono_regalado;
}

.text-end{
  text-align: end !important;
}

.font-xl-40 .el-alert__title{
  font-size: 26px !important;
  font-weight: bold !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.regalos_con_causa_section {
  margin: 3rem 0;
}

.color-title {
  color: #443370;
  margin: 0;
}

.banner_regalos_sentido {
  background-image: url('/images/vales_regalo/banner_regalos.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3rem;
  margin-bottom: 1rem;
}

.content-label-input-regalo {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-input-directo-to {
  margin-bottom: 0;
  margin-right: 5px;
  text-transform: inherit;
}

.span-motivo-regalo {
  margin-right: 5px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.text-right {
  text-align: right !important;
}

.content-general-regalo {
  margin: 1rem !important;
  border: 1px solid #443370;
  border-radius: 10px;
  padding: 2rem 0;
  text-align: center !important;
}

.option-vale-donativo {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #555;
  display: block;
  height: 100%;
  text-align: center;
  min-width: 100px;
  border-radius: 10px;
  margin: 10px 0;
  border: 1px solid #8572b8;
  font-family: AvenirBlack;
  box-shadow: inset 0 0 0 3px #ded4fa, inset 0 0 0 8px white; /* Bordes internos con espacio */
}
.disabled.option-vale-donativo{
  background-color: #fff9f9;
  color: #9e9e9e;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
  border: 1px solid #939393;
  box-shadow: inset 0 0 0 3px #dcdae3, inset 0 0 0 8px white;
}
@keyframes shadowPulse {
  0%, 100% {
    box-shadow: 0px -3px 6px 1px rgba(68, 51, 112, 0.1), 
                0px 4px 6px rgba(68, 51, 112, 0.1); /* Sombra suave */
  }
  50% {
    box-shadow: 0px -3px 6px 4px rgba(68, 51, 112, 0.3), 
                0px 4px 6px rgba(68, 51, 112, 0.2); /* Sombra más intensa */
  }
}

.box {
  border: 1px solid #443370;
  border-radius: 8px;
  animation: shadowPulse 2s infinite ease-in-out; /* Animación continua */
}

.option-vale-donativo.active,
.option-vale-donativo:hover {
  background-color: #8572b8;
  color: #ffffff;
  box-shadow: none;
}

.card-category-option.active,
.card-subcategory-option.active,
.card-category-option-selected.active {
  background-color: #ffb49f;
  color: #000;
}

.cantidades-options {
  /* margin-top: 2rem; */
}

.range-price-option {
  margin-bottom: 1rem;
  padding: 0;
}

.range-price-option.active {
  color: blue !important;
}

.red-mark-price {
  position: relative;
  margin-right: 5px;
  font-size: 17px;
}
.red-mark-price-cruzado {
  position: relative;
  margin-right: 5px;
  font-size: 17px;
}

.red-mark-price::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: red;
  transform: rotate(0deg);
  transform-origin: center;
}
.red-mark-price-cruzado::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: red;
  transform: rotate(-10deg);
  transform-origin: center;
}
.new-price-mark {
  font-size: 15px;
}

.img_icon_entrega {
  width: 25px;
}

.price-old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: red;
  width: 50%;
  left: 26%;
  transform: rotate(-12deg) translateY(calc(50% - 2px));
}

.price-old{

}

.price-old, .price {
  position: relative;
}

.price {
  color: red;
}
.radio-option-regalo .el-radio__inner {
  border: 1px solid #000000;
}

.img_product_regalo {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin: 2rem 0;
}

.text-total {
  font-size: 6rem;
  font-family: fantasy;
  margin-right: 2rem !important;
}

.total-content {
  display: flex;
  align-items: center;
  justify-content: start;
}

#checkbox_regional_local {
  display: flex;
  flex-direction: column;
  /* margin-top: 2rem; */
}

#checkbox_regional_local .el-checkbox__label {
  white-space: normal;
}

#checkbox_regional_local .el-checkbox__inner {
  border: 1px solid;
}
.footer-action-price {
  margin-bottom: 5px;
}

.footer-action-price .prices-container-regalos-details {
  display: flex;
  flex-wrap: wrap; /* Permite que los elementos salten a la siguiente línea si no caben */
  justify-content: center; /* Espaciado uniforme entre los elementos */
}

.footer-action-price .prices-container-regalos-details span {
  flex: 0 0 50%; /* Cada elemento ocupará el 50% del ancho */
  text-align: center; /* Centrar el texto */
  box-sizing: border-box; /* Incluye el padding en el cálculo del ancho */
}
.footer-action-price .prices-container-regalos-details .red-mark-price-cruzado{
  margin-right: 0;
}
@media (max-width: 768px) {
  .card-gift-product{
    margin-bottom:0px;
  }
 .footer-action-price .prices-container-regalos-details {
    justify-content: center; /* Centra los elementos horizontalmente */
  }

  .footer-action-price .prices-container-regalos-details span {
    flex: 0 0 50%; /* Cada elemento ocupa el 100% del ancho en pantallas pequeñas */
    margin-bottom: -5px; /* Espacio entre los elementos */
  }
}

.font-special-cursive {
  font-family: 'PalaceScript', cursive !important;
}

.dialog-detail-regalo .el-dialog {
  width: 30%;
}

.text-center-sm {
  text-align: left;
}

.icono_regalo {
  width: 25px !important;
}

.container-filter-prices {
  width: 100%;
  margin: 0 auto !important;
}

.font-lg {
  font-size: 20px !important;
  color: #2f2f2f !important;
}

.font-xl {
  font-size: 20px !important;
}

.font-xs {
  font-size: inherit !important;
}

.filters-section-vales-regalos {
  border: 1px solid;
  padding: 2rem;
  border-radius: 10px;
}

.card-another-product {
  border: 1px solid #8572b8;
  border-radius: 10px;
  padding: 1rem 1rem 1.5rem 1rem;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-another-product .description-item-product {
  margin: 0 !important;
  font-family: cursive !important;
}

.container-img-logos-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.container-img-logos-product .img_logo_regalo,
.container-img-logos-product .extra_logos_regalo {
  width: 50%;
}

.container-img-logos-product .img_logo_regalo {
  object-fit: cover;
}

.container-img-logos-product .img_logo_regalo {
  margin: 1rem;
}

.container-img-logos-product .extra_logos_regalo {
  padding: 1rem;
}

.container-img-logos-product .extra_logos_regalo .img_logo_marca_regalo,
.container-img-logos-product .extra_logos_regalo .img_logo_comercio_regalo {
  width: 100%;
  object-fit: cover;
}

.container-img-logos-product .extra_logos_regalo .img_logo_comercio_regalo {
  margin-top: 0.5rem;
}

.checks-container {
  height: 50px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.content-nota-dirigido {
  margin-top: 2rem !important;
}

.text-left-sm {
  text-align: inherit;
}

.card-regalo-active {
  border: 3px solid #09dd22 !important;
}

.card-gift-product {
  border: 1px solid #000;
  padding: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  margin-bottom: 2rem;
}

.card-gift-product .header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
  margin-right:15px;
}

.card-gift-product .content-gift-data {
  /* display: flex;
  align-items: baseline;
  height: 200px;
  max-height: 100%;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; */
  max-width: 200px;
  max-height: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.content-gift-data img {
  height: 170px;
  width: 100%;
  object-fit: contain;
}

.ver-span {
  font-size: 12pt;
}

.el-radio-size .el-radio__input .el-radio__inner {
  width: 18px;
  height: 18px;
}

.vinos-card{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  position: relative;
}
.card-gift-product .footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
  height: 31px;
}

.content-price-discount-gift {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-percentage-content {
  background-color: #f07552;
  padding: 5px 10px;
  color: #fff;
  margin-right: 1rem;
}
.card-gift-product .price-percentage-content > span {
  font-weight: bold !important;
}
.container-regalos-list {
/*  max-height: 400px;*/
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5rem;
}

.card-regalo-cart-shopping-item {
  border: 1px solid #443370;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  margin-bottom: 2rem;
  border-radius: 10px;
  position: relative;
}

.card-regalo-cart-shopping-item .img_with_regalo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.card-regalo-cart-shopping-item .img_with_regalo .img_regalo {
  /* width: 90%; */
}

.card-regalo-cart-shopping-item .img_with_regalo .img_regalo {
  height: 100px;
  max-height: 100px;
}

.card-regalo-cart-shopping-item .only_img_vale {
  width: 100%;

  height: 125px;
  object-fit: contain;
}

.total_item_cart_regalo {
  text-align: center;
  font-size: 5rem;
  margin-top: -3rem;
}

.container-regalos-list-item {
  padding: 5px !important;
}

.text-total-vale {
  font-size: 2rem;
}

.title-otras-opciones {
  margin-left: -40px;
  background-color: #f07552;
  color: #fff;
  font-weight: bolder;
  border-radius: 25px;
  padding: 1rem 3rem;
}

.align-custom {
  text-align: left;
}

.cart-products-container {
  position: relative;
  width: 75px;
  text-align: center;
  cursor: pointer;
}

.cart-products-container .cart-icon-gift {
  font-size: 3rem;
}

.cart-products-container .counter_products {
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #443370;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-right-lg {
  display: flex;
  justify-content: end;
  align-items: center;
  gap:25px;
}

.has-invalid-date-ribbon {
  position: relative;
  overflow: hidden;
}


  .invalid-date-ribbon {
    background-color: #FFEB3B;
    COLOR: black;
    /* font-weight: bold; */
    font-size: 1.5rem;
    width: 248px;
    font-family: 'AvenirBlack';
    top: 114px;
    height: 40px;
  line-height: normal;
  top: 108px;
  left: 24px;
  width: 245px;
  /* line-height: 25px; */
   position: absolute;
   text-align: center;
   transform: rotate(-45deg) translate(-65px, -40px);
  transform-origin: top left;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.subtitle-bottom-banner {
  margin-bottom: 4rem !important;
}

.item-terminos-condiciones-regalos {
  word-break: auto-phrase;
  margin: 0;
}

.carrito_compras_regalos .content-cart-products {
  padding: 2rem;
  max-height: 72vh !important;
  overflow: auto;
}

.footer-carrito-compras {
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.total_first_text {
  font-size: 5rem;
}

.total_second_text {
  font-size: 6rem;
}

.content-buttons-cart {
  margin-top: 2rem;
}

.delete-item-cart {
  position: absolute;
  top: 5px;
  right: 15px;
  border-top-right-radius: 10px;
  cursor: pointer;
  padding: 0px 0px;
  color: red;
  font-size: 25px;
}
.responsiveAdaptative{
  display: inline-grid;
  height: 80px;
  align-content: space-between;
}

.popover-terminos-condiciones-regalos {
  width: 500px;
}

.personalize-bold{
  -webkit-text-stroke: 0.75px black;
  color: transparent;
}

.card-category-option {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 5px 20px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 46px;
  line-height: 0.75;
  height: 90px;
  box-shadow: inset 0 0 0 5px #ffe7e2, inset 0 0 0 8px white; /* Bordes internos con espacio */

}
.card-category-option-selected {
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 5px 20px;
  font-size: 35px;
  line-height: 0.75;
  height: 45px;
}

.card-subcategory-option {
  border: 1px solid #ffb49f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 5px 20px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 42px;
  line-height: 0.75;
  height: 75px;
}

@media screen and (max-width: 405px) {
  .card-subcategory-option {
    line-height: 0.5;
  }
}

.text-title-regalo-anexo {
  margin-left: 10px;
}
.link-back-responsive {
  color: var(--main-bg-color);
  font-weight: bolder;
  margin-top: 0px;
}
.link-back {
  margin-left: -40px;
  /* background-color: #f07552; */
  color: var(--main-bg-color);
  font-weight: bolder;
  /*  border-radius: 25px;
    padding: 1rem 3rem;*/
  position: absolute;
  float: left; /* z-index: 999; */
  right: 0;
}
.link-back2 {
  color: var(--main-bg-color);
}

.visible-xxlg-block {
  display: none !important;
}
.el-message-box.modal-rechazo-regalo .el-message-box__header{
  z-index: 9999;
}
.content-tipo-entrega {
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

/*  Ocultar panel derecho de carrousel de imagenes*/
@media (min-width: 1400px) {
  .visible-xxlg-block {
    display: block !important;
  }
  .principal-gifts{
    width: 66.66666667%;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .filters-section-vales-regalos {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .filters-section-vales-regalos {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .card-gift-product {
    margin-bottom: 0px;
  }

  .card-gift-product .content-gift-data {
    max-width: 200px !important;
    max-height: 175px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .card-gift-product .header-actions {
    margin-left: 0px;
    margin-right:0px;
    justify-content: space-between;
  }
  .hide-on-mobile{
    display: none;
  }
  .content-general-regalo {
    margin: 0 !important;
  }

  .text-title-regalo-anexo {
    display: flex;
    flex-direction: column;
  }

  .text-category-selected {
    display: block !important;
  }

  .card-category-option {
    padding: 0 10px;
    font-size: 33px;
  }

  .buttons-content-regalos {
    text-align: center;
  }
  .buttons-content-regalos button:first-child {
    margin-bottom: 1rem;
  }

  .popover-terminos-condiciones-regalos {
    width: 95% !important;
  }

  .dialog-delete-item-cart-shopping .el-dialog {
    width: 90% !important;
  }

  .dialog-item-cart-shopping .el-dialog {
    width: 90% !important;
  }

  .delete-item-cart {
    font-size: 12px;
    padding: 5px;
  }

  .total_item_cart_regalo {
    font-size: 4rem;
    margin-top: -2rem;
  }

  .text-total-vale {
    font-size: 15px;
  }

  .total_first_text {
    font-size: 4rem;
  }

  .total_second_text {
    font-size: 4rem;
  }

  .content-buttons-cart {
    margin-top: 0;
  }

  .footer-carrito-compras {
    flex-direction: column;
    position: fixed;
    background: white;
    max-height: 114px;
  }

  .carrito_compras_regalos {
    width: 100% !important;
  }


  .subtitle-bottom-banner {
    margin-bottom: 2rem !important;
  }

  .flex-center-sm {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-gift-product .footer-actions {
    font-size: 13px !important;
  }

  .title-otras-opciones {
    margin-left: 0;
  }

  .red-mark-price::after {
    left: 47%;
    width: 25px;
  }

  .table-regalos-data {
    max-height: auto;
  }

  .content-regalo-anexo {
    margin-top: 2rem;
/*    min-height: 700px; !* Ajustar según los casos *!
    position: relative;*/

  }

  .content-nota-dirigido {
    margin-bottom: 2rem;
  }

  .text-left-sm {
    text-align: left;
  }

  .img_product_regalo {
    width: 125px;
    height: 125px;
    /* object-fit: cover; */
  }

  .img_icon_entrega {
    width: 28px;
  }

  .img_icon_entrega-lg {
    width: 50px;
  }

  .dialog-detail-regalo .el-dialog {
    width: 90%;
    margin-top: 5% !important;
  }

  .container-regalos-list {
  padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
.font-lg.marca, .font-lg.nombre, .font-lg.comercio{
font-size: 21px !important;
}
  .font-lg,
  .font-xl,
  .font-xl-15 {
    font-size: inherit !important;
  }

  .font-xs {
    font-size: 11px !important;
  }

  .content-tipo-entrega {
    flex-direction: column;
    /* align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; */
    align-items: center;
  }

  .content-label-input-regalo {
    height: auto !important;
    justify-content: center;
    flex-direction: column;
  }

  .content-label-input-regalo .color-title {
    margin-top: -3rem !important;
    margin-bottom: 1rem !important;
  }

  .range-price-option {
    text-align: center !important;
  }

  .total-content {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .text-total {
    margin-right: 0 !important;
  }

  .option-vale-content {
    justify-content: center !important;
  }


  .content-dirigido-to {
    border: 1px solid #443370;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 1rem !important;
    text-align: center !important;
  }

  .text-center-sm {
    text-align: center !important;
  }

  .filters-section-vales-regalos {
    height: 100%;
  }
}
@media (max-width: 420px) {
  .el-message-box.modal-rechazo-regalo{
    width:90vw;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer-action-price .prices-container-regalos-details{
    flex-wrap: wrap;
  }
  .align-custom {
    text-align: center;
  }
  .font-xl-40 .el-alert__title{
    font-size: 20px !important;
  }
  .ver-span{
    font-size: small;
  }
}

@media (max-width: 768px) {
  .carrito_compras_regalos .content-cart-products {
    height: auto !important ;
    max-height: max-content !important;
    margin-bottom: 114px !important;
    overflow-y: scroll;
  }
}

.plr-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.solo-movil {
  display: block;  /* Visible por defecto */
}

.solo-escritorio {
  display: none; /* Oculto por defecto */
}

@media (min-width: 768px) { /* A partir de 768px se oculta */
  .solo-movil {
    display: none;
  }

  .solo-escritorio {
    display: block;
  }
}

.container-amounts-ticket {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.container-amounts-ticket .subcontainer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.container-amounts-ticket .subcontainer .item {
  height: 40px;
  flex: 1;
}

.container-amounts-ticket .subcontainer .item .option-vale-donativo {
  padding: 10px 18px;
  min-width: auto;
}

.font-xl-15 {
  font-size: 15px !important;
}

.mx-w-lg {
  max-width: 1100px;
  margin: 0 auto;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.custom-optional{
  font-size: 0.8em;
  opacity: 0.8;
}

.justify-content-evenly{
  justify-content: space-evenly !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .custom-optional{
    opacity: 0.8;
  }
}
.el-checkbox_custom .el-checkbox__inner {
  border-color:var(--main-bg-color) !important;  /* Modifica el color del borde a rojo, por ejemplo */
 }

@media only screen and (max-width: 767px) { /* Ajuste para smartphones pequeños/medianos */
  #modalRegaloconSentidoResponsivo .modal-dialog.modal-lg {
    height: 80vh; /* Altura según prefieras */
    max-height: 80vh;
  }


  #modalRegaloconSentidoResponsivo .modal-content {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
  }

  #modalRegaloconSentidoResponsivo .modal-body {
    /*
      height: 100%;
      overflow: hidden;
    */

  }

  /* Hace que el iframe embebido sea responsive */
  #modalRegaloconSentidoResponsivo .video-responsive {
    height: 100%; /* Iguala altura con modal-body */
    width: 100%;
    position: relative;
    overflow: hidden;
  }


  /* iframe ajustado a 100% alto y ancho del contenedor */
  #modalRegaloconSentidoResponsivo .video-responsive iframe {
    height: 100% !important; /* Forzamos al máximo */
    width: 100%;             /* Ancho responsivo total */
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }

}
.titulo-morado{
  color:var(--main-font-color);
}
/*
@media (max-width: 768px) {
  .dialog-detail-regalo .el-dialog__body  {
    word-break: break-word !important;
    font-size: 28px !important;
  }
  .dialog-detail-regalo .el-dialog__body  span{
  font-size: 22.4px !important;
}
}*/

.font-price-small-up {
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  display: inline-block;
}

.font-price-middle {
  font-size: 17pt;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .font-price-small-up {
    font-size: 8pt;
  }

  .font-price-middle {
    font-size: 3.5vw;
  }

  .price-old:after {
    top: 35%;
    width: 85%;
    left: 4px;
  }
}
