.elementor-5206 .elementor-element.elementor-element-75b8b73{padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-926c4ba > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-fd651e3{width:100%;max-width:100%;}.elementor-5206 .elementor-element.elementor-element-fd651e3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-9790e29{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-b9a71a8 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-02a6fe5{width:100%;max-width:100%;}.elementor-5206 .elementor-element.elementor-element-02a6fe5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-75a69b2{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-393bc06 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-f612919{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-9f87444 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-8e93d03{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-1c2d187 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-845170c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-7109bcc > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-7e4a555{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-e034720 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-c721ac7{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5206 .elementor-element.elementor-element-a68f662 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-fd651e3 *//* ==============================
   HERO – CLEAN & REAL IMAGE
============================== */

#hero-county{
  position:relative;
  width:100%;
  min-height:92vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  font-family:Montserrat, system-ui, sans-serif;
}

/* BACKGROUND IMAGE */
#hero-county .hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

#hero-county .hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:none; /* IMPORTANTE: sin gris */
}

/* LIGHT OVERLAY (NO GRAY) */
#hero-county .hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.18) 0%,
    rgba(0,0,0,.35) 100%
  );
  z-index:1;
}

/* CONTENT */
#hero-county .hero-content{
  position:relative;
  z-index:2;
  max-width:1100px;
  padding:0 5%;
  text-align:center;
  color:#ffffff;
}

/* TITLE */
#hero-county h1{
  font-family:Poppins, system-ui, sans-serif;
  font-size:clamp(2.8rem, 5vw, 4.6rem);
  font-weight:900;
  line-height:1.12;
  margin:0 0 20px;
  color:#ffffff;
}

/* TEXT */
#hero-county p{
  font-size:clamp(1.15rem, 2vw, 1.4rem);
  line-height:1.7;
  max-width:860px;
  margin:0 auto 38px;
  color:rgba(255,255,255,.95);
}

/* ACTIONS */
#hero-county .hero-actions{
  display:flex;
  gap:18px;
  justify-content:center;
  flex-wrap:wrap;
}

/* BUTTONS */
#hero-county .hero-btn{
  padding:14px 32px;
  border-radius:999px;
  font-weight:800;
  font-size:1rem;
  text-transform:uppercase;
  text-decoration:none;
  color:#ffffff;
  transition:transform .25s ease, box-shadow .25s ease;
}

#hero-county .hero-btn.primary{
  background:#C71014;
}

#hero-county .hero-btn.secondary{
  background:#15426C;
}

#hero-county .hero-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(0,0,0,.35);
}

/* MOBILE */
@media(max-width:768px){
  #hero-county{
    min-height:85vh;
  }

  #hero-county .hero-actions{
    flex-direction:column;
  }

  #hero-county .hero-btn{
    width:100%;
    max-width:320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02a6fe5 *//* ===============================
   REMOVE ARROWS – NUMBER FIELD
   WPForms Field ID #15 ONLY
=============================== */
#CEOJA_Form_TwoBrothers 
.wpforms-field-number[data-field-id="15"] 
input::-webkit-outer-spin-button,
#CEOJA_Form_TwoBrothers 
.wpforms-field-number[data-field-id="15"] 
input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
#CEOJA_Form_TwoBrothers 
.wpforms-field-number[data-field-id="15"] 
input{
  -moz-appearance:textfield;
  appearance:textfield;
}

/* ===============================
   BASE (BLUE)
=============================== */
#CEOJA_Form_TwoBrothers{
  width:100%;
  padding:110px 0;
  background:
    radial-gradient(900px 420px at 14% 18%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(900px 520px at 88% 82%, rgba(199,16,20,.22), transparent 60%),
    linear-gradient(180deg,#15426C,#0f3151);
  font-family:Montserrat, system-ui, sans-serif;
  color:#ffffff;
}

#CEOJA_Form_TwoBrothers *{ box-sizing:border-box; }

#CEOJA_Form_TwoBrothers .wrap{
  max-width:2000px;
  margin:0 auto;
  padding:0 5%;
  display:grid;
  gap:60px;
}

/* ===============================
   HEADER
=============================== */
#CEOJA_Form_TwoBrothers .head{
  text-align:center;
  max-width:900px;
  margin:0 auto;
}

#CEOJA_Form_TwoBrothers .head h2{
  font-family:Poppins,sans-serif;
  font-size:3rem;
  font-weight:900;
  margin:0 0 16px;
  color:#ffffff;
}

#CEOJA_Form_TwoBrothers .head p{
  font-size:1.15rem;
  line-height:1.6;
  color:rgba(255,255,255,.85);
}

/* ===============================
   GRID
=============================== */
#CEOJA_Form_TwoBrothers .grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
}

/* ===============================
   LEFT INFO (GLASS)
=============================== */
#CEOJA_Form_TwoBrothers .info{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.18);
  padding:28px;
  display:grid;
  gap:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));
  backdrop-filter:blur(10px);
}

#CEOJA_Form_TwoBrothers .info img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
  filter:none;
  opacity:1;
}

#CEOJA_Form_TwoBrothers .info h3{
  font-family:Poppins,sans-serif;
  font-size:1.45rem;
  font-weight:900;
  margin:0;
  color:#ffffff;
}

#CEOJA_Form_TwoBrothers .info p{
  font-size:1.05rem;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

#CEOJA_Form_TwoBrothers .info ul{
  padding-left:18px;
  margin:0;
}

#CEOJA_Form_TwoBrothers .info li{
  margin-bottom:8px;
  font-weight:600;
}

#CEOJA_Form_TwoBrothers .note{
  background:rgba(0,0,0,.18);
  border-left:4px solid #C71014;
  padding:14px;
  border-radius:12px;
  font-weight:700;
}

