@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(https://syscol.com/snet/syapp/fonts/Inter.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    font-family: Inter;
}


.body {
 letter-spacing: 0.3px;
}

.commonStyle__link {
    color: #212121;
    letter-spacing: 0px;
}

.TitleContainer__container  {
    border: 1px solid #DFE1EC !important;
    border-radius: 25px !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0,5) !important; 
    padding: 16px !important;
    background: #fff !important; 
    letter-spacing: 0px;
}

.SearchBox__searchpart,
.Header__searchLink,
.kbSearchDiv,
#searchBoxes,
.zd-search-container,
#search_form {
    border-radius: 40px !important;
    border: 1px solid #DFE1EC !important;
    box-shadow: none !important;
}


.SearchBox__searchpart input,
.SearchBox__content input,
#searchBoxes input[type="search"],
#searchBoxes input[type="text"],
#search_form input,
.kbSearchDiv input,
.Header__searchSubCont input,
.Header__searchLink input,
#titleSearch input {
    color: #CAD4E7 !important;
    border-radius: 40px !important;
}


.SearchBox__searchpart input::placeholder,
.SearchBox__content input::placeholder,
#searchBoxes input::placeholder,
#search_form input::placeholder,
.kbSearchDiv input::placeholder,
.Header__searchSubCont input::placeholder,
.Header__searchLink input::placeholder,
#titleSearch input::placeholder {
    color: #CAD4E7 !important;
}


#searchBtnContainer button,
.SearchBox__searchpart button,
.Header__searchLink button,
#searchBoxes button,
.kbSearchDiv button {
    border-radius: 40px !important;
}



.Header__welcomeDescription {
    text-align: center !important;
    margin-top: 12px !important;
}


.Header__welcomeDescription::before {
    content: "¿Cómo podemos ayudarte?";
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 6px;
}


.Header__welcomeTitle {
   color: none;
   font-size: 0px;
   height: 0px;
}


.Header__welcomeDescription::after {
    content: "Aquí encontrarás documentación e información útil sobre como usar nuestras apps y resolver los problemas más comunes";
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #777777;
    line-height: 1.4;
    max-width: 680px;
    margin: 0 auto;
}

.Header__logotxt {
    font-size: 25px !important;
    font-weight: 700 !important;
   
}


.Header__link[aria-label="Artículos de Ayuda"] {
  font-size: 0; /* oculta el texto original */
}

.Header__link[aria-label="Artículos de Ayuda"]::after {
  content: "Artículos y Tutoriales";
  font-size: 14px; /* ajusta según header */
  font-weight: 500;
  color: inherit;
  line-height: normal;
}


.Header__logotxt::after {
    content: "| Centro de Ayuda";
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 0px 5px;
  
   
}

#new_ticket_btn {
    background: #1863FD !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    padding: 5px 10px !important;
    min-width: 150px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#new_ticket_btn .Header__containerLink {
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

#new_ticket_btn .Header__tClr {
    color: #ffffff !important;
    font-size: 12px !important;
    margin-right: 6px !important; 
    white-space: nowrap !important; 
}

#new_ticket_btn .Header__dropicon svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

.Header__stretchynavbg {
    display: none !important;
}


.Button__tagPrimary {
    background: none;
    color: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 0px
}


.ArticlesContainer__articleListWidget {
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: .0625rem solid #CAD4E7;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
}

.CustomerSatisfactionContainer__leftWidget {
    background-color: #fff;
    padding: 1.5625rem;
    border: .0625rem solid #CAD4E7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0,10) !important;
    border-radius: 25px
  
}

.Button__neutral {
    border: .0625rem solid var(--color-hoverblue1);
    color: #1863fd
    transition: all .2s ease;
    border-radius: 25px
}

.KBSubCategoryContainer__boxView {
    border-radius: 25px !important;
    overflow: hidden !important; /* asegura que el contenido siga el borde redondeado */
}

.ArticleDetailLeftContainer__box, .ArticleDetailLeftContainer__cmdBox {
    background: var(--color-brand);
    padding: 1.25rem;
    overflow: auto;
    border: 1px solid var(--color-lightGrey);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    border-radius: 25px
}

