@-webkit-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
  }
  @-moz-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
  }
  @-o-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
  }
  @keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
  }
  
  .m-progress {
      position: relative;
      opacity: .8;
      color: transparent !important;
      text-shadow: none !important;
  }
  
  .m-progress:hover,
  .m-progress:active,
  .m-progress:focus {
      cursor: default;
      color: transparent;
      outline: none !important;
      box-shadow: none;
  }
  
  .m-progress:before {
      content: '';
      
      display: inline-block;
      
      position: absolute;
      background: transparent;
      border: 1px solid #fff;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-radius: 50%;
      
      box-sizing: border-box;
      
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -12px;
      
      width: 24px;
      height: 24px;
      
      -webkit-animation: ld 1s ease-in-out infinite;
      -moz-animation:    ld 1s ease-in-out infinite;
      -o-animation:      ld 1s ease-in-out infinite;
      animation:         ld 1s ease-in-out infinite;
  }
  
  .btn-default.m-progress:before {
      border-left-color: #333333;
      border-right-color: #333333;
  }
  
  .btn-lg.m-progress:before {
      margin-top: -16px;
      margin-left: -16px;
      
      width: 32px;
      height: 32px;
  }
  
  .btn-sm.m-progress:before {
      margin-top: -9px;
      margin-left: -9px;
      
      width: 18px;
      height: 18px;
  }
  
  .btn-xs.m-progress:before {
      margin-top: -7px;
      margin-left: -7px;
      
      width: 14px;
      height: 14px;
  }

.has-error {
    border-color: red !important;
}

.descriptionprice {
    color: var(--default) !important;
    font-size: 13px;
    line-height: 15px;
    padding-left: 30px;
    padding-right: 35px;
    padding-top: 15px;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 0px;
}


.section-primary-difuminar {
    background: linear-gradient(to right, var(--primary-100) 40%, rgba(47, 0, 135, 0.5) 60%, transparent 80%) !important;
    border-color: var(--primary-100) !important;
}


/*
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
    padding: 5px 20px !important;
}

.custom-testimonial-style-1 blockquote p {
    font-family: "Poppins", sans-serif;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    color: var(--primary);
}

@media (min-width: 1200px) {
    .custom-carousel-box-shadow-1 {
            position: relative;
    }
    .custom-carousel-box-shadow-1:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 65%;
            height: 0px;
            box-shadow: 0 0 40px 120px rgba(0, 0, 0, 0.07);
            transform: translate3d(-50%, -50%, 0);
            z-index: 0;
    }
}


/*************/
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a.menubtnelement {
        background: linear-gradient(to bottom, transparent 30%, var(--primary) 20%, var(--primary) 70%, transparent 50%) !important;
        color: white !important;
    }
    #header .header-nav-main nav > ul > li > a.menubtnelement:hover {
        background: linear-gradient(to bottom, transparent 30%, var(--secondary) 20%, var(--secondary) 70%, transparent 50%) !important;
        color:white !important;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a.menubtnelement:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        transform: translateY(-3px);
    }



    #header .header-nav-main nav > ul > li > a.menubtnsecundaryelement {
        background: linear-gradient(to bottom, transparent 30%, var(--secondary) 20%, var(--secondary) 70%, transparent 50%) !important;
        color: white !important;
    }
    #header .header-nav-main nav > ul > li > a.menubtnsecundaryelement:hover {
        background: linear-gradient(to bottom, transparent 30%, var(--primary) 20%, var(--primary) 70%, transparent 50%) !important;
        color:white !important;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a.menubtnsecundaryelement:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        transform: translateY(-3px);
    }


}

/*
.nav-other {
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.nav-other:before {
    content: "";
    position: absolute;
    width: auto;
    height: 30px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    transform: translateY(-3px);
}

.nav-other:hover:before {
    opacity: 0.5;
  }*/



  .nav-other {
    position: relative;
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .nav-other:hover {
    text-decoration: none !important;
  }
  
  .nav-other:before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    height: 3px;
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .nav-other:hover:before {
    opacity: 1;
    text-decoration: none !important;
  }
/*************/


 
.nav-tabs.flex-column .nav-link.active {
    background-color: var(--primary);
    color: white;
  }

  .nav-tabs.flex-column .nav-link { 
    border-bottom: 1px solid #dee2e6; /* Borde inferior gris claro */
    padding-bottom: 0.5rem; /* Espacio entre el texto y el borde */
  }

  .areaworkflow {
    resize: none;
    height: 200px !important;
  }


  .btn-group button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .btn-group button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  



  @keyframes agrandar {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .agrandar {
    animation: agrandar 1s ease-in-out;
  }
  




  .loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 99999;
    transition: 1s;
    background-color:white
  }
  .span{
    position: absolute;
    transform: translate(-50%, 50%);
    width: 120px; 
    height: 120px;
    top: 35%;
    border: 5px solid var(--primary);
    z-index: 1;
    animation: animar 2.5s linear infinite;
  }
  .span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary);
    animation: animarbg 2.5s linear infinite;
  }
  
  @keyframes animar {
      0% {
          transform: translate(-50%, 50%) rotate(0deg);
      }
      25% {
          transform: translate(-50%, 50%) rotate(180deg);
      }
      50% {
          transform: translate(-50%, 50%) rotate(180deg);
      }
      75% {
          transform: translate(-50%, 50%) rotate(360deg);
      }
      100% {
          transform: translate(-50%, 50%) rotate(360deg);
      }
  }
  @keyframes animarbg {
      0% {
          height: 0;
      }
      25% {
          height: 0;
      }
      50% {
          height: 100%;
      }
      75% {
          height: 100%;
      }
      100% {
          height: 0;
      }
  }