/* ===============================
   FORM CARD (WHITE)
=============================== */
#CEOJA_Form_TwoBrothers .formCard{
  border-radius:26px;
  border:1px solid rgba(0,0,0,.12);
  padding:28px;
  background:#ffffff;
  color:#111;
}

/* ===============================
   WPFORMS INPUTS (NO CHECKBOX)
=============================== */
#CEOJA_Form_TwoBrothers .wpforms-container input:not([type="checkbox"]):not([type="radio"]),
#CEOJA_Form_TwoBrothers .wpforms-container textarea,
#CEOJA_Form_TwoBrothers .wpforms-container select{
  width:100%!important;
  border-radius:14px!important;
  border:1px solid rgba(0,0,0,.18)!important;
  padding:14px!important;
  font-size:1.05rem!important;
  font-family:Montserrat,sans-serif!important;
}

/* ===============================
   CHECKBOX FIX
=============================== */
#CEOJA_Form_TwoBrothers .wpforms-field-checkbox ul{
  list-style:none!important;
  padding:0!important;
  margin:14px 0 0!important;
  display:grid;
  gap:12px;
}

#CEOJA_Form_TwoBrothers .wpforms-field-checkbox ul li{
  display:flex;
  align-items:center;
  gap:12px;
}

#CEOJA_Form_TwoBrothers .wpforms-field-checkbox input[type="checkbox"]{
  width:20px!important;
  height:20px!important;
  accent-color:#C71014;
}

#CEOJA_Form_TwoBrothers .wpforms-field-checkbox label{
  font-family:Poppins,sans-serif!important;
  font-weight:700!important;
  font-size:1.05rem!important;
}

/* ===============================
   SUBMIT BUTTON
=============================== */
#CEOJA_Form_TwoBrothers .wpforms-submit{
  width:100%!important;
  height:56px!important;
  border-radius:14px!important;
  border:none!important;
  background:#C71014!important;
  color:#ffffff!important;
  font-family:Poppins,sans-serif!important;
  font-size:1.05rem!important;
  font-weight:900!important;
  cursor:pointer!important;
  transition:transform .2s ease, box-shadow .2s ease;
}

#CEOJA_Form_TwoBrothers .wpforms-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.35);
}

