.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E8ECF2;color:#4B5563;font-size:14px;font-weight:100;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{color:#4B5563;}.elementor-kit-5 h3{color:#4B5563;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --pnl-font-base: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

/* FUENTE GLOBAL */
html,
body{
  font-family: var(--pnl-font-base) !important;
}

/* HERENCIA SOLO CONTENIDO FRONT */
body :not(i):not(svg):not(path):not(.eicon):not([class*="eicon"]){
  font-family: inherit !important;
}


/* =====  Degrade titulos ===== */


.degrade-titulo-1{
  background: linear-gradient(90deg, #1fb6ff 0%, #7c5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
 
}

.degrade-titulo-2{
  background: linear-gradient(
    90deg,
    #6a5cff 0%,
    #7b6cff 25%,
    #8b5cf6 50%,
    #a855f7 75%,
    #c084fc 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.degrade-titulo-3{
  background: linear-gradient(
    90deg,
    #00eaff 0%,
    #22d3ee 35%,
    #38bdf8 70%,
    #6ff3ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}


.degrade-titulo-4{
  background: linear-gradient(
    90deg,
    #00eaff 0%,
    #22d3ee 35%,
    #38bdf8 70%,
    #6ff3ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}

.degrade-titulo-5{
  background: linear-gradient(
    90deg,
    #1F6FFF 0%,
    #3B82F6 35%,
    #60A5FA 70%,
    #93C5FD 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}






.degrade-titulo-10{
  color:#00eaff;
  font-weight:400;
}


.degrade-titulo-11{
  color:#1F6FFF;
  font-weight:400;
}

.degrade-titulo-12{
  color:#080012;
  font-weight:400;
}

.degrade-titulo-12{
  color:#2F0067;
  font-weight:400;
}

/* ===== FIN Degrade titulos ===== */


strong{
    font-weight: 600;
}


p{
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;

}



/* =========================================================
   HS INDEX + HS FAQ GLOBAL CSS
   Reutilizable para:
   1) Menú / índice de contenidos:
      <div class="hs-index-wrap">

   2) FAQs / preguntas frecuentes:
      <div class="hs-index-wrap hs-faq-wrap">

   Colores base:
   Gris título: #4B5563
   Dorado acento: #D19E51
   ========================================================= */


/* ================================
   RESET ELEMENTOR / ANCHO COMPLETO
================================ */

.elementor-widget-html:has(.hs-index-wrap),
.elementor-widget-html:has(.hs-index-wrap) .elementor-widget-container{
  width:100% !important;
  max-width:none !important;
  align-self:stretch !important;
}


/* ================================
   BASE GLOBAL COMPARTIDA
   Aplica a índice y FAQs
================================ */

.hs-index-wrap,
.hs-index-wrap *{
  box-sizing:border-box;
}

.hs-index-wrap{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  align-self:stretch !important;
  font-family:"Montserrat", Arial, sans-serif;
  color:#5a5a5a;
}

.hs-index-card{
  width:100% !important;
  max-width:none !important;
  margin:0 0 24px 0;
  padding:22px 26px;
  background:#FEFCFA;
  border:1px solid #e9e3dc;
  border-radius:18px;
  box-shadow:
    0 1px 2px rgba(0,0,0,.02),
    0 8px 24px rgba(15,23,42,.035);
}

.hs-index-title{
  margin:0 0 16px 0;
  padding:0;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  color:#4B5563;
}

.hs-index-list{
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}

.hs-index-item{
  width:100%;
  margin:0 0 8px 0;
  padding:0;
}

.hs-index-item:last-child{
  margin-bottom:0;
}

.hs-index-link{
  display:flex;
  align-items:center;
  width:100%;
  gap:12px;
  padding:10px 14px;
  background:#ffffff;
  border:1px solid #ece7e1;
  border-radius:12px;
  text-decoration:none;
  cursor:pointer;
  transition:
    background .22s ease,
    border-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

.hs-index-link:hover{
  background:#f7f2eb;
  border-color:#dcc7a3;
  transform:translateY(-1px);
  box-shadow:0 4px 14px rgba(0,0,0,.05);
}

.hs-index-link:focus-visible{
  outline:2px solid rgba(209,158,81,.45);
  outline-offset:3px;
}

.hs-index-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:50%;
  background:#D19E51;
  font-size:12px;
  line-height:1;
  font-weight:700;
  color:#ffffff;
  transition:
    background .22s ease,
    transform .22s ease;
}

.hs-index-link:hover .hs-index-number{
  background:#b88329;
  transform:scale(1.06);
}

.hs-index-text,
h3.hs-index-text{
  display:block;
  margin:0;
  padding:0;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  color:#4B5563;
  transition:color .22s ease;
}

.hs-index-link:hover .hs-index-text{
  color:#2f3742;
}


/* =========================================================
   VARIANTE FAQ / ACORDEÓN
   Activar con:
   <div class="hs-index-wrap hs-faq-wrap">
   ========================================================= */

.hs-faq-wrap .hs-index-card{
  padding:26px 30px;
}


/* ================================
   ENCABEZADO FAQ
   Línea lateral completa + badge + título
================================ */

.hs-faq-head{
  margin:0 0 20px 0;
  padding:0 0 0 18px;
  border-left:2px solid #D19E51;
}

.hs-faq-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:0 0 10px 0;
  padding:4px 12px;
  border:1px solid rgba(209,158,81,.45);
  border-radius:999px;
  background:rgba(209,158,81,.08);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#8f6422;
}

.hs-faq-wrap .hs-index-title{
  margin:0 0 8px 0;
  padding:0;
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  color:#4B5563;
}

.hs-faq-wrap .hs-index-title span{
  color:#D19E51;
}

.hs-faq-subtitle{
  margin:0;
  padding:0;
  max-width:720px;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
  color:#6b7280;
}


/* ================================
   FAQ ITEMS
   La caja es el details completo
================================ */

.hs-faq-wrap details.hs-index-item{
  width:100%;
  margin:0 0 10px 0;
  padding:0;
  background:#ffffff;
  border:1px solid #e6d5b8;
  border-radius:14px;
  overflow:hidden;
  transition:
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.hs-faq-wrap details.hs-index-item:last-child{
  margin-bottom:0;
}

.hs-faq-wrap details.hs-index-item[open]{
  background:#FEFCFA;
  border-color:#d7b879;
  box-shadow:0 4px 16px rgba(0,0,0,.035);
}


/* ================================
   FAQ SUMMARY
   Pregunta + número alineados
================================ */

.hs-faq-wrap summary.hs-index-link{
  display:flex;
  align-items:center;
  width:100%;
  gap:12px;
  padding:14px 16px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
  cursor:pointer;
  list-style:none;
}

.hs-faq-wrap summary.hs-index-link:hover{
  background:#f7f2eb;
  border:0;
  transform:none;
  box-shadow:none;
}

.hs-faq-wrap summary.hs-index-link::-webkit-details-marker{
  display:none;
}

.hs-faq-wrap summary.hs-index-link::marker{
  display:none;
}

.hs-faq-wrap .hs-index-number{
  width:26px;
  height:26px;
  flex:0 0 26px;
  font-size:12px;
  background:#D19E51;
}

.hs-faq-wrap summary.hs-index-link:hover .hs-index-number{
  background:#b88329;
  transform:scale(1.04);
}

.hs-faq-wrap details.hs-index-item[open] .hs-index-number{
  background:#b88329;
}

.hs-faq-wrap .hs-index-text,
.hs-faq-wrap h3.hs-index-text{
  display:block;
  margin:0;
  padding:0;
  font-size:13.5px;
  line-height:1.4;
  font-weight:700;
  color:#2f3742;
}

.hs-faq-wrap summary.hs-index-link:hover .hs-index-text{
  color:#2f3742;
}


/* ================================
   FAQ RESPUESTA
   Contenida dentro de la misma caja
================================ */

.hs-faq-wrap .hs-index-answer{
  padding:0 22px 18px 54px;
}

.hs-faq-wrap .hs-index-answer p{
  margin:0;
  padding:0;
  font-size:14px;
  line-height:1.7;
  font-weight:400;
  color:#5a5a5a;
}


/* ================================
   RESPONSIVE GLOBAL
================================ */

@media(max-width:768px){

  .hs-index-card{
    padding:20px 18px;
    border-radius:16px;
  }

  .hs-index-title{
    font-size:20px;
  }

  .hs-index-link{
    padding:10px 12px;
    gap:10px;
  }

  .hs-index-number{
    width:26px;
    height:26px;
    flex:0 0 26px;
    font-size:11px;
  }

  .hs-index-text,
  h3.hs-index-text{
    font-size:12.5px;
    line-height:1.45;
  }


  /* ================================
     RESPONSIVE FAQ
  ================================ */

  .hs-faq-wrap .hs-index-card{
    padding:22px 18px;
  }

  .hs-faq-head{
    padding-left:16px;
    margin-bottom:18px;
    border-left:2px solid #D19E51;
  }

  .hs-faq-kicker{
    font-size:10.5px;
    padding:4px 10px;
    margin-bottom:10px;
  }

  .hs-faq-wrap .hs-index-title{
    font-size:20px;
    line-height:1.28;
  }

  .hs-faq-subtitle{
    font-size:13.5px;
    line-height:1.55;
  }

  .hs-faq-wrap summary.hs-index-link{
    align-items:flex-start;
    padding:13px 14px;
    gap:10px;
  }

  .hs-faq-wrap .hs-index-number{
    width:24px;
    height:24px;
    flex:0 0 24px;
    font-size:11px;
    margin-top:1px;
  }

  .hs-faq-wrap .hs-index-text,
  .hs-faq-wrap h3.hs-index-text{
    font-size:13px;
    line-height:1.45;
  }

  .hs-faq-wrap .hs-index-answer{
    padding:0 14px 16px 48px;
  }

  .hs-faq-wrap .hs-index-answer p{
    font-size:13.5px;
    line-height:1.65;
  }
}



/* ================================
   FOOTER GLOBAL - DARÍO VARONA
   Prefijo único: dv-footer-
================================ */

.dv-footer-final,
.dv-footer-final * {
  box-sizing: border-box;
}

/* ================================
   FOOTER BASE
================================ */
.dv-footer-final {
  background: #000;
  padding: 60px 20px 30px;
  font-family: Arial, sans-serif;
}

/* ================================
   CONTENEDOR CENTRAL
================================ */
.dv-footer-card {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, #050607 0%, #1b1808 100%);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(209,158,81,0.18);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.65),
    0 0 40px rgba(209,158,81,0.08);
}

/* ================================
   IMAGEN
================================ */
.dv-footer-image {
  flex: 0 0 100px;
}

.dv-footer-image img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(209,158,81,0.48);
  box-shadow: 0 0 26px rgba(209,158,81,0.22);
}

/* ================================
   CONTENIDO
================================ */
.dv-footer-content {
  flex: 1;
}

.dv-footer-kicker {
  font-size: 11px;
  letter-spacing: 1px;
  color: #D19E51;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dv-footer-author,
.dv-footer-author:visited {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
  line-height: 1.25;
  text-decoration: none !important;
}

.dv-footer-author span {
  color: #D19E51;
}

.dv-footer-author:hover {
  color: #fff !important;
}

.dv-footer-author:hover span {
  color: #E2B365;
}

.dv-footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #d6d6d6;
  margin-bottom: 18px;
  max-width: 620px;
}

/* ================================
   NAP
================================ */
.dv-footer-nap {
  font-size: 13px;
  line-height: 1.6;
  color: #9a9a9a;
  margin-bottom: 18px;
}

.dv-footer-nap strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.dv-footer-address {
  display: block;
  margin-bottom: 12px;
  color: #9a9a9a;
}

.dv-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dv-footer-link,
.dv-footer-link:visited {
  min-height: 48px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(209,158,81,0.08);
  border: 1px solid rgba(209,158,81,0.22);
  color: #D19E51 !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.2;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.dv-footer-link:hover {
  background: rgba(209,158,81,0.18);
  border-color: rgba(209,158,81,0.42);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ================================
   CTA
================================ */
.dv-footer-cta {
  font-size: 12px;
  color: #b8b8b8;
}

.dv-footer-cta p,
.dv-footer-cta span {
  color: #b8b8b8;
}

.dv-footer-button,
.dv-footer-button:visited {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 22px;
  background: linear-gradient(135deg, #D19E51 0%, #B88434 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .01em;
  opacity: 1 !important;
  box-shadow: 0 6px 18px rgba(209,158,81,0.22);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease;
}

.dv-footer-button:hover,
.dv-footer-button:focus {
  background: linear-gradient(135deg, #E2B365 0%, #C9913D 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(209,158,81,0.38);
}

.dv-footer-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(209,158,81,0.28);
}

.dv-footer-link:focus-visible,
.dv-footer-author:focus-visible,
.dv-footer-button:focus-visible,
.dv-footer-legal a:focus-visible {
  outline: 2px solid #D19E51;
  outline-offset: 3px;
}

/* ================================
   LEGALES
================================ */
.dv-footer-legal {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

.dv-footer-legal-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dv-footer-legal a,
.dv-footer-legal a:visited {
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aaa !important;
  text-decoration: none !important;
  border-radius: 6px;
  line-height: 1.2;
}

.dv-footer-legal a:hover {
  color: #fff !important;
  background: rgba(209,158,81,0.10);
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .dv-footer-final {
    padding: 46px 16px 26px;
  }

  .dv-footer-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 20px;
  }

  .dv-footer-description {
    max-width: 100%;
  }

  .dv-footer-image {
    margin-bottom: 4px;
  }

  .dv-footer-links {
    justify-content: center;
  }

  .dv-footer-link,
  .dv-footer-button {
    width: 100%;
    max-width: 280px;
  }

  .dv-footer-legal-inner {
    gap: 4px;
  }

  .dv-footer-legal a {
    min-height: 44px;
    padding: 0 9px;
  }
}/* End custom CSS */