/* PANTALLAS ------------------------------------------------
 * min-xxl: 1400px;
 * min-xl: 1200px;
 * min-lg: 992px;
 * min-md: 768px;
 * min-sm: 576px;
 * min-ss: 500px;
 * min-xs: 426px;
 * min-xxs: 350px;
 * min-xxxs: 300px;

 * max-xxl: 1399.98px;
 * max-xl: 1199.98px;
 * max-lg: 991.98px;
 * max-md: 767.98px;
 * max-sm: 575.98px;
 * max-ss: 499.98px;
 * max-xs: 425.98px;
 * max-xxs: 349.98px;
 * max-xxxs: 319.98px;

/* FONTS --------------------------------------------------*/


/* VARS --------------------------------------------------*/

@font-face{
    font-family: 'Matrice Bold';
    src: url("../assets/fonts/Matrice Bold.otf") format("truetype");
}

@font-face{
    font-family: 'Matrice Medium';
    src: url("../assets/fonts/Matrice Medium.otf") format("truetype");
}

@font-face{
    font-family: 'Morganite Bold';
    src: url("../assets/fonts/Morganite-Bold.ttf") format("truetype");
}

:root{
    --color-green-black: #050E0B;
    --color-green-primary: #00FF51;
    --color-red-primary: #FF2746;
    --color-orange-primary: #FFA22A;
    --color-blue-primary: #00FFEE;
    --color-blue-dark: #00776F;
    --color-green-dark1: #141F1D;
    --color-green-dark2: #273F3B;
    --color-green-dark3: #395852;
    --color-green-button: #283E3A;
    --color-gray-dark: #1E1E1E;
    --color-gray: #606060;
    --color-gray-dark2: #313131;
    --color-gray-dark3: #434343;
    --color-text-primary: #C1D7D5;
    --color-toast-text: #292929;
    --color-box-shadow-button: #007d53;
    
    --custom-gradient-footer: 87deg, #00FF51 2.18%, #0FE 84.59%;
    --custom-gradient-button: 90deg, #0FE 0%, #00FF51 100%;
    --custom-gradient-text: 180deg, #0FE 0%, #00FF51 100%;
    --custom-gradient-border: 45deg, #0FE 0%, #00FF51 100%;
    --custom-gradient-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17B030', endColorstr='#1783fa', GradientType=1);

    --color-toast-border-success: #3ea942;
    --color-toast-border-warning: #997404;
    --color-toast-border-danger: #dc3545;
    --color-toast-border-info: #1263ba;

    --color-toast-back-success: #d0ffce;
    --color-toast-back-warning: #fff3cd;
    --color-toast-back-danger: #fed6e0;
    --color-toast-back-info: #D1E6FE;
    --image-accordion-button-landing: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.293015 6.29297C-0.0975092 6.68349 -0.0975093 7.31651 0.293015 7.70703L6.29301 13.707C6.68354 14.0976 7.31655 14.0976 7.70708 13.707L13.7071 7.70703C14.0976 7.31651 14.0976 6.68349 13.7071 6.29297C13.3166 5.90245 12.6835 5.90244 12.293 6.29297L8.00005 10.5859L8.00005 1C8.00005 0.447716 7.55233 3.30118e-07 7.00005 3.05976e-07C6.44776 5.34937e-07 6.00005 0.447716 6.00005 1L6.00005 10.5859L1.70708 6.29297C1.31655 5.90244 0.683539 5.90244 0.293015 6.29297Z' fill='%2300FF51'/%3E%3C/svg%3E");
    --header-heigth-landing: 90px;
}

/* GENERAL --------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
  overflow-x: hidden !important;
}

body {
  background: var( --color-green-black);
  overflow-x: hidden !important;
    font-family: 'Matrice Medium', arial;
    height: 100vh !important;
    width: 100vw !important;
}

.scrollVertical{
  overflow-x: hidden;
  overflow-y: auto;
}

section{
  background: var( --color-green-black);
}

.bgFooter{
  background: var(--color-green-dark1);
  height: 46px !important;
  border-top: 0.5px var(--color-gray) solid
}

.bgPrimary{
  background: var(--color-text-primary);
}

.bgBlue{
  background: var(--color-blue-primary);
}

.bgGreen{
  background: var(--color-green-primary);
}

.bgOrange{
  background: var(--color-orange-primary);
}

.bgRed{
  background: var(--color-red-primary);
}

.zIndex0{
  z-index: 0 !important;
}

.zIndex1{
  z-index: 1 !important;
}

.zIndex2{
  z-index: 2 !important;
}

.fontSize-10{
  font-size: 10px;
}

.fontSize-12{
  font-size: 12px;
}

.fontSize-14{
  font-size: 14px;
}

.fontSize-16{
  font-size: 16px;
}

.fontSize-18{
  font-size: 18px;
}

.fontSize-22{
  font-size: 22px;
}

.fontSize-26{
  font-size: 26px;
}

.fontSize-30{
  font-size: 30px;
}

.fontSize-32{
  font-size: 32px;
}

.fontSize-42{
  font-size: 42px;
}

.fontSize-50{
  font-size: 50px;
}

.fontSizeMontoDolar{
  font-size: 60px;
  line-height: 45px !important;
}

.fontSizeMontoLocal{
  font-size: 35px;
   line-height: 110% !important;
}

  @media screen and (max-width: 576px) {
    .fontSizeMontoDolar{
    font-size: 35px;
    line-height: 110% !important;
  }

  .fontSizeMontoLocal{
  font-size: 25px;
   line-height: 110% !important;
}
  }

.transformRotateVertical{
  transform: rotate(90deg);
}

.objectFit-contain{
  object-fit: contain;
}

.lineHeight-110{
  line-height: 110% !important;
}

.borderRadius-5{
  border-radius: 5px !important;
}

.borderRadius-15{
  border-radius: 15px !important;
}

.borderRadius-20{
  border-radius: 20PX;
}

.cardGray{
  background-color: var(--color-gray-dark);
  border: 1px var(--color-gray) solid;
  border-radius: 15px;
}

.cardGraySinBorde{
  background-color: var(--color-gray-dark);
  border: 1px var(--color-gray) solid;
}


.buttonToggle {
  height: 57px;
  border-radius: 50px;
  font-family: 'Matrice Bold', arial !important;
  background: var(--color-text-primary);
  box-shadow: 0px 3px 0px 0px rgba(40, 62, 58,1);
  color: var(--color-green-button) !important;
  transition: all 0.2s;
  border: none;
}
.buttonToggle.active {
  background: var(--color-green-primary);
  box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);
}
.buttonToggle:hover {
  background: var(--color-green-primary);
  box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);
  transform: scale(1.02);
}


.buttonVermas {
  position: relative;
  border-radius: 50px;
  font-size: 16px;
  background: linear-gradient(var(--custom-gradient-button)) !important;
  color: var(--color-green-button) !important;
  font-family: 'Matrice Bold', arial !important;
  border: none;
  box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);
  -webkit-box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);
  -moz-box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);
  overflow: hidden;
  padding: 10px 26.429px 10px 21.429px;
  transition: all 0.5s;
}
.buttonVermas .item-text{
  display: flex;
}
.buttonVermas .item-spinner{
  display: none;
}

table{
  background: var(--color-green-dark1) !important;
}

.buttonVermas.loading {
  pointer-events: none;
  cursor: wait !important;
  opacity: 0.75;
}
.buttonVermas.loading .item-text{
  display: none;
}
.buttonVermas.loading .item-spinner{
  display: flex;
}


.flechaVerMas{
width: 16px !important;
height: 12px !important;
}

.boletosProgress{
  /* Quitar el estilo por defecto */
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background-color: var(--color-gray);
  overflow: hidden;
}

.boletosProgress::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 50px;
}

/* Firefox */
.boletosProgress::-moz-progress-bar {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 50px;
}

.colorGreenPrimary{
  color: var(--color-green-primary);
}

.colorOrangePrimary{
  color: var(--color-orange-primary);
}

.fillGreenPrimary{
  fill: var(--color-green-primary);
}

.fillOrangePrimary{
  fill: var(--color-orange-primary)
}

.colorBluePrimary{
  color: var(--color-blue-primary);
}

.fillBluePrimary{
  fill: var(--color-blue-primary);
}

.colorRedPrimary{
  color: var(--color-red-primary);
}

.fillRedPrimary{
  fill: var(--color-red-primary);
}

.sizeLogoDefault{
  width: 231px;
  height: 241px;
}

@media screen and (max-width: 768px) {
  .fontSize-16{
    font-size: 14px;
  }

  .fontSize-18{
  font-size: 16px;
}

  .fontSize-14{
  font-size: 12px;
}

  .fontSize-12{
  font-size: 10px;
}
  
.fontSize-26{
  font-size: 20px;
}

  .fontSize-22{
    font-size: 18px;
  }

  .fontSize-10{
    font-size: 10px;
  }

  .fontSize-30{
  font-size: 20px;
}

.fontSize-32{
  font-size: 26px;
}

  .fontSize-50{
  font-size: 40px;
}
}

.paddingContent-general{
  padding: 20px 30px 0px 20px !important;
}

.imgPerfil{
  width: 50px;
  height: 50px;
  fill: var(--color-gray);
}

.imgLeave{
  width: 47.5px;
  height: 42.72px;
  fill: var(--color-text-primary);
}

.textWhite{
  color: white;
}

.textGray{
  color: var(--color-gray);
}

.textBlack{
  color: black;
}

.bgAdaptacionTablas{
  background: var(--color-green-dark1);
}
/* DIALOG LOADING --------------------------------------------------*/

.dialog.loading{
  position: fixed;
  z-index: 10000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.dialog.loading .background{
  position: absolute;
  z-index: 10100;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: var(--color-green-dark3);
}

.dialog.loading .bgLoading{
  position: absolute;
  z-index: 10200;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog.loading .bgLoading img{
  width: 45px;
  height: 45px;
}

.dialog.loading .bgLoading .circle{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-green-black);
  border-radius: 45px;
}

.dialog.loading .bgLoading .spinner-border{
  position: absolute;
  width: 100px; 
  height: 100px;
  color: var(--color-green-primary);
}

/* SIDEBAR MENU --------------------------------------------------*/

.sidebar .items {
  width: 277px;
  color: var(--color-p-light);
  height: 100vh;
  background: var(--color-green-black);
  overflow-y: auto;
  overflow-x: hidden;
}

.paddingSidebar{
  padding: 40px 23px 40px 30px !important;
  border-right: 1px var(--color-gray) solid;
}

.sizeSidebar{
  height: calc(100vh - 46px) !important;
}
.heightSidebar{
  height: calc(100vh - 46px) !important;
}

.imgFillPrimary{
  fill: var(--color-text-primary) !important;
  margin-right: 17px !important;
  max-width: 23px !important;
  max-height: 23px !important;
}

.fillGreenButton{
  fill: var(--color-green-button) !important;
}

.fillPrimary{
  fill: var(--color-text-primary) !important;
}

.fillGreenPrimary{
  fill: var(--color-green-primary) !important;
}

.fillGray{
  fill: var(--color-gray) !important;
}

.borderBottomNone{
  border: none !important;
  border-bottom: transparent !important;
}

.borderAdmin-menu{
  border-bottom: 0.5px var(--color-text-primary) solid;
}


@media screen and (max-width: 768px) {
  
  .sizeSidebar{
    width: 80px !important;
  }

  .paddingSidebar{
    padding: 24px 10px 24px 0px !important;
    border-right: 1px var(--color-gray) solid;
    margin-left: 22px;
  }

  .imgFillPrimary{
    margin-right: 0px !important;
  }

  .imgPerfil{
  width: 28px;
  height: 28px;
  fill: var(--color-gray);
}

.imgLeave{
  width: 28px;
  height: 25px;
  fill: var(--color-text-primary);
}

.modal__generalContainer {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}


}


/* MODALS --------------------------------------------------*/

.modal.modal-general{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111bd;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s .5s;
  --transform: translateY(-100vh);
  --transition: transform .3s;
}

.modal.modalImg-general{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s .5s;
  --transform: translateY(-100vh);
  --transition: transform .3s;
}

.modal.modal-general--show{
  opacity: 1;
  pointer-events: unset;
  transition: opacity .6s;
  --transform: translateY(0);
  --transition: transform .3s .3s;
  display: block;
}

.modal__generalContainer{
  margin: auto;
  width: 100%;
  max-width: 57rem;
  max-height: 95%;
  background-color: var(--color-green-dark1);
    border: 1px var(--color-text-primary) solid;
  border-radius: 30px;
  padding: 1em 1em 2em 1rem;
  place-items: center;
  transform: var(--transform);
  transition: var(--transition);
}

.modal__generalClose{
  text-decoration: none;
  margin-top: 24px;
  margin-right: 24px;
  border: none;
}

.widthModalSecondary-ajustes{
  max-width: 50.4rem;
  min-width: 18.75rem;
}

.maxHeightModal-adverts{
  max-height: 43rem !important;
}

.sizeInputCodeGeneral{
  width: 55px;
  height: 55px;
/* border-radius: 0.5rem; */
border: 0.5px solid var(--color-black);
color: var(--color-black) !important;
text-align: center;
}

.sizeImgCerrar{
  width: 38px !important;
  height: 38px !important;
}

.sizeIconFlag{
  width: 20px !important;
  height: 20px !important;
}

.sizeIconMetodos{
  width: 90px !important;
  height: 90px !important;
  filter: grayscale(1);
}
/* DIALOG LOADING --------------------------------------------------*/


.buttonNotStyle{
  background: transparent;
  border: none;
}

.custom-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--color-text-primary);
  border-radius: 1rem;
}

