/*
Theme Name: Copypez
Template: twentytwentyone
Version: 1.0
*/

:root {
  --global--color-background: #ffffff !important;
  --global--color-primary: #000000;
}


body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div {
  font-family: 'Roboto', sans-serif;
}


/* =========================
   HEADER COPYPEZ
   ========================= */

html, body{
  overflow-x:hidden;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget,
.site,
.site-main{
  overflow:visible !important;
}

html, body{
    overflow-x:hidden;
  }

  .elementor,
  .elementor-section,
  .elementor-container,
  .elementor-widget,
  .site,
  .site-main{
    overflow:visible !important;
  }

  .kcg-header-wrap *{
    box-sizing:border-box;
  }

  .kcg-header-wrap{
    font-family:'Montserrat',sans-serif;
    width:100%;
    position:relative;
    z-index:9999;
  }

  .kcg-container{
    width:min(1240px, calc(100% - 32px));
    margin:0 auto;
  }

  .kcg-topbar{
    background:#1f1f1f;
    color:#fff !important;
    font-size:14px;
    line-height:1.4;
  }

  .kcg-topbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:10px 0;
    flex-wrap:wrap;
  }

  .kcg-topbar-left,
  .kcg-topbar-right{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
  }

  .kcg-top-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff !important;
    text-decoration:none;
  }

  .kcg-top-item:visited,
  .kcg-top-item:hover,
  .kcg-top-item:focus,
  .kcg-top-item:active{
    color:#fff !important;
  }

  .kcg-top-item svg{
    width:15px;
    height:15px;
    flex:0 0 15px;
    fill:#f3c534;
  }

  .kcg-mainbar{
    position:relative;
    z-index:99999;
    background:rgba(255,255,255,0.97);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(0,0,0,0.08);
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
    width:100%;
  }

  .kcg-mainbar.kcg-fixed{
    position:fixed !important;
    top:0 !important;
    left:0;
    right:0;
    width:100%;
    z-index:99999 !important;
  }

  .kcg-mainbar-spacer{
    display:none;
    width:100%;
  }

  .kcg-mainbar-spacer.kcg-show{
    display:block;
  }

  .kcg-mainbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    min-height:88px;
  }

  .kcg-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
    min-width:0;
    flex:0 0 auto;
  }

  .kcg-brand-logo{
    width:92px;
    height:92px;
    border-radius:18px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 24px rgba(0,0,0,0.10);
    flex:0 0 92px;
    padding:8px;
    overflow:hidden;
  }

  .kcg-brand-logo img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    display:block;
    object-fit:contain;
  }

  .kcg-nav{
    display:flex;
    align-items:center;
    gap:10px;
    flex:1;
    justify-content:center;
    flex-wrap:wrap;
  }

  .kcg-nav > a,
  .kcg-menu-item > a{
    text-decoration:none;
    color:#222;
    font-size:15px;
    font-weight:700;
    padding:12px 16px;
    border-radius:999px;
    transition:all .25s ease;
  }

  .kcg-nav > a:hover,
  .kcg-menu-item > a:hover{
    background:#fff7d7;
    color:#000;
  }

  .kcg-menu-item{
    position:relative;
    display:flex;
    align-items:center;
  }

  .kcg-has-submenu{
    gap:4px;
  }

  .kcg-submenu-toggle{
    width:34px;
    height:34px;
    border:0;
    background:#fff7d7;
    border-radius:999px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
  }

  .kcg-submenu-toggle span{
    width:8px;
    height:8px;
    border-right:2px solid #222;
    border-bottom:2px solid #222;
    transform:rotate(45deg);
    margin-top:-3px;
    display:block;
  }

  .kcg-submenu{
    position:absolute;
    top:100%;
    left:0;
    min-width:240px;
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:16px;
    box-shadow:0 16px 30px rgba(0,0,0,0.10);
    padding:10px;
    display:none;
    z-index:999999;
  }

  .kcg-submenu a{
    display:block;
    text-decoration:none;
    color:#222;
    font-size:14px;
    font-weight:600;
    padding:12px 14px;
    border-radius:12px;
  }

  .kcg-submenu a:hover{
    background:#fff7d7;
  }

  .kcg-has-submenu:hover .kcg-submenu{
    display:block;
  }

  .kcg-has-submenu.kcg-open .kcg-submenu{
    display:block;
  }

  .kcg-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
  }

  .kcg-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eef8ea;
    color:#1f7a1f;
    border:1px solid #d8ead0;
    padding:10px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
  }

  .kcg-badge::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#1f7a1f;
  }

  .kcg-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:14px;
    background:#c9241c;
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    box-shadow:0 12px 24px rgba(201,36,28,0.2);
    transition:all .25s ease;
    white-space:nowrap;
  }

  .kcg-cta:hover{
    background:#aa1d17;
    transform:translateY(-1px);
  }

  .kcg-mobile-toggle{
    display:none;
    border:0;
    background:#fff7d7;
    width:46px;
    height:46px;
    border-radius:12px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    padding:0;
  }

  .kcg-mobile-toggle span{
    display:block;
    width:20px;
    height:2px;
    background:#222;
    position:relative;
  }

  .kcg-mobile-toggle span::before,
  .kcg-mobile-toggle span::after{
    content:"";
    position:absolute;
    left:0;
    width:20px;
    height:2px;
    background:#222;
  }

  .kcg-mobile-toggle span::before{
    top:-6px;
  }

  .kcg-mobile-toggle span::after{
    top:6px;
  }

  /* TABLET Y MÓVIL */
  @media (max-width:1024px){
    .kcg-topbar{
      display:none;
    }

    .kcg-mainbar-inner{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      padding:14px 0;
      align-items:center;
      min-height:auto;
    }

    .kcg-brand{
      grid-column:1;
      grid-row:1;
    }

    .kcg-brand-logo{
      width:70px;
      height:70px;
      flex:0 0 70px;
    }

    .kcg-actions{
      grid-column:2;
      grid-row:1;
      display:flex;
      justify-content:center;
      align-items:center;
      gap:8px;
      flex-wrap:nowrap;
      min-width:0;
    }

    .kcg-actions .kcg-badge{
      width:auto;
      max-width:none;
      justify-content:center;
      font-size:11px;
      padding:9px 12px;
      white-space:nowrap;
    }

    .kcg-actions .kcg-cta{
      width:auto;
      min-height:40px;
      padding:0 12px;
      font-size:11px;
      white-space:nowrap;
    }

    .kcg-mobile-toggle{
      grid-column:3;
      grid-row:1;
      display:inline-flex;
      justify-self:end;
      width:42px;
      height:42px;
    }

    .kcg-nav{
      display:none;
      grid-column:1 / -1;
      grid-row:2;
      width:100%;
      flex-direction:column;
      align-items:stretch;
      gap:8px;
      padding-top:8px;
    }

    .kcg-nav.kcg-open{
      display:flex;
    }

    .kcg-nav > a,
    .kcg-menu-item > a{
      width:100%;
      padding:14px 16px;
      border-radius:14px;
      background:#faf7ef;
    }

    .kcg-menu-item{
      flex-direction:column;
      align-items:stretch;
      gap:8px;
    }

    .kcg-has-submenu{
      gap:8px;
    }

    .kcg-submenu-toggle{
      align-self:flex-end;
      margin-top:-48px;
      margin-right:10px;
    }

    .kcg-submenu{
      position:static;
      display:none;
      min-width:100%;
      box-shadow:none;
      border:1px solid #eee;
      border-radius:14px;
      padding:8px;
    }

    .kcg-has-submenu:hover .kcg-submenu{
      display:none;
    }

    .kcg-has-submenu.kcg-open .kcg-submenu{
      display:block;
    }
  }

  /* SOLO MÓVIL */
  @media (max-width:767px){
    .kcg-mainbar-inner{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:10px;
      padding:14px 0;
      align-items:center;
    }

    .kcg-brand{
      grid-column:1;
      grid-row:1;
    }

    .kcg-brand-logo{
      width:70px;
      height:70px;
      flex:0 0 70px;
    }

    .kcg-actions{
      display:contents;
    }

    .kcg-actions .kcg-cta{
      grid-column:2;
      grid-row:1;
      justify-self:center;
      width:auto;
      min-height:40px;
      padding:0 12px;
      font-size:13px;
      white-space:nowrap;
    }

    .kcg-actions .kcg-badge{
      grid-column:1 / -1;
      grid-row:2;
      justify-self:center;
      width:100%;
      max-width:320px;
      justify-content:center;
      font-size:14px;
      padding:10px 14px;
    }

    .kcg-mobile-toggle{
      grid-column:3;
      grid-row:1;
      display:inline-flex;
      justify-self:end;
      width:42px;
      height:42px;
    }

    .kcg-nav{
      grid-column:1 / -1;
      grid-row:3;
    }
  }

  @media (max-width:420px){
    .kcg-brand-logo{
      width:62px;
      height:62px;
      flex:0 0 62px;
    }

    .kcg-actions .kcg-cta{
      min-height:38px;
      padding:0 10px;
      font-size:14px;
    }

    .kcg-actions .kcg-badge{
      font-size:13px;
      padding:9px 12px;
    }

    .kcg-mobile-toggle{
      width:40px;
      height:40px;
    }
  }


