

/* === ASSET CSS HASH: 2a47be7d92bddfc0cb3d21170bffb261fc6f5c69 | SCOPE: section[data-guid="13947083-2297-B212-0CAD-7D546708C2F9"] === */
/* ============================================
   Widget Banner Business Coach - Estilos Scoped
   Todos los estilos están scoped bajo .banner-business-coach-widget
   ============================================ */

section[data-guid="13947083-2297-B212-0CAD-7D546708C2F9"] .banner-business-coach-widget{
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  color: var(--primary_color_font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f3f3f3;
  a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--primary_color_font);
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  p {
    margin-bottom: 20px;
    color: var(--secondary_color_font);
    font-size: 16px;
    line-height: 1.7;

    &:last-child {
      margin-bottom: 0;
    }
  }

  /* ============================================
     Tmp Banner Business Coach Area
     ============================================ */
  .tmp-banner-business-coatch-area {
    height: 950px;
    display: flex;
    align-items: center;
    padding-top: 75px;

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      height: auto;
      padding-top: 100px;
      padding-bottom: 100px;
    }

    @media only screen and (max-width: 767px) {
      height: auto;
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }

  /* ============================================
     Banner Business Coach Wrapper
     ============================================ */
  .banner-business-coatch-wrapper {
    .title {
      margin-top: 15px;
      margin-bottom: 30px;
      font-size: 70px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--primary_color_font);

      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        font-size: 54px;
      }

      @media only screen and (min-width: 768px) and (max-width: 991px) {
        font-size: 44px;
      }

      @media only screen and (max-width: 767px) {
        font-size: 32px;
      }
    }

    p {
      margin-bottom: 40px;
      max-width: 85%;
      color: var(--secondary_color_font);
      font-size: 18px;
      line-height: 1.7;

      @media only screen and (max-width: 767px) {
        max-width: 100%;
        font-size: 16px;
      }
    }
  }

  /* ============================================
     Tmp Badge 2
     ============================================ */
  .tmp-badge-2 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 14px;
    border-radius: 4px;
    display: inline-block;
    background: var(--primary_color);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 15px;

    &:hover {
      background: var(--primary_color);
      color: #fff;
    }

    .odometer {
      color: #fff;
      font-weight: 600;
    }
  }

  /* ============================================
     Theme Gradient
     ============================================ */
  .theme-gradient {
    color: var(--primary_color);
  }

  /* ============================================
     Banner Coach Right Image
     ============================================ */
  .banner-coatch-right-image {
    border-radius: 5px !important;
    display: block !important;
    position: relative;
    height: 642px !important;

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      height: auto !important;
      margin-top: 50px;
    }

    @media only screen and (max-width: 767px) {
      height: auto !important;
      margin-top: 40px;
    }

    &::after {
      position: absolute;
      top: -5%;
      right: -6%;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 6px;
      z-index: 0;
      background: #fff;
    }

    &::before {
      position: absolute;
      bottom: -5%;
      left: -6%;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 6px;
      z-index: 0;
      background: #fff;
    }
  }

  /* ============================================
     Thumbnail Banner Business Coach
     ============================================ */
  .thumbnail-banner-business-coatch {
    height: 642px !important;
    overflow: hidden;
    border-radius: 5px;
z-index: 1;
position: relative;
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      height: auto !important;
    }

    @media only screen and (max-width: 767px) {
      height: auto !important;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      display: block;
    }
  }

  /* ============================================
     Absolute Rating Area
     ============================================ */
  .banner-coatch-right-image .absolute-rating-area {
    position: absolute;
    left: -20%;
    padding: 20px 32px;
    background: #fefefe;
    border-radius: 6px;
    bottom: 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
z-index: 3;
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      left: 51px;
    }

    img {
      margin-bottom: 15px;
    }

    .stars-area {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;

      img {
        max-width: 20px;
        margin-bottom: 0;
      }
    }

    p {
      font-size: 18px;
      color: var(--primary_color_font);
      font-weight: 500;
      margin-bottom: 0;

      .odometer {
        color: var(--primary_color);
        font-weight: 600;
        font-size: 18px;
      }
    }
  }

  /* ============================================
     Button Group
     ============================================ */
  .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: -10px;
    margin-top: 0;

    a,
    button {
      margin: 10px;
    }

    @media only screen and (max-width: 767px) {
      flex-direction: column;
      align-items: flex-start;
      margin: 0;
      gap: 15px;

      a,
      button {
        margin: 0;
        width: 100%;
        justify-content: center;
      }
    }
  }

  /* ============================================
     Button Styles
     ============================================ */
  .tmp-btn {
    padding: 0 28px;
    border-radius: 5px;
    background: var(--primary_color);
    transition-duration: 300ms;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.5px;
    width: max-content;
    transition: all 0.6s;
    border: 0 none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;

    @media only screen and (max-width: 767px) {
      padding: 0 16px;
      height: 42px;
      line-height: 42px;
    }

    &.btn-large {
      height: 60px;
      line-height: 59px;
      padding: 0 37px;
      font-size: 17px;

      @media only screen and (max-width: 767px) {
        height: 48px;
        line-height: 48px;
        padding: 0 24px;
        font-size: 16px;
      }
    }

    &.round {
      border-radius: var(--general_border_radius);
    }

    &::after {
      content: "";
      position: absolute;
      -webkit-transition-duration: 800ms;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--primary_color);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      z-index: -1;
    }

    &:hover {
      color: #fff;
      transform: translate3d(0, -2px, 0);
      box-shadow: 0 10px 25px rgba(82, 55, 249, 0.3);

      &::after {
        top: -30%;
      }
    }
  }

  /* ============================================
     Hover Icon Reverse Button
     ============================================ */
  .tmp-btn.hover-icon-reverse {
    background: var(--primary_color);
    color: #fff;
    border: 0 none;

    /* Eliminar el efecto ::after del botón normal */
    &::after {
      display: none;
    }

    &.btn-border {
      background: transparent;
      color: var(--primary_color_font);
      border: 2px solid rgba(27, 27, 28, 0.1);

      &:hover {
        border-color: var(--primary_color);
        color: var(--primary_color);
      }
    }

    &:hover {
      transform: translate3d(0, -2px, 0);
      color: #fff;
    }

    &.btn-border:hover {
      color: var(--primary_color);
    }

    .icon-reverse-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--primary_font) !important;
    }

    .btn-text {
      display: inline-block;
      transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
      margin-inline-start: -23px;
      line-height: 1 !important;
    }

    &.btn-large .btn-text {
      line-height: 60px;
    }

    .btn-icon {
      display: inline-block;
      transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
      transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);

      i {
        font-size: 14px;
        line-height: 0.3 !important;
      }
    }

    &.btn-large .btn-icon i {
      line-height: 60px;
      padding-left: 6px;
    }

    .btn-icon + .btn-icon {
      margin-inline-end: 0;
      margin-inline-start: 8px;
      display: inline-block;
      margin-inline-start: 0;
      margin-inline-end: 0;
      opacity: 0;
      transform: translateX(-10px);
      transition-delay: 0s;
      order: -2;

      i {
        padding-left: 0;
        padding-right: 6px;
      }
    }

    &:hover {
      .btn-text {
        transition-delay: 0.1s;
        transform: translateX(23px);
      }

      .btn-icon {
        opacity: 0;
        transition-delay: 0s;
        transform: translateX(10px);

        i {
          opacity: 1;
        }

        & + .btn-icon {
          opacity: 1;
          transform: translateX(0);
          transition-delay: 0.225s;

          i {
            opacity: 1;
          }
        }
      }
    }
  }

  /* ============================================
     Tmp On Hover (Flashlight Effect)
     ============================================ */
  .tmponhover {
    position: relative;
    overflow: hidden;

    &::before {
      content: "";
      position: absolute;
      top: var(--y);
      left: var(--x);
      transform: translate(-50%, -50%);
      background: radial-gradient(var(--primary_color), transparent, transparent);
      width: 200%;
      height: 200%;
      opacity: 0;
      transition: 0.5s, top 0s, left 0s;
      border-radius: 6px;
    }

    &:hover::before {
      opacity: 1;
    }

    &::after {
      content: "";
      position: absolute;
      inset: 2px;
      background: #fefefe;
      border-radius: 6px;
      z-index: 1;
    }

    > * {
      z-index: 2;
      position: relative;
    }
  }

  /* ============================================
     Spacing Utilities
     ============================================ */
  .mt_md--80 {
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      margin-top: 80px;
    }
  }

  .mt_sm--80 {
    @media only screen and (max-width: 767px) {
      margin-top: 80px;
    }
  }
}




