/* FORMULARIO */

.frm-tipo-1 .form-control.form-control-solid {
  background-color: transparent !important;
  box-shadow: inset 0 1px 16px #b7b3b121 !important;
  border: 1px solid #d2c7c73d !important;
}

.frm-tipo-1 .shadow-sm {
  -webkit-box-shadow: 0.015rem 0.015rem 0.215rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0.015rem 0.015rem 0.215rem rgba(0, 0, 0, 0.15) !important;
}

.frm-tipo-1 .card {
  border: 1px solid rgba(0,0,0,.085);
  border-radius: .8375rem;
}

.widget-product-title {
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
}

.widget-product-meta {
  font-size: .875rem;
}

.frm-tipo-1 .btn.btn-primary, .frm-tipo-1 .btn.btn-secondary  {
  border-radius: 50rem !important;
  font-size: 1rem !important;
  height: auto;
  padding: 1rem 1.95rem !important;
  line-height: 0.6rem !important;
  min-width: 2.5rem !important;
}

.frm-tipo-1 .btn-sm.btn-primary, .frm-tipo-1 .btn-sm.btn-secondary {
  border-radius: .20rem !important;
  font-size: 0.65rem !important;
  height: auto;
  padding: 0.35rem 0.35rem !important;
  line-height: 0.5rem !important;
  min-width: 1.5rem !important;
  font-weight: 500;
}

.frm-tipo-1 .btn-mapa.btn-primary, .frm-tipo-1 .btn-mapa.btn-secondary {
  border-radius: .20rem !important;
  font-size: 0.75rem !important;
  height: auto;
  padding: 0.45rem 0.45rem !important;
  line-height: 0.5rem !important;
  min-width: 1.5rem !important;
  font-weight: 500;
}

.frm-tipo-1 .bg-operativa {
  background-color: #fdf4d64f !important;
  border: 2px dashed #e8c444 !important;
}

.aside-checkout-1.sticky-top {
  position: sticky;
  top: 100px;
  z-index:9;
}

.punto-recogida-seleccionado{
  list-style:none;
}
.browser-puntos .punto{
  padding:1px 10px
}
.browser-puntos .punto:nth-child(even) {
  background-color: #8684840f;
  box-shadow: none;
  border: none;
}

.puntos-title::before {
  content: "";
  width: 3px;
  height: 20px;
  background:#1c89c7;
  position: absolute;
  inset-inline-start: 11px;
  display: block;
}


figure.figure-regalo {
  height: 240px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
  border-radius: 15px;
  margin-top: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


figure.figure-regalo img.pic-1 {
  object-fit: contain;
  max-height: 100%;
  border: none !important;
  border-radius: 15px;
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.frm-tipo-1 .form-control {
  font-size: 0.90rem;
}

.frm-tipo-1 .form-floating > label{
  opacity: 0.8;
  font-weight: 500 !important;
}

.frm-tipo-1 .form-floating > label i{
  font-size: 1rem !important;
  opacity: 0.8;
}

.frm-tipo-1 .form-floating > .form-control:focus ~ label i, .frm-tipo-1 .form-floating > .form-control:not(:placeholder-shown) ~ label i, .frm-tipo-1 .form-floating > .form-select ~ label i {
font-size:1rem !important
}

.frm-tipo-1 .form-floating > .form-select {
  line-height: 1.25;
}

.frm-tipo-1 .form-floating > .form-select.form-control:focus {
  line-height: 1.25;
}

.frm-tipo-1 .form-floating > textarea.form-control ~ label{
  align-items: flex-start !important;
}

.frm-tipo-1 .form-floating > textarea.form-control:focus ~ label {
align-items: flex-start !important;
}

.caja-desc-regalo {
  padding: 0.8rem;
  border-radius: 15px;
  background-color: #fdf4d64f !important;
  border: 1px solid #e8c444 !important;
  max-height: 240px !important;
  margin-top:1rem
}
.caja-desc-regalo  p{
  line-height: 1;
  margin-bottom:0 !important
}

.app-cards .card{
  background-color: #ffffff7d;
  box-shadow:none !important
}

.ht-80{
  height:80px
}

.card-img-scale .wrap-img-scale {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
}

.card-img-scale .img-scale {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}

.card-img-scale:hover .img-scale {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}


/* Tooltips */

.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 300px;
  /* If max-width does not work, try using width instead */
  width: 300px; 
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #373f50;
  border-radius: 1rem;
  box-shadow: 5px 5px 18px #0704006e;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #373f50 !important;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #373f50 !important;
}

.border-doc {
  border: 1px solid #a4a4a4 !important;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .tooltip-inner {
    max-width: 450px !important;
    /* If max-width does not work, try using width instead */
    width: 450px !important; 
  }
}

