

/* === ASSET CSS HASH: 24631c007e1ed7f8a98ac60820f2e4217ee0f11e | SCOPE: section[data-guid="B0875DCE-089C-BA18-1B99-EDEB8289F49D"] === */
/* ============================================
   Widget Slider Services - Estilos Scoped
   Todos los estilos están scoped bajo .slider-services-widget
   ============================================ */

section[data-guid="B0875DCE-089C-BA18-1B99-EDEB8289F49D"] .slider-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;
  }

  /* ============================================
     Slider Style 6
     ============================================ */
  .slider-style-6 {
    background-color: #fefefe;
    position: relative;

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      overflow: hidden;
      padding: 100px 0;
      padding-top: 170px;
    }

    &.shape-left {
      position: relative;
      
      .inner {
        position: relative;
        z-index: 2;
      }
    }

    &.inheader-not-transparent {
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        padding-top: 100px;
      }
    }

    .inner {
      .title {
        font-family: var(--primary_font);
        color: var(--primary_color_font);
        margin-bottom: 25px;
        display: block;
        font-size: 80px;
        line-height: 1.1;
        
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
          font-size: 70px;
        }
        
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          font-size: 62px;
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          font-size: 60px;
        }

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

        br {
          @media only screen and (max-width: 767px) {
            display: none;
          }
        }
      }

      .description {
        font-size: 22px;
        line-height: 43px;
        color: var(--primary_color_font);
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          font-size: 20px;
          line-height: 38px;
        }

        @media only screen and (max-width: 767px) {
          font-size: 18px;
          line-height: 30px;
        }
      }
    }
  }

  /* ============================================
     Height 750
     ============================================ */
  .height-750 {
    height: 750px;
    display: flex;
    align-items: center;

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

    @media only screen and (max-width: 767px) {
      height: auto;
      padding: 100px 0;
    }
  }

  /* ============================================
     Color White
     ============================================ */
  .color-white {
    color: #fff !important;
  }

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

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

  .tmp-badge-2:hover {
    background: var(--primary_color);
    color: #fff;
  }

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

  /* ============================================
     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;
    }

    &::after {
      position: absolute;
      content: "";
      width: 0%;
      height: 100%;
      left: 50%;
      top: 50%;
      background: var(--primary_color);
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
      transition: all 0.6s;
      opacity: 0.5;
      z-index: -1;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--primary_color);
      transform: translateX(-50%);
      border-radius: 50%;
    }

    i {
      padding-left: 6px;
      display: inline-block;
      top: 2px;
      position: relative;
      font-size: 17px;
    }

    &.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;
      }
    }


    &.hover-icon-reverse {
      .icon-reverse-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .btn-text {
        display: inline-block;
        transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
        margin-inline-start: -23px;
      }
      
      .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);
        
        & + .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;
          }
        }
      }
    }

    &.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;
         
          
        }
      }

      &: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);
      
      &::after {
        opacity: 1;
        top: -30%;
      }
      
      &.hover-icon-reverse {
        .btn-text {
          transition-delay: 0.1s;
          transform: translateX(23px);
        }
        
        .btn-icon {
          opacity: 0;
          transition-delay: 0s;
          transform: translateX(10px);
          
          & + .btn-icon {
            opacity: 1;
            transform: translateX(0);
            transition-delay: 0.225s;
          }
        }
      }
    }
  }

  /* ============================================
     Video Popup
     ============================================ */
  .video-popup {
    position: relative;
    display: block;
    
    .thumbnail {
      img {
        width: 100%;
      }
    }
    
    .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;
  }

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

  /* ============================================
     Shape Left SVG
     ============================================ */
  .shape-left-svg {
    background-image: url(imagenes/shape-02.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    left: -8%;
    top: 0;
  }

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

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

  /* ============================================
     Margin Utilities
     ============================================ */
  .mt--20 {
    margin-top: 20px;
  }

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

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

  .mt_md--50 {
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      margin-top: 50px;
    }
  }

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

  .mt_lg--30 {
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      margin-top: 30px;
    }
  }

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

  .justify-content-start {
    justify-content: flex-start;
  }
}

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