/* ===============================
   RESPONSIVE
=============================== */
@media(max-width:980px){
  #CEOJA_Form_TwoBrothers .grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  #CEOJA_Form_TwoBrothers .head h2{
    font-size:2.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50660e3 */#gcMapAreas1{
      --blue:#15426C;
      --red:#C71014;
      --white:#FFFFFF;

      --ink:#0e1726;
      --muted:rgba(14,23,38,.70);
      --line:rgba(21,66,108,.18);

      padding:80px 5%;
      background:var(--white);
      color:var(--ink);
      font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      box-sizing:border-box;
    }
    #gcMapAreas1 *{ box-sizing:border-box; }

    #gcMapAreas1 .wrap{
    padding:80px 5%;
      margin:0 auto;
      padding:0;
    }

    #gcMapAreas1 .head{
      text-align:center;
      margin:0 auto 18px;
    }
    #gcMapAreas1 h2{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-size:clamp(1.7rem, 2.3vw, 2.35rem);
      line-height:1.12;
      margin:0 0 10px;
      letter-spacing:-.02em;
      color:var(--blue);
    }
    #gcMapAreas1 .head p{
      margin:0 auto;
      max-width:82ch;
      color:var(--muted);
      font-size:1.02rem;
      line-height:1.65;
    }

    #gcMapAreas1 .grid{
      display:grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap:16px;
      align-items:stretch;
    }

    #gcMapAreas1 .card{
      border-radius:24px;
      border:1px solid var(--line);
      background:var(--white);
      box-shadow:0 18px 55px rgba(21,66,108,.12);
      overflow:hidden;
      position:relative;
    }

    #gcMapAreas1 .map-card{
      display:flex;
      flex-direction:column;
      min-height:560px;
    }

    #gcMapAreas1 .map-top{
      padding:14px 16px;
      border-bottom:1px solid var(--line);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    #gcMapAreas1 .map-left{ min-width:0; }

    #gcMapAreas1 .map-title{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      margin:0;
      font-size:1.05rem;
      line-height:1.2;
      color:var(--ink);
    }
    #gcMapAreas1 .map-sub{
      margin:6px 0 0;
      font-size:.95rem;
      color:var(--muted);
    }

    #gcMapAreas1 .map-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    #gcMapAreas1 .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:12px 16px;
      min-height:44px;
      border-radius:12px;
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size:.98rem;
      letter-spacing:.01em;
      text-decoration:none;
      cursor:pointer;
      user-select:none;
      transition:transform .16s ease, box-shadow .16s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
      white-space:nowrap;
      border:2px solid transparent;
      box-shadow:0 12px 26px rgba(21,66,108,.14);
    }
    #gcMapAreas1 .btn:active{ transform:translateY(0); }
    #gcMapAreas1 .btn:hover{ transform:translateY(-1px); }

    /* Primary: Red -> hover Blue */
    #gcMapAreas1 .btn--primary{
      background:var(--red);
      color:var(--white);
      border-color:var(--red);
    }
    #gcMapAreas1 .btn--primary:hover{
      background:var(--blue);
      color:var(--white);
      border-color:var(--blue);
    }

    /* Secondary: Blue -> hover Red */
    #gcMapAreas1 .btn--secondary{
      background:var(--blue);
      color:var(--white);
      border-color:var(--blue);
    }
    #gcMapAreas1 .btn--secondary:hover{
      background:var(--red);
      color:var(--white);
      border-color:var(--red);
    }

    #gcMapAreas1 .btn:focus-visible{
      outline:3px solid rgba(199,16,20,.35);
      outline-offset:2px;
    }

    #gcMapAreas1 .map{
      position:relative;
      flex:1;
      min-height:340px;
      background:var(--white);
    }
    #gcMapAreas1 iframe{
      position:absolute; inset:0;
      width:100%;
      height:100%;
      border:0;
    }

    #gcMapAreas1 .areas-head{
      padding:14px 16px;
      border-bottom:1px solid var(--line);
    }
    #gcMapAreas1 .areas-title{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      margin:0;
      font-size:1.05rem;
      color:var(--blue);
    }
    #gcMapAreas1 .areas-hint{
      margin:6px 0 0;
      font-size:.95rem;
      color:var(--muted);
    }

    #gcMapAreas1 .areas{
      padding:14px;
      display:grid;
      gap:10px;
      max-height:520px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }

    #gcMapAreas1 .area-item{
      width:100%;
      text-align:left;
      border-radius:16px;
      border:1px solid var(--line);
      background:var(--white);
      padding:12px 12px;
      cursor:pointer;
      color:var(--ink);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      transition:transform .16s ease, border-color .18s ease, box-shadow .18s ease;
      box-shadow:0 10px 22px rgba(21,66,108,.10);
    }
    #gcMapAreas1 .area-item:hover{
      transform:translateY(-1px);
      border-color:rgba(199,16,20,.35);
      box-shadow:0 14px 30px rgba(21,66,108,.14);
    }
    #gcMapAreas1 .area-item.is-active{
      border-color:rgba(199,16,20,.55);
      box-shadow:0 16px 34px rgba(21,66,108,.16);
    }

    #gcMapAreas1 .area-name{
      font-weight:900;
      letter-spacing:.01em;
    }
    #gcMapAreas1 .area-tag{
      font-size:.92rem;
      color:rgba(14,23,38,.62);
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    #gcMapAreas1 .area-tag .chev{
      width:10px; height:10px;
      border-right:2px solid rgba(14,23,38,.55);
      border-bottom:2px solid rgba(14,23,38,.55);
      transform:rotate(45deg);
      transition:transform .18s ease;
      margin-top:-2px;
    }
    #gcMapAreas1 .area-item[aria-expanded="true"] .area-tag .chev{
      transform:rotate(-135deg);
    }

    /* Details panel (background white only) */
    #gcMapAreas1 .area-details{
      border-radius:16px;
      border:1px solid var(--line);
      background:var(--white);
      box-shadow:0 14px 32px rgba(21,66,108,.12);
      overflow:hidden;

      max-height:0;
      opacity:0;
      transform:translateY(-6px);
      transition:max-height .25s ease, opacity .22s ease, transform .22s ease, border-color .18s ease;
    }
    #gcMapAreas1 .area-details.is-open{
      opacity:1;
      transform:translateY(0);
      border-color:rgba(199,16,20,.35);
    }
    #gcMapAreas1 .ad-inner{ padding:12px 12px 14px; }

    #gcMapAreas1 .ad-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:10px;
      padding-bottom:10px;
      border-bottom:1px solid var(--line);
      margin-bottom:10px;
    }
    #gcMapAreas1 .ad-title{
      margin:0;
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size:1rem;
      line-height:1.2;
      color:var(--ink);
    }
    #gcMapAreas1 .ad-sub{
      margin:6px 0 0;
      font-size:.92rem;
      color:var(--muted);
      line-height:1.35;
    }

    /* Pill uses button palette (blue) */
    #gcMapAreas1 .ad-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:8px 10px;
      border-radius:999px;
      background:var(--blue);
      color:var(--white);
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size:.85rem;
      border:2px solid var(--blue);
      white-space:nowrap;
      box-shadow:0 12px 24px rgba(21,66,108,.14);
    }

    #gcMapAreas1 .ad-label{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size:.9rem;
      margin:0 0 8px;
      color:var(--blue);
    }
    #gcMapAreas1 .ad-services{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:8px 10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    #gcMapAreas1 .ad-services li{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:.92rem;
      color:rgba(14,23,38,.82);
      line-height:1.3;
    }
    #gcMapAreas1 .ad-dot{
      width:9px; height:9px;
      border-radius:50%;
      background:var(--red);
      box-shadow:0 0 0 3px rgba(199,16,20,.16);
      flex:0 0 auto;
    }

    @media (max-width:980px){
      #gcMapAreas1{ padding:70px 5%; }
      #gcMapAreas1 .grid{ grid-template-columns:1fr; }
      #gcMapAreas1 .map-card{ min-height:520px; }
      #gcMapAreas1 .areas{ max-height:420px; }
      #gcMapAreas1 .map-top{ flex-direction:column; align-items:flex-start; }
      #gcMapAreas1 .map-actions{ width:100%; justify-content:stretch; }
      #gcMapAreas1 .btn{ width:100%; }
      #gcMapAreas1 .ad-services{ grid-template-columns:1fr; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24bac35 */#tbHomeWhy{
      --tb-blue:#15426C;
      --tb-blue2:#0f3151;
      --tb-red:#C71014;

      --tb-ink:#0b1220;
      --tb-white:#ffffff;

      --tb-bg1:#0f3151;
      --tb-bg2:#0b2238;

      --tb-line:rgba(255,255,255,.14);
      --tb-softLine:rgba(11,18,32,.10);

      --tb-cardRadius:22px;
      --tb-shadow:0 18px 52px rgba(0,0,0,.22);
      --tb-shadowHover:0 26px 70px rgba(0,0,0,.28);

      padding: clamp(64px, 6vw, 92px) 5%;
      background: linear-gradient(180deg, var(--tb-bg1), var(--tb-bg2));
      color: rgba(255,255,255,.92);
      font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      position:relative;
      overflow:hidden;
      box-sizing:border-box;
      isolation:isolate;
    }
    #tbHomeWhy *{ box-sizing:border-box; }

    /* Subtle background texture */
    #tbHomeWhy::before{
      content:"";
      position:absolute;
      inset:-35%;
      background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.08) 0%, transparent 60%),
        radial-gradient(circle at 88% 86%, rgba(199,16,20,.14) 0%, transparent 62%);
      opacity:.75;
      pointer-events:none;
      z-index:0;
    }

    /* Wrap: 1700px centered */
    #tbHomeWhy .tbW-wrap{
      margin:0 auto;
      display:grid;
      grid-template-columns: 1.08fr .92fr;
      gap:18px;
      align-items:stretch; /* equal height feel */
      position:relative;
      z-index:1;
    }

    /* Card base */
    #tbHomeWhy .tbW-card{
      border-radius: var(--tb-cardRadius);
      background: rgba(255,255,255,.96);
      border: 1px solid rgba(11,18,32,.10);
      box-shadow: var(--tb-shadow);
      overflow:hidden;
      position:relative;
      min-width:0;

      display:flex;
      flex-direction:column;
    }

    /* Accent top bar (red) */
    #tbHomeWhy .tbW-card::before{
      content:"";
      display:block;
      height:4px;
      background: linear-gradient(90deg, rgba(199,16,20,0), rgba(199,16,20,.95), rgba(199,16,20,0));
      opacity:.95;
    }

    /* Inner spacing */
    #tbHomeWhy .tbW-inner{
      padding: 22px 20px 24px;
      color: var(--tb-ink);
      display:flex;
      flex-direction:column;
      gap:10px;
      height:100%;
    }

    /* Eyebrow */
    #tbHomeWhy .tbW-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:.14em;
      text-transform:uppercase;
      font-size:.82rem;
      color: rgba(15,49,81,.70);
      margin:0;
    }
    #tbHomeWhy .tbW-dot{
      width:9px;height:9px;border-radius:999px;
      background: var(--tb-red);
      box-shadow: 0 10px 22px rgba(199,16,20,.18);
      flex:0 0 auto;
    }

    /* Titles */
    #tbHomeWhy h2{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size: clamp(1.65rem, 2.15vw, 2.25rem);
      line-height:1.12;
      margin:0;
      letter-spacing:-.02em;
      color: var(--tb-blue2);
      overflow-wrap:anywhere;
    }

    /* Lead */
    #tbHomeWhy .tbW-lead{
      margin:0;
      color: rgba(11,18,32,.74);
      font-size: 1.03rem;
      line-height: 1.65;
      overflow-wrap:anywhere;
    }

    /* =========================
       LEFT: Points list
    ========================= */
    #tbHomeWhy .tbW-points{
      display:grid;
      grid-template-columns:1fr;
      gap:10px;
      margin-top: 8px;
    }

    #tbHomeWhy .tbW-pt{
      border-radius:16px;
      background: rgba(15,49,81,.04);
      border:1px solid rgba(15,49,81,.10);
      padding: 12px 12px;
      display:flex;
      gap:12px;
      align-items:flex-start;
      min-width:0;
      transition: border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }

    #tbHomeWhy .tbW-ico{
      flex:0 0 auto;
      width:42px;height:42px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:#fff;
      border:1px solid rgba(11,18,32,.10);
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      color: var(--tb-blue2);
      font-size:.95rem;
    }

    #tbHomeWhy .tbW-pt b{
      display:block;
      font-weight:900;
      font-size: 1.02rem;
      margin: 0 0 4px;
      color: var(--tb-blue2);
      overflow-wrap:anywhere;
    }
    #tbHomeWhy .tbW-pt span{
      display:block;
      color: rgba(11,18,32,.72);
      line-height:1.55;
      font-size: 1rem;
      overflow-wrap:anywhere;
    }

    /* Hover (desktop) */
    @media (hover:hover){
      #tbHomeWhy .tbW-card:hover{
        box-shadow: var(--tb-shadowHover);
        border-color: rgba(199,16,20,.18);
      }
      #tbHomeWhy .tbW-pt:hover{
        transform: translateY(-2px);
        border-color: rgba(199,16,20,.22);
        background: rgba(199,16,20,.05);
        box-shadow: 0 14px 34px rgba(0,0,0,.08);
      }
    }

    /* =========================
       RIGHT: Tiles
    ========================= */
    #tbHomeWhy .tbW-tiles{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
      margin-top: 6px;
      flex:1 1 auto;
    }

    #tbHomeWhy .tbW-tile{
      border-radius:18px;
      background: rgba(15,49,81,.04);
      border:1px solid rgba(15,49,81,.10);
      padding: 14px 14px;
      cursor:pointer;
      user-select:none;
      min-width:0;
      transition: border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
      outline:none;
    }

    #tbHomeWhy .tbW-tileTop{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      min-width:0;
    }

    #tbHomeWhy .tbW-tileTop b{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-weight:900;
      font-size: 1.05rem;
      letter-spacing:-.01em;
      margin:0;
      color: var(--tb-blue2);
      min-width:0;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }

    #tbHomeWhy .tbW-tag{
      padding: 7px 10px;
      border-radius: 999px;
      border:1px solid rgba(11,18,32,.10);
      background:#fff;
      font-weight:900;
      font-size:.84rem;
      color: var(--tb-blue2);
      white-space:nowrap;
      flex:0 0 auto;
    }

    #tbHomeWhy .tbW-tile p{
      margin: 8px 0 0;
      color: rgba(11,18,32,.72);
      line-height: 1.6;
      font-size: 1rem;
      overflow-wrap:anywhere;
    }

    @media (hover:hover){
      #tbHomeWhy .tbW-tile:hover{
        transform: translateY(-2px);
        border-color: rgba(199,16,20,.22);
        background: rgba(199,16,20,.05);
        box-shadow: 0 14px 34px rgba(0,0,0,.08);
      }
    }

    #tbHomeWhy .tbW-tile:focus-visible{
      box-shadow: 0 0 0 4px rgba(199,16,20,.16), 0 14px 34px rgba(0,0,0,.10);
      border-color: rgba(199,16,20,.35);
    }

    /* =========================
       Reveal animation (Intersection)
    ========================= */
    #tbHomeWhy .tbW-card{
      transform: translateY(10px);
      opacity:0;
      transition: transform .6s ease, opacity .6s ease, box-shadow .18s ease, border-color .18s ease;
    }
    #tbHomeWhy.tbW-in .tbW-card{
      transform: translateY(0);
      opacity:1;
    }

    /* Responsive */
    @media (max-width: 980px){
      #tbHomeWhy{ padding: 70px 5%; }
      #tbHomeWhy .tbW-wrap{ grid-template-columns:1fr; }
      #tbHomeWhy .tbW-inner{ padding: 20px 16px 22px; }
    }

    @media (max-width: 520px){
      #tbHomeWhy{ padding: 60px 6%; }
      #tbHomeWhy .tbW-ico{ width:40px; height:40px; }
      #tbHomeWhy .tbW-tag{ font-size:.82rem; padding:6px 9px; }
    }

    @media (prefers-reduced-motion: reduce){
      #tbHomeWhy .tbW-card,
      #tbHomeWhy .tbW-pt,
      #tbHomeWhy .tbW-tile{ transition:none; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8da08d */#tbHybridGallerySection{
    --tb-blue:#15426C;
    --tb-red:#C71014;
    --tb-white:#FFFFFF;

    width:100%;
    padding:60px 5%;
    box-sizing:border-box;
    background:var(--tb-white);
    font-family:"Montserrat",sans-serif;
    font-size:17px;
    color:var(--tb-blue);
  }

  #tbHybridGallerySection h1,
  #tbHybridGallerySection h2{
    font-family:"Poppins",sans-serif;
  }

  #tbHybridGallerySection .tb-hg-wrap{
    margin:0 auto;
  }

  #tbHybridGallerySection .tb-hg-header{
    text-align:center;
    margin-bottom:28px;
  }

  #tbHybridGallerySection .tb-hg-header h2{
    font-size:32px;
    font-weight:800;
    margin:0 0 8px;
    color:var(--tb-blue);
  }

  #tbHybridGallerySection .tb-hg-header p{
    font-size:15px;
    color:rgba(21,66,108,.82);
    max-width:820px;
    margin:0 auto;
    line-height:1.7;
  }

  /* Layout */
  #tbHybridGallerySection .tb-hg-layout{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(0,1.7fr);
    gap:28px;
    align-items:flex-start;
  }
  @media (max-width:1024px){
    #tbHybridGallerySection .tb-hg-layout{ grid-template-columns:1fr; }
  }

  /* Left main */
  #tbHybridGallerySection .tb-hg-main{
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  #tbHybridGallerySection .tb-hg-main-img-wrap{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    background:var(--tb-blue);
    aspect-ratio:16 / 9;
    max-height:520px;
    box-shadow:0 18px 45px rgba(21,66,108,.18);
  }

  #tbHybridGallerySection #tbHgMainImg{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .5s ease, filter .5s ease;
  }
  #tbHybridGallerySection .tb-hg-main-img-wrap:hover #tbHgMainImg{
    transform:scale(1.02);
    filter:saturate(1.06);
  }

  #tbHybridGallerySection .tb-hg-pill{
    position:absolute;
    top:16px;
    left:16px;
    padding:6px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    z-index:2;
    background:rgba(21,66,108,.92);
    color:var(--tb-white);
    border:2px solid rgba(255,255,255,.28);
  }

  /* Zoom button: Blue -> hover Red (invert feel) */
  #tbHybridGallerySection .tb-hg-zoom{
    position:absolute;
    bottom:16px;
    right:16px;
    padding:10px 18px;
    border-radius:999px;
    border:2px solid var(--tb-blue);
    font-size:13px;
    font-weight:800;
    font-family:"Montserrat",sans-serif;
    cursor:pointer;
    background:var(--tb-blue);
    color:var(--tb-white);
    box-shadow:0 10px 26px rgba(21,66,108,.22);
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    z-index:2;
  }
  #tbHybridGallerySection .tb-hg-zoom::after{ content:"⤢"; font-size:14px; }
  #tbHybridGallerySection .tb-hg-zoom:hover{
    transform:translateY(-2px);
    background:var(--tb-red);
    border-color:var(--tb-red);
    box-shadow:0 14px 32px rgba(21,66,108,.28);
  }

  #tbHybridGallerySection .tb-hg-main-caption{ display:none; }

  /* Right column */
  #tbHybridGallerySection .tb-hg-masonry-wrap{
    position:relative;
    height:auto;
    overflow:visible;
    display:flex;
    flex-direction:column;
    padding-top:44px;
  }

  #tbHybridGallerySection .tb-hg-slide-arrows{
    position:absolute;
    top:0;
    right:6px;
    display:flex;
    gap:8px;
    z-index:3;
  }

  /* Arrows: Red -> hover Blue */
  #tbHybridGallerySection .tb-hg-slide-btn{
    width:34px;
    height:34px;
    border-radius:999px;
    border:2px solid var(--tb-red);
    background:var(--tb-red);
    color:var(--tb-white);
    box-shadow:0 8px 20px rgba(21,66,108,.18);
    cursor:pointer;
    font-size:18px;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
  }
  #tbHybridGallerySection .tb-hg-slide-btn:hover:not(.is-disabled){
    background:var(--tb-blue);
    border-color:var(--tb-blue);
    transform:translateY(-1px);
  }
  #tbHybridGallerySection .tb-hg-slide-btn.is-disabled{
    opacity:.35;
    cursor:default;
  }

  /* Uniform grid thumbs */
  #tbHybridGallerySection .tb-hg-masonry{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    flex:1 1 auto;
  }
  @media (max-width:1280px){
    #tbHybridGallerySection .tb-hg-masonry{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  }
  @media (max-width:1024px){
    #tbHybridGallerySection .tb-hg-masonry-wrap{
      padding-top:0;
    }
    #tbHybridGallerySection .tb-hg-masonry{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
    #tbHybridGallerySection .tb-hg-slide-arrows{
      position:static;
      justify-content:flex-end;
      margin-bottom:10px;
    }
  }
  @media (max-width:640px){
    #tbHybridGallerySection .tb-hg-masonry{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }
  }

  #tbHybridGallerySection .tb-hg-item{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    padding:0;
    border:2px solid rgba(21,66,108,.18);
    background:var(--tb-white);
    cursor:pointer;
    box-shadow:0 10px 24px rgba(21,66,108,.12);
    transition:transform .25s ease, box-shadow .25s ease, outline .2s ease, border-color .2s ease;
    aspect-ratio:4 / 3;
    display:block;
  }

  #tbHybridGallerySection .tb-hg-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .3s ease, filter .3s ease;
  }

  #tbHybridGallerySection .tb-hg-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(21,66,108,.55), transparent 55%);
    opacity:0;
    transition:opacity .25s ease;
  }

  #tbHybridGallerySection .tb-hg-item:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 40px rgba(21,66,108,.18);
    border-color:rgba(199,16,20,.38);
  }
  #tbHybridGallerySection .tb-hg-item:hover img{
    transform:scale(1.03);
    filter:saturate(1.06);
  }
  #tbHybridGallerySection .tb-hg-item:hover::after{ opacity:1; }

  #tbHybridGallerySection .tb-hg-item-active{
    outline:3px solid rgba(199,16,20,.55);
    outline-offset:0;
    border-color:rgba(199,16,20,.45);
  }
  #tbHybridGallerySection .tb-hg-item-active::after{ opacity:1; }

  /* Lightbox */
  #tbHybridGallerySection .tb-hg-lightbox{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
  }
  #tbHybridGallerySection .tb-hg-lightbox.is-open{ display:flex; }

  #tbHybridGallerySection .tb-hg-lightbox-backdrop{
    position:absolute;
    inset:0;
    background:rgba(21,66,108,.92);
  }

  #tbHybridGallerySection .tb-hg-lightbox-inner{
    position:relative;
    max-width:92vw;
    max-height:86vh;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  #tbHybridGallerySection #tbHybridLightboxImg{
    max-width:100%;
    max-height:100%;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(21,66,108,.35);
    background:var(--tb-blue);
  }

  #tbHybridGallerySection .tb-hg-lightbox-close{
    position:absolute;
    top:-42px;
    right:0;
    width:36px;
    height:36px;
    border-radius:999px;
    border:2px solid var(--tb-white);
    background:var(--tb-white);
    color:var(--tb-blue);
    font-size:22px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(21,66,108,.28);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    transition:background-color .2s ease, transform .2s ease, color .2s ease, border-color .2s ease;
  }
  #tbHybridGallerySection .tb-hg-lightbox-close:hover{
    background:var(--tb-red);
    border-color:var(--tb-red);
    color:var(--tb-white);
    transform:translateY(-1px);
  }

  @media (max-width:600px){
    #tbHybridGallerySection .tb-hg-lightbox-inner{ max-width:94vw; max-height:80vh; }
    #tbHybridGallerySection .tb-hg-lightbox-close{ top:-36px; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b985009 */#tbCTA{
  --tb-blue:#15426C;
  --tb-blue2:#0f3151;
  --tb-red:#C71014;

  --tb-white:#ffffff;
  --tb-ink:#0b0f1a;

  position:relative;
  width:100%;
  height:480px;
  overflow:hidden;
  box-sizing:border-box;

  /* base blue mood (por si tarda en cargar imagen) */
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(circle at 82% 78%, rgba(199,16,20,.18), transparent 55%),
    linear-gradient(180deg, var(--tb-blue) 0%, var(--tb-blue2) 100%);
}