/* === ASSET CSS HASH: 403db53db5c1cd897b2d7775356020ee5f21deff | SCOPE: section[data-guid="D81AEADF-C8FD-FCFD-E283-C13887FAAFBC"] === */
/* ============================================
   Widget About Services - Estilos Scoped
   Todos los estilos están scoped bajo .about-services-widget
   ============================================ */

section[data-guid="D81AEADF-C8FD-FCFD-E283-C13887FAAFBC"] .about-services-widget{
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  a {
    text-decoration: none;
    transition: 0.3s;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  /* Section wrapper - padding consistente (contenido central) */
  > .tmp-about-area {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > .tmp-about-area {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > .tmp-about-area {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }

  /* ============================================
     Section Gap Bottom
     ============================================ */
  .tmp-section-gapBottom {
    padding-bottom: 120px !important;
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      padding-bottom: 80px !important;
    }
    
    @media only screen and (max-width: 767px) {
      padding-bottom: 60px !important;
    }
  }

  /* ============================================
     Video Popup
     ============================================ */
  .video-popup {
    position: relative;
    display: block;
    
    &.about-relative-thumb {
      position: relative;
    }
    
    .thumbnail {
      img {
        width: 100%;
      }
      
      &.invers-anime {
        position: relative;
        overflow: hidden;
        
        &::after {
          content: "";
          position: absolute;
          width: 200%;
          height: 0%;
          left: 50%;
          top: 50%;
          background-color: rgba(255, 255, 255, 0.3);
          transform: translate(-50%, -50%) rotate(45deg);
          z-index: 1;
          pointer-events: none;
        }
        
        &:hover::after {
          height: 250%;
          transition: all 600ms linear;
          background-color: transparent;
        }
      }
    }
    
    .video-icon {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin-top: 10px;
      transition: 0.4s;
    }
    
    &.icon-center {
      .video-icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }

  .overlay-content {
    position: relative;
  }

  /* ============================================
     Absolute Rating Area
     ============================================ */
  .absolute-rating-area {
    position: absolute;
    padding: 20px 32px;
    background: #fefefe;
    border-radius: 6px;
    bottom: 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
    img {
      margin-bottom: 15px;
    }
    
    .stars-area {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;
      
      img {
        max-width: 20px;
        margin-bottom: 0;
      }
    }
    
    p {
      font-size: 18px;
      color: var(--primary_color_font);
      font-weight: 500;
      margin-bottom: 0;
    }
  }
  
  /* ============================================
     Profile Share mb-0 utility
     ============================================ */
  .profile-share.mb-0 {
    margin-bottom: 0;
  }

  .about-relative-thumb .absolute-rating-area {
    position: absolute;
    left: -10%;
    padding: 20px 32px;
    background: #fefefe;
    border-radius: 6px;
    bottom: 9%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: auto !important;
    border: 1px solid rgba(157, 157, 255, 0.05);
    
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      left: 7%;
    }
    
    @media only screen and (max-width: 1199px) {
      left: 15%;
    }
    
    @media only screen and (max-width: 991px) {
      left: 50%;
    }
    
    @media only screen and (max-width: 767px) {
      left: 15%;
    }
    
    @media only screen and (max-width: 575px) {
      padding: 5px 16px;
      bottom: 10px;
    }
    
    img {
      margin-bottom: 15px;
    }
    
    .profile-share a img {
      max-width: 45px;
    }
    
    .stars-area {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;
      
      img {
        max-width: 20px;
        margin-bottom: 0;
      }
    }
    
    p {
      font-size: 18px;
      color: var(--primary_color_font);
      font-weight: 500;
      margin-bottom: 0;
    }
    
    &::after {
      position: absolute;
      top: -5%;
      right: -6%;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 6px;
      z-index: -1;
      background: #1b1b1c;
    }
    
    &::before {
      position: absolute;
      bottom: -5%;
      left: -6%;
      content: "";
      height: 100%;
      width: 100%;
      border-radius: 6px;
      z-index: -1;
      background: #1b1b1c;
    }
  }
  
  /* ============================================
     Images Left Right Float
     ============================================ */
  .images-left-right-float {
    right: -110px !important;
    
    @media only screen and (max-width: 575px) {
      right: -223px !important;
    }
  }

  /* ============================================
     Profile Share
     ============================================ */
  .profile-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    
    &.justify-content-start {
      justify-content: flex-start;
    }
    
    a {
      position: relative;
      z-index: 1;
      transition: 0.3s;
      
      &:nth-child(2) {
        margin-left: -12px;
      }
      
      &:nth-child(3) {
        margin-left: -12px;
      }
      
      img {
        max-width: 60px;
        border-radius: 50%;
        border: 3px solid rgba(157, 157, 255, 0.05);
        transition: 0.3s;
      }
    }
  }

  .about-relative-thumb .absolute-rating-area .profile-share a img {
    max-width: 45px;
  }

  /* ============================================
     Avatar Tooltip (estilos completos de tooltip.scss)
     ============================================ */
  .profile-share {
    a {
      &:hover {
        z-index: 2;
        transform: translateY(-3px) scale(1.1);
      }
    }
  }

  .avatar {
    position: relative;

    &::after,
    &::before {
      --scale: 0;
      --arrow-size: 8px;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
      transition: 150ms transform;
      transform-origin: bottom center;
    }

    &::before {
      --translate-y: calc(-100% - var(--arrow-size));
      content: attr(data-tooltip);
      color: #fff;
      padding: 5px 8px;
      background: var(--primary_color);
      width: max-content;
      border-radius: 5px;
      text-align: center;
      font-size: 12px;
      margin: 1px;
    }

    &::after {
      --translate-y: calc(-1 * var(--arrow-size));
      content: '';
      border: var(--arrow-size) solid transparent;
      border-top-color: var(--primary_color);
    }

    &:hover {
      &::before,
      &::after {
        --scale: 1;
      }
    }
  }

  /* ============================================
     Section Title Border
     ============================================ */
  .tmp-section-title-border {
    .subtitle {
      display: flex;
      color: var(--secondary_color_font);
      font-size: 13px;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      align-items: center;
      padding: 0 15px;
      
      @media only screen and (max-width: 767px) {
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .subtitle-text {
        color: var(--secondary_color_font);
        font-weight: 700;
        width: max-content;
      }
      
      .number {
        color: var(--secondary_color_font);
        transition: 0.5s;
        opacity: 0.6;
        display: none;
      }
    }
  }

  /* ============================================
     Pres Line Separator Wrapper
     ============================================ */
  .pres-line-separator-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
    
    @media only screen and (max-width: 767px) {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    &.text-start {
      justify-content: flex-start !important;
    }
    
    .line-separator {
      position: relative;
      background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
      width: 50px;
      height: 1px;
      
      @media only screen and (max-width: 767px) {
        display: none;
      }
    }
  }

  /* ============================================
     About Style 4
     ============================================ */
  .about-style-4 {
    .title {
      font-weight: 400;
      margin-bottom: 35px;
      color: var(--primary_color_font);
      font-family: var(--primary_font);
      
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        font-size: 26px;
      }
      
      @media only screen and (max-width: 1199px) {
        font-size: 26px;
      }
      
      @media only screen and (max-width: 991px) {
        margin-bottom: 15px;
      }
      
      @media only screen and (max-width: 575px) {
        font-size: 26px;
        margin-bottom: 15px;
      }
      
      @media only screen and (max-width: 479px) {
        font-size: 26px;
      }
      
      strong {
        color: var(--primary_color);
      }
    }
    
    .feature-list {
      padding: 0;
      list-style: none;
      
      @media only screen and (max-width: 1199px) {
        margin-bottom: 15px;
      }
      
      li {
        display: flex;
        
        .icon {
          background: var(--primary_color);
          width: 30px;
          height: 30px;
          border-radius: 100%;
          color: #fff;
          text-align: center;
          min-width: 30px;
          
          i {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
          }
        }
        
        .title-wrapper {
          margin-left: 13px;
          
          .title {
            font-size: 18px;
            margin: 0;
            color: var(--primary_color_font);
            font-family: var(--primary_font);
          }
          
          .text {
            font-size: 16px;
            margin-bottom: 20px;
            max-width: 80%;
            margin-top: 13px;
            color: var(--secondary_color_font);
            
            @media only screen and (max-width: 1199px) {
              max-width: 100%;
            }
            
            @media only screen and (max-width: 575px) {
              max-width: 100%;
            }
          }
        }
      }
    }
  }

  /* ============================================
     Tmp Button
     ============================================ */
  .tmp-btn {
    padding: 0 28px;
    border-radius: 5px;
    background: var(--primary_color);
    transition-duration: 300ms;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.5px;
    width: max-content;
    transition: 0.4s;
    border: 0 none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-family: var(--primary_font);
    
    @media only screen and (max-width: 767px) {
      padding: 0 16px;
      height: 42px;
      line-height: 42px;
    }

    &.btn-large {
      height: 60px;
      line-height: 59px;
      padding: 0 37px;
      font-size: 17px;
      
      @media only screen and (max-width: 767px) {
        padding: 0 18px;
        font-size: 14px;
      }
    }

    &.round {
      border-radius: var(--general_border_radius);
    }

    &.btn-border {
      background: transparent;
      border-color: rgba(157, 157, 255, 0.05);
      border-width: 2px;
      border-style: solid;
      color: var(--primary_color_font);
      
      &:hover {
        background-color: var(--primary_color);
        border-color: var(--primary_color) !important;
        color: #fff;
      }
    }

    &.rounded-player {
      border-radius: 100%;
      width: 100px;
      height: 100px;
      padding: 0;
      line-height: 100px;
      display: inline-block;
      position: relative;
      
      @media only screen and (max-width: 767px) {
        width: 70px;
        height: 70px;
        line-height: 70px;
      }

      span {
        display: inline-block;
        
        i {
          display: inline-block;
          position: absolute;
          left: 50%;
          top: 50% !important;
          transform: translate(-50%, -50%);
          font-size: 30px;
          padding-left: 0;
        }
      }

      &:focus {
        outline: none;
        color: #fff;
      }

      &:hover {
        transform: scale(1.1);
        background: var(--primary_color);
      }
    }
    
    &:hover {
      background-color: var(--secondary_color);
      color: #fff;
      transform: translate3d(0, -2px, 0);
    }
  }

  /* ============================================
     Radius Small
     ============================================ */
  .radius-small {
    border-radius: var(--general_border_radius);
  }

  /* ============================================
     Font Weight 700
     ============================================ */
  .w-700 {
    font-weight: 700 !important;
  }

  /* ============================================
     Tmp Title Split (inicialmente oculto)
     ============================================ */
  .tmp-title-split {
    opacity: 0;
    visibility: hidden;
  }

  .tmp-title-split-p {
    opacity: 0;
    visibility: hidden;
  }

  /* ============================================
     Margin Utilities
     ============================================ */
  .mb--10 {
    margin-bottom: 10px;
  }

  .mb--30 {
    margin-bottom: 30px;
  }

  .mt--40 {
    margin-top: 40px;
  }

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

  .read-more-btn {
    margin-top: 40px;
  }
}

/* Keyframes DEBEN estar fuera del scope */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




/* === ASSET CSS HASH: d9c81252c480338865c0c9c20c4cf553dacf29a8 | SCOPE: section[data-guid="96BA3250-3DF0-A4C6-68AE-386B22B7FCC4"] === */
/* ============================================
   Widget Blog Bento - Estilos Scoped
   Todos los estilos están scoped bajo .blog-bento-widget
   ============================================ */

section[data-guid="96BA3250-3DF0-A4C6-68AE-386B22B7FCC4"] .blog-bento-widget a{
  text-decoration: none;
}

section[data-guid="96BA3250-3DF0-A4C6-68AE-386B22B7FCC4"] .blog-bento-widget{
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  /* Section wrapper - padding consistente (contenido central) */
  .blog-area {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .blog-area {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Breadcrumb Area
     ============================================ */
  
  .breadcrumb-area {
    position: relative;
  }
  
  .breadcrumb-area.breadcarumb-style-1 {
    position: relative;
  }
  
  .ptb--90 {
    padding: 90px 0 !important;
  }
  
  @media only screen and (max-width: 767px) {
    .pb_sm--50 {
      padding-bottom: 50px !important;
    }
  }
  
  .breadcrumb-inner {
    text-align: center;
  }
  
  .breadcrumb-inner .title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 12px;
    font-family: var(--primary_font);
    color: #1b1b1c;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-inner .title {
      font-size: 40px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .breadcrumb-inner .title {
      font-size: 38px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-inner .title br {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .breadcrumb-inner .title br {
      display: none;
    }
  }
  
  /* ============================================
     Estilos de Sección (tmp-section-gapBottom)
     ============================================ */
  
  .tmp-section-gapBottom {
    padding-bottom: 120px !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapBottom {
      padding-bottom: 80px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-gapBottom {
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Título de Sección (tmp-section-title-border)
     ============================================ */
  
  .tmp-section-title-border {
    position: relative;
  }
  
  .tmp-section-title-border.text-center {
    text-align: center;
  }
  
  .tmp-section-title-border .subtitle {
    display: flex;
    color: #363636;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0 15px;
    font-family: var(--primary_font);
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .subtitle {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .tmp-section-title-border .subtitle .subtitle-text {
    color: #363636;
    font-weight: 700;
    width: max-content;
  }
  
  .tmp-section-title-border .subtitle .number {
    color: #363636;
    transition: 0.5s;
    opacity: 0.6;
    margin-right: 10px;
  }
  
  .tmp-section-title-border .subtitle .number a {
    color: #363636;
    text-decoration: none;
  }
  
  .tmp-section-title-border .subtitle .number a:hover {
    color: var(--primary_color);
  }
  
  .tmp-section-title-border .title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b1c;
    margin: 0;
    font-family: var(--primary_font);
    word-break: break-word;
  }
  
  /* Ocultar inicialmente los títulos con animación tmp-title-split */
  .tmp-section-title-border .title.tmp-title-split {
    opacity: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .tmp-section-title-border .title {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .title {
      font-size: 28px;
    }
  }
  
  .w-700 {
    font-weight: 700 !important;
  }
  
  .mb--10 {
    margin-bottom: 10px !important;
  }
  
  /* ============================================
     Estilos de Separadores de Línea
     ============================================ */
  
  .line-separator {
    position: relative;
    background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
    width: 50px;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  
  .pres-line-separator-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
  }
  
  @media only screen and (max-width: 767px) {
    .pres-line-separator-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .pres-line-separator-wrapper .line-separator {
      display: none;
    }
  }
  
  .pres-line-separator-wrapper.text-center .line-separator.line-left {
    background-image: linear-gradient(-90deg, var(--primary_color), rgba(33, 38, 45, 0));
  }
  
  .pres-line-separator-wrapper.text-center .line-separator.line-right {
    background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
  }
  
  /* ============================================
     Estilos de Blog Card (tmp-card)
     ============================================ */
  
  .tmp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s;
    height: 100%;
  }
  
  .tmp-card:hover {
    transform: translateY(-4px);
  }
  
  .tmp-card.bentostyle-left-blog .title {
    font-size: 27px !important;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-card.bentostyle-left-blog .title {
      font-size: 20px !important;
    }
  }
  
  .tmp-card.card-list-view {
    height: 100%;
  }
  
  .tmp-card.card-list-view.bentostyle {
    height: auto;
    margin-bottom: 30px;
  }
  
  .tmp-card.card-list-view.bentostyle:last-child {
    margin-bottom: 0;
  }
  
  .tmp-card .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .tmp-card.card-list-view .inner {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  
  @media only screen and (max-width: 575px) {
    .tmp-card.card-list-view .inner {
      display: block;
      flex-direction: column;
    }
  }
  
  .tmp-card .inner .thumbnail {
    position: relative;
    overflow: hidden;
  }
  
  .tmp-card.card-list-view .inner .thumbnail {
    flex-basis: 46%;
    overflow: hidden;
    min-height: 180px;
    max-height: 310px;
  }
  
  .tmp-card .inner .thumbnail a {
    display: block;
    overflow: hidden;
  }
  
  .tmp-card.card-list-view .inner .thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
  }
  
  .tmp-card .inner .thumbnail a img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
  }
  
  .tmp-card.card-list-view .inner .thumbnail a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 0.5s;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-card.card-list-view .inner .thumbnail {
      min-height: 160px;
      max-height: 220px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-card.card-list-view .inner .thumbnail {
      min-height: 200px;
      max-height: none;
    }
  }
  
  .tmp-card:hover .inner .thumbnail a img {
    transform: scale(1.1);
  }
  
  .tmp-card .inner .content {
    padding: 30px;
    padding-top: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .tmp-card.card-list-view .inner .content {
    flex-basis: 54%;
    padding: 30px;
    padding-top: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-card .inner .content {
      padding: 18px;
    }
    
    .tmp-card.card-list-view .inner .content {
      padding: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-card .inner .content {
      padding: 16px 14px;
    }
    
    .tmp-card.card-list-view .inner .content {
      padding: 16px 14px;
    }
  }
  
  .tmp-card .inner .content .title {
    font-size: 24px;
    line-height: 1.5;
    transition: all 0.5s;
    margin-bottom: 10px;
    font-family: var(--primary_font);
    font-weight: 600;
    color: #1b1b1c;
  }
  
  .tmp-card.card-list-view .inner .content .title {
    margin-bottom: 10px;
  }
  
  @media only screen and (max-width: 1199px) {
    .tmp-card .inner .content .title {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-card .inner .content .title {
      font-size: 20px;
    }
  }
  
  .tmp-card .inner .content .title a {
    color: inherit;
    transition: all 0.5s;
  }
  
  .tmp-card .inner .content .title a:hover {
    color: var(--primary_color);
  }
  
  .tmp-card .inner .content .descriptiion {
    margin-bottom: 15px;
    color: #363636;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: var(--primary_font);
  }
  
  .tmp-card.card-list-view .inner .content .descriptiion {
    margin-bottom: 13px;
    margin-top: 12px;
  }
  
  /* ============================================
     Estilos de Tag News
     ============================================ */
  
  .tag-news {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    max-width: max-content;
    padding: 5px 15px;
    color: #ffffff;
    background: #1b1b1c;
    border-radius: 3px;
    pointer-events: none;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--primary_font);
    z-index: 2;
  }
  
  /* ============================================
     Estilos de Meta List (inversweb-meta-list)
     ============================================ */
  
  .inversweb-meta-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  
  @media only screen and (max-width: 575px) {
    .inversweb-meta-list {
      gap: 5px;
    }
  }
  
  .inversweb-meta-list::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: var(--primary_color);
    border-radius: 50%;
  }
  
  .inversweb-meta-list li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #363636;
    font-family: var(--primary_font);
  }
  
  .inversweb-meta-list li span i {
    margin-right: 5px;
  }
  
  .inversweb-meta-list li a {
    color: #363636;
    transition: all 0.3s;
  }
  
  .inversweb-meta-list li a:hover {
    color: var(--primary_color);
  }
  
  .inversweb-meta-list li.separator {
    color: #848788;
  }
  
  .inversweb-meta-list li.comment-area {
    margin-left: 12px;
  }
  
  .inversweb-meta-list li.comment-area i {
    margin-right: 3px;
  }
  
  /* ============================================
     Estilos de Read More Button (btn-read-more)
     ============================================ */
  
  .read-more-btn {
    margin-top: auto;
  }
  
  .btn-read-more {
    text-decoration: none;
  }
  
  .btn-read-more span {
    position: relative;
    color: #1b1b1c;
    display: inline-block;
    line-height: 35px;
    transition: 0.3s;
    font-family: var(--primary_font);
    font-size: 16px;
    font-weight: 400;
  }
  
  .btn-read-more span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #e3e3e3;
    transition: 0.3s;
    width: 100%;
    bottom: 3px;
  }
  
  .btn-read-more span::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: 3px;
    background: var(--primary_color);
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
  }
  
  .btn-read-more:hover span {
    color: var(--primary_color);
  }
  
  .btn-read-more:hover span::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  
  /* ============================================
     Estilos de Invers Anime (efecto de brillo)
     ============================================ */
  
  .invers-anime {
    position: relative;
    overflow: hidden;
  }
  
  .invers-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    pointer-events: none;
  }
  
  .invers-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
  }
  
  /* ============================================
     Estilos de Efecto tmponhover (flashlight effect)
     ============================================ */
  
  .tmponhover {
    position: relative;
    overflow: hidden;
  }
  
  .tmponhover::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--primary_color), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: 6px;
  }
  
  .tmponhover:hover::before {
    opacity: 1;
  }
  
  .tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #ffffff;
    border-radius: 6px;
    z-index: 1;
  }
  
  .tmponhover > * {
    z-index: 2;
    position: relative;
  }
  
  /* ============================================
     Estilos de Botones (.tmp-btn)
     ============================================ */
  
  .tmp-btn,
  .btn-default {
    padding: 0 28px;
    border-radius: 5px;
    background: var(--primary_color);
    transition-duration: 300ms;
    color: #ffffff;
    font-family: var(--primary_font);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.5px;
    width: max-content;
    transition: all 0.6s;
    border: 0 none;
    position: relative;
    z-index: 3;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-btn,
    .btn-default {
      padding: 0 16px;
      height: 42px;
      line-height: 42px;
    }
  }
  
  .tmp-btn::after,
  .btn-default::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    left: 50%;
    top: 110%;
    background: var(--primary_color);
    transform: translateX(-50%);
    transition: all 0.6s;
    transition-duration: 800ms;
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
  }
  
  .tmp-btn:hover,
  .btn-default:hover {
    background-color: transparent;
    color: #ffffff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 0 20px 5px rgba(82, 55, 249, 0.33);
  }
  
  .tmp-btn:hover::after,
  .btn-default:hover::after {
    opacity: 1;
    top: -30%;
  }
  
  .tmp-btn.btn-border,
  .btn-default.btn-border {
    background: transparent;
    border-color: #e3e3e3;
    border-width: 2px;
    border-style: solid;
    color: #1b1b1b;
  }
  
  .tmp-btn.btn-border:hover,
  .btn-default.btn-border:hover {
    background-color: var(--primary_color);
    border-color: var(--primary_color) !important;
    color: #ffffff;
  }
  
  .tmp-btn.btn-small,
  .btn-default.btn-small {
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .tmp-btn.rounded-player,
  .btn-default.rounded-player {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    line-height: 100px;
    display: inline-block;
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-btn.rounded-player,
    .btn-default.rounded-player {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
  }
  
  .tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small {
    width: 85px;
    height: 85px;
  }
  
  .tmp-btn.rounded-player span,
  .btn-default.rounded-player span {
    display: inline-block;
  }
  
  .tmp-btn.rounded-player span i,
  .btn-default.rounded-player span i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
  }
  
  .tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small span i {
    font-size: 26px;
  }
  
  .tmp-btn.rounded-player:focus,
  .btn-default.rounded-player:focus {
    outline: none;
    color: #ffffff;
  }
  
  .tmp-btn.rounded-player:hover,
  .btn-default.rounded-player:hover {
    transform: scale(1.1);
    background: var(--primary_color);
  }
  
  .tmp-btn:focus,
  .btn-default:focus {
    box-shadow: none;
    border: none;
    background-color: unset;
    background: var(--primary_color);
    color: #ffffff;
  }
  
  /* ============================================
     Estilos de Video Icon
     ============================================ */
  
  .tmp-card .inner .thumbnail .video-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: 3;
  }
  
  /* ============================================
     Estilos de Row g-5
     ============================================ */
  
  .row.g-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  
  @media only screen and (max-width: 991px) {
    .row.g-5 {
      --bs-gutter-x: 2rem;
      --bs-gutter-y: 2rem;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .row.g-5 {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 1.5rem;
    }
  }
  
  .row.g-5 > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: calc(var(--bs-gutter-y) * 0.5);
    margin-bottom: calc(var(--bs-gutter-y) * 0.5);
  }
  
  /* ============================================
     Utilidades
     ============================================ */
  
  .w-100 {
    width: 100% !important;
  }
  
  .text-center {
    text-align: center !important;
  }
}