/* === ASSET CSS HASH: 88365f372f7d230283be9b2b654c1ef747757ffc | SCOPE: section[data-guid="EE52A30D-EC95-7235-5C87-84A6F243D269"] === */
/* ============================================
   Widget Tab Financial - Estilos Scoped
   Todos los estilos están scoped bajo .tab-financial-widget
   ============================================ */

section[data-guid="EE52A30D-EC95-7235-5C87-84A6F243D269"] .tab-financial-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-color: #f3f3f3;
  a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--primary_color_font);
  }

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

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

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

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

  /* ============================================
     Section Gap
     ============================================ */
  .tmp-section-gap {
    padding-top: 120px;
    padding-bottom: 120px;

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

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

  /* ============================================
     Section Title
     ============================================ */
  .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;
      position: relative;
    }

    .title {
      font-size: 42px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 20px;
      color: var(--primary_color_font);

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

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

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

  /* ============================================
     Finance About Image (Jarallax)
     ============================================ */
  .finance-about-image {
    height: 679px !important;
    border-radius: 5px;
    overflow: hidden;
    display: block;

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

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--general_border_radius);
    }
  }

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

  /* ============================================
     Tab Styles
     ============================================ */
  .tmp-default-tab {
    position: relative;

    &::before {
      background-color: var(--primary_color);
      background: linear-gradient(95deg, var(--primary_color) 15%, var(--third_color) 45%, var(--secondary_color) 75%, var(--secondary_color) 100%) 95%/200% 100%;
      width: 100%;
      height: 70%;
      content: "";
      left: 0;
      bottom: 0;
      position: absolute;
      z-index: -1;
      border-radius: 10px;
      opacity: 0.5;
      backdrop-filter: blur(20px);
    }

    &.style-two {
      .tab-button {
        margin-bottom: 20px;

        .tabs__tab {
          button {
            border-radius: var(--general_border_radius);
          }
        }
      }

      .tmp-tab-content {
        border-radius: var(--general_border_radius);
      }
    }

    .tab-button {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      cursor: pointer;
      border-bottom: none;

      .tabs__tab {
        margin: 0;

        .nav-link {
          color: var(--primary_color_font);
          padding: 15px 44px;
          margin-bottom: -2px;
          outline: none;
          border: 0 none;
          background: transparent;
          transition: all 0.3s;

          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            padding: 24px 24px;
          }

          @media only screen and (min-width: 768px) and (max-width: 991px) {
            padding: 24px 24px;
          }

          @media only screen and (max-width: 767px) {
            padding: 24px 20px;
          }

          &.active {
            background: var(--primary_color);
            border-color: transparent;
            color: #fff;
          }

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

    .tmp-tab-content {
      background: #fefefe;
      padding: 40px;
      border-radius: var(--general_border_radius);

      @media only screen and (max-width: 767px) {
        padding: 30px;
      }

      @media only screen and (max-width: 575px) {
        padding: 20px;
      }

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

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

        &.title {
          font-size: 18px;
          font-weight: 600;
          color: var(--primary_color_font);
          margin-bottom: 20px;
        }
      }
    }
  }

  /* ============================================
     Why Choose Feature
     ============================================ */
  .why-choose-feature {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 40px;
   
    flex-wrap: wrap;

    @media only screen and (max-width: 576px) {
      max-width: 100%;
      flex-direction: column;
      align-items: flex-start;
    }

    .single {
      padding: 14px 18px;
      background: #fefefe !important;
      border: 1px solid rgba(157, 157, 255, 0.05);
      box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
      border-radius: 6px;
      display: flex;
      align-items: center;
      gap: 10px;

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

  /* ============================================
     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: #ffffff;
      border-radius: 6px;
      z-index: 1;
    }

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

  /* ============================================
     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-small {
      height: 44px;
      line-height: 44px;
      padding: 0 24px;
      font-size: 15px;

      @media only screen and (max-width: 767px) {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
      }
    }

    &::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: translateY(-2px);
      box-shadow: 0 10px 25px rgba(82, 55, 249, 0.3);

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

  /* ============================================
     Spacing Utilities
     ============================================ */
  .mb--40 {
    margin-bottom: 40px;
  }

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

  .pb--20 {
    padding-bottom: 20px;
  }

  .row--30 {
    margin-left: -15px;
    margin-right: -15px;

    > * {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}




/* === ASSET CSS HASH: ed6175dc2fdb80fd5a4292a39d08a76fe5bc45cb | SCOPE: section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] === */
section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] ﻿/* Why Choose One Widget Styles - Scoped under .why-choose-wrapper */
.why-choose-wrapper{
  overflow: hidden;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper a{
  text-decoration: none;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one{
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: -19px;
  width: calc((100% - -243px) / 2);
  background-color: var(--primary_color);
  z-index: -1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 73% 100%, 73% 93%, 6% 93%, 0 70%);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - -197px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  z-index: -1;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 74.5% 100%, 74.5% 93%, 5.5% 93%, 0 72%);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__sliding-text-list{
  position: absolute;
  top: -58px;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
  z-index: -1;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__sliding-text-list li{
  position: relative;
  display: flex;
  float: left;
  margin-left: 60px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__sliding-text-title{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 150px;
  line-height: 1.5em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(217, 2, 2, .10) 0%, rgba(217, 2, 2, 0) 67.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__left{
  position: relative;
  display: block;
  z-index: 2;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__left .section-title{
  margin-bottom: 28px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-box{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin: 27px 0 25px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list{
  position: relative;
  display: block;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list li .icon{
  position: relative;
  display: inline-block;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list li .icon span{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--primary_color);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list li+li{
  margin-top: 12px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list li p{
  font-weight: 600;
  color: var(--primary_color_font);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list-shape-1{
  position: absolute;
  top: 50%;
  left: 259px;
  height: 150px;
  width: 1px;
  background-color: #e6e6e6;
  transform: translateY(-50%);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-img{
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-img img{
  width: 100%;
  border-radius: 50%;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content{
  position: relative;
  display: block;
  flex: 1;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content p{
  display: block;
  position: relative;
  margin-bottom: 5px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content p>span{
  font-weight: 500;
  color: var(--primary_color_font);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content p{
  font-weight: 600;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content p a{
  color: var(--primary_color_font);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__author-content p a:hover{
  color: var(--primary_color);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
  position: relative;
  display: block;
  margin-left: 120px;
  margin-right: -100px;
  margin-top: 50px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-single{
  position: relative;
  display: block;
  text-align: center;
  background-color: rgba(17, 17, 17, 0.90);
  padding: 40px 40px 32px;
  border-radius: var(--general_border_radius);
  margin-bottom: 30px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-icon{
  position: relative;
  display: inline-block;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-icon span{
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-single:hover .why-choose-wrapper .why-choose-one__count-icon span{
  transform: scale(0.9);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-content{
  position: relative;
  display: block;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-count-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 2px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-count-box h3{
  font-size: 45px;
  font-weight: 600;
  line-height: 45px !important;
  color: #fff;
  font-family: var(--primary_font) !important;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-count-box span{
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
  font-family: var(--primary_font) !important;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-text{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-transform: capitalize;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__text{
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 26px;
}

/* Section Title Styles */
section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title{
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 48px;
  z-index: 1;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__tagline-box{
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__tagline{
  position: relative;
  display: block;
  color: var(--primary_color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__tagline-border{
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  border: 1px solid var(--primary_color);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__shape-1{
  position: absolute;
  right: -1px;
  top: -4px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__shape-1>.section-title__circle{
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__shape-2{
  position: absolute;
  left: -1px;
  top: -4px;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__shape-2>.section-title__circle{
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__title{
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__title span{
  color: var(--primary_color);
}

/* Responsive Styles */

/* 1200px - 1319px */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
    margin-left: 0;
    margin-right: 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
    right: -105px;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
    right: -90px;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__count-single{
    padding: 40px 30px 32px;
  }
}

/* 1320px - 1500px */
@media only screen and (min-width: 1320px) and (max-width: 1500px) {
  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
    margin-left: 0;
    margin-right: 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
    right: -50px;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
    right: -35px;
  }
}

/* 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 110px;
  }
}

/* 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__title{
    font-size: 35px;
    line-height: 1.2em;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 110px;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__tagline-box{
    gap: 5px;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__tagline-border{
    width: 25px;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__title{
    font-size: 25px;
    line-height: 1.2em;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .section-title__title br{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg-color{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right-bg{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__left{
    max-width: 600px;
    margin: 0 auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__right{
    max-width: 600px;
    margin: 50px auto 0;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-box{
    gap: 12px;
    margin: 27px 0 25px;
    flex-direction: column;
    align-items: baseline;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one__points-list-shape-1{
    display: none;
  }

  section[data-guid="4FD25003-3F58-AB84-FCB8-2783AB296727"] .why-choose-wrapper .why-choose-one{
    padding: 120px 0 70px;
  }
}




/* === ASSET CSS HASH: fa2436fdb52994d504f253c7c3c0999ddf8cf4a1 | SCOPE: section[data-guid="289030CD-C077-7E5E-E450-1EDE9D33094C"] === */
/* ============================================
   Widget Team - Estilos Scoped
   Todos los estilos están scoped bajo .team-widget
   ============================================ */

section[data-guid="289030CD-C077-7E5E-E450-1EDE9D33094C"] .team-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;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* Section wrapper - padding consistente (contenido central) */
  > .tmp-team-area {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > .tmp-team-area {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > .tmp-team-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;
  }
  
  @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 team-wrapper5
     ============================================ */
  
  .team-wrapper5 {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .team-wrapper5 .designation {
    margin-bottom: 0;
    color: #363636;
    font-size: 16px;
    line-height: 1.7;
  }
  
  .team-wrapper5:hover .content-area .share {
    background: var(--primary_color);
    color: #ffffff;
  }
  
  .team-wrapper5:hover .social-wrapper {
    opacity: 1;
    transform: translateY(0);
  }
  
  .team-wrapper5 .image-area {
    background: var(--primary_color);
    height: 344px;
    clip-path: polygon(1.266% 2.801%, 1.266% 2.801%, 1.291% 2.529%, 1.363% 2.27%, 1.478% 2.029%, 1.632% 1.809%, 1.822% 1.613%, 2.043% 1.445%, 2.292% 1.308%, 2.564% 1.206%, 2.857% 1.142%, 3.165% 1.12%, 96.835% 1.12%, 96.835% 1.12%, 97.143% 1.142%, 97.436% 1.206%, 97.708% 1.308%, 97.957% 1.445%, 98.178% 1.613%, 98.368% 1.809%, 98.522% 2.029%, 98.637% 2.27%, 98.709% 2.529%, 98.734% 2.801%, 98.734% 96.957%, 98.734% 96.957%, 98.705% 97.255%, 98.62% 97.534%, 98.485% 97.791%, 98.305% 98.022%, 98.085% 98.223%, 97.832% 98.388%, 97.549% 98.515%, 97.243% 98.6%, 96.919% 98.637%, 96.582% 98.623%, 2.911% 87.451%, 2.911% 87.451%, 2.636% 87.4%, 2.378% 87.316%, 2.14% 87.201%, 1.925% 87.059%, 1.735% 86.892%, 1.574% 86.703%, 1.443% 86.495%, 1.346% 86.271%, 1.286% 86.034%, 1.266% 85.785%, 1.266% 2.801%);
  }
  
  @media only screen and (max-width: 767px) {
    .team-wrapper5 .image-area {
      height: 425px;
    }
  }
  
  .team-wrapper5 .image-area a {
    display: block;
    height: 334px;
    clip-path: polygon(0% 1.796%, 0% 1.796%, 0.025% 1.505%, 0.099% 1.229%, 0.217% 0.971%, 0.376% 0.735%, 0.571% 0.526%, 0.798% 0.347%, 1.053% 0.201%, 1.332% 0.092%, 1.632% 0.024%, 1.948% 0%, 98.052% 0%, 98.052% 0%, 98.368% 0.024%, 98.668% 0.092%, 98.947% 0.201%, 99.202% 0.347%, 99.429% 0.526%, 99.624% 0.735%, 99.783% 0.971%, 99.901% 1.229%, 99.975% 1.505%, 100% 1.796%, 100% 97.935%, 100% 97.935%, 99.97% 98.254%, 99.882% 98.554%, 99.742% 98.829%, 99.557% 99.076%, 99.331% 99.291%, 99.069% 99.468%, 98.778% 99.603%, 98.463% 99.692%, 98.129% 99.731%, 97.782% 99.715%, 1.679% 87.342%, 1.679% 87.342%, 1.398% 87.286%, 1.135% 87.195%, 0.892% 87.072%, 0.672% 86.92%, 0.478% 86.742%, 0.314% 86.54%, 0.181% 86.319%, 0.082% 86.08%, 0.021% 85.827%, 0% 85.563%, 0% 1.796%);
    overflow: hidden;
  }
  
  @media only screen and (max-width: 767px) {
    .team-wrapper5 .image-area a {
      height: 405px;
    }
  }
  
  .team-wrapper5 .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .team-wrapper5 .content-area {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
  }
  
  .team-wrapper5 .content-area .left h6 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #1b1b1c;
    font-weight: 600;
  }
  
  .team-wrapper5 .content-area .left h6 a {
    color: #1b1b1c;
    transition: 0.3s;
  }
  
  .team-wrapper5 .content-area .left h6 a:hover {
    color: var(--primary_color);
  }
  
  .team-wrapper5 .content-area .share {
    display: block;
    background: transparent;
    border: 1px solid rgba(157, 157, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--primary_color);
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
  }
  
  .team-wrapper5 .content-area .share:hover {
    background: var(--primary_color);
    color: #ffffff;
  }
  
  .team-wrapper5 .social-wrapper {
    position: absolute;
    z-index: 4;
    bottom: 31%;
    right: 30px;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(100px);
  }
  
  .team-wrapper5 .social-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .team-wrapper5 .social-wrapper ul li {
    margin: 0;
  }
  
  .team-wrapper5 .social-wrapper ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #1b1b1c;
    font-size: 20px;
    transition: 0.3s;
  }
  
  .team-wrapper5 .social-wrapper ul li a i {
    color: #1b1b1c;
    transition: 0.3s;
  }
  
  .team-wrapper5 .social-wrapper ul li a:hover {
    background: var(--primary_color);
    color: #ffffff;
  }
  
  .team-wrapper5 .social-wrapper ul li a:hover i {
    color: #ffffff;
  }
  
  /* ============================================
     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: 6px;
    z-index: 1;
  }
  
  .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;
  }
  
  /* ============================================
     Utilidades
     ============================================ */
  
  .mb--10 {
    margin-bottom: 10px !important;
  }
  
  .mt--5 {
    margin-top: 5px !important;
  }
  
  .w-700 {
    font-weight: 700 !important;
  }
  
  .text-center {
    text-align: center;
  }
  
  h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #363636;
  }
  
  /* Bootstrap g-5 (gap) */
  .g-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  
  @media only screen and (max-width: 767px) {
    .g-5 {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 1.5rem;
    }
  }
}




/* === ASSET CSS HASH: 78534009b3aaa57390b154becb058d19d65633c9 | SCOPE: section[data-guid="7FBAEB0C-C8FB-8207-FEB3-C69FF21A2528"] === */
/* ============================================
   Widget FAQ - Estilos Scoped
   Todos los estilos están scoped bajo .faq-widget
   ============================================ */

section[data-guid="7FBAEB0C-C8FB-8207-FEB3-C69FF21A2528"] .faq-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) */
  > .tmp-faq-area {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    > .tmp-faq-area {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    > .tmp-faq-area {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
    }
  }
  
  /* ============================================
     Estilos de Sección (tmp-section-gap)
     ============================================ */
  
  .tmp-section-gap {
    padding: 120px 0 !important;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-section-gap {
      padding: 80px 0 !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-gap {
      padding: 60px 0 !important;
    }
  }
  
  /* ============================================
     Estilos de Título de Sección (tmp-section-title-border)
     ============================================ */
  
  .tmp-section-title-border {
    position: relative;
  }
  
  .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;
    font-family: var(--primary_font);
  }
  
  .tmp-section-title-border .subtitle .number {
    color: #363636;
    transition: 0.5s;
    opacity: 0.6;
    display: none;
  }
  
  .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;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .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 .title br {
      display: none;
    }
  }
  
  .tmp-section-title-border .description {
    font-size: 18px;
    line-height: 1.7;
    color: #363636;
    margin: 0 0 30px;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-section-title-border .description {
      font-size: 16px;
    }
  }
  
  .tmp-section-title-border.text-center {
    text-align: center;
  }
  
  /* ============================================
     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;
    }
  }
  
  .mb--10 {
    margin-bottom: 10px !important;
  }
  
  .mt--20 {
    margin-top: 20px !important;
  }
  
  .w-700 {
    font-weight: 700 !important;
  }
  
  /* ============================================
     Estilos de Thumbnail e Imagen
     ============================================ */
  
  .thumbnail {
    position: relative;
  }
  
  .thumbnail img {
    width: 100%;
    height: auto;
  }
  
  .radius {
    border-radius: var(--general_border_radius);
  }
  
  /* ============================================
     Estilos de Acordeón (tmp-accordion-style)
     ============================================ */
  
  .tmp-accordion-style .card {
    background: #ffffff;
    border: 0;
    border-radius: var(--general_border_radius) !important;
  }
  
  .tmp-accordion-style .card .card-header {
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    padding: 20px 30px;
    margin-bottom: 0;
  }
  
  .tmp-accordion-style .card .card-header button {
    color: #1b1b1c;
    font-size: 18px;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
    background: transparent;
    position: relative;
    font-family: var(--primary_font);
    font-weight: 600;
    border: none;
  }
  
  .tmp-accordion-style .card .card-header button::before {
    position: absolute;
    content: "\e996";
    font-family: "feather" !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    font-size: 20px;
    color: var(--primary_color);
  }
  
  .tmp-accordion-style .card .card-header button.collapsed::before {
    content: "\e9b1";
  }
  
  .tmp-accordion-style .card .card-body {
    padding: 13px 30px 30px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #363636;
    border-top: 1px solid #e1e4e8;
    font-family: var(--primary_font);
  }
  
  .tmp-accordion-style .card + .card {
    margin-top: 20px;
  }
  
  .accordion-button::after {
    visibility: hidden;
  }
  
  .accordion-button:not(.collapsed) {
    color: #1b1b1c;
    background-color: transparent;
    box-shadow: none;
  }
  
  .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-accordion-style .card .card-header {
      padding: 15px 20px;
    }
    
    .tmp-accordion-style .card .card-header button {
      font-size: 16px;
      line-height: 24px;
    }
    
    .tmp-accordion-style .card .card-body {
      padding: 10px 20px 20px;
      font-size: 15px;
    }
  }
  
  /* ============================================
     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;
    position: relative;
  }
}


