* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}


html{
    scroll-behavior: smooth;
}

body{
    background-color: #000000 !important;
}

main {
    overflow: hidden;
    max-width: 1600px;
    margin: auto;
}

/* HERO */

.hero_sweet{
    background-image: url("/images/sweet-bckg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.hero_totalflex{
    background-image: url("/images/totalflex-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.hero_coaching{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/images/coaching-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_ucero{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/images/abogados-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_dot{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/images/dot-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_brickly{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/images/brickly-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


  .hero-div{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
  }

  .hero-iz{
    padding:200px 20px 0 20px;
  }

  .hero-dr{
    background-color:#00000077;
    height:540px;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:40px;
    padding-top:16px;
  }

  .ss-hero__nav{
    width:54px;
    height:54px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(0,0,0,.25);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    display:grid;
    place-items:center;
    cursor:pointer;
    margin-bottom:8px;
  }

  .ss-hero__nav:hover{
    translate:8px;
  }

  .ss-hero__navIcon{
    color:#fff;
    font-size:16px;
    line-height:1;
    transform:translateX(-1px);
  }

  .hero-media{
    position:relative;
    width:380px;
    max-width:92vw;
  }

  .hero-mob{
    display:block;
    padding-bottom:20px;
  }

  .hero-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease;
  }

  .hero-poster{
    transition:opacity .25s ease;
  }

  .hero-poster.is-hidden{
    opacity:0;
  }

  .hero-video.is-visible{
    opacity:1;
    pointer-events:auto;
  }

  .hero-video, .img-video{ opacity:0; transition:opacity .25s ease; }
.hero-video.is-visible, .img-video.is-visible{ opacity:1; }
.hero-poster.is-hidden, .img-poster.is-hidden{ opacity:0; transition:opacity .25s ease; }

  .h1{
    font-size:32px;
    letter-spacing:2px;
    color:#fff;
    font-weight:700;
  }

  .hero-txt{
    font-size:16px;
    letter-spacing:2px;
    color:#fff;
    font-weight:300;
  }

  /* INTRO */

  .intro-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 120px 0px;
  }

  .txt-intro{
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 36px;
    color: white;
    text-align: center;
    font-weight: lighter;
    width: 70%;
  }

  /* IMAGENES */

  .img-secc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .img-chica{
    width: 200px;
    height: auto;
  }

  .img-grandeWrap{
  position: relative;
  width: 320px;
  height: auto;
  overflow: hidden;
}

.img-grande{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.img-video{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .25s ease;
}

.img-video.is-visible{
  opacity: 1;
}

.img-poster{
  transition: opacity .25s ease;
}

.img-poster.is-hidden{
  opacity: 0;
}

/* REVIEW */

.rev-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.rev-img{
    width: 100px;
    height: auto;
}

.rev-div{
    background-color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 90%;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.rev-div-dos{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.rev-txt{
    color: #4F5E6E;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
}

.rev-tit{
    color: #4F5E6E;
    font-size: 14px;
    letter-spacing: 2px;
    font-style: italic;
}

.rev-txt-sec{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* TARJETA CTA AMARILLA */

.cta-bubble{

    --card1:#eaff01;
    --card2:#e7f26f;
    --card3:#f2f7b4;
    --text:#1B1C26;
    --muted: rgba(17,24,39,.70);
    --shadow: rgba(0,0,0,.45);

    background: var(--bg);
    padding: 28px 16px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 86px 0px;
  }

  .cta-bubble__card{
    width: min(360px, 92vw);
    padding: 38px 46px;
    border-radius: 32px;
    text-align:center;
    background: linear-gradient(145deg, var(--card1) 0%, var(--card2) 55%, var(--card3) 100%);
    box-shadow: 0 16px 38px var(--shadow);
  }

  .cta-bubble__title{
    margin: 0 0 26px;
    font-weight: 600;
    letter-spacing: 2PX;
    line-height: 1.1;
    color: var(--text);
    font-size: clamp(28px, 5.2vw, 36px);
  }

  .cta-bubble__link{
    position: relative;
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 6px 2px;
    color: var(--muted);
    text-decoration: none;
    font-size: clamp(14px, 3.2vw, 16px);
    line-height: 1;
    outline: none;
  }

  .cta-bubble__icon{
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    transform: translateY(-1px);
    transition: transform .18s ease, color .18s ease;
  }

 
  .cta-bubble__link:focus-visible{
    outline: 2px solid rgba(17,24,39,.35);
    outline-offset: 6px;
    border-radius: 10px;
  }


   /* CASOS DE ÉXITO */

    .h2-band{
      --text:#ffffff;
      --muted: rgba(255,255,255,.55);

      background: var(--bg);
      padding: 26px 16px; /* mobile first */
      font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
      margin-top: 84px;
    }

    .h2-band__inner{
      width: min(1100px, 100%);
      margin: 0 auto 54px auto;
      position: relative;
      padding: 0px 24px;
    }

    .h2-band__badge{
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
      display: grid;
      place-items: center;
      color: rgba(255,255,255,.65);
      background: rgba(255,255,255,.02);
      box-shadow: 0 14px 30px rgba(0,0,0,.35);
      margin-bottom: 18px;
    }

    .h2-band__title{
      margin: 0 0 16px;
      color: var(--text);
      font-weight: 500;
      letter-spacing: -0.03em;
      line-height: 1.02;

      /* Responsive: crece con el viewport */
      font-size: clamp(34px, 7.8vw, 72px);
      max-width: 18ch;
    }

    .h2-band__line{
      display: block;
      height: 2px;
      width: min(760px, 100%);
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(110, 255, 225, .65), rgba(203, 255, 77, .65));
      opacity: .55;
      filter: saturate(1.1);
    }

   .work-grid{
  background:#070707;
  padding: 18px 12px;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:#fff;
}

.work-grid__inner{
  width: min(980px, 100%);
  margin: 0 auto;
}

/* Masonry "fake" con CSS Grid */
.masonry{
  --gap: 10px;
  --row: 90px;           /* altura base de fila */
  display: grid;
  grid-template-columns: 1fr; /* mobile */
  gap: var(--gap);
  grid-auto-rows: var(--row);
  grid-auto-flow: dense;
}

/* Card */
.card{
  grid-row: span 3; /* normal */
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  text-decoration: none;
  color: inherit;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
}

.card.tall{
  grid-row: span 4; /* alta */
}

.card__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(380px 220px at 50% 35%,
      rgba(0,0,0,.15),
      rgba(0,0,0,.55) 58%,
      rgba(0,0,0,.82) 100%
    ),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.72));
}

.card__phone_tall{
  position:absolute;
  left:50%;
  top: 8%;
  transform: translateX(-50%);
  width: min(64%, 180px);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.55));
  opacity: .95;
  pointer-events: none;
}