/* overlay con look del proyecto */
#tbCTA::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.16), transparent 58%),
    linear-gradient(180deg, rgba(15,49,81,.55) 0%, rgba(15,49,81,.0) 100%);
}

/* detalle rojo arriba */
#tbCTA::after{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:6px;
  z-index:3;
  background:linear-gradient(90deg, rgba(199,16,20,1), rgba(199,16,20,.35), rgba(255,255,255,.12));
}

/* track */
#tbCTA .tbCTA-slider{
  position:absolute;
  inset:0;
  display:flex;
  height:100%;
  width:400%;
  transform:translate3d(0,0,0);
  animation: tbCTAAnim 14s infinite;
  z-index:1;
}

#tbCTA .tbCTA-slide{
  flex:0 0 25%;
  height:100%;
  position:relative;
}

#tbCTA .tbCTA-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 50%;
  transform:scale(1.02);
  filter:saturate(1.05) contrast(1.03);
}

/* animación estable por porcentaje */
@keyframes tbCTAAnim{
  0%, 20%   { transform:translate3d(0%,0,0); }
  25%, 45%  { transform:translate3d(-25%,0,0); }
  50%, 70%  { transform:translate3d(-50%,0,0); }
  75%, 95%  { transform:translate3d(-75%,0,0); }
  100%      { transform:translate3d(-75%,0,0); }
}

