.elementor-30250 .elementor-element.elementor-element-ae8b7a4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25e9153 *//* ARTÍCULO TIG: CONTENIDO DETALLADO */

.codesol-tig-article{
  --vino:#6C0E44;
  --vino-oscuro:#4b082f;
  --naranja:#FF6A39;
  --texto:#111111;
  --gris:#f3f4f6;
  --borde:#d8d1d5;
  max-width:1180px;
  margin:0 auto 50px;
  font-family:Montserrat,Arial,sans-serif;
  color:var(--texto);
}

.codesol-tig-article,
.codesol-tig-article *{
  box-sizing:border-box;
}

.codesol-tig-article h2{
  margin:50px 0 22px;
  color:var(--vino) !important;
  font-size:clamp(27px,3vw,38px);
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.025em;
}

.codesol-tig-article h3{
  margin:30px 0 12px;
  color:var(--vino) !important;
  font-size:22px;
  font-weight:800;
  line-height:1.25;
}

.codesol-tig-article p{
  margin:0 0 17px;
  color:#111111 !important;
  opacity:1 !important;
  font-size:17px;
  font-weight:600 !important;
  line-height:1.7;
}

/* PREGUNTAS FRECUENTES */

.tig-faq{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.tig-faq-item{
  padding:27px;
  background:#fff;
  border:1px solid var(--borde);
  border-top:5px solid var(--naranja);
  border-radius:13px;
  box-shadow:0 10px 28px rgba(53,18,38,.08);
}

.tig-faq-item h3{
  margin:0 0 14px;
  color:var(--vino) !important;
  font-size:22px;
  font-weight:800;
  line-height:1.25;
}

.tig-faq-item p{
  margin:0 0 14px;
  color:#111111 !important;
  font-size:16px;
  font-weight:600 !important;
  line-height:1.65;
}

.tig-faq-item p:last-child{
  margin-bottom:0;
}

.tig-faq-item ul{
  margin:0 0 16px;
  padding:0;
  list-style:none;
}

.tig-faq-item li{
  position:relative;
  padding:8px 0 8px 25px;
  color:#111111 !important;
  font-size:16px;
  font-weight:600 !important;
  line-height:1.55;
}

.tig-faq-item li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--naranja) !important;
  font-weight:900;
}

/* LISTAS DEL ARTÍCULO */

.tig-checklist{
  margin:20px 0 23px;
  padding:24px 30px;
  list-style:none;
  background:var(--gris);
  border-left:6px solid var(--naranja);
}

.tig-checklist li{
  position:relative;
  padding:10px 0 10px 29px;
  border-bottom:1px solid #d5ced2;
  color:#111111 !important;
  font-size:16px;
  font-weight:600 !important;
  line-height:1.55;
}

.tig-checklist li:last-child{
  border-bottom:0;
}

.tig-checklist li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--vino) !important;
  font-weight:900;
}

/* TABLA RESUMEN */

.tig-table-wrap{
  margin-top:24px;
  overflow-x:auto;
  border:1px solid var(--borde);
  border-radius:13px;
  box-shadow:0 10px 28px rgba(53,18,38,.08);
}

.tig-table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
  background:#fff;
}

.tig-table th{
  padding:18px 22px;
  background:var(--vino);
  color:#fff !important;
  text-align:left;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}

.tig-table td{
  padding:18px 22px;
  border-bottom:1px solid var(--borde);
  color:#111111 !important;
  font-size:16px;
  font-weight:600 !important;
  line-height:1.55;
  vertical-align:top;
}

.tig-table td:first-child{
  width:34%;
  color:var(--vino) !important;
  font-weight:800 !important;
}

.tig-table tr:last-child td{
  border-bottom:0;
}

.tig-table tbody tr:nth-child(even){
  background:#faf8f9;
}

/* BLOQUE FINAL */

.tig-final-cta{
  margin-top:42px;
  padding:clamp(28px,4vw,48px);
  background:linear-gradient(125deg,var(--vino-oscuro),var(--vino));
  border-radius:16px;
}

.tig-final-cta h2{
  max-width:780px;
  margin:0 0 16px;
  color:#fff !important;
  font-size:clamp(28px,3.5vw,42px);
}

.tig-final-cta p{
  max-width:800px;
  margin-bottom:16px;
  color:#fff !important;
  font-size:17px;
  font-weight:600 !important;
}

.tig-final-cta .tig-button{
  display:inline-block;
  margin-top:8px;
  padding:15px 22px;
  background:var(--naranja);
  color:#fff !important;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.tig-final-cta .tig-button:hover{
  background:#ff8059;
  color:#fff !important;
}

/* MÓVIL */

@media(max-width:700px){
  .tig-faq{
    grid-template-columns:1fr;
  }

  .codesol-tig-article h2{
    margin-top:38px;
  }

  .codesol-tig-article p{
    font-size:16px;
  }

  .tig-faq-item{
    padding:23px;
  }

  .tig-checklist{
    padding:18px 22px;
  }

  .tig-table th,
  .tig-table td{
    padding:15px;
  }
}
.codesol-tig-article .tig-video{
  margin-top:32px;
}/* End custom CSS */