.ArticleListContainer__boxView {
    border-radius: 25px !important;
    overflow: hidden !important;
}

.ModuleCategoryContainer__containerListView {
    background-color: var(--color-brand);
    padding: 0 .625rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 25px
}

.TitleContainer__Listcontainer {
    padding: .9375rem .625rem;
    border-radius: 25px
}


.Signup__details {
    padding: 1.875rem 0;
    border: 1px solid var(--color-lightGrey);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    background: var(--color-brand);
    width: 90%;
}

.Input__formInput {
    padding: .575rem .625rem;
    color: var(--color-HexGray20);
    font-size: .8125rem;
    border: .0625rem solid #ddd;
    width: 100%;
    outline: 0;
    border-radius: 25px;
    -webkit-appearance: none;
    font-size: .875rem;
}

.Captcha__captcha {
    overflow: hidden;
    min-height: 8.75rem;
    width: 100%;
    border: .0625rem solid #ddd;
    border-radius: 20px;
    margin: 1.25rem 0 0;
}

.Icon__icon {
    color: #1863fd;

}


.Button__primary {
    background-color: #1863fd;
    color: #ffffff;
    border-radius: 20px;
}


.Signin__details {
    background: var(--color-brand);
    padding: 1.875rem 0;
    border-radius: 25px;
    display: flex;
    width: 90%;
    border: 1px solid #d4dadf;
}

.textbox {
    border-radius: 20px;
}

.blue, .blue#nextbtn {
    background-color: #1863fd;
    color: #fff;
    border-radius: 25px;
}

.BreadCrumbs__breadcrumbsView {
    font-size: .875rem;
    color: #212121;
}

.BreadCrumbs__breadCrumbsLink {
    color: #212121;
}

.BreadCrumbs__breadcrumbsView {
    font-size: .875rem;
    color: #1863fd;
}


.BreadCrumbs__breadCrumbsLink:hover {
    color: #1863fd;
}

.textbox {
    color: #000;
    outline: 0;
    text-align: left;
    border-radius: 25px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    transition: none;
    font-family: "Lato", sans-serif;
    text-indent: 0;
    transition: all .2s 
ease-in-out;
}

.btn, #nextbtn.btn {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
    text-transform: initial;
    transition: none;
    border: none;
    height: 40px;
    min-width: 120px;
    padding: 10px 25px;
    text-shadow: 0px 0px 0px #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    float: none;
}

.Readingprogress__progressBar {
    height: 4px;
    transition: all .2s;
    background: linear-gradient(90deg, #1863fd 16%, #00A7FF 75.89%);
    box-shadow: rgba(0, 0, 0, 0.24) 0 8px 18px;
    border-radius: 0 5px 5px 0;
}

.Icon__fb {
    color: var(--color-fb);
    width: 0px;
}

.Icon__twit {
    color: var(--color-brand1);
    width: 0px;
}

.Icon__linkedin {
    color: var(--color-linkedin);
    width: 0px;
}

.ArticleCmd__fnt600 {
    color: #fff;
    width: 0px;
}

/* --------------------------- */
/* ESTILOS DEL FOOTER SYScol   */
/* --------------------------- */

.footer_Syscol {
    background: #F4F5FA;
    padding: 1000px 80px 30px 80px;
    font-family: "Inter", sans-serif;
    color: #5A5A5A;

}

/* Layout superior */
.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

/* Columnas */
.footer__col {
    flex: 1;
    min-width: 200px;
}

.footer__brand-title img {
    width: 200px;
    margin-right: 8px;
    vertical-align: middle;
}

.footer__brand-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #2A2A2A;
    display: flex;
    align-items: center;
}

.footer__brand-sub {
    font-size: 17px;
    color: #7A7A7A;
    margin-bottom: 25px;
}

/* Íconos sociales */
.footer__social-icons {
    display: flex;
    gap: 16px;
}

.footer__social-icons img {
    width: 35px;
    height: 35px;
    opacity: 0.55;
    transition: opacity .2s ease;
}