.numparticipaciones {
  color: #1e2e37ed;
  text-shadow: 1px 2px 3px #dd1d1dd6;
  font-family: 'Pacifico';;
}


#erroresCodigo.mensajes{
  border-radius: 1rem;
  border: 0;
  background-color: #db4d4d0d;
  color: #994226;
  font-size: 18px !important;
  box-shadow: 1px 1px 15px #dd64496e;
}
#erroresCodigo.mensajes:not(.alert-recibo){
  line-height:1.5rem
}

#erroresCodigo.mensajes:not(.alert-recibo)::before{
  content:'\F33A';
  font-family:  'bootstrap-icons';
  font-size:30px;
  position:absolute;
  top:10px;
  left:20px
}

.anim3 {
  animation: float2 2s infinite ease-in-out;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #DDEBF2;
  border: none;
  color: gray;
}

#mapa {
  border-radius: 15px;
  margin-bottom: 20px;
}

.gm-ui-hover-effect{
  background-color: #0067ab !important;
  border-radius: 50%;
  opacity:1;
  width: 28px !important;
  height: 28px !important;
  top: -10px !important;
  right: -15px !important;
}

.gm-ui-hover-effect > span {
  width: 24px !important;
  height: 24px !important;
  margin: 1px 2px !important;
  background-color: #fff !important;
}

.gm-style .gm-style-iw {
  max-width:250px !important;
  min-width:250px !important;
  }

@media (min-width: 576px) {
  .gm-style .gm-style-iw {
  max-width:320px !important;
  min-width:320px !important;
  }
}
.gm-style .gm-style-iw-c {
  overflow:visible !important
}

.modal-dialog {
  max-width: 530px;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: visible;
}

.img-ticket {
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 1px 2px 4px #7b7878;
}
.max-w-220p{
  max-width:220px !important
}

.modal-content {
  max-height: fit-content !important;
  padding: 1.5rem;
  border-radius:1rem
}

/*ERRORES página RECIBO */

.recibo #erroresCodigo.mensajes {
  border-radius: 1rem;
  background-color: #db4d4d0d;
  color: #994226;
  font-size: 20px !important;
  box-shadow: none;
  border: 2px dashed #994226;
}

.recibo #erroresCodigo.mensajes p,.recibo #successCodigo.mensajes p {
  margin-bottom:0
}

/* .recibo #erroresCodigo.mensajes::before {
  content: '\F33A';
  font-family: 'bootstrap-icons';
  font-size: 40px;
  position: absolute;
  top: 15%;
  left: 20px;
} */


.recibo #successCodigo.mensajes {
  border-radius: 1rem;
  background-color: #cbf9941c;
  color: #4a9926;
  font-size: 20px !important;
  box-shadow: none;
  border: 2px dashed #4a9926;
}

/* .recibo #successCodigo.mensajes::before {
  content: '\F26A';
  font-family: 'bootstrap-icons';
  font-size: 40px;
  position: absolute;
  top: 15%;
  left: 20px;
} */

.frm-tipo-1 .form-floating > .form-control:focus, .frm-tipo-1 .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.47rem;
  padding-bottom: .5rem;
}

#qr img{
  border-radius:10px
}