  .alert-danger .btn-close {
        background:transparent url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;
      }
      
      .ff-lexa-bold{
        font-weight: bold;
      }
      .placeholder-black::placeholder{
        /* color: #7c7c7c; */
      }
      .btn:disabled, .btn.disabled, fieldset:disabled .btn {
        opacity: 1 !important;
      }
      body {
          font-family: "Lexend Deca";
          /* font-family: 'Lexend Deca', sans-serif; */
      }
      .bg-danger{
        background-color: #f70707 !important;
      }
      .bg-warning{
        background-color: #FDD901 !important;
      }

      .text-danger{
        color: #f70707 !important;
      }
      .text-warning{
        color: #FDD901 !important;
      }
      .bg-primary{
          background-color: #0000fe !important;
        }
        .text-primary{
          color: #0000fe !important;
        }

      .btn-warning {
          border-color: #FDD901;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(253, 217, 1, 0.4);
      }
      .btn-primary {
          border-color: #0000fe !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 254, 0.4) !important;
      }
      .alert-danger {
          background-color: #f70707;
          border-color: #f70707;
          color: #000;
      }
      .alert-warning {
          background-color: #FDD901;
          border-color: #FDD901;
          color: #000;
      }
      .cat-active{
        background-color: #FDD901 !important;
        color: #000;
      }
      .cat-active-menu{
        color: #FDD901 !important;
      }
      .avatar-perfil{
        height: 100px;
        width: 100px;
      }
      @media (min-width: 1400px){
        .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 100%;
        }}
        .progress-bar{
          border-radius: 0 !important;
        }
        .progress {
          height: 0.19rem;
          margin: 4px;
          background-color: #fff !important;
        }
        .card-img {
          border-radius: 0;
          margin: 0 4px; 
        }
        @media (max-width:992px){
          .modal-content{
            width: 90% !important;
          }
          .button-login-register{
            height: 52px !important;
            width: 90px !important;
            font-size: 14px !important;
            padding: 0;
          }
          .button-seguir{
            /* width: 105px !important; */
          }
          .show-categorias{
            flex-direction: column;
            gap: 8px;
            text-align: center;
          }
        }
        @media (min-width:1570px){
          .button-donar{
            font-size: 40px !important;
            line-height: 1.2 !important;
          }
          .button-compartir{
            font-size: 44px !important;
          }
          .button-promocion{
            font-size: 32px !important;
          }
        }
        @media (max-width:1150px){
          .button-donar{
            width: 100% !important;
          }
          .button-donar > div{
            margin-left: .3em
          }
            .card-lg-carrusel{
                position:relative;
                margin: auto;
                width: 264px;
            }
            .avatar-perfil{
              height: 197px;
              width: 197px;
            }
            .drop-lg-menu{
                width: 500px;
            }
            .card-lg-img{
                height: 220px;object-fit: cover;
            }
        }
        .drop-menu{
            width: 286px;
        }
        .card-img{
                height: 220px;object-fit: cover;
        }
        .p-relative{
            position: relative;
        }
        .card-inside{
                position: absolute;
                bottom: 0;
                width: 100%;
                background-color: rgba(0, 0, 0, .7);
                height: 100px;
                padding: 5px 10px;
                border-bottom-right-radius: 0.5rem;
                border-bottom-left-radius: 0.5rem;
        }
        .slick-prev:before, .slick-next:before{
            color: rgba(0, 0, 0, .7);
        }
        .slick-prev {
            left: 0;
            z-index: 99;
        }
        .slick-next {
            right: 0;
        }
        .hamburger-icon {
        display: inline-block;
        cursor: pointer;
        }

        .hamburger-icon span {
        display: block;
        width: 25px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #333;
        border-radius: 3px;
        }

        .hamburger-icon span:first-child {
        transform-origin: left center;
        }

        .hamburger-icon span:last-child {
        transform-origin: left center;
        }

        .hamburger-icon.active span:first-child {
        transform: rotate(45deg);
        top: 7px;
        left: 5px;
        }

        .hamburger-icon.active span:nth-child(2) {
        opacity: 0;
        }

        .hamburger-icon.active span:last-child {
        transform: rotate(-45deg);
        top: -7px;
        left: 5px;
        }
        /* Estilo para el contenedor del modal */
        .modal {
        display: none; /* Oculta el modal por defecto */
        position: fixed; /* Posición fija */
        z-index: 999999; /* Hace que el modal aparezca en la parte superior */
        left: 0;
        top: 0;
        width: 100%; /* Ancho del 100% de la pantalla */
        height: 100%; /* Altura del 100% de la pantalla */
        overflow: hidden; /* Agrega un desplazamiento si el contenido del modal es más largo que la pantalla */
        background-color: rgba(0,0,0,0.9); /* Fondo oscuro con transparencia */
        }

        /* Estilo para el contenido del modal */
        .modal-content {
        background-color: #fefefe;
        margin: 5% auto; /* 15% de margen superior e inferior y centrado horizontalmente */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Ancho del 80% del contenedor */
        }

        /* Estilo para el botón de cierre del modal */
        .close {
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        flex: 1;
        align-self: end;
        }

        .close:hover,
        .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        }
        .success_donate_close {
        color: #aaa;
        text-align: end;
        font-size: 28px;
        font-weight: bold;
        }

        .success_donate_close:hover,
        .success_donate_close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        }
        .show_noti{
            position: absolute;
            inset: 0px 0px auto auto;
            margin: 0px;
            transform: translate(0px, 40px);
            display: block;
        }
        #tooltip {
            width: 200px;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background-color: black;
        color: white;
        padding: 5px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s;
        }

        #tooltip.show {
        opacity: 1;
        }
        .progressScroll {
          overflow: initial;
        }

        .progressScroll {
            display: flex;
            height: 0.75rem;
            overflow: hidden;
            font-size: 0.625rem;
            background-color: rgba(67, 89, 113, 0.1);
            border-radius: 10rem;
        }
        .videoFullScreenIos{
          height: 100% !important;
          position: fixed !important;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 9999999999;
        }
        .video-duration , .current-time{
          margin: 0;
        }
        .placeholder-color-gray::placeholder {
          /* color: #3b3b3b; */
        }

        .placeholder-color-gray::-ms-input-placeholder { /* Edge 12 -18 */
          /* color: #3b3b3b; */
        }
        .placeholder-color-gray:focus-visible { /* Edge 12 -18 */
          /* border: none;
          outline: none; */
        }
        .bg-grey{
          background-color: #eeeff3;
        }
        .text-black{
          color: #000 !important;
        }
        .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
          border-color: #ffd202;
          background-color: #ffd202;
        }
        .paypal-button-label-container{
          height: 68px !important;
        }
        .form-check-input-donate:checked, .form-check-input-donate[type=checkbox]:indeterminate {
            background-color: #fff;
            border-color: #FFCC29;
            box-shadow: 0 2px 4px 0 rgba(255, 204, 41, 0.4);
        }
        .form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
             background-color: #FFCC29;
            border-color: #FFCC29;
            box-shadow: 0 2px 4px 0 rgba(255, 204, 41, 0.4);
        }
        .form-check-input-donate:checked[type=radio] {
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='1.5' fill='%23696cff'/></svg>");
        }
        #test_ultimos:hover{
          color: #ffd202 !important;
        }
        #test_primeros:hover{
          color: #ffd202 !important;
        }
        .navbar-nav .nav-link {
            text-wrap: nowrap;
        }
        .overflow-y-hidden{
          overflow-y: hidden !important;
        }
        .blur-video{
          position: absolute;
          z-index: 2;
          top: -20px;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #00000020;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          font-size: 18px;
        }
        .text-lexand-700{ 
          font-family: "Lexend Deca", sans-serif;
          font-weight: 700;
          font-size: 14px;
          line-height: 24px;
          /* letter-spacing: 1px; */
        }
        .text-yellow{
          color: var(--Yellow, #FFCC29);
        }
        .bg-yellow{
          background: var(--Yellow, #FFCC29);
        }
        .button{
          gap: 8px;
          padding-top: 8px;
          padding-right: 12px;
          padding-bottom: 8px;
          padding-left: 12px;
          border-radius: 6px;
        }
        .button-outline{
          border: 2px solid var(--Yellow, #FFCC29);
        }
        .title-categorias{
          font-family: "Lexend Deca", sans-serif;
          font-weight: 700;
          font-size: 24px;
          line-height: 140%;
          letter-spacing: 1px;
        }
        .title-mini-video{
          font-family: "Lexend Deca", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 150%;
          letter-spacing: 0px;
        }
        .title-descripcion-video{
         font-family: "Lexend Deca", sans-serif;
          font-size: 14px;
          line-height: 150%;
          /* letter-spacing: -1%; */
        }
        .p-FieldLabel{
          font-family: "Lexend Deca", sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 150%;
          letter-spacing: 0px;
          color: var(--Yellow, #FFCC29);
        }
        .container-input{
          color: var(--Grayscale-60, #838383);
          background-color: #FFFFFF;
          border-radius: 6px;
          padding: 12px;
          gap: 8px;
          border: 1px solid var(--Grayscale-40, #D5D5D5);
        }
        input:-webkit-autofill,
        input:-webkit-autofill:hover,
        input:-webkit-autofill:focus,
        textarea:-webkit-autofill,
        textarea:-webkit-autofill:hover,
        textarea:-webkit-autofill:focus,
        select:-webkit-autofill,
        select:-webkit-autofill:hover,
        select:-webkit-autofill:focus {
          background-color: #FFF !important;
          color: #838383 !important;
          -webkit-text-fill-color: #838383 !important;
          -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
          transition: background-color 5000s ease-in-out 0s;
        }
        .formAuthentication{
          padding: 64px;
        }
        
        .fix-container{
          padding-right: 0;
          overflow: hidden;
          max-width: 100%;
        }
        @media (max-width: 992px) {
          .formAuthentication{
            padding: 16px;
          }
          .fix-container{
            padding-right: 1rem;
          }
        }
        .animate-modal {
          opacity: 0;
          transition: opacity 0.3s ease;
          pointer-events: none;
        }
        .animate-modal.show {
          opacity: 1;
          pointer-events: auto;
        }
        .label-auth{
          margin-bottom: 8px;font-size:14px;
        }
        .mb-24{
          margin-bottom: 24px;
        }
        a:hover{
          /* color: rgba(255, 204, 41, .8) !important; */
          opacity: .8 !important;
          color: inherit !important;
        }