@-moz-document url-prefix(){
    .custom-scroll{
        scrollbar-color: var(--color-text-primary) transparent;
        scrollbar-width: thin;
    }
}

.matriceBold{
        font-family: 'Matrice Bold', arial !important;
}

.morganiteBold{
        font-family: 'Morganite Bold', arial !important;
}

.cursor-pointer{
    cursor: pointer;
}

.matriceMedium{
        font-family: 'Matrice Medium', arial !important;
}

.gradientColor{
    background: -webkit-linear-gradient(var(--custom-gradient-text));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.customcheck{
    --bs-form-check-bg: var(--color-green-dark1) !important;
    border: 3px solid var(--color-green-dark2) !important;
} 

.customcheck:checked{
    background-color: var(--color-green-primary) !important;
    border-color: var(--color-green-primary) !important;
    box-shadow: none !important;
}

.customcheck:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23273F3B' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.botonPrimary:is(.botonPrimary,:hover,:active,:focus){
    position: relative;
    border-radius: 50px;
    font-size: 16px;
    background: linear-gradient(var(--custom-gradient-button)) !important;
    color: var(--color-green-button) !important;
    font-family: 'Matrice Bold', arial !important;
    height: 57px !important;
    border: none;
    box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);;
    -webkit-box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);;
    -moz-box-shadow: 0px 3px 0px 0px var(--color-box-shadow-button);;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*Efecto de resplandor animado */
.botonPrimary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 203.22px;
    height: 57px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 10) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);
    filter: blur(3px);
    -webkit-filter: blur(3px);
    transform: skewX(-20deg);
    transition: all 0.5s ease-in-out;
    animation: resplandor 3s infinite linear;
}
.botonPrimary:hover {
    transform: scale(1.05);
}

.botonPrimary:disabled{
  background: var(--color-text-primary) !important;
  box-shadow: 0px 3px 0px 0px rgba(40, 62, 58,1) !important;
  opacity: 1 !important;
}

