

/* === ASSET CSS HASH: 74267634fb99a7116b0e551f32fb32cfe77304a2 | SCOPE: section[data-guid="CDFF2A52-40F5-77B9-4DF7-4F3263588564"] === */
/* ============================================
   Widget Slider - Estilos Scoped
   Todos los estilos están scoped bajo .slider-widget
   ============================================ */

   section[data-guid="CDFF2A52-40F5-77B9-4DF7-4F3263588564"] .slider-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;
    
    /* ============================================
       Estilos Genéricos - Reset y Typography
       ============================================ */
    
    /* Enlaces */
    a {
      color: var(--primary_color_font);
      text-decoration: none;
      outline: none;
    }
    
    a:hover,
    a:focus,
    a:active {
      text-decoration: none;
      outline: none;
      color: var(--primary_color);
    }
    
    /* Párrafos */
    p {
      font-size: 16px;
      line-height: 1.75;
      font-weight: 400;
      color: var(--secondary_color_font);
      margin: 0 0 30px;
    }
    
    /* Títulos */
    h1, h2, h3, h4, h5, h6 {
      word-break: break-word;
      font-family: var(--primary_font);
      line-height: 1.4074;
      color: #fefefe;
      margin: 0 0 20px;
    }
    
    h1 {
      font-size: 100px;
      line-height: 1.19;
      font-weight: 700;
    }
    
    h6 {
      font-size: 16px;
      line-height: 1.25;
      font-weight: 500;
    }
    
    @media only screen and (max-width: 1199px) {
      h1 {
        font-size: 90px;
      }
    }
    
    @media only screen and (max-width: 991px) {
      h1 {
        font-size: 54px;
      }
      
      p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 1.75;
      }
    }
    
    @media only screen and (max-width: 767px) {
      h1 {
        font-size: 46px;
        margin-bottom: 20px;
      }
      
      h6 {
        margin-bottom: 20px;
      }
    }
    
    @media only screen and (max-width: 575px) {
      h1 {
        font-size: 36px;
      }
    }
    
    @media only screen and (max-width: 480px) {
      h1 {
        font-size: 32px;
      }
    }
    
    /* ============================================
       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: 0.4s;
      border: 0 none;
      position: relative;
      z-index: 1;
      overflow: hidden;
      transition: all 0.6s;
      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 {
      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;
      content: "";
      position: absolute;
      transition-duration: 800ms;
      width: 200%;
      height: 200%;
      top: 110%;
      left: 50%;
      background: var(--primary_color);
      transform: translateX(-50%);
      border-radius: 50%;
      z-index: -1;
    }
    
    .tmp-btn i {
      padding-left: 6px;
      display: inline-block;
      top: 2px;
      position: relative;
      font-size: 17px;
      line-height: 1;
    }
    
    .tmp-btn i.image-icon {
      top: inherit;
      transition: 0.4s;
    }
    
    /* Estilos específicos para iconos dentro de btn-icon */
    .tmp-btn .btn-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    
    .tmp-btn .btn-icon i {
      padding-left: 6px;
      padding-right: 0;
      top: 0;
      font-size: 17px;
     
      display: inline-block;
    }
    
    .tmp-btn.btn-large {
      height: 60px;
      line-height: .3;
      padding: 0 37px;
      font-size: 17px;
    }
    
    @media only screen and (max-width: 767px) {
      .tmp-btn.btn-large {
        padding: 0 18px;
        font-size: 14px;
      }
    }
    
    .tmp-btn.round,
    .btn-default.round {
      border-radius: var(--general_border_radius);
    }
    
    .tmp-btn:hover {
      color: #ffffff;
      transform: translate3d(0, -2px, 0);
      background-color: transparent;
    }
    
    .tmp-btn:hover::after {
      opacity: 1;
      top: -30%;
    }
    
    /* Estilos adicionales para hover-icon-reverse */
    .tmp-btn.hover-icon-reverse:hover {
      transform: translate3d(0, -2px, 0);
    }
    
    .tmp-btn.hover-icon-reverse .btn-icon i {
      font-size: 17px;
      line-height: .3!important;
    }
    
    .tmp-btn.hover-icon-reverse:hover .btn-icon i {
      opacity: 1;
    }
    
    .tmp-btn.hover-icon-reverse:hover .btn-icon + .btn-icon i {
      opacity: 1;
    }
    
    .tmp-btn:focus {
      box-shadow: none;
      border: none;
      background-color: unset;
      background: var(--primary_color);
    }
    
    /* Botón hover-icon-reverse */
    .tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .tmp-btn.hover-icon-reverse .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;
    }
    
    .tmp-btn.hover-icon-reverse .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);
    }
    
    .tmp-btn.hover-icon-reverse .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;
    }
    
    .tmp-btn.hover-icon-reverse .btn-icon + .btn-icon i {
      padding-left: 0;
      padding-right: 6px;
    }
    
    .tmp-btn.hover-icon-reverse:hover .btn-text {
      transition-delay: 0.1s;
      transform: translateX(23px);
    }
    
    .tmp-btn.hover-icon-reverse:hover .btn-icon {
      opacity: 0;
      transition-delay: 0s;
      transform: translateX(10px);
    }
    
    .tmp-btn.hover-icon-reverse:hover .btn-icon + .btn-icon {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.225s;
    }
    
    /* ============================================
       Estilos del Banner Slider Area
       ============================================ */
    
    .banner-slider-area-one {
      position: relative;
    }
    
    .banner-slider-area-one .bg-line-animatoin-area-global {
      background-image: url(imagenes/global-line.png);
      animation: ShapeAnim 80s linear infinite;
      height: 30px;
      width: 100%;
      background-repeat: repeat;
      overflow: hidden;
      bottom: 0;
      position: absolute;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(119%) contrast(107%);
    }
    
    /* ============================================
       Estilos del Slider (slider-style-2)
       ============================================ */
    
    .slider-style-2 {
      padding-top: 130px;
      position: relative;
    }
    
    @media only screen and (max-width: 991px) {
      .slider-style-2 {
        padding-top: 150px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2 {
        padding-top: 150px;
      }
    }
    
    .slider-style-2.variation-2 {
      padding-top: 79px;
    }
    
    @media only screen and (max-width: 991px) {
      .slider-style-2.variation-2 {
        padding-top: 170px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2.variation-2 {
        padding-top: 170px;
      }
    }
    
    .slider-style-2.variation-2 .inner .title {
      font-weight: 700;
      font-size: 100px;
      margin-top: 0;
      margin-bottom: 38px;
    }
    
    @media only screen and (max-width: 1599px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 90px;
      }
    }
    
    @media only screen and (max-width: 1199px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 80px;
      }
    }
    
    @media only screen and (max-width: 991px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 54px;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 46px;
        margin-bottom: 20px;
      }
    }
    
    @media only screen and (max-width: 575px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 36px;
      }
    }
    
    @media only screen and (max-width: 480px) {
      .slider-style-2.variation-2 .inner .title {
        font-size: 32px;
      }
    }
    
    .slider-style-2.variation-2 .inner .title span {
      color: var(--primary_color);
    }
    
    .slider-style-2.variation-2 .inner .tag-title {
      color: #fff;
      margin: 0;
      letter-spacing: 1.5px;
      padding-left: 70px;
      position: relative;
      margin-bottom: 50px;
      font-weight: 600;
      font-size: 16px;
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2.variation-2 .inner .tag-title {
        padding-left: 0;
        margin-bottom: 20px;
      }
    }
    
    .slider-style-2.variation-2 .inner .tag-title::before {
      position: absolute;
      content: "";
      left: 0;
      width: 46px;
      height: 2px;
      background: var(--primary_color);
      top: 50%;
      transform: translateY(-50%);
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2.variation-2 .inner .tag-title::before {
        display: none;
      }
    }
    
    .slider-style-2.variation-2 .inner p {
      color: #fff;
      padding-right: 46%;
    }
    
    @media only screen and (max-width: 991px) {
      .slider-style-2.variation-2 .inner p {
        padding-right: 0;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2.variation-2 .inner p {
        padding-right: 0;
        font-size: 14px;
      }
    }
    
    /* ============================================
       Height 850
       ============================================ */
    
    .height-850 {
      height: 850px;
      display: flex;
      align-items: center;
    }
    
    @media only screen and (max-width: 1199px) {
      .height-850 {
        height: 710px;
      }
    }
    
    @media only screen and (max-width: 991px) {
      .height-850 {
        height: auto;
        padding: 150px 0;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .height-850 {
        height: auto;
        padding: 100px 0;
      }
    }
    
    /* ============================================
       Background Images (bg_image)
       ============================================ */
    
    .bg_image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    
    /* Background images ahora son inline con XImage */
    
    /* ============================================
       Line Effect
       ============================================ */
    
    .slider-style-2 .line-effect {
      top: 0;
      left: 0;
      gap: 10px;
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute;
      flex-direction: column;
      transition: 0.8s ease-in-out;
      transform-origin: bottom left;
      transform: translateY(-100%) rotate(90deg);
      pointer-events: none;
    }
    
    @media only screen and (max-width: 767px) {
      .slider-style-2 .line-effect {
        min-width: 169%;
      }
    }
    
    .slider-style-2 .line-effect .line {
      width: 100%;
      background: #fff;
      transition: transform 0.8s ease-in-out, height 0.5s ease-in-out;
      transform-origin: center;
      backdrop-filter: blur(10px);
    }
    
    .slider-style-2 .line-effect .line:nth-child(1) {
      height: 1px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(2) {
      height: 5px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(3) {
      height: 10px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(4) {
      height: 20px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(5) {
      height: 30px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(6) {
      height: 40px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(7) {
      height: 50px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(8) {
      height: 60px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(9) {
      height: 70px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(10) {
      height: 80px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(11) {
      height: 90px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(12) {
      height: 100px;
    }
    
    .slider-style-2 .line-effect .line:nth-child(13),
    .slider-style-2 .line-effect .line:nth-child(14),
    .slider-style-2 .line-effect .line:nth-child(15),
    .slider-style-2 .line-effect .line:nth-child(16),
    .slider-style-2 .line-effect .line:nth-child(17),
    .slider-style-2 .line-effect .line:nth-child(18),
    .slider-style-2 .line-effect .line:nth-child(19),
    .slider-style-2 .line-effect .line:nth-child(20) {
      height: 100px;
    }
    
    .slider-style-2.slick-active .line-effect .line {
      transform: scaleY(0);
    }
    
    .slider-style-2.slick-active .line-effect {
      transform: scaleY(-50px);
    }
    
    /* ============================================
       Slider Animation (slider-animation-2)
       ============================================ */
    
    .slider-animation-2 .slider-style-2 .inner > * {
      animation-name: fadeOutUp;
      animation-fill-mode: both;
      animation-duration: 1s;
    }
    
    .slider-animation-2 .slider-style-2.slick-active .inner > * {
      animation-name: fadeInUp;
    }
    
    .slider-animation-2 .slider-style-2.slick-active .inner p {
      animation-delay: 1s;
    }
    
    .slider-animation-2 .slider-style-2.slick-active .inner .read-more-btn {
      animation-delay: 1.2s;
    }
    
    /* ============================================
       Animaciones
       ============================================ */
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }
    
    @keyframes fadeOutUp {
      from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
      to {
        opacity: 0;
        transform: translate3d(0, -40px, 0);
      }
    }
    
    /* ============================================
       Slider Dot Styles (tmp-slick-dot)
       ============================================ */
    
    .tmp-slick-dot .slick-dots {
      bottom: -60px;
      position: absolute;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
    }
    
    @media only screen and (max-width: 575px) {
      .tmp-slick-dot .slick-dots {
        bottom: -50px;
      }
    }
    
    .tmp-slick-dot .slick-dots li {
      width: 30px;
      margin: 0;
      opacity: 1;
      position: relative;
      display: inline-block;
    }
    
    .tmp-slick-dot .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
    }
    
    .tmp-slick-dot .slick-dots li button::before {
      display: none;
    }
    
    .tmp-slick-dot .slick-dots li button::after {
      background: rgba(255, 255, 255, 0.3);
      width: 10px;
      height: 10px;
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: transparent;
      box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.3);
      transition: all 0.3s;
    }
    
    .tmp-slick-dot .slick-dots li.slick-active {
      opacity: 1;
    }
    
    .tmp-slick-dot .slick-dots li.slick-active button::after {
      transform: translate(-50%, -50%) scale(2);
      box-shadow: inset 0 0 0 1px var(--primary_color);
      background-color: transparent;
    }
    
    /* Slider Dot Styles específico para slider-dot */
    .slider-dot.tmp-slick-dot .slick-dots {
      bottom: 60px;
    }
    
    /* ============================================
       Slider Arrow Styles (tmp-slick-arrow)
       ============================================ */
    
    .tmp-slick-arrow {
      position: relative;
    }
    
    .tmp-slick-arrow button.slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      transition: 0.5s;
      opacity: 0;
      width: 68px;
      height: 68px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 100%;
      color: rgba(255, 255, 255, 0.3);
      background-color: transparent;
      cursor: pointer;
      font-size: 0;
      line-height: 0;
      padding: 0;
    }
    
    @media only screen and (max-width: 1199px) {
      .tmp-slick-arrow button.slick-arrow {
        display: none !important;
      }
    }
    
    @media only screen and (max-width: 991px) {
      .tmp-slick-arrow button.slick-arrow {
        display: none !important;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .tmp-slick-arrow button.slick-arrow {
        display: none !important;
      }
    }
    
    .tmp-slick-arrow:hover button.slick-arrow {
      opacity: 1;
    }
    
    .tmp-slick-arrow button.slick-arrow:hover {
      background: var(--primary_color);
      border-color: var(--primary_color) !important;
      transform: translateY(-50%) scale(1.2);
    }
    
    .tmp-slick-arrow button.slick-arrow::before {
      line-height: 1;
      opacity: 0.4;
      position: relative;
      top: -2px;
      transition: 0.5s;
      z-index: 2;
      display: inline-block;
    }
    
    .tmp-slick-arrow button.slick-arrow.prev-arrow {
      left: 70px;
    }
    
    @media only screen and (max-width: 767px) {
      .tmp-slick-arrow button.slick-arrow.prev-arrow {
        left: 10px;
      }
    }
    
    .tmp-slick-arrow button.slick-arrow.prev-arrow::before {
      content: url(imagenes/slick-arrow-left-small.png);
      vertical-align: middle;
    }
    
    .tmp-slick-arrow button.slick-arrow.prev-arrow:hover {
      left: 60px;
    }
    
    .tmp-slick-arrow button.slick-arrow.prev-arrow:hover::before {
      opacity: 1;
    }
    
    .tmp-slick-arrow button.slick-arrow.next-arrow {
      left: auto;
      right: 70px;
    }
    
    @media only screen and (max-width: 767px) {
      .tmp-slick-arrow button.slick-arrow.next-arrow {
        right: 10px;
      }
    }
    
    .tmp-slick-arrow button.slick-arrow.next-arrow::before {
      content: url(imagenes/slick-arrow-right-small.png);
      vertical-align: middle;
    }
    
    .tmp-slick-arrow button.slick-arrow.next-arrow:hover {
      right: 60px;
    }
    
    .tmp-slick-arrow button.slick-arrow.next-arrow:hover::before {
      opacity: 1;
    }
    
    .tmp-slick-arrow button.slick-arrow i {
      display: none;
    }
    
    /* Estilos para tmp-slick-arrow-white */
    .tmp-slick-arrow-white.tmp-slick-arrow button.slick-arrow {
      color: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.3);
    }
    
    /* Utilidades */
    .mb--40 {
      margin-bottom: 40px;
    }
    
    .b1 {
      font-size: 18px;
      line-height: 1.75;
    }
    
    .text-left {
      text-align: left;
    }
    
    .display-one {
      font-size: 100px;
    }
    
    @media only screen and (max-width: 767px) {
      .display-one {
        font-size: 40px;
      }
    }
  }
  
  /* ============================================
     Animaciones (fuera del scope para que funcionen)
     ============================================ */
  
  @keyframes ShapeAnim {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top left 2000px;
    }
  }


/* === ASSET CSS HASH: f51a3a5eb4198f0e8d0586345588a791ffeee082 | SCOPE: section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] === */
section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] ﻿.download-app-wrapper{
  overflow: hidden;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one{
  position: relative;
  display: block;
  background-color: var(--primary_color_font);
  z-index: 1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner{
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1 img{
  width: auto;
  animation: downloadAppFloat 3s ease-in-out infinite;
}

@keyframes downloadAppFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner .section-title{
  margin-bottom: 32px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner .section-title__title{
  color: #fff;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__text{
  color: rgba(255, 255, 255, 0.7);
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color);
  padding: 15px 30px 15px;
  border-radius: var(--general_border_radius);
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--primary_color_font);
  transition: all 0.4s ease;
  z-index: -1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a:hover::before{
  left: 0;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a img{
  width: auto;
  max-width: 100%;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store a:hover img{
  transform: scale(1.05);
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title{
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 48px;
  z-index: 1;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__tagline-box{
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-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="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__tagline-border{
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  border: 1px solid var(--primary_color);
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__shape-1,
section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__shape-2{
  position: absolute;
  top: -4px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__shape-1{
  right: -1px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__shape-2{
  left: -1px;
}

section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__shape-1 > .section-title__circle,
section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-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="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .section-title__title{
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1{
    right: -130px;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1 img{
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1{
    position: relative;
    margin-top: 30px;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner{
    padding: 120px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1{
    position: relative;
    margin-top: 30px;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__img-1 img{
    width: 100%;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__text br{
    display: none;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__google-and-app-store{
    flex-direction: column;
    align-items: baseline;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner .section-title__tagline-border{
    display: none;
  }

  section[data-guid="7D13F838-662A-20D9-0927-7A047FA24495"] .download-app-wrapper .download-app-one__inner{
    padding: 80px 0 0;
  }
}



/* === ASSET CSS HASH: 93be26be49fe78a4eb09466aa02c773f8ce568d6 | SCOPE: section[data-guid="0705AD38-4BD3-3232-9697-119161274C06"] === */
/* ============================================
   Widget Blog - Estilos Scoped
   Todos los estilos están scoped bajo .blog-widget
   ============================================ */

section[data-guid="0705AD38-4BD3-3232-9697-119161274C06"] .blog-widget a{
  text-decoration: none;
}

section[data-guid="0705AD38-4BD3-3232-9697-119161274C06"] .blog-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) */
  > .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 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 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 .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .tmp-card .inner .thumbnail {
    position: relative;
    overflow: hidden;
  }
  
  .tmp-card .inner .thumbnail a {
    display: block;
    overflow: hidden;
  }
  
  .tmp-card .inner .thumbnail a img {
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
  }
  
  .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;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tmp-card .inner .content {
      padding: 18px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .tmp-card .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;
  }
  
  @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);
  }
  
  /* ============================================
     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
     ============================================ */
  
  .read-more-btn {
    margin-top: 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 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 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;
  }
  
  /* ============================================
     Utilidades
     ============================================ */
  
  .mt--10 {
    margin-top: 10px;
  }
  
  .mb--10 {
    margin-bottom: 10px;
  }
  
  .w-100 {
    width: 100%;
  }
}




/* === ASSET CSS HASH: 5d80ee5a831fd165f2bc85f8a85bb5c67d79b919 | SCOPE: section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] === */
/* Shop Page Widget Styles - Scoped under .shop-page-wrapper */

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper{
  padding: 70px 0;
  background: #fafafa;
}
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] img{
 max-width: 100% !important;
}
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper a{
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper{
    padding: 120px 0;
  }
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-title{
  padding: 16px 20px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-title p{
  margin-bottom: 0;
  color: var(--primary_color_font);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-title .product-view-mode a{
  color: var(--primary_color_font);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-title .product-view-mode a.active{
  color: var(--secondary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-title .product-view-mode a:last-child{
  margin-left: 5px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap.grid .product-list-item{
  display: none;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap.list .col-12{
  flex: 0 0 100%;
  max-width: 100%;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap.list .product-item{
  display: none;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item{
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: var(--general_border_radius);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb::after,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item:hover .product-thumb::after{
  transform: scale(1);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link{
  opacity: 1;
  z-index: 9;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb{
  height: auto;
  width: auto;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb::after,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb img,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb img{
  width: 100%;
  border-radius: var(--general_border_radius);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link{
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: var(--secondary_color);
  color: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal{
  cursor: pointer;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb .product-action-link a:hover,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb .product-action-link a:hover{
  background: var(--primary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-thumb .price{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 4px solid #fff;
  background: var(--secondary_color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item:hover .product-thumb .price{
  background: #fff;
  border-color: var(--secondary_color);
  color: var(--secondary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content{
  padding: 20px 0 10px;
  text-align: center;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content h6,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6{
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content h6 a,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 a{
  color: var(--primary_color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content h6 a:hover,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6 a:hover{
  color: var(--secondary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content p,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content p{
  color: #696969;
  margin-bottom: 5px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content p i,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content p i{
  color: var(--secondary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content .cat-name{
  display: block;
  margin-bottom: 5px;
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 14px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content .rating{
  margin-top: 10px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-item .product-content .rating i{
  color: var(--secondary_color);
}

/* Product List Item Styles */
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb{
  width: 100%;
}

@media (min-width: 768px) {
  section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb{
    width: 35%;
  }
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-thumb img{
  width: 100%;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content{
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 20px;
}

@media (min-width: 768px) {
  section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content{
    width: 65%;
  }
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content h6{
  margin-bottom: 10px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content .price{
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary_color);
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 576px) {
  section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content .price{
    margin-right: 15px;
  }
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .shop-product-wrap .product-list-item .product-content .rating{
  display: inline-block;
  transform: translateY(-5px);
}

/* Pagination Styles */
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations{
  margin: 40px 0;
}

@media (min-width: 992px) {
  section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations{
    margin-bottom: 0;
  }
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li{
  padding: 5px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li a{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
  color: #696969;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li a.active,
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li a:hover{
  color: #fff;
  background: var(--secondary_color);
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li a.dot{
  box-shadow: none;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .paginations ul li a.dot:hover{
  background: transparent;
  color: #696969;
}

/* Animation */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* Magnific Popup Image Styles */
section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .mfp-image-holder .mfp-img{
  max-width: 100%;
  height: auto;
  padding: 0;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .mfp-container{
  padding: 20px;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .mfp-figure{
  line-height: 0;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .mfp-figure img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section[data-guid="27A44FE5-B11B-2768-147C-D3A727823C1D"] .shop-page-wrapper .mfp-bottom-bar{
  margin-top: 0;
}


