    /* Reset & base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    body {
      font-family: 'Roboto', sans-serif;
      color: #333;
    }

    a {
      color: inherit;
      text-decoration: none
    }

    img {
      max-width: 100%;
      display: block
    }

    /* Utility */
    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 0
    }

    .text-center {
      text-align: center
    }


    .hero h1 {
      font-size: 4rem;
      text-transform: uppercase;
      letter-spacing: .5rem;
      font-weight: 0;
    }

    /* Sections */
    h2.section-title {
      font-size: 2rem;
      margin-bottom: 1rem
    }

    h3.section-title_one {
      font-size: 2rem;
      font-weight: 600;

    }

    h1.section-title_two {
      font-size: 3rem;
      font-style: bold;
      padding-top: -1rem;
      color: #00A3A3;
      margin-bottom: 1rem;
      font-weight: 900
    }

    .btn-contact__hero {
      display: inline-block;
      padding: 0.6rem 1.4rem;
      background: #7c00ff;
      color: #fff;
      border-radius: 24px;
      font-weight: 500;
      font-size: 1.5rem;
      transition: background 0.2s;
    }

    .btn-contact__hero:hover {
      background: #f0f0f0;
      color: #7c00ff;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 4rem
    }

    .card {
      flex: 1 1 calc(50%-2rem);
      background: #eee;
      border-radius: 32px;
      overflow: hidden
    }

    .card--purple {
      background: #7c00ff;
      color: #fff
    }

    .card--black {
      background: #000;
      color: #fff
    }

    .card--gray {
      background: #4F4F4F;
      color: #fff
    }

    .card--teeal {
      background: #008080;
      color: #fff
    }

    .card .inner {
      display: flex;
      flex-wrap: wrap
    }

    .card .left,
    .card .right {
      flex: 1;
      min-width: 280px;
      padding: 2rem
    }

    /* .card .icon {
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem
    } */

    /* .card .icon img {
      width: 32px;
      height: 32px
    } */

    .card h3 {
      margin-bottom: .75rem
    }

    /* SESIÓN DE LETS BUILD */

    .section-green {
      padding: 2rem 0;
      color: #00A3A3;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 3.5rem
    }

    .section-green__something {
      padding: 2rem 0;
      color: #00A3A3;
      margin-bottom: 3rem;
      font-style: normal;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 4rem
    }

    .section-green__great {
      margin-bottom: 2rem;
      font-weight: 900;
      font-style: normal;
      text-transform: uppercase;
      color: #8A2BE2;
      font-size: 4rem
    }


    .section__parafo {
      padding: 2rem 0;
      color: black;
      font-weight: 500;
      font-size: 2rem;
      font-style: normal
    }

    .section__parafo1 {
      padding: 2rem 0;
      color: black;
      font-weight: 800;
      font-size: 2rem;
      font-style: bold
    }

    .mb {
      margin-bottom: 10rem;
    }



    .mb-resaltado__lets_talk {
      margin-top: 1rem;
      font-style: italic;
      padding: 2rem 0;
      color: black;
      font-weight: 800;
      font-size: 2rem;
    }

    .mb-resaltado__vision {
      margin-bottom: 2rem;
      color: #00A3A3;
      font-size: 3.5rem;
      font-weight: 900;
      font-style: bold;
    }


    .btn-contact__lets {
      display: inline-block;
      padding: 0.6rem 1.4rem;
      background: #7c00ff;
      color: #fff;
      border-radius: 24px;
      font-weight: 500;
      font-size: 1.5rem;
      transition: background 0.2s;
    }

    .btn-contact__lets:hover {
      background: #f0f0f0;
      color: #7c00ff
    }


    /* Sections */
    h2.section-title__clients {
      font-size: 2.5rem;
      font-weight: 500;
      margin-bottom: 5rem;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
    }

    .center_comillas__clients {
      display: block;
      margin-left: auto;
      margin-right: auto
    }

    .section-title__clients_review {
      font-size: 5rem;
      font-weight: 900;
    }

    h3.section-title__clients_one {
      font-size: 2rem;
      font-weight: 600;

    }

    h1.section-title__clients_two {
      font-size: 3rem;
      font-style: bold;
      padding-top: -1rem;
      color: #00A3A3;
      margin-bottom: 1rem;
      font-weight: 900
    }

    .mbmbmb {
      font-size: 2rem;
      font-weight: 300;
      margin-bottom: 5rem;
      font-style: normal;
      color: #fff;
    }

    .mbmbmb1 {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 5rem;
      font-style: italic;
      color: #fff;
    }

    .mbmbmb2 {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 5rem;
      font-style: normal;
      color: #fff;
    }


    /* Sections */
    h2.section-title__works {
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 5rem;
      font-style: normal;
      text-transform: uppercase;
      color: #000;
    }

    .section-title__works_our {
      font-size: 5rem;
      font-weight: 900;
      color: #00A3A3;
    }


    /* Sections */
    h2.section-title__team {
      font-size: 3rem;
      font-weight: 500;
      margin-top: 5rem;
      margin-bottom: 5rem;
      font-style: normal;
      text-transform: uppercase;
      color: #fff;
    }

    .section-title__team_our {
      font-size: 5rem;
      font-weight: 900;
      color: #fff;
    }

    .section-web .left,
    .section-web .right {
      flex: 1 1 300px;
    }

    /* Slider base */
    .slider {
      position: relative;
      overflow: hidden
    }

    .slider-track {
      display: flex;
      transition: transform .5s ease
    }

    .slide {
      flex: 0 0 100%;
      padding: 2rem 0
    }

    .slider-arrow {
      background: none;
      border: 4px solid #ffffff;
      color: #ffffff;
      font-size: 1.5rem;
      width: 3rem;
      height: 3rem;
      margin: 0 .5rem;
      border-radius: 50%;
      cursor: pointer;
      transition: background .2s, color .2s;
    }

    .slider-arrow.prev {
      left: 1rem;
      text-align: center;

    }

    .slider-arrow.next {
      right: 1rem;
      text-align: center;

    }

    /* Card in slider */
    .work-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
      overflow: hidden;
      text-align: center
    }

    .work-card img {
      height: 200px;
      object-fit: cover
    }

    .work-card .content {
      padding: 1rem
    }

    .work-card .content h4 {
      margin-bottom: .5rem
    }

    .work-card .content p {
      font-size: .9rem;
      margin-bottom: 1rem
    }

    .work-card .content a {
      display: inline-block;
      padding: .5rem 1rem;
      background: #7c00ff;
      color: #fff;
      border-radius: 24px
    }

    /* Footer */
    footer {
      background: #7c00ff;
      color: #ccc
    }

    footer .footer-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 12rem;
      justify-content: center
    }

    footer .footer-nav ul {
      list-style: none
    }

    footer .footer-nav ul li {
      margin-bottom: .5rem
    }

    footer .social {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin-bottom: 2rem
    }

    footer small {
      display: block;
      text-align: center;
      color: #555
    }



    /* --- Estilos de la sección de trabajo --- */

    .left p.subtitle {
      font-style: strong;
      font-weight: bold;
      margin-top: 1rem;
      margin-bottom: 1.1rem
    }

    /* --- Estilos de la columna derecha --- */
    .right .item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }

    .right .item:last-child {
      margin-bottom: 0;
    }

    .right .item .icon-k {
      font-size: 1.5rem;
      margin-right: 0.75rem;
    }

    .right .left .icon-k2 {
      font-size: 1.5rem;
      margin-right: 0.75rem;
    }

    .right .item .content h3 {
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 0.25rem;
    }

    .right .item .content p {
      font-size: 0.9rem;
      line-height: 1.4;
    }



    .section-web {
      color: #fff;
      border-radius: 32px;
      padding: 3rem;
      /* sombra suave */
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      max-width: 1200px;
      margin: 0 auto;
    }

    .section-web .inner {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }



    /* Reset & base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    a {
      color: inherit;
      text-decoration: none
    }

    img {
      max-width: 100%;
      display: block
    }

    /* Utility */
    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 0
    }

    .text-center {
      text-align: center
    }

    .btn-primary {
      display: inline-block;
      padding: .75rem 1.5rem;
      background: #7c00ff;
      color: #fff;
      border-radius: 24px;
      cursor: pointer
    }

    .btn-primary__footer {
      display: inline-block;
      padding: .75rem 1.5rem;
      background: #ffffff;
      color: #7c00ff;
      border-radius: 24px;
      cursor: pointer
    }

    .label__footer_copy {
      display: inline-block;
      padding: .75rem 1.5rem;
      color: #ffffff;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0
    }

    .hero>* {
      position: relative;
      z-index: 1;
    }

    .hero p {
      margin: .5rem 0;
      font-size: 1.25rem;
      text-align: center;
    }

    .hero img {
      width: 60%;
      height: auto;
      max-width: 100%;
      display: block;
      align-content: center
    }

    .hero h1 {
      padding: 0;
      font-size: 4rem;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 3.5rem;
      margin-top: 2.5rem;
      margin-bottom: 2rem;
      align-content: center
    }

    .hero h2 {
      font-size: 1.5rem;
      margin-bottom: 2rem;
      font-style: light
    }


    .resaltado_bold {
      font-size: 2.5rem;
      color: #00ffd6;
      font-style: bold;
      font-weight: 900;
    }

    .texto-base {
      font-size: 2.5rem;
      color: #fff;
      margin-bottom: 2rem;
      font-style: bold;
      font-weight: 900;
    }

    .texto-base2 {
      font-size: 2.5rem;
      color: #fff;
      font-style: italic;
      font-weight: 500;
    }


    .icon-text {
      display: inline-flex;
      align-items: center;
    }

    .icon-text .icon {
      width: 8vh;
      height: 8vh;
      border-radius: 50%;
      background: #fff;
      padding: 0rem;
    }

    .icon-text .label__web {
      font-size: 3rem;
      font-weight: bold;
      font-weight: 800;
      color: #fff;
      margin-left: 1rem;
    }

    .icon-text .label__management {
      font-size: 3rem;
      font-weight: bold;
      font-weight: 800;
      color: #fff;
      margin-left: 1rem;
    }

    .icon-text .label__social_media {
      font-size: 3rem;
      font-weight: bold;
      font-weight: 800;
      color: #fff;
      margin-left: 1rem;
    }

    .icon-text .label__creative {
      font-size: 3rem;
      font-weight: bold;
      font-weight: 800;
      color: #fff;
      margin-left: 1rem;
    }

    /* Footer Styles */
    .site-footer {
      background: #7c00ff;
      color: #fff;
      padding-top: 3rem;
      font-family: 'Roboto', sans-serif;
    }

    .footer-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 2rem;
      justify-content: space-between;
    }

    .footer-brand {
      flex: 1 1 200px;
    }

    .footer-logo {
      width: 140px;
      margin-bottom: 1rem;
    }

    .social-icons a {
      margin-right: 0.75rem;
      display: inline-flex;
      gap: 1rem;
      justify-content: center;
    }

    .social-icons img {
      width: 24px;
      height: 24px;
    }

    .footer-nav {
      display: flex;
      gap: 3rem;
      flex: 2 1 400px;
    }

    .nav-group h4 {
      margin-bottom: 0.5rem;
      font-size: 1rem;
      font-weight: 900;
      text-transform: uppercase;
      font-style: normal
    }

    .nav-group ul {
      list-style: none;
    }

    .nav-group ul li {
      margin-bottom: 0.5rem;
    }

    .nav-group ul li a {
      color: #fff;
      font-weight: 500;
      font-size: 0.95rem;
      transition: opacity 0.2s;
      text-transform: uppercase;
      font-style: normal
    }

    .nav-group ul li a:hover {
      opacity: 0.8;
    }

    .footer-cta {
      flex: 1 1 150px;
      display: flex;
      align-items: start;
      justify-content: flex-end;
    }

    .btn-contact__footer {
      display: inline-block;
      padding: 0.6rem 1.4rem;
      background: #fff;
      color: #7c00ff;
      border-radius: 24px;
      font-weight: 500;
      font-size: 1.5rem;
      transition: background 0.2s
    }

    .btn-contact__footer:hover {
      background: #7c00ff;
      color: #f0f0f0
    }

    .footer-copyright {
      margin-top: 2rem;
      text-align: center;
      padding-bottom: 2rem;
    }

    .footer-copyright hr {
      border: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
      margin-bottom: 1rem;
    }

    .footer-copyright p {
      font-size: 0.85rem;
      font-weight: 300;
      margin: 0;
    }



    /* Our Works Section */
    .works-section {
      padding: 4rem 0;
      background: #f0f0f0;
    }

    /* Títulos */
    .small-title {
      font-size: 1rem;
      letter-spacing: .2em;
      color: #000;
      margin-bottom: .5rem;
    }

    .big-title {
      font-size: 2.5rem;
      color: #00a79d;
      margin-bottom: 2rem;
    }

    /* Grid de 3 columnas */
    .works-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Tarjetas */
    .work-card {
      background: #fff;
      border-radius: 0px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .work-card img {
      width: 100%;
      display: block;
      object-fit: cover;
      height: 180px;
    }

    .work-info {
      padding: 1.5rem;
    }

    .work-info h3 {
      font-size: 1.1rem;
      margin-bottom: .75rem;
    }

    .work-info p {
      font-size: .95rem;
      line-height: 1.4;
      margin-bottom: 1rem;
    }

    .btn-link {
      display: inline-block;
      padding: .5rem 1.5rem;
      background: #7c00ff;
      color: #fff;
      border-radius: 24px;
      font-weight: 900;
      text-decoration: none;
    }

    .btn-link:hover {
      background: #f0f0f0;
      color: #7c00ff;
    }



    /* Contenedor del carrusel */
    .carousel-wrapper {
      position: inherit;
      overflow: hidden;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      padding: 2rem 0;
    }

    .carousel-track {
      display: inline-flex;
      max-height: 100%;
      max-width: 100%;
      transition: transform .5s;
    }

    /* Cada tarjeta */
    .carousel-item {
      flex: 0 0 250px;
      margin: 0 1rem;
      background: #7c00ff;
      border-radius: 24px;
      padding: 1rem;
      transform: scale(.9) translateY(0);
      transition: transform .3s;
    }

    .carousel-item.active {
      transform: scale(1) translateY(-10px);
      background: #00d8c7;
      /* color distinto para destacarlo */
    }

    .carousel-item img {
      width: 100%;
      border-radius: 16px;
      margin-bottom: .75rem;
    }

    .carousel-item h3 {
      font-size: 1rem;
      margin-bottom: .5rem;
      text-transform: uppercase;
      text-align: initial;
    }

    .carousel-item p {
      font-size: .75rem;
      margin-bottom: 1rem;
    }

    .carousel-item .role {
      display: inline-block;
      border: 1px solid #ffffff;
      border-radius: 12px;
      text-align: initial;
      font-size: 0.75rem;
    }

    /* Botones centrados abajo */
    .carousel-nav {
      text-align: center;
      margin-top: 1.5rem;
    }

    .carousel-nav button {
      background: none;
      border: 4px solid #ffffff;
      color: #ffffff;
      font-size: 1.5rem;
      width: 3rem;
      height: 3rem;
      margin: 0 .5rem;
      border-radius: 50%;
      cursor: pointer;
      transition: background .2s, color .2s;
    }

    .carousel-nav button:hover {
      background: #fff;
      color: #000;
    }






    /* Botones centrados abajo */
    .carousel-nav__clients {
      text-align: center;
      margin-top: 1.5rem;
    }

    .carousel-nav__clients button {
      background: none;
      border: 4px solid #ffffff;
      color: #ffffff;
      font-size: 1.5rem;
      width: 3rem;
      height: 3rem;
      margin: 0 .5rem;
      border-radius: 50%;
      cursor: pointer;
      transition: background .2s, color .2s;
    }

    .carousel-nav__clients button:hover {
      background: #fff;
      color: #000;
    }

    /* Media Queries */
    /* --- Responsive: en pantallas muy estrechas apilamos --- */
    /* Mobile */
    @media (max-width: 768px) {
      .section-web .inner {
        flex-direction: column;
      }

      .hero h1 {
        font-size: 2.5rem;
        letter-spacing: .2rem
      }

      .cards {
        flex-direction: column
      }

      .carousel-item {
        flex: 0 0 200px;
      }

      .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-cta {
        justify-content: center;
      }

      /* Responsive: 2 columnas en tablet, 1 en móvil */
      .works-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero h1 {
        font-size: 2rem;
        letter-spacing: 1rem;
      }

      .btn,
      .btn-primary,
      .btn-contact__hero {
        padding: 0.4rem 0.8rem;
        font-size: 1.5rem;
      }

      .works-grid {
        grid-template-columns: 1fr;
      }

      .carousel-item {
        flex: 0 0 150px;
        margin: 0 0.5rem;
      }

      .footer-inner {
        flex-direction: column;
        text-align: center;
      }

      .hero p {
        margin: .5rem 0;
        font-size: 1.25rem;
        display: block;
        text-align: center;
      }

      .hero img {
        width: 90%;
        height: auto;
        max-width: 100%;
        display: block;
        align-content: center
      }


      .resaltado_bold {
        font-size: 1.7rem;
        color: #00ffd6;
        font-style: bold;
        font-weight: 900;
      }

      .texto-base {
        font-size: 1.7rem;
        color: #fff;
        margin-bottom: 2rem;
        font-style: bold;
        font-weight: 900;
      }

      .texto-base2 {
        font-size: 1.7rem;
        color: #fff;
        font-style: italic;
        font-weight: 500;
      }


      .icon-text .label__web {
        font-size: 2rem;
        font-weight: bold;
        font-weight: 800;
        color: #fff;
        margin-left: 1rem;
      }

      .icon-text .label__management {
        font-size: 1.5rem;
        font-weight: bold;
        font-weight: 800;
        color: #fff;
        margin-left: 1rem;
      }

      .icon-text .label__social_media {
        font-size: 1.2rem;
        font-weight: bold;
        font-weight: 800;
        color: #fff;
        margin-left: 1rem;
      }

      .icon-text .label__creative {
        font-size: 2rem;
        font-weight: bold;
        font-weight: 800;
        color: #fff;
        margin-left: 1rem;
      }

      /* SECCIÓN DE LET'S BUILD */

      .section-green {
        padding: 2rem 0;
        color: #00A3A3;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.7rem
      }

      .section-green__something {
        padding: 2rem 0;
        color: #00A3A3;
        margin-bottom: 3rem;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 2.2rem
      }

      .section-green__great {
        margin-bottom: 2rem;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        color: #8A2BE2;
        font-size: 2.2rem
      }


      .section__parafo {
        padding: 2rem 0;
        color: black;
        font-weight: 500;
        font-size: 1rem;
        font-style: normal
      }

      .section__parafo1 {
        padding: 2rem 0;
        color: black;
        font-weight: 800;
        font-size: 1rem;
        font-style: bold
      }

      .mb {
        margin-bottom: 10rem;
      }



      .mb-resaltado__lets_talk {
        margin-top: 1rem;
        font-style: italic;
        padding: 2rem 0;
        color: black;
        font-weight: 800;
        font-size: 1.5rem;
      }

      .mb-resaltado__vision {
        margin-bottom: 2rem;
        color: #00A3A3;
        font-size: 2.5rem;
        font-weight: 900;
        font-style: bold;
      }


      .btn-contact__lets {
        display: inline-block;
        padding: 0.6rem 1.4rem;
        background: #7c00ff;
        color: #fff;
        border-radius: 24px;
        font-weight: 500;
        font-size: 1.5rem;
        transition: background 0.2s;
      }

      .btn-contact__lets:hover {
        background: #f0f0f0;
        color: #7c00ff
      }


      /* Sections NUESTROS CLIENTES*/
      h2.section-title__clients {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 5rem;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
      }

      .center_comillas__clients {
        display: block;
        margin-left: auto;
        margin-right: auto
      }

      .section-title__clients_review {
        font-size: 2.7rem;
        font-weight: 900;
      }

      h3.section-title__clients_one {
        font-size: 2rem;
        font-weight: 600;

      }

      h1.section-title__clients_two {
        font-size: 1rem;
        font-style: bold;
        padding-top: -1rem;
        color: #00A3A3;
        margin-bottom: 1rem;
        font-weight: 900
      }

      .mbmbmb {
        font-size: 1rem;
        font-weight: 300;
        margin-bottom: 5rem;
        font-style: normal;
        color: #fff;
      }

      .mbmbmb1 {
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 5rem;
        font-style: italic;
        color: #fff;
      }

      .mbmbmb2 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 5rem;
        font-style: normal;
        color: #fff;
      }


      /* Sections NUESTRO TRABAJO*/
      h2.section-title__works {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
        font-style: normal;
        text-transform: uppercase;
        color: #000;
      }

      .section-title__works_our {
        font-size: 2.5rem;
        font-weight: 900;
        color: #00A3A3;
      }


      /* Sections NUESTRO EQUIPO */
      h2.section-title__team {
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 5rem;
        margin-bottom: 5rem;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
      }

      .section-title__team_our {
        font-size: 2.8rem;
        font-weight: 900;
        color: #fff;
      }

      .section-web .left,
      .section-web .right {
        flex: 1 1 300px;
      }

      /* Slider base EL SLIDER DE NUESTRO TRABAJO*/
      .slider {
        position: relative;
        overflow: hidden
      }

      .slider-track {
        display: flex;
        transition: transform .5s ease
      }

      .slide {
        flex: 0 0 100%;
        padding: 2rem 0
      }

      .slider-arrow {
        background: none;
        border: 4px solid #ffffff;
        color: #ffffff;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
        margin: 0 .5rem;
        border-radius: 50%;
        cursor: pointer;
        transition: background .2s, color .2s;
      }

      .slider-arrow.prev {
        left: 1rem;
        text-align: center;

      }

      .slider-arrow.next {
        right: 1rem;
        text-align: center;

      }

      /* Card in slider */
      .work-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        overflow: hidden;
        text-align: center
      }

      .work-card img {
        height: 200px;
        object-fit: cover
      }

      .work-card .content {
        padding: 1rem
      }

      .work-card .content h4 {
        margin-bottom: .5rem
      }

      .work-card .content p {
        font-size: .9rem;
        margin-bottom: 1rem
      }

      .work-card .content a {
        display: inline-block;
        padding: .5rem 1rem;
        background: #7c00ff;
        color: #fff;
        border-radius: 24px
      }

      /* Footer */
      footer {
        background: #7c00ff;
        color: #ccc
      }

      footer .footer-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 12rem;
        justify-content: center
      }

      footer .footer-nav ul {
        list-style: none
      }

      footer .footer-nav ul li {
        margin-bottom: .5rem
      }

      footer .social {
        display: flex;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 2rem
      }

      /* footer small {
        display: block;
        text-align: center;
        color: #555
      } */


    }


    @media (max-width: 480px) {
      .carousel-item {
        flex: 0 0 150px;
        margin: 0 .5rem;
      }

      .works-grid {
        grid-template-columns: 1fr;
      }
    }


    /* Tablet */
    @media (max-width: 1023px) {
      .container {
        width: 95%;
      }

      .hero h1 {
        font-size: 3rem;
        letter-spacing: 2rem;
      }

      .btn,
      .btn-primary,
      .btn-contact__hero {
        padding: 0.5rem 1rem;
        text-align: center;
      }

      .cards {
        flex-direction: column;
      }

      .section-web .inner {
        flex-direction: column;
      }

      .works-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .carousel-item {
        flex: 0 0 200px;
      }
    }





    /* CARRUSELL */

    .carousel__projects {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .carousel-track-container__projects {
      overflow: hidden;
      width: 100%;
    }

    .carousel-track__projects {
      display: flex;
      transition: transform 0.5s ease-in-out;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    /* Cada slide tendrá un ancho fijo (300px) y un margen lateral de 10px */
    .carousel-slide__projects {
      flex: 0 0 450px;
      margin: 0 20px;
      /* opacity: 0.5; */
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .carousel-slide.active {
      opacity: 1;
      transform: scale(1.05);
    }

    .card__projects {
      background-color: #fff;
      border-radius: 0px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      min-height: 320px;
      min-width: 320px;
    }

    .card__projects img {
      width: 100%;
      display: block;
    }

    .card-content__projects {
      padding: 20px;
    }

    .card-content__projects h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #333;
    }

    .card-content__projects p {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 15px;
    }

    .link-button__projects {
      padding: 8px 16px;
      background-color: #8a2be2;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-size: 0.9rem;
      align-content: center;
      display: inline-block;
      text-align: center;
      
    }

    .carousel-button__projects {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      font-size: 2rem;
      padding: 4px 12px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
    }

    .carousel-button__projects.prev {
      left: 10px;
    }

    .carousel-button__projects.next {
      right: 10px;
    }

    @media (max-width: 768px) {
      .carousel-slide__projects {
        flex: 0 0 250px;
      }
    }

    @media (max-width: 480px) {
      .carousel-slide__projects {
        flex: 0 0 200px;
        margin: 0 5px;
      }

      .card-content__projects {
        padding: 15px;
      }

      .card-content__projects h3 {
        font-size: 1rem;
      }

      .card-content__projects p {
        font-size: 0.8rem;
      }

      .link-button__projects {
        padding: 6px 12px;
        font-size: 0.8rem;
      }

      .carousel-button__projects {
        font-size: 1.5rem;
        padding: 2px 8px;
      }
    }