.card__phone_small{
  position:absolute;
  left:50%;
  top: 8%;
  transform: translateX(-50%);
  width: min(44%, 140px);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.55));
  opacity: .95;
  pointer-events: none;
}

.card__meta{
  position:absolute;
  left: 14px;
  right: 62px;
  bottom: 46px;
  z-index: 2;
}

.card__title{
  margin: 0 0 4px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 16px;
}

.card__sub{
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  line-height: 1.35;
}

.card__cta{
  position:absolute;
  right: 12px;
  bottom: 46px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.80);
  z-index: 2;
  backdrop-filter: blur(8px);
}


  @media (hover:hover) and (pointer:fine){
    .cta-bubble__link{
      transition: color .18s ease;
    }

    .cta-bubble__link::after{
      content:"";
      position:absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      height: 2px;
      background: rgba(17,24,39,.55);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .18s ease;
      border-radius: 999px;
    }

    .cta-bubble__link:hover{
      color: var(--text);
    }

    .cta-bubble__link:hover::after{
      transform: scaleX(1);
    }

    .cta-bubble__link:hover .cta-bubble__icon{
      transform: translate(3px,-3px);
      color: var(--text);
    }
  }

  /* CTA CREAMOS */

.cta__creamos-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 120px 40px;
}

.cta_creamos{
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 400;
  color: white;
  text-align: center;
}