/*FOOTER*/
.kcg-footer *{
  box-sizing:border-box;
}

.kcg-footer{
  font-family:'Montserrat',sans-serif;
  background:#111111;
  color:#ffffff;
  margin-top:60px;
  position:relative;
  overflow:hidden;
}

.kcg-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(243,197,52,0.08), rgba(255,255,255,0));
  pointer-events:none;
}

.kcg-footer-container{
  width:min(1240px, calc(100% - 32px));
  margin:0 auto;
  position:relative;
  z-index:1;
}

.kcg-footer-top{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:28px;
  padding:48px 0 28px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.kcg-footer-brand{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.kcg-footer-logo{
  width:110px;
  height:auto;
  display:block;
}

.kcg-footer-text{
  color:rgba(255,255,255,0.82);
  font-size:14px;
  line-height:1.8;
  margin:0;
  max-width:360px;
}

.kcg-footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.kcg-footer-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  color:inherit;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.kcg-footer-badge--green{
  background:#eef8ea;
  color:#1f7a1f;
  border:1px solid #d8ead0;
}

.kcg-footer-badge--green:hover{
  background:#ffffff;
  color:#c9241c !important;
  border-color:#ffffff;
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 12px 24px rgba(255,255,255,0.20);
}

.kcg-footer-badge--red{
  background:#c9241c;
  color:#fff !important;
  border:1px solid #c9241c;
}

.kcg-footer-badge--red:visited,
.kcg-footer-badge--red:hover,
.kcg-footer-badge--red:focus,
.kcg-footer-badge--red:active{
  color:#fff !important;
}

.kcg-footer-badge--red:hover{
  background:#8f1712;
  border-color:#8f1712;
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 14px 28px rgba(201,36,28,0.35);
}

.kcg-footer-col h3{
  margin:0 0 16px;
  font-size:16px;
  font-weight:800;
  color:#ffffff;
}

.kcg-footer-links,
.kcg-footer-contact{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.kcg-footer-links a,
.kcg-footer-contact a{
  color:rgba(255,255,255,0.82);
  text-decoration:none;
  font-size:14px;
  line-height:1.6;
  transition:.2s ease;
}

.kcg-footer-links a:hover,
.kcg-footer-contact a:hover{
  color:#f3c534;
}

.kcg-footer-contact li,
.kcg-footer-contact li a{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.kcg-footer-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:2px;
  fill:#f3c534;
}

.kcg-footer-map{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  background:#fff7d7;
  color:#111 !important;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  margin-top:8px;
  border:1px solid #f3c534;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.kcg-footer-map:hover{
  background:#f3c534;
  color:#111 !important;
  border-color:#d6aa17;
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 14px 28px rgba(243,197,52,0.30);
}

.kcg-footer-kit{
  padding:26px 0 8px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.kcg-footer-kit-box{
  background:#ffffff;
  border-radius:18px;
  padding:14px 18px;
  box-shadow:0 10px 24px rgba(0,0,0,0.12);
  display:flex;
  justify-content:center;
  align-items:center;
}

.kcg-footer-kit img{
  max-width:100%;
  width:560px;
  height:auto;
  display:block;
}

.kcg-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 0 28px;
  flex-wrap:wrap;
}

.kcg-footer-copy{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:13px;
  line-height:1.7;
}

.kcg-footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.kcg-footer-legal a{
  color:rgba(255,255,255,0.72);
  text-decoration:none;
  font-size:13px;
}

.kcg-footer-legal a:hover{
  color:#f3c534;
}

@media (max-width: 1024px){
  .kcg-footer-top{
    grid-template-columns:1fr 1fr;
  }

  .kcg-footer-kit img{
    width:460px;
  }
}

@media (max-width: 767px){
  .kcg-footer-top{
    grid-template-columns:1fr;
    gap:24px;
    padding:38px 0 22px;
  }

  .kcg-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:16px 0 24px;
  }

  .kcg-footer-logo{
    width:96px;
  }

  .kcg-footer-badges{
    flex-direction:column;
    align-items:stretch;
  }

  .kcg-footer-badge,
  .kcg-footer-map{
    width:100%;
  }

  .kcg-footer-kit{
    padding:22px 0 6px;
  }

  .kcg-footer-kit-box{
    width:100%;
    padding:12px 14px;
  }

  .kcg-footer-kit img{
    width:100%;
    max-width:420px;
  }
}




/* OVERRIDE SOLO BOTONES HEADER */

.kcg-submenu-toggle{
  width:34px !important;
  height:34px !important;
  border:0 !important;
  background:#fff7d7 !important;
  border-radius:999px !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  box-shadow:none !important;
}

.kcg-submenu-toggle:hover{
  background:#f7edbf !important;
}

.kcg-submenu-toggle span{
  width:8px !important;
  height:8px !important;
  border-right:2px solid #222 !important;
  border-bottom:2px solid #222 !important;
  transform:rotate(45deg) !important;
  margin-top:-3px !important;
  display:block !important;
  background:transparent !important;
}

.kcg-submenu-toggle span::before,
.kcg-submenu-toggle span::after{
  display:none !important;
  content:none !important;
}

.kcg-mobile-toggle{
  display:none;
  border:0 !important;
  background:#fff7d7 !important;
  width:46px !important;
  height:46px !important;
  border-radius:12px !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  padding:0 !important;
  box-shadow:none !important;
}

.kcg-mobile-toggle:hover{
  background:#f7edbf !important;
}

.kcg-mobile-toggle span{
  display:block !important;
  width:20px !important;
  height:2px !important;
  background:#222 !important;
  position:relative !important;
  border-radius:2px !important;
}

.kcg-mobile-toggle span::before,
.kcg-mobile-toggle span::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  width:20px !important;
  height:2px !important;
  background:#222 !important;
  border-radius:2px !important;
}

.kcg-mobile-toggle span::before{
  top:-6px !important;
}

.kcg-mobile-toggle span::after{
  top:6px !important;
}

@media (max-width:1024px){
  .kcg-mobile-toggle{
    display:inline-flex !important;
  }
}