.footer__social-icons img:hover {
    opacity: 1;
}

/* Títulos */
.footer__title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
}

/* Listas */
.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__list li {
    margin-bottom: 10px;
}

.footer__list a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
}

.footer__list a:hover {
    color: #1863FD;
}

/* Contacto */
.footer__contact-list {
    list-style: none;
    padding: 0;
}

.footer__contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #555;
    text-decoration: none;
    
}

/* Divider */
.footer__divider {
    width: 100%;
    height: 1px;
    background: #DDDFE5;
    margin-bottom: 20px;
}

/* Parte inferior */
.footer__bottom {
    text-align: center;
    font-size: 14px;
    color: #808080;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .footer__top {
        flex-direction: column;
        gap: 40px;
    }

    .footer {
        padding: 40px 30px;
    }

    .footer__social-icons img {
        width: 24px;
        height: 24px;
    }
}

.CustomWidgets__widgetTitle {
    color: none;
    display: block;
    margin: 0 0 .9375rem;
    font-size: 0;
}

.Footer__footer {
    display: none;
    background-color: #F3F4FB;
    color: #afafaf;
}













/* =========================
   MENU VIDEOS
========================= */

.syscol-help {
  max-width:1200px;
  margin:auto;
}

/* TITULOS */
.title {
  text-align: center;
  font-size: 32px;
  margin: 0 0 20px 0;
}

.title2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}

.syscol-help h4 {
  margin: 10px 0 0px 0;
}

.syscol-help h4 span {
  color:#1863fd;
}

.subtitle {
  text-align:center;
  color:#666;
  margin-bottom:20px;
  margin: 2px;
}

.subtitle2 {
  color:#666;
  margin-bottom:20px;
  margin: 2px;
  width: 90%;
}

.lead {
  font-size: 22px;
  color:#1863fd;
  margin-bottom:20px;
  margin: 80px 0px 0px 0px;
}

/* =========================
   MENU HORIZONTAL
========================= */
.menu-scroll {
  display:flex;
  gap:28px;
  overflow-x:auto;
  border-bottom:1px solid #ddd;
  padding-bottom:12px;
  margin: 30px 0 0 0;
}

/* TAB BASE */
.menu-scroll .tab {
  text-decoration:none;
  color:#000;
  white-space:nowrap;
  padding-bottom:10px;
  position:relative;
  font-size:15px;
}

/* HOVER */
.menu-scroll .tab:hover {
  color:#1863fd;
}

/* LINEA AZUL */
.menu-scroll .tab::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:3px;
  background:#1863fd;
  border-radius:2px;
  transform:scaleX(0);
  transition:transform .25s ease;
}