.hero__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;

  padding: 12px 22px;
  border-radius: 22px;
  text-decoration:none;

  background: linear-gradient(90deg, rgba(215,255,0,.98));
  color: #0b0b0b;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;

  box-shadow:
    0 8px 22px rgba(215,255,0,.18),
    0 2px 0 rgba(0,0,0,.22) inset;


  transition: transform .15s ease, filter .15s ease;
}

.hero__cta:hover{ transform: translateY(-2px); filter: brightness(1.03); }
.hero__cta:active{ transform: translateY(0px); }

.hero__ctaIcon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.hero__ctaText{
  white-space: nowrap;
}

.services360__tablet{
    width: 326px;
    height: auto;
}

/* WHATSAPP */
  
  #whatsapp-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    transform: translateX(200%); /* Start hidden off the screen */
    float: right;
  }
  
  .logo-whatsapp{
    color: #4FCE5D;
    font-size: 64px;
  }

  .logo-whatsapp:hover{
        box-shadow: 0px 4px 4px rgba(252, 251, 251, 0.25);
        transform: translateY(-2px) translateX(2px) scale(1);
        transition: transform 0.3s ease-in-out;
    }


  @media (min-width: 640px){

    /* CASOS DE ÉXITO */
    .masonry{
    grid-template-columns: repeat(2, 1fr);
    --row: 110px;
    --gap: 12px;
  }

  .card__phone_tall{
    width: min(66%, 200px);
    top: 16%;
  }

  .card__phone_small{
    width: min(56%, 140px);
    top: 16%;
  }
  }

  @media (min-width: 720px) {

    /* HERO */

    .hero-div{
      flex-direction:row;
      align-items:flex-end;
    }

    .hero-iz{
      width:50%;
      padding:0 80px 60px;
    }

    .h1{ font-size:42px; }
    .hero-txt{ font-size:18px; }

    .hero-dr{
      height:640px;
      width:50%;
      justify-content:flex-end;
      margin-top:0;
      padding-top:0;
    }

    .hero-media{
      width:min(420px, 26vw);
    }


    /* REVIEW */

    .rev-div{
    width: 60%;
}

.rev-div-dos{
    width: 70%;
}

    /* CASOS DE ÉXITO */

.h2-band{ padding: 42px 22px; }
      .h2-band__badge{ width: 52px; height: 52px; margin-bottom: 22px; }
      .h2-band__line{ height: 2px; opacity: .6; }

.h2-band__inner{
  padding: 0px 44px;
}

 .card__title{ font-size: 18px; }
  .card__sub{ font-size: 14px; }

 /* CTA CREAMOS */

.cta_creamos{
  font-size: 80px;
}

.hero__cta{
    padding: 16px 32px;
    font-size: 13px;
  }
  
  }


@media (min-width: 980px){

    /* CASOS DE ÉXITO */
  .masonry{
    grid-template-columns: repeat(2, 1fr);
    --row: 120px;
  }

  .card{
    border-radius: 18px;
  }

  .card__phone_tall{
    width: min(54%, 245px);
    top: 14%;
  }

  .card__phone_small{
    width: min(54%, 175px);
    top: 14%;
  }


  .card__meta{
    left: 16px;
  }
}


@media (min-width: 1024px){

    /* CASOS DE ÉXITO */

   .h2-band{ padding: 54px 26px; }
      .h2-band__title{ max-width: 22ch; }
      .h2-band__line{ width: 820px; }
      .h2-band__inner{padding: 0px 74px;}
}

