.elementor-1221 .elementor-element.elementor-element-2973d3d{--display:flex;}.elementor-1221 .elementor-element.elementor-element-9da413b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0521e74 */.ts-envios-wrap{
  max-width:1180px;
  margin:auto;
  padding:24px 16px 70px;
  font-family:inherit;
  color:#111827;
}

.ts-envios-wrap *{
  box-sizing:border-box;
  text-decoration:none!important;
}

.ts-section{
  margin-top:26px;
  padding:34px;
  border-radius:30px;
  background:white;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 45px rgba(0,0,0,.07);
}

.ts-section small{
  display:block;
  color:#087a34;
  font-weight:900;
  margin-bottom:10px;
}

.ts-section h2{
  font-size:36px;
  line-height:1.05;
  margin:0 0 12px;
  font-weight:1000;
  letter-spacing:-1px;
  color:#111827;
}

.ts-section h2 span{
  color:#16a34a;
}

.ts-section p{
  font-size:17px;
  line-height:1.5;
  color:#4b5563;
  margin:0;
}

.ts-security,
.ts-payments,
.ts-reputation,
.ts-final{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:center;
}

.ts-social-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.ts-social-card{
  background:linear-gradient(180deg,#fff,#f8faf9);
  border:1px solid rgba(0,0,0,.06);
  border-radius:26px;
  padding:26px 18px;
  text-align:center;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
  transition:.25s ease;
}

.ts-social-card:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 48px rgba(0,0,0,.10),0 0 25px rgba(52,199,89,.14);
}

.ts-social-card img{
  width:78px;
  height:78px;
  object-fit:contain;
  margin-bottom:14px;
}

.ts-social-card b{
  display:block;
  font-size:18px;
  font-weight:900;
}

.ts-social-card p{
  font-size:14px;
  color:#6b7280;
}

.ts-social-card span{
  background:#1d9bf0;
  color:white;
  border-radius:50%;
  font-size:12px;
  padding:2px 5px;
  font-weight:900;
}

/* PAGOS */

.ts-bank-area{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.ts-bank-logo{
  height:78px;
  border-radius:20px;
  background:white;
  border:1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  font-weight:1000;
  box-shadow:0 12px 28px rgba(0,0,0,.05);
}

.ts-bank-logo img{
  max-width:150px;
  max-height:46px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

.ts-bank-logo.mercado{
  background:#fff !important;
  padding:14px !important;
}

.interbank{color:#049c5f;}
.bbva{color:#004481;}

.ts-mini-card{
  background:#f8faf9;
  border:1px solid rgba(0,0,0,.05);
  border-radius:18px;
  padding:16px;
  font-size:14px;
  font-weight:900;
}

/* PROCESO */

.ts-process{
  text-align:center;
}

.ts-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-top:28px;
}

.ts-step i{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0f8f36;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-style:normal;
  font-weight:1000;
  margin:0 auto 10px;
}

.ts-step div{
  width:72px;
  height:72px;
  border-radius:24px;
  background:#ecfdf3;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  font-size:32px;
}

.ts-step b{
  display:block;
  font-size:15px;
  font-weight:950;
  margin-bottom:5px;
}

.ts-step p{
  font-size:13px;
  color:#6b7280;
}

.ts-warning{
  margin-top:24px;
  padding:15px 18px;
  border-radius:18px;
  background:#ecfdf3;
  color:#087a34;
  font-size:16px;
  font-weight:950;
}

/* REPUTACIÓN PREMIUM */

.ts-stars-premium{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top,rgba(255,214,80,.35),transparent 38%),
    linear-gradient(180deg,#fffdf3 0%,#fff8d8 100%);
  border:1px solid rgba(245,158,11,.22);
  border-radius:30px;
  padding:32px 24px;
  text-align:center;
  color:#b77900;
  box-shadow:
    0 18px 38px rgba(245,158,11,.14),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.ts-stars-premium:before{
  content:"";
  position:absolute;
  inset:-40%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);
  transform:rotate(18deg);
  opacity:.45;
}

.ts-stars-big{
  position:relative;
  z-index:2;
  font-size:76px;
  font-weight:1000;
  line-height:1;
  text-shadow:0 8px 18px rgba(183,121,0,.18);
}

.ts-stars-row{
  position:relative;
  z-index:2;
  font-size:35px;
  letter-spacing:3px;
  margin-top:8px;
  color:#f5b301;
}

.ts-stars-premium p{
  position:relative;
  z-index:2;
  font-size:15px;
  font-weight:900;
  color:#8a5c00;
  margin-top:8px;
}

/* BOTONES */

.ts-buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}

.ts-btn{
  min-height:54px;
  border-radius:18px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  transition:.22s ease;
}

.ts-btn-green{
  background:linear-gradient(180deg,#69ea5f,#37cb48 55%,#1ea63b);
  color:white!important;
  box-shadow:0 14px 30px rgba(52,199,89,.22);
}

.ts-btn-white{
  background:white;
  color:#111827!important;
  border:1px solid rgba(0,0,0,.10);
}

.ts-btn:hover{
  transform:translateY(-2px);
}

/* FINAL */

.ts-phone-img{
  min-height:280px;
  border-radius:28px;
  background:radial-gradient(circle at 50% 80%,rgba(52,199,89,.25),transparent 42%),#f0fdf4;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.ts-phone-img img{
  width:100%;
  max-height:320px;
  object-fit:contain;
}

/* MÓVIL */

@media(max-width:768px){
  .ts-envios-wrap{
    padding:18px 14px 60px;
  }

  .ts-section,
  .ts-security,
  .ts-payments,
  .ts-reputation,
  .ts-final{
    grid-template-columns:1fr;
    padding:24px 20px;
    border-radius:26px;
  }

  .ts-section h2{
    font-size:29px;
  }

  .ts-social-grid,
  .ts-bank-area,
  .ts-steps{
    grid-template-columns:1fr;
  }

  .ts-stars-big{
    font-size:62px;
  }

  .ts-buttons{
    flex-direction:column;
  }

  .ts-btn{
    width:100%;
  }
}
/* CORRECCIÓN CUENTAS EMPRESARIALES - TRUJILLO SMART */

.ts-payments .ts-mini-card{
  display:none !important;
}

.ts-payments .ts-bank-area::after{
  content:"TITULAR DE LAS CUENTAS: TRUJILLO SMART EIRL";
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:18px 22px;
  border-radius:20px;
  background:linear-gradient(180deg,#ecfdf3 0%,#ffffff 100%);
  border:1px solid rgba(22,163,74,.18);
  color:#087a34;
  font-size:18px;
  font-weight:950;
  letter-spacing:.2px;
  box-shadow:0 12px 28px rgba(0,0,0,.05);
  text-align:center;
}

@media(max-width:768px){
  .ts-payments .ts-bank-area::after{
    font-size:15px;
    line-height:1.3;
    padding:16px;
  }
}/* End custom CSS */