/* TAB ACTIVO SEGÚN :target */
.syscol-help:has(#primeros_pasos:target) .tab[href="#primeros_pasos"],
.syscol-help:has(#clases:target) .tab[href="#clases"],
.syscol-help:has(#matricula:target) .tab[href="#matricula"],
.syscol-help:has(#recaudacion:target) .tab[href="#recaudacion"],
.syscol-help:has(#agenda:target) .tab[href="#agenda"],
.syscol-help:has(#planificacion:target) .tab[href="#planificacion"],
.syscol-help:has(#pie:target) .tab[href="#pie"],
.syscol-help:has(#firma:target) .tab[href="#firma"],
.syscol-help:has(#control:target) .tab[href="#control"],
.syscol-help:has(#biblioteca:target) .tab[href="#biblioteca"],
.syscol-help:has(#configuracion:target) .tab[href="#configuracion"],
.syscol-help:has(#webinar:target) .tab[href="#webinar"] {
  color:#1863fd;
  font-weight:500;
}


.syscol-help:has(#primeros_pasos:target) .tab[href="#primeros_pasos"]::after,
.syscol-help:has(#clases:target) .tab[href="#clases"]::after,
.syscol-help:has(#matricula:target) .tab[href="#matricula"]::after,
.syscol-help:has(#recaudacion:target) .tab[href="#recaudacion"]::after,
.syscol-help:has(#agenda:target) .tab[href="#agenda"]::after,
.syscol-help:has(#planificacion:target) .tab[href="#planificacion"]::after,
.syscol-help:has(#pie:target) .tab[href="#pie"]::after,
.syscol-help:has(#firma:target) .tab[href="#firma"]::after,
.syscol-help:has(#control:target) .tab[href="#control"]::after,
.syscol-help:has(#biblioteca:target) .tab[href="#biblioteca"]::after,
.syscol-help:has(#configuracion:target) .tab[href="#configuracion"]::after,
.syscol-help:has(#webinar:target) .tab[href="#webinar"]::after
{
  transform:scaleX(1);
}

/* ESTADO INICIAL (CLASES ACTIVO) */
.syscol-help:not(:has(.videos-section:target)) 
.menu-scroll .tab[href="#clases"] {
  color:#1863fd;
  font-weight:500;
}

.syscol-help:not(:has(.videos-section:target)) 
.menu-scroll .tab[href="#clases"]::after {
  transform:scaleX(1);
}

/* =========================
   VIDEOS
========================= */
.videos-section {
  display:none; /* ocultas por defecto */
  margin-top:30px;
  grid-template-columns:repeat(4,1fr); /* 4 columnas */
  gap:24px;
}

/* mostrar sección seleccionada */
.videos-section:target {
  display:grid;
}

/* mostrar CLASES por defecto */
.syscol-help:not(:has(.videos-section:target)) #clases {
  display:grid;
}

/* evitar scroll al hacer click */
.videos-section {
  scroll-margin-top: 100vh;
}



/* =========================
   TAGS
========================= */

.video-card {
  display:block;
  border: 1px solid #c9d0e4;
  text-decoration:none;
  color:#000;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  transition: 
    transform .25s ease,
    box-shadow .25s ease;
}

.video-thumb {
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
}

.video-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}

.video-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.video-card:hover img {
  transform: scale(1.08);
}

.video-title {
  padding:14px 16px;
  font-size:15px;
  font-weight:500;
  line-height:1.3;
}



/* =========================
   BOTÓN MÁS TUTORIALES
========================= */

.more-tutorials {
  display:flex;
  justify-content:center;
  margin:60px 0;
}

.more-btn {
  display:inline-block;
  padding:14px 34px;
  border-radius:999px; /* cápsula */
  border:2px solid #d0d5dd;
  background:#fff;
  color:#000;
  text-decoration:none;
  font-size:16px;
  font-weight:500;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

/* HOVER */
.more-btn:hover {
  background:#1863fd;
  color:#fff;
  border-color:#1863fd;
  transform: translateY(-2px);
  box-shadow:0 8px 20px rgba(24,99,253,.3);
}





/* RESPONSIVE */
@media(max-width:1024px){
  .videos-section {
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .videos-section {
    grid-template-columns:1fr;
  }
}







/* ===============================
   TABLET + MOBILE
   =============================== */
@media (max-width: 1020px) {

  /* Mover menú al fondo */
  .Header__nav {
    position: fixed !important;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 56px;

    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    z-index: 9999;

    display: flex !important;
    justify-content: space-around;
    align-items: center;

    padding: 0;
    margin: 0;

    /* FIX: evitar que Zoho lo oculte */
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Cada item del menú */
  .Header__menuList,
  #logoutDetails {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Links */
  .Header__link {
    font-size: 13px;
    text-decoration: none;
    color: #6b7280;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  /* Activo */
  .Header__menuList.Header__navactive .Header__link {
    color: #1a73e8;
    font-weight: 600;
  }

  /* ===============================
     LOGIN / REGISTRO EN UNA FILA
     =============================== */

  /* UL interno */
  #logoutDetails > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
  }

  /* LI internos */
  #logoutDetails li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* Links login */
  #logoutDetails a {
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
  }

  /* Evitar que el menú tape contenido */
  body {
    padding-bottom: 56px;
  }
}

/* ===============================
   MOBILE (ajuste fino)
   =============================== */
@media (max-width: 767px) {

  .Header__link,
  #logoutDetails a {
    font-size: 12px;
  }

  #logoutDetails > ul {
    gap: 8px;
  }
}

