

/* === ASSET CSS HASH: 15112cc06e466f3a9b03574438a0cdb66d74abe2 | GLOBAL === */
/* ============================================
   Widget Footer Marketing - Estilos Scoped
   Todos los estilos están scoped bajo .footer-marketing-widget
   ============================================ */

.footer-marketing-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;
  
  a {
    text-decoration: none;
    transition: 0.3s;
    color: var(--primary_color_font);
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  /* Iconos SVG usan primary_color_font por defecto */
  svg {
    fill: var(--primary_color_font);
    color: var(--primary_color_font);
  }

  /* ============================================
     Section Gap Top
     ============================================ */
  .tmp-section-gapTop {
    padding-top: 120px !important;
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      padding-top: 80px !important;
    }
    
    @media only screen and (max-width: 767px) {
      padding-top: 60px !important;
    }
  }

  /* ============================================
     Footer Style 3
     ============================================ */
  .tmp-footer-style-3 {
    .odometer {
      color: var(--primary_color);
      font-weight: 600;
      font-size: 38px;
      margin-right: 20px;
      font-family: var(--primary_font);
    }
    
    .line-separator {
      position: relative;
      background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
      width: 120px;
      height: 1px;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: auto;
      margin-left: 30px;
    }
    
    .footer-top-wrapper-style-three {
      display: flex;
      align-items: center;
      justify-content: space-between;
      
      @media only screen and (max-width: 991px) {
        flex-wrap: wrap;
      }
      
      .left {
        flex-basis: 50%;
        
        @media only screen and (max-width: 991px) {
          flex-basis: 100%;
          margin-bottom: 30px;
        }
        
        @media only screen and (max-width: 767px) {
          margin-bottom: 20px;
        }
        
        .pres-line-separator-wrapper {
          @media only screen and (max-width: 767px) {
            margin-bottom: 10px;
          }
        }
        
        h3 {
          font-size: 36px;
          font-weight: 700;
          line-height: 1.4;
          color: var(--primary_color_font);
          margin-bottom: 0;
          
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            font-size: 28px;
          }
          
          @media only screen and (max-width: 991px) {
            font-size: 24px;
          }
          
          @media only screen and (max-width: 767px) {
            font-size: 20px;
            margin-top: 10px;
          }
          
          .color-primary {
            color: var(--primary_color);
          }
        }
      }
      
      .right {
        @media only screen and (max-width: 991px) {
          flex-basis: 100%;
          
          .right-text-area {
            text-align: left !important;
            
            .tmp-btn {
              margin: 0;
              margin-bottom: 25px;
            }
          }
        }
        
        .tmp-btn {
          margin: auto;
          margin-bottom: 20px;
        }
        
        .tmp-text-white {
          color: var(--primary_color_font);
        }
      }
    }
  }

  /* ============================================
     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;
      margin: 0;
    }
    
    &.text-start {
      justify-content: start !important;
      
      @media only screen and (max-width: 767px) {
        justify-content: start !important;
      }
    }
    
    .subtitle {
      display: flex;
      color: var(--secondary_color_font);
      font-size: 16px;
      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: flex-start;
        padding: 0;
        font-size: 14px;
      }
      
      .subtitle-text {
        color: var(--primary_color_font);
        font-weight: 700;
        width: max-content;
        
        @media only screen and (max-width: 767px) {
          font-size: 14px;
        }
      }
    }
    
      .line-separator {
        position: relative;
        background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
        width: 120px;
        height: 1px;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        margin-left: 30px;
        
        @media only screen and (max-width: 767px) {
          display: none;
        }
      }
  }

  /* ============================================
     Separator
     ============================================ */
  .tmp-separator {
    display: block;
    height: 1px;
    width: 100%;
    background: #9d9dff29;
    
    &.tmp-bg-white-opacity-100 {
        background: #9d9dff29;
    }
  }

  /* ============================================
     Footer Card 3
     ============================================ */
  .tmp-footer-card-3 {
    background-color: #9d9dff29!important;
    padding: 59px 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    
    @media only screen and (max-width: 575px) {
      padding: 25px;
    }
    
    &::after {
      content: "";
      position: absolute;
      background: var(--primary_color);
      inset: 10px;
      border-radius: 10px;
      z-index: 1;
      opacity: 1;
      transition: opacity 0.3s;
    }
    
    .tmp-footer-widget {
      .tmp-logo {
        max-width: 140px;
        display: block;
        
        img {
          max-width: 100%;
          height: auto;
        }
      }
      
      p {
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.7;
        margin-top: 0;
      }
      
      h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.24;
        margin-bottom: 10px;
        
        @media only screen and (max-width: 767px) {
          font-size: 16px;
        }
      }
      
      .tmp-newsletter-form {
        position: relative;
        
        .tmp-input-field {
          position: relative;
          
          &:not(:last-child) {
            margin-bottom: 25px;
          }
          
            input {
              height: 55px;
              padding-right: 115px;
              padding-left: 20px;
              border: 1px solid rgba(255, 255, 255, 0.2);
              color: #fff;
              background: rgba(255, 255, 255, 0.05);
              border-radius: 5px;
              width: 100%;
              font-size: 16px;
              line-height: 1.7;
              
              &::placeholder {
                color: rgba(255, 255, 255, 0.6);
              }
            }
            
            button {
              position: absolute;
              right: 0;
              top: 0;
              height: 55px;
              padding: 15px !important;
              font-size: 16px;
              background: #fff;
              color: var(--primary_color);
              font-weight: 600;
              border: none;
              border-radius: 0 5px 5px 0;
              cursor: pointer;
              transition: 0.3s;
              display: flex;
                        align-items: center;
              &:hover {
                transform: none;
                
                
                &::after {
                  background: var(--primary_color);
                  opacity: 1;
                }
              }
            }
        }
        
        input[type="checkbox"] {
          opacity: 0;
          position: absolute;
          width: 18px;
          height: 18px;
          cursor: pointer;
        }
        
        input[type="checkbox"] ~ label.tmp-checkbox {
          position: relative;
          font-size: 14px;
          line-height: 25px;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 400;
          padding-left: 28px;
          cursor: pointer;
          margin-bottom: 0;
          display: block;
          margin-top: 0;
          
          &::before {
            content: " ";
            position: absolute;
            top: 6px;
            left: 0;
            width: 14px;
            height: 14px;
            background-color: transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 2px;
            transition: all 0.3s;
          }
          
          &::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;
          }
        }
        
        input[type="checkbox"]:checked ~ label.tmp-checkbox {
          &::before {
            background-color: var(--primary_color);
            border-color: var(--primary_color);
          }
          
          &::after {
            opacity: 1;
          }
        }
      }
    }
    
    &.tmponhover {
        background-color: var(--primary_color);
      &::before {
        content: "";
        position: absolute;
        top: var(--y, 50%);
        left: var(--x, 50%);
        transform: translate(-50%, -50%);
        background: radial-gradient(var(--primary_color), transparent, transparent);
        width: 200%;
        height: 200%;
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
        z-index: 0;
      }
      
      &:hover::before {
        opacity: 1;
      }
      
     
      
      > * {
        z-index: 2;
        position: relative;
      }
    }
  }

  /* ============================================
     Footer Widget
     ============================================ */
  .tmp-footer-widget {
    h5 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.24;
      margin-bottom: 30px;
      color: var(--primary_color_font);
      
      &.tmp-text-white {
        color: var(--primary_color_font);
      }
      
      &.color-white {
        color: var(--primary_color_font);
      }
    }
    
    p {
      color: var(--primary_color_font);
    }
    
    a {
      color: var(--primary_color_font);
      
      &.tmp-text-white {
        color: var(--primary_color_font);
      }
      
      &.color-white {
        color: var(--primary_color_font);
      }
    }
    
    .b4-style {
      color: var(--primary_color_font);
    }
    
    .tmp-hover-underline {
      color: var(--primary_color_font);
    }
    
    .tmp-gradient-text {
      background: linear-gradient(90deg, var(--primary_color), var(--secondary_color));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    svg {
      fill: var(--primary_color_font);
      color: var(--primary_color_font);
    }
    
    /* Excepción: dentro de .tmp-footer-card-3 mantener colores blancos */
    .tmp-footer-card-3 & {
      h5 {
        color: #fff;
        
        &.tmp-text-white {
          color: #fff;
        }
        
        &.color-white {
          color: #fff;
        }
      }
      
      p {
        color: #fff;
      }
      
      a {
        color: #fff;
        
        &.tmp-text-white {
          color: #fff;
        }
        
        &.color-white {
          color: #fff;
        }
      }
      
      .b4-style {
        color: #fff;
      }
      
      .tmp-hover-underline {
        color: #fff;
      }
      
      svg {
        fill: #fff;
      }
    }
  }

  /* ============================================
     List Footer
     ============================================ */
  .tmp-list-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    
    li {
      margin: 0 0 15px -6px;
      overflow: hidden;
      position: relative;
      display: flex;
      gap: 20px;
      align-items: center;
      font-size: 16px;
      
      a {
        padding-left: 20px;
        color: var(--primary_color_font);
        font-size: 16px;
        line-height: 1.7;
        transition: 0.3s;
        
        &:hover {
          color: var(--primary_color);
        }
      }
      
      svg {
        position: absolute;
        top: 23px;
        left: -1%;
        transform: translateY(0) translateX(-6px);
        transition: 0.4s;
        opacity: 0;
        width: 10px;
        height: 10px;
        fill: var(--primary_color_font);
        color: var(--primary_color_font);
      }
      
      &::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: var(--primary_color_font);
        border-radius: 50%;
        position: absolute;
        top: 12px;
        transform: translateX(6px) translateY(0);
        transition: 0.4s;
      }
      
      &:hover {
        &::before {
          transform: translateX(16px) translateY(-8px);
          opacity: 0;
        }
        
        svg {
          fill: var(--primary_color);
          transform: translateY(-13px) translateX(4px);
          opacity: 1;
        }
      }
    }
    
    /* Excepción: dentro de .tmp-footer-widget dentro de .tmp-footer-card-3 mantener colores blancos */
    .tmp-footer-card-3 .tmp-footer-widget & {
      li {
        a {
          color: rgba(255, 255, 255, 0.8);
          
          &:hover {
            color: var(--primary_color);
          }
        }
        
        svg {
          fill: rgba(255, 255, 255, 0.8);
        }
        
        &::before {
          background: rgba(255, 255, 255, 0.4);
        }
        
        &:hover {
          svg {
            fill: var(--primary_color);
          }
        }
      }
    }
  }

  /* ============================================
     Copyright Area 3
     ============================================ */
  .tmp-copyright-area-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    
    @media only screen and (max-width: 767px) {
      flex-direction: column;
      gap: 20px;
      text-align: center;
    }
    
    .tmp-copyright {
      margin: 0;
      font-size: 16;
      line-height: 1.3;
      color: var(--primary_color_font);
      
      a {
        color: var(--primary_color_font);
        transition: 0.3s;
        
        &:hover {
          color: var(--primary_color);
        }
      }
    }
    
    .tmp-social {
      display: flex;
      align-items: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0;
      
      li {
        margin: 0;
        
        a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.1);
          color: var(--primary_color_font);
          transition: 0.3s;
          
          &:hover {
            background: var(--primary_color);
            color: #fff;
            transform: translateY(-3px);
           
           
            svg {
              fill: #fff;
              color: #fff;
            }
          }
          
          svg {
            width: 16px;
            height: 16px;
            fill: var(--primary_color_font);
            color: var(--primary_color_font);
          }
        }
      }
    }
  }

  /* ============================================
     Hover Underline
     ============================================ */
  .tmp-hover-underline {
    position: relative;
    transition: 0.4s;
    
    &::after {
      position: absolute;
      content: "";
      left: auto;
      bottom: 0;
      background: currentColor;
      width: 0;
      height: 2px;
      transition: 0.3s;
      right: 0;
    }
    
    &:hover::after {
      width: 100%;
      left: 0;
      right: auto;
    }
  }

  /* ============================================
     Gradient Text
     ============================================ */
  .tmp-gradient-text {
    background: linear-gradient(90deg, var(--primary_color), var(--secondary_color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* ============================================
     B4 Style
     ============================================ */
  .b4-style {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary_color_font);
  }

  /* ============================================
     Tmp Button
     ============================================ */
  .tmp-btn {
    display: inline-block;
    padding: 0 28px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: var(--primary_color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    
    @media only screen and (max-width: 575px) {
      padding: 0 16px;
      height: 42px;
      line-height: 42px;
    }
    
    &::after {
      position: absolute;
      content: "";
      -webkit-transition-duration: 800ms;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--primary_color);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    
    &:hover {
      color: #fff;
      
      &::after {
        top: -50%;
      }
    }
    
    &.btn-primary {
      background: var(--primary_color);
      color: #fff;
      
      &:hover {
        background-color: var(--secondary_color);
        color: #fff;
        transform: translate3d(0, -2px, 0);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        
        &::after {
          opacity: 1;
          top: -30%;
        }
      }
    }
  }

  /* ============================================
     Color Utilities
     ============================================ */
  .color-white {
    color: var(--primary_color_font) !important;
  }
  
  .color-primary {
    color: var(--primary_color) !important;
  }
  
  .tmp-text-white {
    color: var(--primary_color_font);
  }
  
  /* Excepción: dentro de .tmp-footer-widget dentro de .tmp-footer-card-3 mantener colores blancos */
  .tmp-footer-card-3 .tmp-footer-widget {
    .color-white {
      color: #fff !important;
    }
    
    .tmp-text-white {
      color: #fff;
    }
  }

  /* ============================================
     Spacing Utilities
     ============================================ */
  
  /* Margin Bottom */
  .mb--0 {
    margin-bottom: 0 !important;
  }
  
  .mb--5 {
    margin-bottom: 5px !important;
  }
  
  .mb--10 {
    margin-bottom: 10px !important;
  }
  
  .mb--15 {
    margin-bottom: 15px !important;
  }
  
  .mb--20 {
    margin-bottom: 20px !important;
  }
  
  .mb--25 {
    margin-bottom: 25px !important;
  }
  
  .mb--30 {
    margin-bottom: 30px !important;
  }
  
  .mb--35 {
    margin-bottom: 35px !important;
  }
  
  .mb--40 {
    margin-bottom: 40px !important;
  }
  
  .mb--45 {
    margin-bottom: 45px !important;
  }
  
  .mb--50 {
    margin-bottom: 50px !important;
  }
  
  /* Margin Top */
  .mt--0 {
    margin-top: 0 !important;
  }
  
  .mt--5 {
    margin-top: 5px !important;
  }
  
  .mt--10 {
    margin-top: 10px !important;
  }
  
  .mt--15 {
    margin-top: 15px !important;
  }
  
  .mt--20 {
    margin-top: 20px !important;
  }
  
  .mt--25 {
    margin-top: 25px !important;
  }
  
  .mt--30 {
    margin-top: 30px !important;
  }
  
  .mt--35 {
    margin-top: 35px !important;
  }
  
  .mt--40 {
    margin-top: 40px !important;
  }
  
  .mt--45 {
    margin-top: 45px !important;
  }
  
  .mt--50 {
    margin-top: 50px !important;
  }
  
  /* Margin Left */
  .ml--0 {
    margin-left: 0 !important;
  }
  
  /* Margin Right */
  .mr--0 {
    margin-right: 0 !important;
  }
  
  /* Padding Top */
  .pt--60 {
    padding-top: 60px !important;
  }
  
  /* Padding Bottom */
  .pb--80 {
    padding-bottom: 80px !important;
  }
  
  /* Padding Right */
  .pr--50 {
    padding-right: 50px !important;
    
    @media only screen and (max-width: 1199px) {
      padding-right: 0 !important;
    }
  }
  
  .pr--80 {
    padding-right: 80px !important;
    
    @media only screen and (max-width: 991px) {
      padding-right: 0 !important;
    }
  }
  
  /* Responsive Margin Bottom */
  .mb_sm--25 {
    @media only screen and (max-width: 767px) {
      margin-bottom: 25px !important;
    }
  }
  
  .mb_md--25 {
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      margin-bottom: 25px !important;
    }
  }
  
  /* Responsive Margin Top */
  .mt_sm--25 {
    @media only screen and (max-width: 767px) {
      margin-top: 25px !important;
    }
  }
  
  .mt_md--30 {
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      margin-top: 30px !important;
    }
  }
  
  /* Responsive Padding Bottom */
  .pb_sm--20 {
    @media only screen and (max-width: 767px) {
      padding-bottom: 20px !important;
    }
  }
  
  /* Responsive Padding Right */
  .pr_sm--0 {
    @media only screen and (max-width: 767px) {
      padding-right: 0 !important;
    }
  }
  
  .pr_md--0 {
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      padding-right: 0 !important;
    }
  }
}