.btnSelect-primary{
    padding: 17px 20px;
    background-color: var(--color-green-dark2) !important;
    border: none !important;
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdownSelect-primary{
  background-color: var(--color-green-dark2) !important;
  border: 1px var(--color-text-primary) solid !important;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0px !important;
  max-height: 10rem !important;
  padding-bottom: 1rem;
  margin-top: 5px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdownSelectLandingNumber-primary{
  background-color: var(--color-green-dark2) !important;
  border: 1px var(--color-text-primary) solid !important;
  overflow: auto;
  padding-right: 0px !important;
  max-height: 14.5rem !important;
  padding-bottom: 1rem;
  margin-top: 5px !important;
  overflow-x: hidden;
}

.dropdownSelectLandingNumber-primary .dropdown-item{
    font-size: 18px !important;
}

.dropdownSelectLandingNumber-primary li a:hover{
  background-color: var(--color-green-dark3) !important;
  color: var(--color-text-primary) !important;
}

.dropdownSelectLandingNumber-primary li a:active{
  background-color: var(--color-green-primary) !important;
  color: var(--color-green-dark2) !important;
}

.dropdownSelectLandingNumber-primary li a{
    color: var(--color-text-primary);
}

.dropdownMetodos-userg{
  background-color: var(--color-green-dark1) !important;
  border: 0px;
  overflow: auto;
  padding: 0px !important;
  max-height: 8.5rem !important;
  margin: 0px !important;
  border-radius: 15px;
}


.dropdownSelect-primary li a:hover{
  background-color: var(--color-green-dark3) !important;
  color: var(--color-text-primary) !important;
}

.dropdownSelect-primary li a:active{
  background-color: var(--color-green-primary) !important;
  color: var(--color-green-dark2) !important;
}

.sizeTextSelect-primary{
  line-height: 15px;
}

@media screen and (max-width: 768px) {
  .btnSelect-primary{
    padding: 8px 17px !important;
  }

  .sizeTextSelect-primary{
    font-size: 10px;
  }

  .dropdown-item{
    font-size: 12px;
  }
}

.dropdownSelect-primary li a{
    color: var(--color-text-primary);
}

.imgSelect-primary{
    width: 18px;
    height: 18px;
    background-image: url(../assets/img/svg-country-ve.svg);
    background-repeat: no-repeat;
}

.btnSelect-primary.dropdown-toggle::after{
    margin-top: 5px !important;
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-left: .5em solid transparent !important;
}

/*Animación del brillo */
@keyframes resplandor {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* TOASTS --------------------------------------------------*/

.toast-container{
    padding: 12px;
}

.custom-toast{
    opacity: 1;
}
.custom-toast.danger{
    background-color: var(--color-toast-back-danger);
    border-color: var(--color-toast-border-danger);
}
.custom-toast.info{
    background-color: var(--color-toast-back-info);
    border-color: var(--color-toast-border-info);
}
.custom-toast.success{
    background-color: var(--color-toast-back-success);
    border-color: var(--color-toast-border-success);
}
.custom-toast.warning{
    background-color: var(--color-toast-back-warning);
    border-color: var(--color-toast-border-warning);
}

.custom-toast.danger .toast-header{
    color: var(--color-toast-border-danger);
}
.custom-toast.info .toast-header{
    color: var(--color-toast-border-info);
}
.custom-toast.success .toast-header{
    color: var(--color-toast-border-success);
}
.custom-toast.warning .toast-header{
    color: var(--color-toast-border-warning);
}
.custom-toast .toast-body{
    color: var(--color-toast-text);
}

.custom-toast .toast-header .title .bi::before{
    font-size: 1.25rem;
    padding-right: 8px;
    vertical-align: -.25em;
}
.custom-toast.danger .toast-header .title .bi::before{
    content: "\F622";
}
.custom-toast.info .toast-header .title .bi::before{
    content: "\F430";
}
.custom-toast.success .toast-header .title .bi::before{
    content: "\F26A";
}
.custom-toast.warning .toast-header .title .bi::before{
    content: "\F332";
}

@media (max-width:425.98px) {
    .toast-container{
        padding: 6px;
    }

    .custom-toast{
        --bs-toast-max-width: 100vw;
    }
}

/* LOGIN, REGISTER & RECOVERY --------------------------------------------------*/
.colorTextPrimary{
    color: var(--color-text-primary);
}

.colorGreenDark2{
  color: var(--color-green-dark2);
}

.bgCardsConDegradado{
  background: var(--color-green-dark1);
  border-radius: 15px;
  border: none;
  padding: 30px;
}

.bgCardsLinear{
    background: var(--color-green-dark1);
    border-radius: 28px; /* ligeramente menor para que no sobresalga */
}

.bgInputFile{
    background-color: var(--color-green-dark1);
}

.bgInput{
    background-color: var(--color-green-dark2);
    border: none;
}

.title-login{
    font-size: 26px;
}

.titleComplete-register{
  font-size: 28px;
}

.description-login{
    font-size: 16px;
}

.titleInput-login{
    font-size: 18px !important;
}

.textSmall{
    font-size: 12px;
}

.inputGeneral{
    padding: 15px 30px !important;
    background-color: var(--color-green-dark2);
    font-size: 15px;
    border: none !important;
    color: var(--color-text-primary) !important;
}

.inputContent-general, .inputContent-general:focus{
  padding: 8px 15px 11px 15px !important;
  background-color: var(--color-green-dark2) !important;
    font-size: 15px;
    border: none !important;
    color: var(--color-text-primary) !important;
    box-shadow: none !important;
    border-radius: 8px;
}

.inputLanding-general, .inputLanding-general:focus{
  padding: 10px 15px 15px 15px !important;
  background-color: var(--color-green-dark2) !important;
    font-size: 20px;
    border: none !important;
    color: var(--color-text-primary) !important;
    box-shadow: none !important;
    border-radius: 8px;
}

.inputLanding-general::placeholder{
  font-size: 20px;
  line-height: 2 !important;
}

.inputSinDerecha, .inputSinDerecha:focus, .inputSinDerecha:focus-visible{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 1px var(--color-text-primary) solid !important;
}

.widthInputPrice{
  max-width: 100px;
}


.selectContent-general{
  padding: 8px 15px 11px 15px !important;
  background-color: var(--color-green-dark2) !important;
    font-size: 15px !important;
    border: none !important;
    color: var(--color-text-primary) !important;
    border-radius: 6px !important;
}

.selectLandingNumber-general{
  padding: 10px 15px 15px 15px !important;
  background-color: var(--color-green-dark2) !important;
    font-size: 20px !important;
    border: none !important;
    color: var(--color-text-primary) !important;
    border-radius: 8px !important;
    width: 130px;
    height: 54px;
}

.selectSinIzquierda{
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.selectMetodos-userg{
  padding: 10px 24px;
  background-color: var(--color-green-dark1) !important;
    font-size: 14px !important;
    color: var(--color-text-primary) !important;
  border-radius: 15px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .selectContent-general{
      font-size: 12px !important;
  }

  .inputContent-general{
    font-size: 12px !important;
  }

  .inputLanding-general{
    font-size: 18px !important;
  }

  .inputLanding-general::placeholder{
  font-size: 18px;
  line-height: 2 !important;
}
  
.selectMetodos-userg{
    font-size: 12px !important;
}
}

.tableDegradado{
  border-radius: 15px !important; /* esquinas redondeadas */
  padding: 2px !important; /* borde simulado */
  background: linear-gradient(var(--custom-gradient-border)) !important; /* degrade del borde */
}

.manage-table tbody.loading {
  user-select: none;
  pointer-events: none;
  filter: blur(1.5px);
  transition: filter 0.3s;
  cursor: wait !important;
}
.manage-table tbody tr:last-child {
  border: none !important;
  border-bottom: transparent !important;
}
.manage-table tfoot tr{
  border: none !important;
  border-bottom: transparent !important;
}

.paddingImgInput-general{
  padding-right: 15px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}


.inputGeneral:focus{
    color: var(--color-text-primary) !important;
    font-size: 15px !important;
    background-color: var(--color-green-dark2);
    box-shadow: none;
    border: none !important;
}

.inputGeneral:-webkit-autofill,
.inputGeneral:-webkit-autofill:hover, 
.inputGeneral:-webkit-autofill:focus, 
.inputGeneral:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--color-green-dark2) inset !important;
}

.inputGeneral:-webkit-autofill {
    -webkit-text-fill-color: var(--color-text-primary);
}

::placeholder{
    color: var(--color-green-dark3) !important;
    overflow: visible;
}

.borderGradient{
    border-radius: 30px; /* esquinas redondeadas */
  padding: 1px; /* borde simulado */
  background: linear-gradient(var(--custom-gradient-border)); /* degrade del borde */
}

.cardLogo-login{
    position: absolute;
    top: -47px;
    left: calc(50% - 170px);
    width: 332px;
    height: 90px;
    background-color: black;
    padding: 15px 25px !important;
    border-radius: 10px;
    border: 1px solid var(--color-green-button);
}

.widthLogo-login{
    width: 283px;
    height: 61px;
}

.sizeOjito-icon{
  width: 30px;
  height: 26px;
  fill: var(--color-text-primary);
}

.security-icon{
  width: 190px;
  height: 218px;
  fill: var(--color-green-primary);
}

.logoIcon-register{
  width: 120px;
  height: auto;
}

.closeModal-icon{
    width: 38px;
    height: 38px;
    fill: var(--color-text-primary)
}

.paddingOjito-login{
    padding-right: 30px;
}

.heightForm-register{
  height: calc(100vh - 30rem) !important;
    overflow-y: OVERLAY;
    overflow-x: hidden;
    position: relative;
}

.rectangleWidth-modal{
  max-width: 50rem !important;
}

.widthDescriptionCode-modal{
  max-width: 28rem;
}

.widthContentModalCode{
  max-width: 31rem
}

.titleCode-modal{
  font-size: 26px !important;
}

.modalCode-custom{
  background-color: var(--color-green-dark1);
    border: 1px var(--color-text-primary) solid;
    color: var(--color-text-primary);
}


@media (min-width: 1440px) {
  .margin-login {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bg-login{
    background-image: url(../assets/img/bg-login2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-register{
    background-image: url(../assets/img/bg-login2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-registerComplete{
    background-image: url(../assets/img/bg-registerComplete.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-recovery{
    background-image: url(../assets/img/bg-recovery.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .widthCard-login{
    width: 720px;
    height: auto;
    padding: 82px 82px 61px 82px !important;
    border-radius: 30px;
  }

  .widthCard-register{
    width: 947px;
    height: auto;
    padding: 82px 82px 61px 82px !important;
    border-radius: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {

  .bg-login{
    background-image: url(../assets/img/bg-laptop-992.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
  }

  .bg-register{
    background-image: url(../assets/img/bg-laptop-992.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-registerComplete{
    background-image: url(../assets/img/bgLaptop-registerComplete.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-recovery{
    background-image: url(../assets/img/bg-recoveryLaptop-992.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .widthCard-login{
    width: 720px;
    height: auto;
    padding: 82px 82px 61px 82px !important;
    border-radius: 30px;
  }

  .widthCard-register{
    width: 834px;
    height: auto;
    padding: 82px 82px 61px 82px !important;
    border-radius: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .margin-landing {
        width: 832px;
        margin-left: auto;
        margin-right: auto;
      }
    
      .bg-login{
        background-image: url(../assets/img/bg-tablet-768.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-register{
        background-image: url(../assets/img/bg-tablet-768.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-recovery{
        background-image: url(../assets/img/bg-recoveryLaptop-768.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .widthCard-login{
        width: 608px;
        height: auto;
        padding: 69px 68px 51px 68px !important;
        border-radius: 30px;
      }

      .description-login{
        font-size: 0.875rem;
      }

      .title-login{
        font-size: 1.375rem;
      }

      .titleInput-login{
        font-size: 1rem !important;
      }

      .textSmall{
        font-size: 0.63331rem;
      }

      .botonPrimary{
        font-size: 0.875rem;
      }

      ::placeholder{
        color: var(--color-green-dark3) !important;
    }

    .widthLogo-login{
        width: 238px;
        height: 51px;
    }
    .cardLogo-login{
        top: -40px;
        left: calc(50% - 135px);
        width: 280px;
        height: 76px;
        padding: 13px 21px !important;
        border-radius: 10px;
    }
    .widthCard-register{
      width: 668px;
      height: auto;
      padding: 82px 82px 61px 82px !important;
      border-radius: 30px;
    }

    .titleCode-modal{
      font-size: 22px !important;
    }
    }

@media (min-width: 576px) and (max-width: 767px) {
  .titleComplete-register{
    font-size: 24px;
  }
  .security-icon{
    width: 95px;
    height: 109px;
  }
  .widthContentModalCode{
    max-width: 23rem
  }
  .titleCode-modal{
    font-size: 16px !important;
  }
    
      .bg-login{
        background-image: url(../assets/img/bg-tablet-576.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-register{
        background-image: url(../assets/img/bg-tablet-576.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-recovery{
        background-image: url(../assets/img/bg-recoveryTablet-576.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .widthCard-login{
        width: 458px;
        height: auto;
        padding: 72px 63px 55px 63px !important;
        border-radius: 30px;
      }

      .widthLogo-login{
        width: 222px;
        height: 47px;
    }
    .cardLogo-login{
        top: -40px;
        left: calc(50% - 135px);
        width: 261px;
        height: 71px;
        padding: 12px 19px !important;
        border-radius: 10px;
    }

    .description-login{
        font-size: 0.75rem;
      }

      .title-login{
        font-size: 1rem;
      }

      .titleInput-login{
        font-size: 0.75rem !important;
      }

      .textSmall{
        font-size: 0.5rem;
      }

      ::placeholder{
        color: var(--color-green-dark3) !important;
    }

    .inputGeneral {
        padding: 8px 17px !important;
        font-size: 10px;
    }

    .botonPrimary:is(.botonPrimary,:hover,:active,:focus){
        height: 33.7px !important;
    }

    .sizeOjito-icon{
        width: 20px !important;
        height: 18px !important;
        fill: var(--color-text-primary);
    }

    .form-check-input{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0em;
    }

    .paddingOjito-login{
        padding-right: 17px;
    }

    .widthCard-register{
      width: 510px;
      height: auto;
      padding: 82px 82px 61px 82px !important;
      border-radius: 30px;
    }
}

@media screen and (max-width: 575px) {
  .titleComplete-register{
    font-size: 24px;
  }
  .security-icon{
    width: 95px;
    height: 109px;
  }
  .widthContentModalCode{
    max-width: 23rem
  }
  .titleCode-modal{
    font-size: 16px !important;
  }
    
      .bg-login{
        background-image: url(../assets/img/bg-mobile.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-register{
        background-image: url(../assets/img/bg-mobileRegister.webp) !important;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .bg-recovery{
        background-image: url(../assets/img/bg-mobileRecovery.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .widthCard-login{
        width: 330px;
        height: auto;
        padding: 0px !important;
        border-radius: 0px !important;
      }

      .widthLogo-login{
        width: 222px;
        height: 47px;
    }
    .cardLogo-login{
        top: -100px;
        left: calc(50% - 135px);
        width: 261px;
        height: 71px;
        padding: 12px 19px !important;
        border-radius: 10px;
    }

    .description-login{
        font-size: 0.75rem;
      }

      .title-login{
        font-size: 1rem;
      }

      .titleInput-login{
        font-size: 0.75rem !important;
      }

      .textSmall{
        font-size: 0.5rem;
      }

      ::placeholder{
        color: var(--color-green-dark3) !important;
    }

    .inputGeneral {
        padding: 8px 17px !important;
        font-size: 10px;
    }

    .botonPrimary:is(.botonPrimary,:hover,:active,:focus){
        height: 33.7px !important;
    }

    .sizeOjito-icon{
        width: 20px !important;
        height: 18px !important;
        fill: var(--color-text-primary);
    }

    .form-check-input{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0em;
    }

    .bgCardsLinear{
        background: transparent !important;
        border-radius: 0px !important; /* ligeramente menor para que no sobresalga */
        box-shadow: none !important;
        border: none !important;
    }

    .borderGradient {
        border-radius: 0px;
        padding: 0px;
        background: transparent;
    }

    .paddingOjito-login{
        padding-right: 17px;
    }

    .size-modalCode{
      transform: scale(0.9);
    }

}

@media screen and (max-height: 700px) {
    .bg-login{
        min-height: 800px;
      }
}

/* ADMIN PAGOS */

.bordeBauche-adminPagos{
  height: 160px;
  border: 3px var(--color-green-dark2) dashed;
  border-radius: 12px;
}

.circuloEstatus{
width: 15px;
height: 15px;
aspect-ratio: 1/1;
border-radius: 50%;
background-color: var(--color-gray);
}

.circuloEstatusUsers{
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: visible;
}

.circuloEstatusAnimation{
  position: absolute;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: visible;
  animation: curva 2s infinite linear;
  transform-origin: center;
}

@keyframes curva{
  100%{
      transform: scale(2);
      filter: blur(0px);
      -webkit-filter: blur(0px);
      opacity: 0;
  }
}

.partial{
  background-color: var(--color-blue-primary);
}

.pending{
  background-color: #FFA22A;
}

.blocked,
.canceled,
.inactive,
.rejected{
  background-color: var(--color-red-primary);
}

.active:not(.noEstatus,.dropdown-item),
.approved:not(.noEstatus){
  background-color: var(--color-green-primary);
}

.dropdown-item.active{
  background-color: var(--color-green-dark1) !important;
}

.apartado{
  background-color: var(--color-blue-primary);
}
.expired{
  background-color: var(--color-gray);
}


.badge{
  background-color: var(--bs-light);
}
.badge-full{
  background-color: var(--color-green-primary);
}
.badge-installment{
  background-color: var(--color-blue-primary);
}
.badge-request{
  background-color: var(--color-orange-primary);
}


.buttonAprobado-adminPagos{
  border-radius: 50px;
background: var(--color-green-primary);
box-shadow: 0px 3px 0px 0px #007D53;
padding: 18px 40px;
color: var(--color-green-button) !important;
border: none;
}

.buttonBlue-adminPagos{
  border-radius: 50px;
background: var(--color-blue-primary);
box-shadow: 0px 3px 0px 0px #007D53;
padding: 18px 40px;
color: var(--color-blue-button) !important;
border: none;
}

.buttonRechazado-adminPagos{
  border-radius: 50px;
background: var(--color-red-primary);
box-shadow: 0px 3px 0px 0px #A31A2E;
padding: 18px 40px;
color: var(--color-green-button) !important;
border: none;
}

.buttonRechazado-small, .buttonRechazado-small:is(:hover,:active,:focus){
      font-family: 'Matrice Bold', arial !important;
  border-radius: 50px;
background-color: var(--color-red-primary) !important;
box-shadow: 0px 3px 0px 0px #A31A2E;
height: 46px !important;
color: var(--color-green-button) !important;
border: none !important;
}

.buttonBlue-small, .buttonBlue-small:is(:hover,:active,:focus){
      font-family: 'Matrice Bold', arial !important;
  border-radius: 50px;
background-color: var(--color-blue-primary) !important;
box-shadow: 0px 3px 0px 0px #02877E;
height: 46px !important;
color: var(--color-green-button) !important;
border: none !important;
}

.buttonAprobado-small, .buttonAprobado-small:is(:hover,:active,:focus){
      font-family: 'Matrice Bold', arial !important;
  border-radius: 50px;
background: var(--color-green-primary) !important;
box-shadow: 0px 3px 0px 0px #007D53;
height: 46px !important;
color: var(--color-green-button) !important;
border: none;
}

.buttonBloquear-adminClient{
  border-radius: 50px;
background: var(--color-red-primary);
box-shadow: 0px 3px 0px 0px #A31A2E;
padding: 10px 20px;
color: var(--color-green-button) !important;
border: none;
}

.buttonAprobado-adminClient{
  border-radius: 50px;
background: var(--color-green-primary);
box-shadow: 0px 3px 0px 0px #007D53;
padding: 10px 20px;
color: var(--color-green-button) !important;
border: none;
}

.sizeCerrarBauche{
width: 22px;
height: 22px;
}
.sizeSubirIcon{
  width: 60px;
  height: 60px;
}

.botonPrimaryContacto-small, .botonPrimaryContacto-small:is(:active,:focus){
  min-height: 36px !important;
  font-size: 12px !important;
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  
.maxHeightModal-adverts{
  max-height: 37rem !important;
}

.botonPrimaryContacto-small, .botonPrimaryContacto-small:is(:active,:focus){
  min-height: 36px !important;
  font-size: 12px !important;
  width: 100% !important;
}

.heightModalScroll{
  height: 9.5rem;
  overflow: auto;
}

.modal__generalClose{
  margin-top: 12px;
  margin-right: 12px;
}

.sizeImgCerrar {
  width: 30px !important;
  height: 30px !important;
}


.buttonAprobado-adminPagos,.buttonRechazado-adminPagos,.buttonBlue-adminPagos{
padding: 10px 25px !important;
}

.sizeSubirIcon{
  width: 40px;
  height: 40px;
}

}

/* GESTION DE USUARIO*/

@media (min-width:992px){
  
   .heightSection1-userg{
      height: 30.125rem;
      padding-top: 1.5rem;
      padding-bottom: 2.5rem;
  }

  .borderUser-ajustes{
    border-right: 1px solid var(--color-text-primary) !important;;
}
  }
  
.imgPerfil-userg{
  width:100%;
  aspect-ratio: 1/1;
  position:absolute !important;
  bottom:0px;
  right:0px;
  border: 0.1rem solid var(--color-blue) !important;
  fill: var(--color-gray);
}


.sizeImgProfile-userg{
  width: 13rem;
  height: 13rem;
}

.sizeLineGreen-userg{
  opacity: 1 !important;
  max-width:calc(100vw - 7.5rem) !important;
  margin-right: 1.2rem;
}

.lineaDiscontinua{
  border-top: 1.5px dashed var(--color-text-primary)!important
}

.borderRadiusBottomNone{
  border-bottom-left-radius: 0px !important; 
  border-bottom-right-radius: 0px !important
}

.sizeInformation-userg{
  width:2rem !important;
  height:2rem !important;
  min-width:2rem !important;
  min-height:2rem  !important;
  fill: var(--color-gray);
}

.backgroundRifas-userg{
  background-color: var(--color-gray-dark);
  border: 1px var(--color-gray) solid;
  border-radius: 15px;
  padding: 24px;
} 

.modalImgRifas-userg{
  width: 338px;
}

.precioBoleto-userg{
  display: inline-flex;
padding: 0px 14.255px;
justify-content: center;
align-items: center;
border-radius: 10.559px;
background: var(--color-blue-dark);
font-size: 46.875px;
}

.sizeImgMetodos-userg{
  width: 28px;
  height: 28px;
}

.infoMetodo-userg{
  display: flex;
padding: 10px 20px;
align-items: center;
align-self: stretch;
border-radius: 15px;
background: var(--color-green-dark2);
}

.sizeImgMetodosInfo-userg{
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
}

.recuadroMetodos-userg{
  padding: 15px 24px;
  background-color: var(--color-green-dark1) !important;
    color: var(--color-text-primary) !important;
  border-radius: 15px;
}

.sizeSicoCode-userg{
    width: 11rem;
    fill: var(--color-gray);
}

.blockedImgPerfilBg-userg{
    width: 4rem;
    height: 4rem;
}

.radioInput-red.form-check-input:checked[type=radio]{
    background-image: none !important;
}

.radioInput-red.form-check-input:checked{
    background-color: var(--color-green-dark1);
    border-color: var(--color-red-primary);
}

.radioInput-red.form-check-input:checked:before{
    background-color: var(--color-red-primary);
}

.radioInput-red.form-check-input:before{
    content: "";
    position: absolute;
    width: 8px !important;
    height: 8px !important;
    background-color: var(--color-text-primary);
    border-radius: 5px;
}

.radioInput-red.form-check-input{
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-text-primary);
        display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-green-dark1);
}

.radioInput-red.form-check-input:focus{
  box-shadow: none !important;
}

.rectangleWidthBloquear-modal{
  max-width: 38rem !important;
}

.sizeImgRedSocial-userg{
    max-width: 2rem;
    max-height: 2rem;
}

.cardAdmin-userg{
  min-width: 269px;
  max-width: 350px;
  padding: 30px;
  border-radius: 15px;
border: 2px solid var(--color-gray);
background: var(--color-gray-dark);
}

@media screen and (max-width: 768px) {

    .sizeImgProfile-userg{
    width: 9rem;
    height: 9rem;
}

  .backgroundRifas-userg {
    padding: 16px 3px !important;
}

.recuadroMetodos-userg{
  padding: 15px 15px;
}

.sizeSicoCode-userg{
    width: 8rem;
}

}

@media screen and (max-width: 576px) {
  .scrollSettingModal{
    height: calc(100vh - 29rem) !important;
        overflow-y: OVERLAY;
        overflow-x: hidden;
        position: relative;
        width: 100%;
  }
  }

  @media (min-width:576px) and (max-width:768px) {
    .scrollSettingModal{
    height: calc(100vh - 29rem) !important;
        overflow-y: OVERLAY;
        overflow-x: hidden;
        position: relative;
        width: 100%;
  }
     }

/* ADMIN MEMBRESIA */

.widthDescription-adminMember{
  max-width: 436px !important;
  width: 100% !important;
  min-height: 130px !important;
}

.checkCustom{
  width: 41px !important;
  height: 22px !important;
  box-shadow: none;
}

.form-check-input.checkCustom:checked{
      background-color: var(--color-green-dark3);
    border-color: var(--color-green-dark3);
    box-shadow: none;
}

.form-check-input.checkCustom:not(:checked){
    box-shadow: none;
    background-color: var(--color-gray);
    border-color: var(--color-gray);
}

.form-switch .form-check-input.checkCustom{
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}

.widthBoton-adminMember{
  width: 283px;
}

.imgLapiz-adminMember{
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 576px) {
  .inputSinDerecha{
    font-size: 12px !important;
  }

    .imgLapiz-adminMember{
  width: 25px;
  height: 25px;
}
  }

  @media (min-width:576px) and (max-width:768px) {
.inputSinDerecha{
    font-size: 12px !important;
  }

  .imgLapiz-adminMember{
  width: 25px;
  height: 25px;
}
     }

     /* VENTAS */

     .adaptacionTabla-ventas{
  background-color: var(--color-gray-dark);
  border: 1px var(--color-gray) solid;
  border-radius: 15px;
  padding: 15px;
} 

.textEllipsis{
    text-overflow: ellipsis;
    overflow: hidden;
}

.imgTicket-ventas{
  fill: var(--color-text-primary) !important;
  width: 16px;
  height: 13px;
}

.iconVentas{
  width: 20px !important;
  height: 20px !important;
}

.heightModalScroll-ventas{
  height: 12.5rem;
  overflow: auto;
}

.heightModalScroll-membresias{
  height: 12.5rem;
  overflow: auto;
}

@media (min-width:1200px){
      .bordeSeparador-ventas{
        border-right: 1px solid var(--color-text-primary);
      }
}

     @media (min-width:992px){
      .minHeightModal-ventas{
        min-height: 640px;
      }
      .maxHeightModal-ventas{
        max-height: 640px;
      }
     }

     /* CLIENTES */

     .iconDatos-clientes{
      width: 57px !important;
      height: 50px;
     }

     @media screen and (max-width: 768px) {
      .iconDatos-clientes{
        width: 50px !important;
        height: 43px;
      }

      .heightModalScroll-ventas{
        height: 9.5rem;
        overflow: auto;
      }
    }

  /* RIFAS */

  .iconDatos-rifas{
    width: 50px;
    height: 46px;
  }

  .heightCard-rifas{
    height: 117px !important;
  }

  .widthPorcentaje-rifas{
    min-width: 360px;
  }

  .marginTextRifa-rifas{
    margin-right: 8px !important;
  }

  .widthTextRifa-rifas{
    max-width: 239px;
  }

  .botonPrimary-small, .botonPrimary-small:is(.botonPrimary,:active,:focus){
  min-height: 46px !important;
  font-size: 14px;
}

.widthImg-inputFile{
  width: 150px !important;
  height: 150px !important;
}

.widtCardhMetodos{
  max-width: 700px !important;
  min-width: 500px !important;
  height: 349px !important;
}

.widtCardNewMetodos{
  max-width: 700px !important;
  min-width: 500px !important;
}

.widtButtonhMetodos{
  max-width: 500px !important;
  min-width: 300px !important;
}

.sizeImgMetodos{
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
}

.heightCardsMetodos{
    overflow: scroll !important;
    height: 261px !important;
}


  @media screen and (max-width: 768px) {
    .iconDatos-rifas{
    width: 48px;
    height: 44px;
  }

  .widtCardhMetodos{
  max-width: auto !important;
  min-width: auto !important;
  height: 349px !important;
}

.widtCardNewMetodos{
  max-width: auto !important;
  min-width: auto !important;
}

.widtButtonhMetodos{
  max-width: auto !important;
  min-width: auto !important;
}

    .heightCard-rifas{
    height: auto !important;
    padding: 15px;
  }

  .widthPorcentaje-rifas{
    min-width: auto;
  }

    .marginTextRifa-rifas{
    margin-right: 3px !important;
  }

  .widthTextRifa-rifas{
    max-width: auto;
  }

  .botonPrimary, .buttonRechazado-small{
        font-size: 0.75rem !important;
      }

  }

  @media screen and (max-width: 576px) {
    .width100-mobile{
    width: 100% !important;
  }
  }

/*MEMBRESIAS */

.bordeRadiusMembresias{
  border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.heightPago-membresias{
      height: 240px;
    overflow-y: auto;
}

.botonPrimary.bordeRadiusMembresias:hover {
    transform: scale(1) !important;
}

.widthTablet-membresiaEdit{
  max-width: 890px;
}

.widthIcon-membresiaEdit{
  width: 28px;
  height: 28px;
}

.ticketCard{
  width: 66px;
  height: 32px;
  display: flex;
  justify-content: center;
align-items: center;
border-radius: 6px;
background-color: var(--color-gray-dark) !important;
}

.ticketCard:has(input:checked){
  background-color: #00551B !important;
}

.ticketCardComprado{
  background: linear-gradient(var(--custom-gradient-button)) !important;
}

.ticketCardComprado h5{
  color: var(--color-green-dark2) !important;
}

.ticketCardCheckbox{
    border-radius: 17px;
    opacity: 0;
    z-index: 1;
        width: 100%;
    height: 100%;
}

.metodoLandingCheckbox{
  opacity: 0;
    z-index: 1;
    border-radius: 50%;
}

.metodoLandingCheckbox:is(:hover,:checked) + .sizeIconMetodos{
  filter: grayscale(0) !important;
}

.cardMetodo-landing:has(.metodoLandingCheckbox:checked)::before {
    content: '';
    position: absolute;
    height: 40px;  /* Ajusta el tamaño según lo necesites */
    width: 40px;   /* Ajusta el tamaño según lo necesites */
    top: -14px;
    right: -14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg transform='matrix(2.072328, 0, 0, 2.072328, -37.106152, -3.752033)' style=''%3E%3Ccircle cx='42.033' cy='25.938' r='22' fill='%23273F3B' style='stroke-width: 1;'%3E%3C/circle%3E%3Cg clip-path='url(%23clip0_6349_27)' transform='matrix(1, 0, 0, 1, 20.032614, 3.938348)'%3E%3Cpath d='M22.3824 9.13978C29.3608 9.13978 35.0229 14.7813 35.0474 21.761C35.0229 28.7343 29.3608 34.3758 22.3824 34.3758C15.4232 34.3527 9.79203 28.7163 9.76627 21.761C9.75725 14.7864 15.4129 9.13591 22.3824 9.13978ZM22.3824 6.28296C13.8338 6.27781 6.89915 13.2073 6.9043 21.761C6.92362 30.2941 13.8493 37.2005 22.3824 37.1953C30.9116 37.1953 37.8218 30.2851 37.8166 21.761C37.8411 13.2176 30.9258 6.28296 22.3824 6.28296Z' fill='%2300FF51'%3E%3C/path%3E%3Cpath d='M19.2972 31.9271C18.7138 31.9374 18.1573 31.6579 17.8083 31.18L13.2397 24.3574C12.6936 23.5473 12.9138 22.4499 13.7266 21.9089C14.5419 21.368 15.6393 21.5895 16.1802 22.4009L19.1556 26.8716L26.8527 13.8331C27.3396 12.992 28.4267 12.7164 29.2587 13.2238C30.0998 13.7146 30.369 14.7952 29.868 15.6273L20.8029 31.0268C20.4938 31.5587 19.9284 31.882 19.314 31.882C19.314 31.9078 19.2934 31.9271 19.2689 31.9271' fill='%2300FF51'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;  /* Asegura que el ícono se muestre por encima de otros elementos */
}

.heightTicketPanel{
  max-height: 550px;
  overflow: auto;
}

@media (max-width:576px) {
  .bordeSeparador-membresias{
    border-right: 2px var(--color-text-primary) solid;
}

.ticketCard{
  width: 59px !important;
}
  }



  /* MENSAJERIA */

.widthTablet-mensajeriaEdit{
      max-width: 760px !important;
}

.buttonFotoIcon, .buttonFotoIcon:is(:hover,:active,:focus){
  border-radius: 8px;
background: var(--color-blue-primary);
box-shadow: 0px 3px 0px 0px #007D53;
border: none;
max-height: 47px !important;
max-width: 57px !important;
padding: 6px 12px !important;
}

.iconCamera{
  min-width: 35px !important;
  min-height: 31px !important;
  fill: var(--color-green-button)
}

.iconTickets-mensajeria{
  min-height: 22px; 
  min-width: 35px;
}

/* INICIO */

.iconPasos{
  min-width: 24px !important;
  min-height: 23px !important;
  width: 24px !important;
  height: 23px !important;
}

.circuloPasosConfirm{
  font-family: 'Matrice Bold', arial !important;
width: 50px;
height: 50px;
padding: 10px;
border-radius: 50px;
background: var(--color-green-primary);
color: var(--color-green-button);
}

.circuloPasos{
    font-family: 'Matrice Bold', arial !important;
width: 50px;
height: 50px;
padding: 10px;
border-radius: 50px;
background: var(--color-text-primary);
color: var(--color-green-button);
}

.cardGreenInicio{
  height: 10px;
  background: var(--color-green-primary);
}

.cardPrimaryInicio{
  height: 10px;
  background: var(--color-text-primary);
}

.ticketCardConfirmada{
  background-color: #00551B !important;
    width: 90px;
  height: 32px;
  display: flex;
  justify-content: center;
align-items: center;
border-radius: 17px;
}

.ticketCardEnproceso{
  background-color: #925E1B !important;
    width: 90px;
  height: 32px;
  display: flex;
  justify-content: center;
align-items: center;
border-radius: 17px;
}

.heightModalInicio{
      min-height: 460px !important;
    max-height: 770px !important;
}

.selectWrap{
  white-space: nowrap;
    text-overflow: ellipsis;
    width: 309px;
    text-wrap: wrap;
    text-align: start;
}


@media (max-width:576px) {

.ticketCardEnproceso{
    width: 65px !important;
}

.ticketCardConfirmada{
    width: 65px !important;
}
  }

/* MOBILE MENU */
#mobile-menu {
    width: 60px; 
    transition: width 0.3s ease-in-out; 
}

#mobile-menu.menu-open {
    width: 100%; 
    position: absolute;
    z-index: 999;
    background: black;
    left: -15px; 
}


#mobile-menu h3 {
    display: none;
    transition: opacity 0.3s ease-in-out; 
    opacity: 0;
    margin-left: 12px;
}

#mobile-menu.menu-open h3 {
    display: block !important;
    opacity: 1;
}

  /* LANDING */


/* NAVBAR LANDING */

.navbar {
    height: var(--header-heigth-landing);
    background-color: var(--color-gray-dark);
    transition: all 0.5s;
    z-index: 999;
    border-bottom: 1px var(--color-gray) solid;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar .navbar-toggler {
    color: var(--color-gray-dark);
    width: 40px;
    height: 64px;
    font-size: 29px;
    padding: 0px;
    line-height: 1.3;
    box-shadow: none;
    outline: none;
    border: none;
    transition: all .3s;
}

/* Para que el icono del toggler sea visible en el fondo oscuro */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*-------------------------*/
/* ENLACES Y DROPDOWN MENU */
/*-------------------------*/

/* Regla para asegurar que el color de los enlaces se aplique correctamente */
.navbar-nav .navLink-landing {
    color: var(--color-text-primary) !important;
}

.navbar-nav .navLink-landing:hover,
.navbar-nav .navLink-landing.active,
a.navLink-landing:hover,
a.navLink-landing.active{
    transition: all 0.3s;
    background: var(--color-text-primary);
    background: -webkit-linear-gradient(var(--custom-gradient-text));
    background: -moz-linear-gradient(var(--custom-gradient-text));
    background: linear-gradient(var(--custom-gradient-text));
    filter: var(--custom-gradient-filter);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.navbar-nav .navLink-landing:hover use,
.navbar-nav .navLink-landing.active use,
a.navLink-landing:hover use,
a.navLink-landing.active use {
  fill:url(#lgradIcon-landing)
  }

.navbar-nav .navLink-landing.disabled {
    background: transparent;
    color: var(--color-green-button);
    opacity: 0.45;
}

/*-------------------------*/
/* BOTONES DE LA NAVBAR */
/*-------------------------*/

.navBotonDesactivado-landing {
    background-color: var(--color-gray) !important;
    cursor: auto !important;
}

/*-------------------------*/
/* MEDIA QUERIES NAVBAR */
/*-------------------------*/

@media only screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        padding-bottom: 15px;
    }

    .navbar .navbar-toggler {
        width: 40px;
        height: 64px;
        font-size: 29px;
    }

    .navbar-nav {
        border-top: solid 1px var(--color-gray-extra-light);
                margin-top: 8px;
            background: var(--color-gray-dark);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    left: 0px;
    }

    .navbar-nav .navLink-landing {
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0;
        border-bottom: solid 1px var(--color-gray-extra-light);
        box-shadow: none;
        padding-top: 0;
        padding-bottom: 4px;
        margin-bottom: 8px;
    }

    .navbar-nav .dropdown-menu .navLink-landing {
        font-size: 85%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-btn .btn {
        margin: 0px 4px 0px 4px;
        padding: 8px 15px 8px 15px;
        font-size: 85%;
    }
}

@media screen and (max-width: 576px) {
    .textNav-login {
        font-size: 1rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .textNav-login {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .textNav-login {
        font-size: 0.8rem !important;
    }

    .navbar-nav {
        border-top: solid 1px var(--color-gray-extra-light);
        margin-top: 8px;
            background: var(--color-gray-dark);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    left: 0px;
    }

    .btn-landing {
        box-shadow: var(--shadow-primary-btn) !important;
        border-color: transparent !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 0.9rem;
    }
}

/* FINAL NAVBAR */

  @media (min-width:576px) {
  .widthInputImg-landing{
    min-width: 400px !important;
}
  }

.widthLogoEmpresa-landing{
      height: 50px !important;
    width: 100% !important;
    object-fit: contain;
    max-width: 170px;
}

.widthLogoEmpresa2-landing{
  height: 131px !important;
  width: 100% !important;
  object-fit: contain;
}

.height-landing {
height: calc(100vh - var(--header-heigth-landing));
width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.cardMetodo-landing{
  width: 90px;
  height: 90px;
      background-color: var(--color-green-dark1) !important;
    border-radius: 50%;
    border: 2px solid var(--color-gray);
}

  @media (max-width:576px) {
.cardMetodo-landing{
  width: 75px;
  height: 75px;
}

.sizeIconMetodos {
    width: 70px !important;
    height: 70px !important;
}
  }

.carrusel-container-about {
    overflow: hidden;
    width: 100%;
    background: var(--color-green-primary);
    padding: 10px 0;
    position: relative;
    transform: rotate(-4.255deg);
}

.carrusel-container-about2 {
    overflow: hidden;
    width: 100%;
    background: var(--color-blue-primary);
    padding: 10px 0;
    position: relative;
    transform: rotate(-4.255deg);
}

.custom-margin-top {
margin-top: 352px;
z-index: 999;
}

.w-carrusel-home {
    display: flex;
    height: 40px;
    align-items: center;
    color: var(--color-green-button);
    animation: scroll-home 30s linear infinite;
    width: 80vw;
}

@keyframes scroll-home {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}

.carrusel-item-landing {
    align-items: center;
    flex-shrink: 0;
    color: var(--color-green-button);
    font-size: 20px;
    line-height: 13.535px;
}

.size-logo-home{
  width: 33px;
  height: 33px;
  margin-left: 27px;
  margin-right: 27px;
  fill: var(--color-green-button);
}

.rotator-blur-home {
position: relative;
top: -30px;
transform: rotate(3.424deg);
filter: blur(3px);
transition: all 0.7s ease-out;
overflow: hidden;
z-index: 2;
}

.sizeSubtitleGeneral-landing{
  font-size: 18px;
}

.sizeImgPasos-landing{
  width: 64px;
  height: 64px;
}

.widthS1Content-landing::after{
    content: "";
    width: 500px;
    height: 500px;
    z-index: 2;
    position: absolute;
    top: -328px;
    left: calc(50% + 526px);
    background-color: var(--color-blue-primary);
    border-radius: 2000px;
    filter: blur(250px);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    animation: parpadeo 5s infinite ease-in-out;
}

.widthS1Content-landing::before{
        content: "";
    width: 500px;
    height: 500px;
    z-index: 2;
    position: absolute;
    top: -538px;
    right: calc(50% + 526px);
    background-color: var(--color-green-primary);
    border-radius: 2000px;
    filter: blur(250px);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    animation: parpadeo 5s infinite 
ease-in-out;
}

@keyframes parpadeo{
    0%, 100%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
}

.preguntasFaqs-landing, .accordion-button.preguntasFaqs-landing:not(.collapsed),.respuestasFaqs-landing{
  background-color: var( --color-green-black);
  color: white;
  box-shadow: none !important;
}

.borderAcordeonFaqs-landing{
  border-bottom: 1px var(--color-green-primary) solid !important;
}

.accordion-button.preguntasFaqs-landing::after{
  background-image: var(--image-accordion-button-landing) !important;
}

.footerContent-landing{
  border-top: 3px solid var(--color-gray);
background: var(--color-gray-dark);
z-index: 999;
}


    .bgHeroSection-landing{
      background: var(--url-client-hero-section);
    }



/* CAROUSEL RIFAS*/

.mi-carrusel {
  position: relative;
  margin: 30px auto;
  padding: 20px 23px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 640px;
}

/* Estilo de los botones, se mantiene la personalización */
.mi-carrusel-boton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.7);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.mi-carrusel-boton.mi-carrusel-previo {
  left: 0;
}

.mi-carrusel-boton.mi-carrusel-siguiente {
  right: 0;
}

.mi-carrusel-boton:hover {
  background-color: #555;
}

/* Opcional: Centrar los botones de Swiper */
.swiper-button-prev, .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: 0;
    font-size: 24px;
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    border-radius: 50%;
    z-index: 11;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 22px;
}

/* Estilos base para todas las tarjetas */
.swiper-slide.mi-tarjeta-contenido {
  width: 345px !important; /* Ancho base para las tarjetas */
  transition: transform 0.3s ease-in-out; /* Animación de transición suave */
}

/* El card activo del medio se hace más grande usando 'scale' */
.swiper-slide.swiper-slide-active {
  transform: scale(1.1); /* Escala al 110% para que se vea más grande */
  z-index: 999;
}

/* Opcional: Centrar las tarjetas no activas para que se vean mejor */
.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.95); /* Opcional: un poco más pequeñas */
}

/* El contenedor principal de Swiper, para centrar las tarjetas */
.mi-swiper {
  width: 100%;
  height: auto;
  padding: 20px 0;
  overflow: visible; /* Asegura que el card escalado no se corte en los bordes */
}

/* Estilo para las tarjetas (ahora son swiper-slide) */
.mi-tarjeta-contenido {
  padding: 16px;
  box-sizing: border-box;
  width: 100%; /* Asegura que la tarjeta use el ancho de su swiper-slide padre */
}

/* Opcional: Ajuste de tamaño en móviles para que no haya escala */
@media (max-width: 576px) {
  .swiper-slide {
    width: 300px;
    transition: none;
  }
  .swiper-slide.swiper-slide-active {
    transform: none;
  }
}

/* Estilos de los botones, se mantienen igual */
.mi-carrusel-boton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.7);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.mi-carrusel-boton.mi-carrusel-previo {
    position: relative;
    top: -18px;
    left: calc(50% + 154px);
}

.mi-carrusel-boton.mi-carrusel-siguiente {
      position: relative;
    top: -62px;
    left: calc(50% + 229px);
}

.mi-carrusel-boton:hover {
  background-color: #555;
}

/* Opcional: Centrar los botones de Swiper */
.swiper-button-prev, .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    margin-top: 0;
    font-size: 24px;
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    border-radius: 50%;
    z-index: 11;
}

.sizeImgCarrusel-landing{
    max-width: 308px;
    height: 183px;
    width: auto;
    border-radius: 15px;
}

.sizeImgCarrusel-landing img{
      height: 183px;
      width: 100%;
    object-fit: cover;
}

.cardGrayDark2{
  background: var(--color-gray-dark2);
  border-radius: 18px;
  padding: 32px 16px 16px 16px;
}

.cardRifaPrecio-landing{
  background: var(--color-blue-dark);
  padding: 0px 13px !important;
  border-radius: 10px;
  right: 18px;
  top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardGrayDarkFecha{
  background: var(--color-gray-dark3);
  padding: 8px 25px;
  border-radius: 8px;
}

.bordeDerecho{
  border-right: 1.5px var(--color-text-primary) solid;
}

/* FINAL CARRUSEL RIFAS */

/* CARRUSEL GANADORES */

/* Estilos para el segundo carrusel (ancho completo con cards fijas) */

.mi-carrusel-2 {
  position: relative;
  width: 100vw;
  margin: 50px auto 0px auto;
  overflow: hidden;
  max-height: 630px;
}

.mi-swiper-2 {
  width: 100%;
  padding: 20px 0;
}

.mi-tarjeta-2 {
  width: 273px; /* Ancho fijo de 273px */
  height: 493px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  position: relative;
}

.mi-tarjeta-imagen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mi-tarjeta-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mi-tarjeta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

.mi-tarjeta-contenido-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  z-index: 1;
}

.mi-tarjeta-contenido-2 h3,
.mi-tarjeta-contenido-2 p {
  margin: 0;
}

.btn-conoce-historia {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #007bff;
  color: white;
  text-decoration: none;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.btn-conoce-historia:hover {
  background: #0056b3;
}

/* Estilos para los botones de navegación */
.mi-carrusel-boton-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.7);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  border-radius: 50%;
  transition: background-color 0.3s;
  width: 44px;
  height: 44px;
}

.mi-carrusel-boton-2.mi-carrusel-previo-2 {
  left: 10px;
}

.mi-carrusel-boton-2.mi-carrusel-siguiente-2 {
  right: 10px;
}

.mi-carrusel-boton-2:hover {
  background-color: #555;
}

.swiper-slide.swiper-slide-active.mi-tarjeta-2 {
transform: scale(1) !important; /* Escala al 110% para que se vea más grande */
z-index: 999 !important;
}

.swiper-slide-prev.mi-tarjeta-2, .swiper-slide-next.mi-tarjeta-2{
  transform: scale(1) !important;
}

.mi-carrusel-boton-2.mi-carrusel-previo-2 {
    position: relative;
    top: -18px;
    left: calc(50% + 154px);
}

.mi-carrusel-boton-2.mi-carrusel-siguiente-2 {
      position: relative;
    top: -62px;
    left: calc(50% + 229px);
}

/* .swiper-slide-prev{
  margin-right: -30px !important;
}

.swiper-slide-active{
  margin-right: -30px !important;
} */

@media (min-width: 1140px){
    .margin-landing {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .bgHeroSection-landing{
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 880px;
    }

    .widthHeroContent-landing{
      max-width: 773px;
    }

    .sizeTitleGeneral-landing{
      font-size: 26px;
    }

    .widthS1Content-landing{
      width: 582px;
    }

    .widthS2Content-landing{
      width: 786px;
    }

    .widthS4Content-landing{
      width: 656px;
    }

    .widthCardPasos-landing{
      width: 273px;
    }

    .marginSection-landing{
      margin-bottom: 200px;
    }

    .widthTextFlechas{
      width: 234px;
    }

    .widthTextGanadorFlechas{
      width: 234px;
    }

    .widthSectionNosotros{
      width: 562px;
    }

    .marginSectioNosotros-landing{
      padding-top: 100px;
      padding-bottom: 100px;
      margin-top: 100px;
    }

    .marginBottom-100{
      margin-bottom: 100px;
    }

    .marginTop-200{
      margin-top: 200px;
    }

    .widthSectionFaqs1{
      width: 466px;
    }

    .widthSectionFaqs2{
      width: 658px;
    }

    .imgSizeFaqs{
      height: 389px;
      width: auto;
      object-fit: contain;
      position: absolute;
        left: calc(50% - 620px);
        top: 430px;
    }

    .marginFags-landing{
      margin-bottom: 400px;
    }

    .marginFooter-landing{
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .widthFooter-landing{
      width: 1035px;
      gap: 80px;
    }

    .widthLogoFooter-landing{
      height: 80px !important;
      width: auto !important;
    }

    
  .mi-carrusel {
  max-width: 1140px;
}
}

@media (min-width: 992px) and (max-width: 1140px){
  .margin-landing {
        width: 832px;
        margin-left: auto;
        margin-right: auto;
    }
  .bgHeroSection-landing{
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 880px;
    }

    .sizeTitleGeneral-landing{
      font-size: 26px;
    }

    .widthS1Content-landing{
      width: 582px;
    }

    .widthCardPasos-landing{
      width: 348px;
    }

    .marginSection-landing{
      margin-bottom: 200px;
    }

    .widthS2Content-landing{
      width: 786px;
    }
    
  .mi-carrusel {
  max-width: 985px;
}
  .swiper-slide-active.mi-tarjeta-contenido{
    z-index: 999;
  }
  .swiper-slide-next.mi-tarjeta-contenido{
    z-index: 1;
    margin-right: 60px !important;
  }

.swiper-slide.mi-tarjeta-contenido:has(+ .swiper-slide.swiper-slide-prev.mi-tarjeta-contenido){
  margin-right: 60px !important;
  margin-left: -90px;
}

.widthTextFlechas{
      width: 218px;
    }

    .widthTextGanadorFlechas{
      width: 240px;
    }

.marginSectioNosotros-landing{
      padding-top: 100px;
      padding-bottom: 100px;
      margin-top: 100px;
    }

        .widthS4Content-landing{
      width: 656px;
    }

    .marginBottom-100{
      margin-bottom: 100px;
    }

    .marginTop-200{
      margin-top: 200px;
    }

    .widthSectionFaqs1{
      width: 282px;
    }

    .imgSizeFaqs{
      height: 389px;
      width: auto;
      object-fit: contain;
      position: absolute;
        left: calc(50% - 620px);
        top: 527px;
    }

    .widthSectionFaqs2{
      width: 548px;
    }

    .marginFags-landing{
      margin-bottom: 430px;
    }

    .marginFooter-landing{
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .widthFooter-landing{
      width: 832px;
      gap: 30px;
    }

    .widthLogoFooter-landing{
      height: 55px !important;
      width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){

  .margin-landing {
        width: 648px;
        margin-left: auto;
        margin-right: auto;
    }

    .bgHeroSection-landing{
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 679px;
    }

    .sizeTitleGeneral-landing{
      font-size: 26px;
    }

    .custom-margin-top {
margin-top: 190px !important;
z-index: 999;
}

.widthHeroContent-landing{
      max-width: 628px;
    }

    .sizeTitleHero-landing {
        font-size: 27px !important;
        width: 700px;
        margin-top: 100px;
  }

  .marginSection-landing{
    margin-top: 80px;
      margin-bottom: 160px;
    }

    .widthS1Content-landing{
      width: 582px;
    }

    .widthCardPasos-landing{
      width: 273px;
    }

    .marginSection-landing{
      margin-bottom: 160px;
    }

    .widthS2Content-landing{
      width: 608px;
    }

    .mi-carrusel {
  max-width: 765px;
  max-height: 764px;
      margin: 30px auto 0px auto;
    padding: 0px 23px;
}
  .swiper-slide-active.mi-tarjeta-contenido{
    z-index: 999;
  }
  .swiper-slide-next.mi-tarjeta-contenido{
    z-index: 1;
    margin-right: 150px !important;
  }

.swiper-slide.mi-tarjeta-contenido:has(+ .swiper-slide.swiper-slide-prev.mi-tarjeta-contenido){
  margin-right: 150px !important;
  margin-left: -316px;
}

.widthTextFlechas{
      width: 218px;
    }

    .marginSectioNosotros-landing{
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 160px;
    }

    .marginBottom-100{
      margin-bottom: 80px;
    }

    .widthSectionNosotros{
      width: 100%;
    }

        .widthS4Content-landing{
      width: 656px;
    }

    .widthTextGanadorFlechas{
      width: 240px;
    }

    .marginTop-200{
      margin-top: 160px;
    }

    .widthSectionFaqs1{
      width: 346px;
    }

    .mi-swiper {
    padding: 35px 0;
}

        .imgSizeFaqs{
      height: 349px;
      width: auto;
      object-fit: contain;
      position: absolute;
                left: calc(50% + 20px);
        top: 98px;
        z-index: 999;
    }

    .widthSectionFaqs2{
      margin-top: 60px;
      width: 648px;
    }

    .marginFags-landing{
      margin-bottom: 120px;
    }

    .marginFooter-landing{
      padding-top: 60px;
      padding-bottom: 60px;
    }

        .widthLogoFooter-landing{
      height: 70px !important;
      width: auto !important;
    }

        .widthFooter-landing{
      width: 376px;
      gap: 40px;
    }
  }
@media  (max-width: 768px){
  .bgHeroSectionMobile-landing{
    background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: auto;
      width: 100%;
  }

  .margin-landing{
    width: 340px;
        margin-left: auto;
        margin-right: auto;
  }

  .bgHeroSection-landing{
    background-image: none;
    position: relative;
    top: -40px;
  }

      .sizeTitleHero-landing {
        font-size: 22px !important;
        width: auto;
        margin-top: 0px;
    }

      .custom-margin-top{
    margin-top: 40px;
z-index: 999;
  }

  .carrusel-item-landing {
    align-items: center;
    flex-shrink: 0;
    color: var(--color-green-button);
    font-size: 16px;
    line-height: 10.535px;
}

.size-logo-home{
  width: 27px;
  height: 27px;
  margin-left: 23px;
  margin-right: 23px;
  fill: var(--color-green-button);
}

  .marginSection-landing{
    margin-top: 0px;
      margin-bottom: 120px;
    }

    .sizeTitleGeneral-landing{
      font-size: 20px;
    }

    .widthS1Content-landing{
      width: 100%;
    }

    .sizeSubtitleGeneral-landing{
  font-size: 16px;
}

.widthS2Content-landing{
      width: 100%;
    }

    .widthS1Content-landing::before{
    top: 308px;
    right: calc(50% + 302px);


}
.widthS1Content-landing::after {
    top: -328px;
    left: calc(50% + 226px);
  }

  .swiper-slide.mi-tarjeta-contenido {
  width: 300px !important;
}

      .mi-carrusel {
  max-width: 360px;
  max-height: 730px;
      margin: 0px auto;
    padding: 20px 30px;
}
  .swiper-slide-active.mi-tarjeta-contenido{
    z-index: 999;
  }
  
  .widthTextFlechas{
      width: 200px;
      margin-left: 10px;
    }

    .mi-carrusel-boton.mi-carrusel-previo {
    position: relative;
    top: 38px;
    left: calc(50% + 39px);
}

.mi-carrusel-boton.mi-carrusel-siguiente {
    position: relative;
    top: -7px;
    left: calc(50% + 107px);
}

    .marginSectioNosotros-landing{
      padding-top: 60px;
      padding-bottom: 60px;
      margin-top: 120px;
    }

    .widthSectionNosotros{
      width: 100%;
      padding: 0px;
    }

    .marginBottom-100{
      margin-bottom: 60px;
    }

    .widthS4Content-landing{
      width: 300px;
    }

    .widthTextGanadorFlechas{
      width: 223px;
      margin-left: 10px;
    }
    
.mi-swiper-2 {
    padding: 0px;
}

.mi-carrusel-boton-2.mi-carrusel-previo-2 {
    position: relative;
    top: 38px;
    left: calc(50% + 39px);
}

.mi-carrusel-boton-2.mi-carrusel-siguiente-2 {
    position: relative;
    top: -7px;
    left: calc(50% + 107px);
}

.widthSectionFaqs1{
      width: 100%;
    }

.imgSizeFaqs {
        height: 310px;
        width: auto;
        object-fit: contain;
        position: relative;
        left: calc(50% - 166px);
        top: 23px;
        overflow: visible;
        z-index: 999;
    }

    .marginTop-200{
      margin-top: 120px;
    }

    .widthSectionFaqs2{
      width: 100%;
      margin-top: 32px;
    }

    .marginFags-landing{
      margin-bottom: 100px;
    }

    .preguntasFaqs-landing{
      gap: 10px;
    }

    .widthFooter-landing{
      width: 100%;
      gap: 32px;
    }

    .marginFooter-landing{
      padding-top: 60px;
      padding-bottom: 60px;
    }

            .widthLogoFooter-landing{
      height: 70px !important;
      width: auto !important;
    }
}

@media (min-width: 576px) and (max-width: 768px){
  .margin-landing{
    width: 516px;
        margin-left: auto;
        margin-right: auto;
  }

  .widthS4Content-landing{
      width: 516px;
    }
}

@media (min-width: 992px) {
    .sizeTitleHero-landing {
        font-size: 27px !important;
        width: 699px;
        margin-top: 100px;
    }

    .widthHeroContent-landing{
      max-width: 773px;
    }
}

/* LANDING RIFAS */

  .indexIndicator-landingRifas{
    z-index: 2;
  }

  .cardRifaPrecio-landingRifas{
  background: var(--color-blue-dark);
  padding: 13px 13px !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardRifaCaracter-landingRifas{
  background: var(--color-blue-primary);
  padding: 13px 13px !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineHeight-08{
  line-height: 0.8 !important;
}

.widthSeparador-landingRifas{
  height: 13px;
  width: auto;
}

.imgFillAlert{
  fill: var(--color-blue-primary) !important;
  max-width: 23px !important;
  max-height: 23px !important;
}

.inputBoletos-landingRifas{
  font-size: 50px;
    display: flex;
    width: auto;
    max-width: 177px;
    height: 81px;
    border-radius: 15px;
    background-color: var(--color-green-dark2);
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 13px;
}

.copyIcon-landingRifas{
  width: 30px;
  height: 30px;
}

.svgIconBoletos-landingRifas{
  height: 49px;
  width: 63px;
  fill: white;
}

.subtitleBoleto-landingRifas{
  font-size: 16px;
}

.precioBoleto-landingRigas{
  font-size: 48px;
}

.rotatorCarrusel2-landingRifas {
position: relative;
top: -600px;
transform: rotate(3.424deg);
transition: all 0.7s ease-out;
overflow: hidden;
z-index: 1;
}

.rotatorCarrusel1-landingRifas {
position: relative;
top: -542px;
}

@keyframes rotar {
  from {
    transform: rotate(0deg); /* Rotación inicial */
  }
  to {
    transform: rotate(360deg); /* Rotación completa */
  }
}

.estatusTicketDisponible-landingRifas{
  width: 20px;
  height: 20px;
  background: var(--color-gray-dark);
  border-radius: 50%;
  border: 1px white solid;
}

.estatusTicketSeleccionado-landingRifas{
  width: 20px;
  height: 20px;
  background: #00551B;
  border-radius: 50%;
  border: 1px white solid;
}

.estatusTicketComprado-landingRifas{
  background: linear-gradient(var(--custom-gradient-button)) !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px white solid;
}

  .sombraHero-landing::after{
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 135.35%);
    z-index: 1;
    position: absolute;
    bottom: 0px;
  }

  .input-group-text{
    color: var(--color-text-primary) !important;
    background-color: var(--color-green-dark2) !important;
    font-size: 12px;
}

@media (min-width: 1140px){
.sizeCarrusel-landingRifas{
  height: 630px;
  width: auto;
  }

  .sizeImgCarrusel-landingRifas{
          height: 630px;
        width: 100%;
        object-fit: cover;
  }

  .sombraCarrusel-landingRifas{
    height: 632px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 90.35%);
  z-index: 1;
  position: absolute;
  top: 0px;
  }

  .carousel-indicators.indexIndicator-landingRifas{
        margin-bottom: 5rem !important;
  }

  .widthLogoPrincipal-landingRifas{
    height: 75px;
    width: auto;
    object-fit: contain;
  }

  .widthLogoConfirmado-landingRifas{
    height: 125px;
    width: auto;
    object-fit: contain;
  }

  .fontSize-67{
    font-size: 67px;
  }

  .fontSize-210{
    font-size: 210px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .positionPrincipal-landingRifas{
    position: absolute;
    top: -130px;
    z-index: 1;
    width: 1140px !important;
  }

  .sizeTitlePorcentaje-landingRifas{
    font-size: 18px;
  }

  .sizeNumberPorcentaje-landingRifas{
    font-size: 27px;
  }

  .linea1Porcentaje-landingRifas{
    height: 2px;
    width: 581px;
    background-color: var(--color-green-dark2);
  }

  .sizePorcentaje-landingRifas{
    font-size: 32px;
  }

  .linea2Porcentaje-landingRifas{
    height: 2px;
    width: 33px;
    background-color: var(--color-green-dark2);
  }

  .linea3Porcentaje-landingRifas{
    height: 12px;
    width: 4px;
    background-color: var(--color-green-dark2);
    position: relative;
    left: calc(50% + 87px);
  }

  .widthPorcentaje-landingRifas{
    width: 770px;
  }
  .porcentajeProgress-landingRifas{
    width: 100%;
    -webkit-appearance: none;
  appearance: none;
  height: 34px;
  border-radius: 50px;
  background-color: var(--color-green-dark2);
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 10px
  }

  .porcentajeProgress-landingRifas::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 10px;
}

.porcentajeProgress-landingRifas::-webkit-progress-bar {
  background: transparent;
  border-radius: 10px;
}

.widthDescription-landingRifas{
  width: 730px;
}

.cardDetallesBoleto-landingRifas{
  padding: 25px;
  border-radius: 20px;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(19.5px);
width: 216px;
}

.widthNumeroBoletos-landingRifas{
  width: 335px;
}

.buttonBoletos-landingRifas{
  width: 64px;
  height: 64px;
}

.widthSectionBoletos-landingRifas{
  width: 904px;
}

.widthPrecio-landingRifas{
  width: 440px;
}

.widthEscogerTicket-landingRifas{
  width: 650px;
}

.maxWidthNumeros-landingRifas{
  max-width: 99%;
}

.recuadroPago-landingRifas{
  padding: 100px 80px;
  background-color: var(--color-green-dark1) !important;
  border-radius: 15px;
  width: 952px;
}

.widthComprobante-landingRifas{
  width: 363px;
}

.widthTicket-landingRifas{
  width: 400px;
  background-color: #1E2F2C;
  border-radius: 8px;
  padding: 0px 49px 40px 49px;
}

    .widthTicket-landingRifas::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 403px;
        height: 400px;
        background-image: url(../assets/img/formaTicket.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

.widthLogoEmpresaTicket-landingRifas{
  width: auto;
  height: 62px;
  object-fit: contain;
  margin: 110px 0px;
}

.fontSize-80{
  font-size: 80px;
  overflow-wrap: break-word
}

.degradadosBoleto-landingRifas::after {
  content: "";
  width: 600px;
  height: 600px;
  z-index: -1;
  position: absolute;
  top: 528px;
        left: calc(50% - 1px);
  background-color: var(--color-blue-primary);
  border-radius: 2000px;
  filter: blur(250px);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  /* Animación de rotación */
  animation: rotar 8s infinite linear;
  /* Punto de rotación (eje) */
  transform-origin: top left;
}

.degradadosBoleto-landingRifas::before {
        content: "";
        width: 600px;
        height: 600px;
        z-index: -1;
        position: absolute;
        top: 528px;
        left: calc(50% - 1px);
        background-color: var(--color-green-primary);
        border-radius: 2000px;
        filter: blur(250px);
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        animation: rotar 4s infinite linear;
        transform-origin: top left;
    }

    .widthBotones-ganadores{
      width: 801px;
    }
.input-group-text{
    font-size: 15px;
}
}

@media (min-width: 992px) and (max-width: 1140px){

  .widthBotones-ganadores{
      width: 801px;
    }
  .sizeCarrusel-landingRifas{
  height: 486px;
  width: auto;
  }

    .sizeImgCarrusel-landingRifas{
          height: 486px;
        width: 100%;
        object-fit: cover;
  }

  .sombraCarrusel-landingRifas{
    height: 488px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 90.35%);
  z-index: 1;
  position: absolute;
  top: 0px;
  }

  .carousel-indicators.indexIndicator-landingRifas{
        margin-bottom: 9rem !important;
  }

  .widthLogoPrincipal-landingRifas{
    height: 75px;
    width: auto;
    object-fit: contain;
  }

  .widthLogoConfirmado-landingRifas{
    height: 125px;
    width: auto;
    object-fit: contain;
  }

  .fontSize-67{
    font-size: 67px;
  }

  .fontSize-210{
    font-size: 210px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .positionPrincipal-landingRifas{
    position: absolute;
    top: -130px;
    z-index: 1;
    width: 832px !important;
  }

  .sizeTitlePorcentaje-landingRifas{
    font-size: 18px;
  }

  .sizeNumberPorcentaje-landingRifas{
    font-size: 27px;
  }

  .linea1Porcentaje-landingRifas{
    height: 2px;
    width: 581px;
    background-color: var(--color-green-dark2);
  }

  .sizePorcentaje-landingRifas{
    font-size: 32px;
  }

  .linea2Porcentaje-landingRifas{
    height: 2px;
    width: 33px;
    background-color: var(--color-green-dark2);
  }

  .linea3Porcentaje-landingRifas{
    height: 12px;
    width: 4px;
    background-color: var(--color-green-dark2);
    position: relative;
    left: calc(50% + 237px);
  }

  .widthPorcentaje-landingRifas{
    width: 770px;
  }
  .porcentajeProgress-landingRifas{
    width: 100%;
    -webkit-appearance: none;
  appearance: none;
  height: 34px;
  border-radius: 50px;
  background-color: var(--color-green-dark2);
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 10px
  }

    .porcentajeProgress-landingRifas::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 10px;
}

.porcentajeProgress-landingRifas::-webkit-progress-bar {
  background: transparent;
  border-radius: 10px;
}

.widthDescription-landingRifas{
  width: 730px;
}

.cardDetallesBoleto-landingRifas{
  padding: 25px;
  border-radius: 20px;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(19.5px);
width: 216px;
}

.widthNumeroBoletos-landingRifas{
  width: 335px;
}

.buttonBoletos-landingRifas{
  width: 64px;
  height: 64px;
}

.widthSectionBoletos-landingRifas{
  width: 832px;
}

.widthPrecio-landingRifas{
  width: 376px;
}

.widthEscogerTicket-landingRifas{
  width: 650px;
}

.maxWidthNumeros-landingRifas{
  max-width: 95%;
}

.recuadroPago-landingRifas{
  padding: 100px 40px;
  background-color: var(--color-green-dark1) !important;
  border-radius: 15px;
  width: 872px;
}

.widthComprobante-landingRifas{
  width: 363px;
}

.widthTicket-landingRifas{
  width: 400px;
  background-color: #1E2F2C;
  border-radius: 8px;
  padding: 0px 49px 40px 49px;
}

    .widthTicket-landingRifas::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 403px;
        height: 400px;
        background-image: url(../assets/img/formaTicket.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

.widthLogoEmpresaTicket-landingRifas{
  width: auto;
  height: 62px;
  object-fit: contain;
  margin: 110px 0px;
}

.fontSize-80{
  font-size: 80px;
  overflow-wrap: break-word
}

.degradadosBoleto-landingRifas::after {
  content: "";
  width: 600px;
  height: 600px;
  z-index: -1;
  position: absolute;
  top: 528px;
        left: calc(50% - 1px);
  background-color: var(--color-blue-primary);
  border-radius: 2000px;
  filter: blur(250px);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  /* Animación de rotación */
  animation: rotar 8s infinite linear;
  /* Punto de rotación (eje) */
  transform-origin: top left;
}

.degradadosBoleto-landingRifas::before {
        content: "";
        width: 600px;
        height: 600px;
        z-index: -1;
        position: absolute;
        top: 528px;
        left: calc(50% - 1px);
        background-color: var(--color-green-primary);
        border-radius: 2000px;
        filter: blur(250px);
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        animation: rotar 4s infinite linear;
        transform-origin: top left;
    }
.input-group-text{
    font-size: 15px;
}
  }

  @media (min-width: 768px) and (max-width: 992px){

    
.input-group-text{
    font-size: 15px;
}
      .sizeCarrusel-landingRifas{
  height: 378px;
  width: auto;
  }

    .sizeImgCarrusel-landingRifas{
          height: 378px;
        width: 100%;
        object-fit: cover;
  }

  .sombraCarrusel-landingRifas{
    height: 380px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 90.35%);
  z-index: 1;
  position: absolute;
  top: 0px;
  }

  .carousel-indicators.indexIndicator-landingRifas{
        margin-bottom: 7rem !important;
  }

  .widthLogoPrincipal-landingRifas{
    height: 47px;
    width: auto;
    object-fit: contain;
  }

  .widthLogoConfirmado-landingRifas{
    height: 115px;
    width: auto;
    object-fit: contain;
  }

  .fontSize-67{
    font-size: 52px;
  }

  .fontSize-210{
    font-size: 110px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .positionPrincipal-landingRifas{
    position: absolute;
    top: -90px;
    z-index: 1;
    width: 648px !important;
  }

  .sizeTitlePorcentaje-landingRifas{
    font-size: 18px;
  }

  .sizeNumberPorcentaje-landingRifas{
    font-size: 27px;
  }

  .linea1Porcentaje-landingRifas{
    height: 2px;
    width: 461px;
    background-color: var(--color-green-dark2);
  }

  .sizePorcentaje-landingRifas{
    font-size: 32px;
  }

  .linea2Porcentaje-landingRifas{
    height: 2px;
    width: 33px;
    background-color: var(--color-green-dark2);
  }

  .linea3Porcentaje-landingRifas{
    height: 12px;
    width: 4px;
    background-color: var(--color-green-dark2);
    position: relative;
    left: calc(50% + 207px);
  }

  .widthPorcentaje-landingRifas{
    width: 648px;
  }
  .porcentajeProgress-landingRifas{
    width: 100%;
    -webkit-appearance: none;
  appearance: none;
  height: 34px;
  border-radius: 50px;
  background-color: var(--color-green-dark2);
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 10px
  }

    .porcentajeProgress-landingRifas::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 10px;
}

.porcentajeProgress-landingRifas::-webkit-progress-bar {
  background: transparent;
  border-radius: 10px;
}

.widthDescription-landingRifas{
  width: 645px;
}

.cardDetallesBoleto-landingRifas{
  padding: 25px;
  border-radius: 20px;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(19.5px);
width: 216px;
order: 1;
margin: 20px 10px;
}

.widthNumeroBoletos-landingRifas{
  width: 345px;
}

.buttonBoletos-landingRifas{
  width: 64px;
  height: 64px;
}

.widthSectionBoletos-landingRifas{
  width: 534px;
}

.widthPrecio-landingRifas{
  width: 452px;
}

.widthEscogerTicket-landingRifas{
  width: 650px;
}

.maxWidthNumeros-landingRifas{
  max-width: 96%;
}

.recuadroPago-landingRifas{
  padding: 60px 83px;
  background-color: var(--color-green-dark1) !important;
  border-radius: 15px;
  width: 648px;
}

.widthComprobante-landingRifas{
  width: 400px;
}

.widthTicket-landingRifas{
  width: 400px;
  background-color: #1E2F2C;
  border-radius: 8px;
  padding: 0px 49px 40px 49px;
}

    .widthTicket-landingRifas::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 403px;
        height: 400px;
        background-image: url(../assets/img/formaTicket.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

.widthLogoEmpresaTicket-landingRifas{
  width: auto;
  height: 62px;
  object-fit: contain;
  margin: 110px 0px;
}

.fontSize-80{
  font-size: 80px;
  overflow-wrap: break-word
}

.degradadosBoleto-landingRifas::after {
  content: "";
  width: 600px;
  height: 600px;
  z-index: -1;
  position: absolute;
  top: 528px;
        left: calc(50% - 1px);
  background-color: var(--color-blue-primary);
  border-radius: 2000px;
  filter: blur(250px);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  /* Animación de rotación */
  animation: rotar 8s infinite linear;
  /* Punto de rotación (eje) */
  transform-origin: top left;
}

.degradadosBoleto-landingRifas::before {
        content: "";
        width: 600px;
        height: 600px;
        z-index: -1;
        position: absolute;
        top: 528px;
        left: calc(50% - 1px);
        background-color: var(--color-green-primary);
        border-radius: 2000px;
        filter: blur(250px);
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        animation: rotar 4s infinite linear;
        transform-origin: top left;
    }
    }

@media (min-width: 576px) and (max-width: 768px){

  .sizeCarrusel-landingRifas{
  height: 200px;
  width: auto;
  }

    .sizeImgCarrusel-landingRifas{
          height: 200px;
        width: 100%;
        object-fit: cover;
  }

  .sombraCarrusel-landingRifas{
    height: 202px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 90.35%);
  z-index: 1;
  position: absolute;
  top: 0px;
  }

  .carousel-indicators.indexIndicator-landingRifas{
        margin-bottom: 2rem !important;
  }

  .widthLogoPrincipal-landingRifas{
    height: 40px;
    width: auto;
    object-fit: contain;
  }

  .widthLogoConfirmado-landingRifas{
    height: 60px;
    width: auto;
    object-fit: contain;
  }

  .fontSize-67{
    font-size: 40px;
  }

  .fontSize-210{
    margin-top: 35px;
    font-size: 90px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .positionPrincipal-landingRifas{
    position: absolute;
    top: -20px;
    z-index: 1;
    width: 516px !important;
  }

    .cardRifaPrecio-landingRifas{
  padding: 8px 8px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardRifaCaracter-landingRifas{
  padding: 8px 8px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sizeTitlePorcentaje-landingRifas{
    font-size: 14px;
  }

  .sizeNumberPorcentaje-landingRifas{
    font-size: 22px;
  }

    .linea1Porcentaje-landingRifas{
    height: 2px;
    width: 374px;
    background-color: var(--color-green-dark2);
  }

  .sizePorcentaje-landingRifas{
    font-size: 22px;
  }

  .linea2Porcentaje-landingRifas{
    height: 2px;
    width: 21px;
    background-color: var(--color-green-dark2);
  }

  .linea3Porcentaje-landingRifas{
    height: 12px;
    width: 4px;
    background-color: var(--color-green-dark2);
    position: relative;
    left: calc(50% + 167px);
  }

  .widthPorcentaje-landingRifas{
    width: 516px;
  }
  .porcentajeProgress-landingRifas{
    width: 100%;
    -webkit-appearance: none;
  appearance: none;
  height: 34px;
  border-radius: 50px;
  background-color: var(--color-green-dark2);
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 10px
  }

    .porcentajeProgress-landingRifas::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 10px;
}

.porcentajeProgress-landingRifas::-webkit-progress-bar {
  background: transparent;
  border-radius: 10px;
}

.widthDescription-landingRifas{
  width: 516px;
}

    .cardDetallesBoleto-landingRifas {
        padding: 15px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(19.5px);
        width: 178px;
        order: 1;
        margin: 20px 10px 0px 10px;
    }

.widthNumeroBoletos-landingRifas{
  width: 300px;
}

.buttonBoletos-landingRifas{
  width: 64px;
  height: 64px;
}

.widthSectionBoletos-landingRifas{
  width: 516px;
}

.widthPrecio-landingRifas{
  width: 100%;
}

.widthEscogerTicket-landingRifas{
  width: 300px;
}

.maxWidthNumeros-landingRifas{
  max-width: 88%;
}

.inputBoletos-landingRifas {
    font-size: 40px;
    width: auto;
    max-width: 132px;
    height: 60px;
    border-radius: 15px;
    background-color: var(--color-green-dark2);
    border: none;
    text-align: center;
    padding-bottom: 13px !important;
}

.recuadroPago-landingRifas{
  padding: 40px 20px;
  background-color: var(--color-green-dark1) !important;
  border-radius: 15px;
  width: 516px;
}

.widthComprobante-landingRifas{
  width: 320px;
}

.widthTicket-landingRifas{
  width: 320px;
  background-color: #1E2F2C;
  border-radius: 8px;
  padding: 0px 25px 25px 25px;
}

        .widthTicket-landingRifas::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 337px;
        height: 187px;
        background-image: url(../assets/img/formaTicket.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

.widthLogoEmpresaTicket-landingRifas{
  width: auto;
  height: 40px;
  object-fit: contain;
  margin: 100px 0px;
}

.fontSize-80{
  font-size: 51px;
  overflow-wrap: break-word
}

.subtitleBoleto-landingRifas{
  font-size: 10px;
}

.precioBoleto-landingRigas{
  font-size: 28px;
}


.degradadosBoleto-landingRifas::after {
  content: "";
  width: 600px;
  height: 600px;
  z-index: -1;
  position: absolute;
  top: 528px;
        left: calc(50% - 1px);
  background-color: var(--color-blue-primary);
  border-radius: 2000px;
  filter: blur(250px);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  /* Animación de rotación */
  animation: rotar 8s infinite linear;
  /* Punto de rotación (eje) */
  transform-origin: top left;
}

.degradadosBoleto-landingRifas::before {
        content: "";
        width: 600px;
        height: 600px;
        z-index: -1;
        position: absolute;
        top: 528px;
        left: calc(50% - 1px);
        background-color: var(--color-green-primary);
        border-radius: 2000px;
        filter: blur(250px);
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        animation: rotar 4s infinite linear;
        transform-origin: top left;
    }
  }
    @media (max-width: 576px) {
.sizeCarrusel-landingRifas{
  height: 200px;
  width: auto;
  }

    .sizeImgCarrusel-landingRifas{
          height: 200px;
        width: 100%;
        object-fit: cover;
  }

  .sombraCarrusel-landingRifas{
    height: 202px;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 14, 11, 0.00) 44.77%, #050E0B 90.35%);
  z-index: 1;
  position: absolute;
  top: 0px;
  }

  .carousel-indicators.indexIndicator-landingRifas{
        margin-bottom: 2rem !important;
  }

  .widthLogoPrincipal-landingRifas{
    height: 25px;
    width: auto;
    object-fit: contain;
  }

  .widthLogoConfirmado-landingRifas{
    height: 54px;
    width: auto;
    object-fit: contain;
  }

  .fontSize-67{
    font-size: 25px;
  }

  .fontSize-210{
    margin-top: 20px;
    font-size: 60px;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .positionPrincipal-landingRifas{
    position: absolute;
    top: -20px;
    z-index: 1;
    width: 300px !important;
  }

    .cardRifaPrecio-landingRifas{
  padding: 5px 5px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardRifaCaracter-landingRifas{
  padding: 5px 5px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sizeTitlePorcentaje-landingRifas{
    font-size: 14px;
  }

  .sizeNumberPorcentaje-landingRifas{
    font-size: 22px;
  }

    .linea1Porcentaje-landingRifas{
    height: 2px;
    width: 164px;
    background-color: var(--color-green-dark2);
  }

  .sizePorcentaje-landingRifas{
    font-size: 22px;
  }

  .linea2Porcentaje-landingRifas{
    height: 2px;
    width: 21px;
    background-color: var(--color-green-dark2);
  }

  .linea3Porcentaje-landingRifas{
    height: 12px;
    width: 4px;
    background-color: var(--color-green-dark2);
    position: relative;
    left: calc(50% + 65px);
  }

  .widthPorcentaje-landingRifas{
    width: 300px;
  }
  .porcentajeProgress-landingRifas{
    width: 100%;
    -webkit-appearance: none;
  appearance: none;
  height: 34px;
  border-radius: 50px;
  background-color: var(--color-green-dark2);
  overflow: hidden;
  padding: 8px 11px;
  border-radius: 10px
  }

    .porcentajeProgress-landingRifas::-webkit-progress-value {
  background: linear-gradient(var(--custom-gradient-button));
  border-radius: 10px;
}

.porcentajeProgress-landingRifas::-webkit-progress-bar {
  background: transparent;
  border-radius: 10px;
}

.widthDescription-landingRifas{
  width: 300px;
}

    .cardDetallesBoleto-landingRifas {
        padding: 15px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(19.5px);
        width: 178px;
        order: 1;
        margin: 20px 0px 0px 0px;
    }

.widthNumeroBoletos-landingRifas{
  width: 300px;
}

.buttonBoletos-landingRifas{
  width: 64px;
  height: 64px;
}

.widthSectionBoletos-landingRifas{
  width: 300px;
}

.widthPrecio-landingRifas{
  width: 100%;
}

.widthEscogerTicket-landingRifas{
  width: 300px;
}

.maxWidthNumeros-landingRifas{
  max-width: 110%;
}

.inputBoletos-landingRifas {
    font-size: 40px;
    width: auto;
    max-width: 132px;
    height: 60px;
    border-radius: 15px;
    background-color: var(--color-green-dark2);
    border: none;
    text-align: center;
    padding-bottom: 13px !important;
}

.recuadroPago-landingRifas{
  padding: 40px 20px;
  background-color: var(--color-green-dark1) !important;
  border-radius: 15px;
  width: 340px;
}

.widthComprobante-landingRifas{
  width: 300px;
}

.widthTicket-landingRifas{
  width: 250px;
  background-color: #1E2F2C;
  border-radius: 8px;
  padding: 0px 25px 25px 25px;
}

        .widthTicket-landingRifas::after {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 251px;
        height: 150px;
        background-image: url(../assets/img/formaTicket.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

.widthLogoEmpresaTicket-landingRifas{
  width: auto;
  height: 40px;
  object-fit: contain;
  margin: 86px 0px;
}

.fontSize-80{
  font-size: 51px;
  overflow-wrap: break-word
}

.subtitleBoleto-landingRifas{
  font-size: 10px;
}

.precioBoleto-landingRigas{
  font-size: 28px;
}


.degradadosBoleto-landingRifas::after {
  content: "";
  width: 600px;
  height: 600px;
  z-index: -1;
  position: absolute;
  top: 528px;
        left: calc(50% - 1px);
  background-color: var(--color-blue-primary);
  border-radius: 2000px;
  filter: blur(250px);
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  /* Animación de rotación */
  animation: rotar 8s infinite linear;
  /* Punto de rotación (eje) */
  transform-origin: top left;
}

.degradadosBoleto-landingRifas::before {
        content: "";
        width: 600px;
        height: 600px;
        z-index: -1;
        position: absolute;
        top: 528px;
        left: calc(50% - 1px);
        background-color: var(--color-green-primary);
        border-radius: 2000px;
        filter: blur(250px);
        mix-blend-mode: plus-lighter;
        pointer-events: none;
        animation: rotar 4s infinite linear;
        transform-origin: top left;
    }

      }

      .zoomable-img {
    cursor: zoom-in;
}
.zoomable-img:active {
    cursor: grabbing;
}

.modal-general--show.modalImg {
  display: flex;
}

.modalImg-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Importante para evitar que haya scroll innecesario */
  margin: 30px;
}

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

.modalImg-content img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  transition: transform 0.15s ease;
  touch-action: none;
  cursor: zoom-in;
}

/* PANEL TICKETS */

.imgTicketAjustes-tickets{
  fill: var(--color-text-primary) !important;
  max-width: 46px !important;
  max-height: 32px !important;
}

.cardVerificador-tickets{
width: 250px;
height: 207px;
padding: 24px;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 10px;
background: var(--color-green-dark1);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.40);
border-radius: 15px;
}

.cardVerificadorLanding-tickets{
width: 269px;
height: 207px;
padding: 24px;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 10px;
background: var(--color-green-dark1);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.40);
border-radius: 15px;
}

.sizeImgVerificador-tickets{
    min-width: 90px;
    min-height: 80px;
    width: 90px;
    height: 80px;
}

.sizeIconVerificador-tickets{
    min-width: 160px;
    min-height: 160px;
    width: 160px;
    height: 160px;
}

.cardBoletoVerificador-landing{
  border-radius: 8px;
border: 1px solid var(--color-gray);
background: var(--color-gray-dark);
padding: 24px 32px;
}

    @media (max-width: 576px) {

          .sizeIconVerificador-tickets{
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
}

.cardBoletoVerificador-landing{
  border-radius: 8px;
border: 1px solid var(--color-gray);
background: var(--color-gray-dark);
padding: 16px;
}
}
.cardBordeDegradado{
  border-radius: 15px !important; /* esquinas redondeadas */
  padding: 3px !important; /* borde simulado */
  background: linear-gradient(var(--custom-gradient-border)) !important; /* degrade del borde */
}

.cardBordePrimary{
  border-radius: 15px !important; /* esquinas redondeadas */
  padding: 3px !important; /* borde simulado */
  background: var(--color-text-primary) !important; /* degrade del borde */
}


.ticketEstatus-tickets{
    width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
align-items: center;
border-radius: 17px;
background-color: var(--color-gray-dark) !important;
color: white;
}

.estatusVendido-tickets{
  background-color: var(--color-green-primary) !important;
  color: var(--color-green-dark2) !important;
}

.estatusRezagado-tickets{
  background-color: var(--color-red-primary) !important;
  color: var(--color-green-dark2) !important;
}

.estatusApartado-tickets{
  background-color: var(--color-blue-primary) !important;
  color: var(--color-green-dark2) !important;
}

.estatusSelected-tickets{
  background: #00551B !important;
}

.estatusGanador-tickets{
  background: linear-gradient(var(--custom-gradient-button)) !important;
  color: var(--color-green-dark2) !important;
}

.heightModalTicketDisponible-tickets{
  height: 30rem !important;
  overflow: auto;
}

.headerDetailTicket-detailTicket{
  padding: 20px 30px;
  border-bottom: 3px solid var(--color-gray);
background: var(--color-gray-dark);
}

.widthLogoEmpresa-detailTicket{
  height: 29px !important;
  max-width: 200px !important;
  object-fit: contain;
} 

.containerDetailTicket{
    width: calc(100% + 44px) !important;
    position: relative;
    left: -19px;
}

.backgrounDetail-detailTicket{
  background: #FFF;
  padding: 32px 16px;
}

.dotted-line {
  border: 2px dashed var(--color-gray-dark);
  margin: 12px 0;
}

.codeDetailTicket-detailTicket{
  background-color: #D9D9D9;
            padding: 15px 40px;
            border-radius: 5px;
            color: var(--color-gray);
            text-align: center;
            word-break: break-all;
}

.modalMaxHeightScroll-detailTicket{
  max-height: 600px;
    overflow: auto;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--color-green-dark2) inset !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: var(--color-text-primary) !important;
}

 @media (max-width: 768px) {

  .headerDetailTicket-detailTicket{
  padding: 16px;
}

.cardVerificadorLanding-tickets{
width: 100% !important;
height: auto;
padding: 16px;
}
.sizeImgVerificador-tickets{
    min-width: 30px;
    min-height: 20px;
    width: 30px;
    height: 20px;
}

  } 

   @media (min-width: 768px) {
.w-md-auto{
  width: auto !important;
}    
  } 

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    line-height: 120% !important;
    vertical-align: middle !important;
  }