/* wrap (1700 + 5%) */
#tbCTA .tbCTA-wrap{
  position:relative;
  z-index:5;
  height:100%;
  padding:0 5%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
}

#tbCTA .tbCTA-content{
  width:100%;
  max-width:1700px;
  text-align:center;
  color:var(--tb-white);
}

#tbCTA .tbCTA-title{
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight:800;
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.05;
  margin:0 0 14px;
  letter-spacing:-.02em;
}

#tbCTA .tbCTA-sub{
  font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight:600;
  font-size:clamp(16px, 1.35vw, 20px);
  max-width:900px;
  margin:0 auto 22px;
  line-height:1.7;
  opacity:.95;
}

#tbCTA .tbCTA-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

#tbCTA .tbCTA-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 30px;
  border-radius:12px;
  font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:18px;
  font-weight:800;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.22);
  transition:transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}

#tbCTA .tbCTA-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 44px rgba(0,0,0,.34);
}

#tbCTA .tbCTA-btn.primary{
  background:var(--tb-red);
  color:#fff;
  border-color:rgba(199,16,20,.75);
}
#tbCTA .tbCTA-btn.primary:hover{
  background:#ffffff;
  color:var(--tb-ink);
  border-color:rgba(255,255,255,.60);
}

#tbCTA .tbCTA-btn.secondary{
  background:rgba(255,255,255,.92);
  color:var(--tb-ink);
  border-color:rgba(255,255,255,.60);
}
#tbCTA .tbCTA-btn.secondary:hover{
  background:#ffffff;
  color:var(--tb-ink);
}