/* === ASSET CSS HASH: dec815c1c58ce84066a4969111e783257d29d7f5 | SCOPE: section[data-guid="9BF8FB8D-3573-7E2E-CA1F-235BBBFC523D"] === */
/* ============================================
   Widget Counter - Estilos Scoped
   Todos los estilos están scoped bajo .counter-widget
   ============================================ */

section[data-guid="9BF8FB8D-3573-7E2E-CA1F-235BBBFC523D"] .counter-widget{
  background-color: #fafafa;
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  a {
    text-decoration: none;
  }

  /* Section wrapper - padding consistente (contenido central) */
  > .tmp-counterup-area {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > .tmp-counterup-area {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > .tmp-counterup-area {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Sección (tmp-section-gapBottom)
     ============================================ */
  
  .tmp-section-gapBottom {
    padding-bottom: 120px !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapBottom {
      padding-bottom: 80px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-gapBottom {
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Título de Sección (tmp-section-title-border)
     ============================================ */
  
  .tmp-section-title-border .subtitle {
    display: flex;
    color: var(--primary_color);
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .subtitle {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .tmp-section-title-border .subtitle .subtitle-text {
    color: var(--secondary_color_font);
    font-weight: 700;
    width: max-content;
  }
  
  .tmp-section-title-border .subtitle .number {
    color: var(--primary_color);
    transition: 0.5s;
    opacity: 0.6;
  }
  
  .tmp-section-title-border .title {
    margin-top: 20px;
    color: #1b1b1c;
    font-family: var(--primary_font);
    word-break: break-word;
    line-height: 1.4074;
    margin: 20px 0 20px;
  }
  
  .tmp-section-title-border .title h2,
  .tmp-section-title-border h2.title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0 20px;
  }
  
  /* Ocultar inicialmente los títulos con animación tmp-title-split */
  .tmp-section-title-border .title.tmp-title-split,
  .tmp-section-title-border h2.tmp-title-split,
  .tmp-section-title-border h1.tmp-title-split {
    opacity: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .tmp-section-title-border .title h2,
    .tmp-section-title-border h2.title {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .title h2,
    .tmp-section-title-border h2.title {
      font-size: 28px;
    }
  }
  
  /* ============================================
     Estilos de Line Separator (pres-line-separator-wrapper)
     ============================================ */
  
  .line-separator {
    position: relative;
    background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
    width: 50px;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  
  .line-separator.line-left {
    background-image: linear-gradient(90deg, rgba(33, 38, 45, 0), var(--primary_color));
  }
  
  .pres-line-separator-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
  }
  
  .pres-line-separator-wrapper.text-center {
    justify-content: center !important;
  }
  
  @media only screen and (max-width: 767px) {
    .pres-line-separator-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .pres-line-separator-wrapper .line-separator {
      display: none;
    }
  }
  
  /* ============================================
     Estilos tmp-card
     ============================================ */
  
  .tmp-card {
    overflow: hidden;
    position: relative;
    transition: var(--transition, 0.3s);
  }
  
  .tmp-card:hover {
    transform: translateY(-4px);
  }
  
  /* ============================================
     Estilos count-box
     ============================================ */
  
  .count-box {
    position: relative;
    height: 100%;
  }
  
  /* ============================================
     Estilos counter-style-4
     ============================================ */
  
  .counter-style-4 {
    margin-top: 30px;
    border: 1px dashed rgba(157, 157, 255, 0.2);
    height: 250px;
    width: 350px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: -25px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-4 {
      height: 200px;
      width: 200px;
      margin: 0px auto;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-4 {
      height: 200px;
      width: 200px;
      margin: 0px auto;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-style-4 {
      height: 200px;
      width: 200px;
      margin: 0px auto;
    }
  }
  
  .counter-style-4 .counter-title {
    margin-top: 22px;
    font-weight: 400;
    font-size: 24px;
    color: #363636;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-style-4 .counter-title {
      font-size: 15px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-style-4 .counter-title {
      font-size: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .counter-style-4 .counter-title {
      font-size: 15px;
    }
  }
  
  .counter-style-4 .count-number {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b1c;
    display: inline-block;
    position: relative;
  }
  
  .counter-style-4 .count-number span {
    display: inline-block;
  }
  
  .counter-style-4:hover .right-hover-counter {
    filter: blur(50px);
    height: 50px;
    width: 50px;
  }
  
  .counter-style-4:hover .left-hover-counter {
    filter: blur(0);
    height: 20px;
    width: 20px;
    opacity: 1;
    filter: blur(50px);
    height: 50px;
    width: 50px;
  }
  
  .counter-style-4.without-border {
    border: none;
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    padding: 22px 18px;
    height: auto;
  }
  
  @media only screen and (max-width: 1199px) {
    .counter-style-4.without-border {
      padding: 22px 18px;
    }
  }
  
  /* ============================================
     Estilos left-hover-counter y right-hover-counter
     ============================================ */
  
  .left-hover-counter {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: var(--primary_color);
    z-index: 1;
    transition: 0.3s;
    border-top-right-radius: 50%;
    filter: blur(40px);
    opacity: 0;
  }
  
  .right-hover-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: var(--primary_color);
    z-index: 1;
    transition: 0.3s;
    border-top-left-radius: 50%;
    filter: blur(0);
    height: 20px;
    width: 20px;
  }
  
  /* ============================================
     Estilos tmponhover (efecto flashlight)
     ============================================ */
  
  .tmponhover {
    position: relative;
    overflow: hidden;
  }
  
  .tmponhover::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--primary_color), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: var(--general_border_radius);
    z-index: 1;
  }
  
  .tmponhover:hover::before {
    opacity: 1;
  }
  
  .tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #ffffff;
    border-radius: var(--general_border_radius);
    z-index: 1;
  }
  
  .tmponhover > * {
    z-index: 2;
   
  }
  
  /* ============================================
     Estilos odometer
     ============================================ */
  
  .odometer {
    color: var(--primary_color);
    margin: 0 3px;
    font-weight: 600;
  }
  
  /* ============================================
     Utilidades
     ============================================ */
  
  .mt--20 {
    margin-top: 20px !important;
  }
  
  .mb--10 {
    margin-bottom: 10px !important;
  }
  
  .w-700 {
    font-weight: 700 !important;
  }
  
  .text-center {
    text-align: center;
  }
  
  h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
  }
}




/* === ASSET CSS HASH: c53c96548f97a32c3df164c57ce19801f435c008 | SCOPE: section[data-guid="F7A02576-62FC-5C5C-FD55-0394F0299706"] === */
/* ============================================
   Widget Testimonial Map - Estilos Scoped
   Todos los estilos están scoped bajo .testimonialmap-widget
   ============================================ */

section[data-guid="F7A02576-62FC-5C5C-FD55-0394F0299706"] .testimonialmap-widget{
  background-color: #fafafa;
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  a {
    text-decoration: none;
    color: #1b1b1c;
  }
  
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
    color: var(--primary_color);
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  /* Section wrapper - padding consistente (contenido central) */
  > section:first-of-type {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > section:first-of-type {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > section:first-of-type {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Sección
     ============================================ */
  
  .tmp-section-gapTop {
    padding-top: 120px !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapTop {
      padding-top: 80px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-gapTop {
      padding-top: 60px !important;
    }
  }
  
  .mb--80 {
    margin-bottom: 80px !important;
  }
  
  .position-relative {
    position: relative;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  /* ============================================
     Estilos de Título de Sección (section-title)
     ============================================ */
  
  .section-title {
    position: relative;
  }
  
  .section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 7px 12px;
    border-radius: 4px;
    display: inline-block;
    background: rgba(82, 55, 249, 0.1);
    color: var(--primary_color);
    text-transform: uppercase;
    font-family: var(--primary_font);
  }
  
  .section-title .title {
    margin-bottom: 0;
    color: #1b1b1c;
    font-family: var(--primary_font);
    word-break: break-word;
    line-height: 1.4074;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
  }
  
  .section-title .title.tmp-title-split {
    opacity: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .section-title .title {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-title .title {
      font-size: 28px;
    }
  }
  
  .section-title.text-center {
    text-align: center;
  }
  
  .w-600 {
    font-weight: 600 !important;
  }
  
  .mb--20 {
    margin-bottom: 20px !important;
  }
  
  /* ============================================
     Estilos de Título de Sección (tmp-section-title-border)
     ============================================ */
  
  .tmp-section-title-border {
    position: relative;
  }
  
  .tmp-section-title-border.text-center {
    text-align: center;
  }
  
  .tmp-section-title-border .b2 {
    font-size: 16px;
    line-height: 1.7;
    color: #363636;
    margin: 0;
    font-family: var(--primary_font);
  }
  
  .tmp-col-gap-20 {
    gap: 20px;
  }
  
  .map-wrapper-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .map-wrapper-subtitle {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .tmp-separator-vertical {
    display: inline-block;
    min-height: 15px;
    height: 100%;
    width: 1px;
    background: #e1e4e8;
  }
  
  .tmp-bg-primary-500 {
    background-color: var(--primary_color);
  }
  
  /* ============================================
     Estilos de Counter
     ============================================ */
  
  .tmp-counter {
    display: inline-block;
  }
  
  .tmp-counter-gradient {
    background: linear-gradient(218.15deg, var(--secondary_color) 0%, var(--primary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--primary_color);
    background-clip: text;
  }
  
  .tmp-gradient-text-4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .tmp-fw-semibold {
    font-weight: 600;
  }
  
  .tmp-fw-medium {
    font-weight: 500;
  }
  
  .tmp-text-heading {
    color: #1b1b1c;
  }
  
  .mr--5 {
    margin-right: 5px !important;
  }
  
  .tmp-counter-suffix {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .tmp-w-fit {
    width: fit-content;
  }
  
  /* ============================================
     Estilos de Testimonial Map Wrapper
     ============================================ */
  
  .tmp-testimonial-map-wrapper {
    position: relative;
    padding: 0 80px;
    z-index: 2;
  }
  
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-testimonial-map-wrapper {
      padding: 0;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-inner {
    position: relative;
  }
  
  .z-2 {
    z-index: 2 !important;
  }
  
  .tmp-testimonial-map-wrapper .tmp-testimonial-map-img img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(50%) saturate(7082%) hue-rotate(247deg) brightness(97%) contrast(102%);
  }
  
  /* ============================================
     Estilos de Lookbook Portion
     ============================================ */
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #e1e4e8;
    box-shadow: 0px 0px 28.7px 0px rgba(0, 25, 255, 0.27);
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion {
      width: 35px;
      height: 35px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xm {
    height: 35px;
    width: 35px;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
    height: 40px;
    width: 40px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
      width: 35px;
      height: 35px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
    height: 45px;
    width: 45px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
      width: 35px;
      height: 35px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
    height: 60px;
    width: 60px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
      width: 35px;
      height: 35px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
    height: 70px;
    width: 70px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
      width: 35px;
      height: 35px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-thumb,
  .tmp-testimonial-map-wrapper .tmp-lookbook-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  
  /* ============================================
     Estilos de Lookbook Content Box
     ============================================ */
  
  .tmp-lookbook-content-box-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box-wrapper {
      height: auto;
      width: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box-wrapper .tmp-lookbook-close-btn {
      display: block;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: visible;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box {
    border-radius: 6px;
    padding: 2px;
    background: var(--primary_color);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    pointer-events: none;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-bottom {
    top: 105%;
    left: 50%;
    transform: translateX(-90%) translateY(0) translateZ(0);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-bottom {
    transform: translateX(-90%) translateY(15px);
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-bottom {
      transform: unset;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
    bottom: 105%;
    left: 50%;
    transform: translateX(-88%) translateY(-15px) translateZ(0);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-top {
    transform: translateX(-88%) translateY(-22px);
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
      bottom: 25px;
      transform: unset;
    }
    
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-top {
      transform: unset;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-left {
    top: 50%;
    right: 105%;
    transform: translateX(10px) translateY(-50%) translateZ(0);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-left {
    transform: translateX(0) translateY(-50%);
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-left {
      transform: unset;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-right {
    top: 50%;
    left: 55%;
    transform: translateX(20px) translateY(-50%) translateZ(0);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-right {
    transform: translateX(40px) translateY(-50%);
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-right {
      transform: unset;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
    padding: 20px;
    max-width: 312px;
    width: 312px;
    background: #ffffff;
    border-radius: var(--general_border_radius);
    position: relative;
    z-index: 2;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
      padding: 15px;
      width: 300px;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner p {
    color: #1b1b1c;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    font-family: var(--primary_font);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner .b2 {
    font-size: 16px;
    line-height: 1.7;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner .b4 {
    font-size: 14px;
    line-height: 1.5;
    color: #363636;
    font-family: var(--primary_font);
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner .mb--20 {
    margin-bottom: 20px !important;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner .mb--10 {
    margin-bottom: 10px !important;
  }
  
  /* ============================================
     Estilos de Message Shape
     ============================================ */
  
  .tmp-message-shape {
    position: absolute;
    background: var(--primary_color);
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
  }
  
  .tmp-message-shape::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #ffffff;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-bottom .tmp-message-shape {
    top: -5px;
    left: 80%;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top .tmp-message-shape {
    top: 91%;
    left: 80%;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
      left: 55%;
    }
    
    .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
      display: none;
    }
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-left .tmp-message-shape {
    top: 45%;
    left: 94%;
  }
  
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-right .tmp-message-shape {
    top: 45%;
    left: -5px;
  }
  
  /* ============================================
     Estilos de Close Button
     ============================================ */
  
  .tmp-lookbook-close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    font-size: 16px;
    line-height: 30px;
    border: 0;
    color: #1b1b1c;
    border-radius: 6px;
    display: none;
    z-index: 3;
    cursor: pointer;
    text-align: center;
  }
  
  .tmp-lookbook-close-btn i {
    font-size: 16px;
  }
  
  /* ============================================
     Estilos de Separator
     ============================================ */
  
  .tmp-separator {
    display: block;
    height: 1px;
    width: 100%;
    background: #e1e4e8;
  }
  
  .tmp-bg-primary-opacity-400 {
    background-color: rgba(82, 55, 249, 0.4);
  }
  
  /* ============================================
     Estilos de Testimonial Bottom Area
     ============================================ */
  
  .tmp-testimonial-bottom-area {
    padding-bottom: 60px;
    text-align: center;
    margin-top: -6px;
    position: relative;
  }
  
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-testimonial-bottom-area {
      padding-bottom: 30px;
      margin-top: 20px;
    }
  }
  
  .tmp-testimonial-bottom-area .tmp-counter {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b1b1c;
    font-family: var(--primary_font);
  }
  
  .tmp-testimonial-bottom-area .tmp-counter .counter-suffix {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .tmp-testimonial-bottom-area p {
    font-size: 16px;
    line-height: 1.7;
    color: #363636;
    margin: 0;
    font-family: var(--primary_font);
  }
  
  .tmp-testimonial-bottom-area .b3 {
    font-size: 18px;
    line-height: 1.7;
  }
  
  .tmp-testimonial-bottom-area .mb--5 {
    margin-bottom: 5px !important;
  }
  
  .tmp-testimonial-bottom-area .mt--5 {
    margin-top: 5px !important;
  }
  
  .tmp-testimonial-bottom-area .mb--0 {
    margin-bottom: 0 !important;
  }
  
  /* ============================================
     Estilos de Round Blur Shape
     ============================================ */
  
  .tmp-round-blur-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    pointer-events: none;
  }
  
  .tmp-round-blur-top-left {
    top: 0;
    left: 0;
    background: var(--primary_color);
  }
  
  .blur-shape-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary_color);
  }
}




/* === ASSET CSS HASH: 6a130f77ee8e96638fbb314f5d09244bd97cf965 | SCOPE: section[data-guid="1421C6D3-BFD4-EC36-0C35-60CA726F3F63"] === */
/* ============================================
   Widget Appointment - Estilos Scoped
   Todos los estilos están scoped bajo .appointment-widget
   ============================================ */

section[data-guid="1421C6D3-BFD4-EC36-0C35-60CA726F3F63"] .appointment-widget a{
  text-decoration: none;
}

section[data-guid="1421C6D3-BFD4-EC36-0C35-60CA726F3F63"] .appointment-widget{
  /* ============================================
     Estilos base de tipografía
     ============================================ */
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--primary_font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;

  /* Section wrapper - padding consistente (contenido central) */
  > .inv-appoinment-area-start {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > .inv-appoinment-area-start {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > .inv-appoinment-area-start {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Sección (tmp-section-gapBottom)
     ============================================ */
  
  .tmp-section-gapBottom {
    padding-bottom: 120px !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gapBottom {
      padding-bottom: 80px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-gapBottom {
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Título de Sección (tmp-section-title-border)
     ============================================ */
  
  .tmp-section-title-border .subtitle {
    display: flex;
    color: #363636;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0 15px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .subtitle {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  .tmp-section-title-border .subtitle .subtitle-text {
    color: #363636;
    font-weight: 700;
    width: max-content;
  }
  
  .tmp-section-title-border .subtitle .number {
    color: #363636;
    transition: 0.5s;
    opacity: 0.6;
    display: none;
  }
  
  .tmp-section-title-border .title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b1b1c;
    margin: 0 0 20px;
    font-family: var(--primary_font);
  }
  
  /* Ocultar inicialmente los títulos con animación tmp-title-split */
  .tmp-section-title-border .title.tmp-title-split {
    opacity: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .tmp-section-title-border .title {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .title {
      font-size: 28px;
    }
  }
  
  .tmp-section-title-border .description {
    font-size: 16px;
    line-height: 1.7;
    color: #363636;
    margin: 0;
    font-weight: 400;
  }
  
  /* ============================================
     Estilos de Separadores de Línea
     ============================================ */
  
  .line-separator {
    position: relative;
    background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
    width: 50px;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  
  .pres-line-separator-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
  }
  
  @media only screen and (max-width: 767px) {
    .pres-line-separator-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .pres-line-separator-wrapper .line-separator {
      display: none;
    }
  }
  
  .pres-line-separator-wrapper.text-center .line-separator.line-left {
    background-image: linear-gradient(-90deg, var(--primary_color), rgba(33, 38, 45, 0));
  }
  
  .pres-line-separator-wrapper.text-center .line-separator.line-right {
    background-image: linear-gradient(90deg, var(--primary_color), rgba(33, 38, 45, 0));
  }
  
  /* ============================================
     Estilos de Imagen de Appointment
     ============================================ */
  
  .aapoiment-left-area-thumbnail {
    width: 100%;
    height: 100%;
  }
  
  .aapoiment-left-area-thumbnail img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* ============================================
     Estilos de Formulario (appoinment-form-wrapper)
     ============================================ */
  
  .appoinment-form-wrapper {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
  }
  
  @media only screen and (max-width: 575px) {
    .appoinment-form-wrapper {
      padding: 15px;
    }
  }
  
  .appoinment-form-wrapper .form-group-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  
  @media only screen and (max-width: 575px) {
    .appoinment-form-wrapper .form-group-wrapper {
      flex-direction: column;
      gap: 0;
    }
  }
  
  .appoinment-form-wrapper .form-group-wrapper .form-group {
    width: 100%;
  }
  
  /* ============================================
     Estilos de Form Group
     ============================================ */
  
  .contact-form-1 .form-group {
    display: block;
    margin-bottom: 25px;
  }

  
  /* ============================================
     Estilos de Input y Textarea
     ============================================ */
  
  .form-group input,
  .form-group textarea {
    border: 2px solid #e3e3e3;
    border-radius: var(--general_border_radius);
    font-size: 16px;
    padding: 0 15px;
    width: 100%;
    font-family: var(--primary_font);
    color: #1b1b1c;
    background: #ffffff;
    transition: all 0.3s;
  }
  
  .form-group input {
    height: 50px;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: var(--primary_color);
  }
  
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #848788;
    font-family: var(--primary_font);
  }
  
  .contact-form-1 .form-group input {
    height: 70px;
    padding: 0 20px;
  }
  
  .contact-form-1 .form-group textarea {
    min-height: 193px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    resize: none;
  }
  
  /* ============================================
     Estilos de Efecto tmponhover para Form Group
     ============================================ */
  
  .form-group.tmponhover {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
  }
  
  .form-group.tmponhover::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--primary_color), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: 6px;
    z-index: 0;
  }
  
  .form-group.tmponhover:hover::before {
    opacity: 1;
  }
  
  .form-group.tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #ffffff;
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
  }
  
  .form-group.tmponhover input,
  .form-group.tmponhover textarea {
    position: relative;
    z-index: 2;
    background: transparent;
  }
  
  .form-group.tmponhover button,
  .form-group.tmponhover .tmp-btn,
  .form-group.tmponhover .btn-default {
    position: relative;
    z-index: 3;
  }

  /* Checkbox Agree to Privacy & Policy (como footer) */
  .form-group.tmp-input-field {
    margin-bottom: 25px;
    position: relative;
  }

  .form-group.tmp-input-field input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .form-group.tmp-input-field input[type="checkbox"] ~ label.tmp-checkbox {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: var(--secondary_color_font);
    font-weight: 400;
    padding-left: 28px;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    margin-top: 0;
  }

  .form-group.tmp-input-field input[type="checkbox"] ~ label.tmp-checkbox::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    transition: all 0.3s;
  }

  .form-group.tmp-input-field input[type="checkbox"] ~ label.tmp-checkbox::after {
    content: " ";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 10px;
    height: 5px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
  }

  .form-group.tmp-input-field input[type="checkbox"]:checked ~ label.tmp-checkbox::before {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
  }

  .form-group.tmp-input-field input[type="checkbox"]:checked ~ label.tmp-checkbox::after {
    opacity: 1;
  }
  
  .appoinment-form-wrapper.tmponhover {
    position: relative;
    overflow: hidden;
  }
  
  .appoinment-form-wrapper.tmponhover::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--primary_color), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: 10px;
    z-index: 0;
  }
  
  .appoinment-form-wrapper.tmponhover:hover::before {
    opacity: 1;
  }
  
  .appoinment-form-wrapper.tmponhover::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 1;
    pointer-events: none;
  }
  
  .appoinment-form-wrapper.tmponhover > * {
    position: relative;
    z-index: 2;
  }
  
  /* ============================================
     Estilos de Botones (.tmp-btn)
     ============================================ */
  
  .tmp-btn,
  .btn-default {
    padding: 0 28px;
    border-radius: 5px;
    background: var(--primary_color);
    transition-duration: 300ms;
    color: #ffffff;
    font-family: var(--primary_font);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.5px;
    width: max-content;
    transition: all 0.6s;
    border: 0 none;
    position: relative;
    z-index: 3;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-btn,
    .btn-default {
      padding: 0 16px;
      height: 42px;
      line-height: 42px;
    }
  }
  
  .tmp-btn::after,
  .btn-default::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    left: 50%;
    top: 110%;
    background: var(--primary_color);
    transform: translateX(-50%);
    transition: all 0.6s;
    transition-duration: 800ms;
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
  }
  
  .tmp-btn:hover,
  .btn-default:hover {
    background-color: transparent;
    color: #ffffff;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 0 20px 5px rgba(82, 55, 249, 0.33);
  }
  
  .tmp-btn:hover::after,
  .btn-default:hover::after {
    opacity: 1;
    top: -30%;
  }
  
  .tmp-btn.btn-large,
  .btn-default.btn-large {
    height: 60px;
    line-height: 59px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .tmp-btn:focus,
  .btn-default:focus {
    box-shadow: none;
    border: none;
    background-color: unset;
    background: var(--primary_color);
    color: #ffffff;
  }
  
  /* ============================================
     Estilos de Mensajes de Error y Éxito
     ============================================ */
  
  .error-msg {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
    font-family: var(--primary_font);
  }
  
  .success-msg {
    color: #28a745;
    font-size: 14px;
    margin-top: 10px;
    font-family: var(--primary_font);
  }
  
  .XSuccess {
    padding: 15px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: var(--general_border_radius);
    color: #155724;
    margin-top: 20px;
    font-family: var(--primary_font);
  }
  
  .XSuccess.d-none {
    display: none;
  }
  
  /* ============================================
     Utilidades
     ============================================ */
  
  .mb--20 {
    margin-bottom: 20px;
  }
  
  .mb--10 {
    margin-bottom: 10px;
  }
  
  .mt_md--30 {
    margin-top: 0;
  }
  
  @media only screen and (max-width: 991px) {
    .mt_md--30 {
      margin-top: 30px;
    }
  }
  
  .mt_sm--30 {
    margin-top: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .mt_sm--30 {
      margin-top: 30px;
    }
  }
}