/* responsive */
@media (max-width: 900px){
  #tbCTA{ height:540px; }
}
@media (max-width: 600px){
  #tbCTA{ height:600px; }
  #tbCTA .tbCTA-buttons{ flex-direction:column; width:min(460px, 100%); margin:0 auto; }
  #tbCTA .tbCTA-btn{ width:100%; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  #tbCTA .tbCTA-slider{ animation:none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf1cbea */#tbReviewsSimple{
      --tb-blue:#15426C;
      --tb-blue2:#0f3151;
      --tb-red:#C71014;

      --tb-ink:#ffffff;
      --tb-muted:rgba(255,255,255,.80);

      --tb-card:rgba(255,255,255,.08);
      --tb-line:rgba(255,255,255,.14);
      --tb-shadow:0 18px 55px rgba(0,0,0,.30);

      padding:84px 5%;
      background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.10), transparent 55%),
        radial-gradient(circle at 82% 78%, rgba(199,16,20,.18), transparent 55%),
        linear-gradient(180deg, var(--tb-blue) 0%, var(--tb-blue2) 100%);
      color:var(--tb-ink);
      font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      box-sizing:border-box;
      overflow:hidden;
      position:relative;
    }
    #tbReviewsSimple *{box-sizing:border-box}

    /* wrap 1700 (sin padding extra) */
    #tbReviewsSimple .tb-wrap{
      max-width:1700px;
      margin:0 auto;
      padding:0;
    }

    #tbReviewsSimple .tb-head{
      text-align:center;
      margin-bottom:18px;
    }

    #tbReviewsSimple h2{
      font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
      font-size:clamp(1.85rem, 2.4vw, 2.55rem);
      line-height:1.12;
      margin:0 0 10px;
      letter-spacing:-.02em;
      color:#fff;
    }

    #tbReviewsSimple p{
      margin:0 auto;
      max-width:72ch;
      color:var(--tb-muted);
      font-size:1.02rem;
      line-height:1.65;
      font-weight:600;
    }

    /* Card glass para widget */
    #tbReviewsSimple .tb-card{
      margin-top:22px;
      border-radius:22px;
      border:1px solid var(--tb-line);
      background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
      box-shadow:var(--tb-shadow);
      overflow:hidden;
      padding:14px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);

      transform: translateY(10px);
      opacity:0;
      transition: transform .6s ease, opacity .6s ease;
    }
    #tbReviewsSimple.is-in .tb-card{
      transform: translateY(0);
      opacity:1;
    }

    /* acento rojo arriba */
    #tbReviewsSimple .tb-card::before{
      content:"";
      display:block;
      height:6px;
      border-radius:999px;
      background:linear-gradient(90deg,
        rgba(199,16,20,0),
        rgba(199,16,20,1),
        rgba(255,255,255,.25),
        rgba(199,16,20,0)
      );
      margin:0 6px 12px;
      opacity:.95;
    }

    #tbReviewsSimple .tb-ti-slot{
      border-radius:16px;
      border:1px solid rgba(255,255,255,.14);
      padding:10px;
      overflow:hidden;
      background:rgba(0,0,0,.08);
    }

    /* mejora visual del iframe/widget si TrustIndex mete contenedores */
    #tbReviewsSimple .tb-ti-slot *{
      max-width:100%;
    }

    @media (max-width:900px){
      #tbReviewsSimple{padding:74px 5%}
      #tbReviewsSimple .tb-card{padding:12px}
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81f28bc */#tbFAQ{
  --tb-blue:#15426C;
  --tb-blue2:#0f3151;
  --tb-red:#C71014;

  --tb-ink:#0b1220;
  --tb-muted:rgba(11,18,32,.72);

  --tb-card:#ffffff;
  --tb-line:rgba(11,18,32,.10);
  --tb-shadow:0 16px 44px rgba(0,0,0,.10);

  padding:84px 5%;
  background:#ffffff;
  color:var(--tb-ink);
  font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  box-sizing:border-box;
  overflow:hidden;
  position:relative;
}
#tbFAQ *{box-sizing:border-box}

/* wrap */
#tbFAQ .tbfaq-wrap{
  max-width:1700px;
  margin:0 auto;
  padding:0;
}

/* head */
#tbFAQ .tbfaq-head{
  text-align:center;
  margin-bottom:22px;
}

#tbFAQ .tbfaq-title{
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:clamp(1.95rem, 2.5vw, 2.65rem);
  line-height:1.12;
  margin:0 0 10px;
  letter-spacing:-.02em;
  color:var(--tb-blue2);
}

#tbFAQ .tbfaq-sub{
  margin:0 auto 18px;
  max-width:72ch;
  color:var(--tb-muted);
  font-size:1.02rem;
  line-height:1.65;
  font-weight:600;
}

/* Search */
#tbFAQ .tbfaq-search{
  max-width:540px;
  margin:0 auto;
}
#tbFAQ .tbfaq-search input{
  width:100%;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(11,18,32,.14);
  background:#ffffff;
  color:var(--tb-ink);
  outline:none;
  font-size:.98rem;
  font-weight:600;
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
#tbFAQ .tbfaq-search input::placeholder{ color:rgba(11,18,32,.55); }
#tbFAQ .tbfaq-search input:focus{
  border-color:rgba(199,16,20,.65);
  box-shadow:0 0 0 3px rgba(199,16,20,.18);
  background:#fff;
}

/* Grid */
#tbFAQ .tbfaq-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  align-items:flex-start;
  margin-top:22px;

  /* clave para que no se “rompa” por textos largos */
  min-width:0;
}
#tbFAQ .tbfaq-item,
#tbFAQ .tbfaq-q,
#tbFAQ .tbfaq-q span{
  min-width:0; /*  clave */
}

/*  Desktop pequeño: pasa a 2 columnas antes (arregla “How fast…”) */
@media (max-width:1180px){
  #tbFAQ .tbfaq-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

/* Tablet */
@media (max-width:1024px){
  #tbFAQ .tbfaq-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:14px; }
}

/* Mobile */
@media (max-width:680px){
  #tbFAQ{ padding:74px 5%; }
  #tbFAQ .tbfaq-grid{ grid-template-columns:1fr; gap:12px; }
}

/* Item card */
#tbFAQ .tbfaq-item{
  border-radius:18px;
  background:var(--tb-card);
  border:1px solid var(--tb-line);
  box-shadow:var(--tb-shadow);
  overflow:hidden;

  transform: translateY(10px);
  opacity:0;
  transition: transform .55s ease, opacity .55s ease, box-shadow .25s ease;
}
#tbFAQ.is-in .tbfaq-item{
  transform: translateY(0);
  opacity:1;
}
#tbFAQ .tbfaq-item:hover{
  box-shadow:0 22px 60px rgba(0,0,0,.14);
}

/* red top line */
#tbFAQ .tbfaq-item::before{
  content:"";
  display:block;
  height:6px;
  background:linear-gradient(90deg, var(--tb-red), rgba(21,66,108,.25));
  opacity:.95;
}

/* Question button */
#tbFAQ .tbfaq-q{
  width:100%;
  display:flex;
  align-items:center;                 /*  */
  justify-content:space-between;
  gap:12px;                           /*  */
  padding:16px 18px;
  background:transparent;
  border:none;
  cursor:pointer;
  text-align:left;
  color:var(--tb-blue2);
  font-weight:900;
  font-size:.98rem;
  letter-spacing:-.01em;

  max-width:100%;
}

/*  CLAVE: texto largo NO empuja la flecha fuera */
#tbFAQ .tbfaq-q span{
  flex:1 1 auto;
  min-width:0;
  white-space:normal;                 /*  permite 2 líneas */
  overflow-wrap:anywhere;             /*  evita overflow */
  word-break:break-word;
  line-height:1.25;
}

/* Arrow fija dentro */
#tbFAQ .tbfaq-arrow{
  flex:0 0 auto;                      /*  */
  margin-left:10px;
  font-size:1.35rem;                  /* un poco menos para móvil */
  line-height:1;
  color:rgba(199,16,20,.90);
  transition: transform .22s ease, color .22s ease;
}

/* Answer */
#tbFAQ .tbfaq-a{
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 18px;
  transition:max-height .30s ease, opacity .22s ease, padding .22s ease;
}
#tbFAQ .tbfaq-a p{
  margin:0;
  padding:0 0 16px;
  color:var(--tb-muted);
  line-height:1.65;
  font-weight:600;
  font-size:.95rem;
}

/* Active */
#tbFAQ .tbfaq-item.active .tbfaq-arrow{
  transform:rotate(180deg);
  color:rgba(21,66,108,.95);
}
#tbFAQ .tbfaq-item.active .tbfaq-a{
  max-height:260px;                   /* un poco más seguro */
  opacity:1;
  padding:0 18px;
}

/* CTA */
#tbFAQ .tbfaq-cta{
  margin-top:22px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
#tbFAQ .tbfaq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  min-height:52px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.02em;
  border:1px solid rgba(11,18,32,.12);
  transition:transform .16s ease, box-shadow .16s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  white-space:nowrap;
}
#tbFAQ .tbfaq-btn.primary{
  background:var(--tb-red);
  color:#fff;
  border-color:rgba(199,16,20,.85);
}
#tbFAQ .tbfaq-btn.primary:hover{
  background:var(--tb-blue2);
  border-color:rgba(15,49,81,.85);
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(0,0,0,.14);
}
#tbFAQ .tbfaq-btn.secondary{
  background:#ffffff;
  color:var(--tb-blue2);
  border-color:rgba(21,66,108,.22);
}
#tbFAQ .tbfaq-btn.secondary:hover{
  background:rgba(21,66,108,.08);
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(0,0,0,.14);
}

/* Mobile padding fine-tune */
@media (max-width:680px){
  #tbFAQ .tbfaq-q{ padding:14px 16px; gap:12px; }
  #tbFAQ .tbfaq-a{ padding:0 16px; }
  #tbFAQ .tbfaq-item.active .tbfaq-a{ padding:0 16px; }
}/* End custom CSS */