/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,18): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-8'
(48,22): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-8'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(88,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(89,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(118,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(155,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(165,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(192,28): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-6'
(206,31): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(207,15): run-time error CSS1039: Token not allowed after unary operator: '-grayColor-6'
(211,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(224,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(228,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(261,28): run-time error CSS1039: Token not allowed after unary operator: '-colorBanner-img'
 */
:root {
  --indicators: var(--mainColor-8);
  --indicators-active: var(--mainColor-8);
}

.ayuda-en-linea-opt {
    display: grid;
    justify-content: center;
    gap: 1rem;
}

    .ayuda-en-linea-opt .card-sisconpes {
        padding: 0;
        width: 300px;
    }


        .ayuda-en-linea-opt .card-sisconpes.w-100 {
            width: 100%;
            min-height: auto;
        }

    .ayuda-en-linea-opt.ayuda-en-linea--biblioteca .card-content {
        display: inline-flex;
        gap: 1rem;
        align-content: center;
        align-items: center;
    }

.ayuda-en-linea--biblioteca {
    display: grid;
    grid-template: 1fr;
    margin-bottom: 3em;
    padding: 0 4em;
}

.ayuda-en-linea--button {
    background: transparent;
    font-weight: 600;
    color: var( --mainColor-8);
    line-height: 1.375rem;
    text-align: left;
}

    .ayuda-en-linea--button:hover,
    .ayuda-en-linea--button:focus {
        text-decoration: underline;
        color: var( --mainColor-8);
    }

.videos-tutoriales--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.5em;
  margin: 0 auto;
  max-width: 61em;
}

.videos-tutoriales--grid--2grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 42em;
  margin: auto;
}

.videos-tutoriales--btn {
    font-family: "Montserrat","Futura PT Demi";
    font-weight: 600;
    color: var(--mainColor-2);
    border: none;
    background-color: #fff;
    transition: all 0.3s;
    text-align: center;
    font-size: 12px;
    padding: 13px 11px;
}

.videos-tutoriales--btn:hover {
  background-color: #b6e0ec;
}

.videos-tutoriales--btn img {
  width: 100%;
  height: 162px;
  object-fit: contain;
}

.banner-arrow-gris {
  --indicators: #9c9b9b;
  --indicators-active: #0096c7;
}

.banner-arrow-gris .carousel-control {
  width: 4em;
}

.formato-soporte {
  background-color: #daeff6;
}

.formato-soporte--grid {
  max-width: 725px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5em;
  padding-bottom: 2em;
}

.formato-soporte--container {
  background-color: #ecf7fb;
  padding: 1em 1.5em 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formato-soporte--container p {
  margin-bottom: 0;
  color: var(--mainColor-2);
  font-family: "Raleway";
  font-weight: bold;
  font-size: 17px;
  margin: auto;
}

.biblioteca--grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 3em;
  padding: 0 4em;
}

.biblioteca--grid-2 {
    display: flex;
    justify-content: center;
    padding: 2em 0px 4.2em;
    margin-bottom: 3em;
    flex-wrap: wrap;
}

.grid-column-2 {
  grid-column: 2/3;
}

.grid-column-3 {
  grid-column: 3/4;
}

.biblioteca--btn {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 1em;
  color: var(--mainColor);
  font-family: "Raleway";
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
}

.biblioteca--btn:hover {
  text-decoration: none;
  color: var(--mainColor);
  background-color: #ecf7fb;
  cursor: pointer;
}

.biblioteca--btn img {
  height: 3em;
  margin-bottom: 1em;
}

.biblioteca--btn:not(:last-child) {
  border-right: solid 1px #ececec;
}

.biblioteca--btn-nuevo {
  margin-top: 0.5em;
  display: block;
}

.biblioteca--grid-2 > .biblioteca--btn {
    max-width: 17.75rem;
}

.ayuda-en-linea--contactenos {
    color: #fff;
    text-align: center;
    padding: 12px;
    background-color: var(--mainColor-6);
}

    .ayuda-en-linea--contactenos > a {
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
    }

.contactenos > a:hover {
  color: #fff;
}

.options-button--btn {
  border-left: 1px solid var(--mainColor-2);
  color: var(--grayColor-6);
}

.title {
  color: var(--mainColor-2);
}

.title--modal h2 {
    font-size: 30px;
    font-family: "Montserrat","Futura PT Demi";
    font-weight: 600;
}

.btn-icon--descargar {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 13px;
  --mainColor-8: var(--mainColor-2);
}

.ayuda-banner {
  color: var(--mainColor-2);
  font-size: 12px;
  font-family: "Raleway";
  font-weight: normal;
}

.video-container {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
  .banner--container-img--ayuda-linea::before {
    background-color: var(--colorBanner-img);
  }

  .banner--container-img--administracion > img {
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
  }
  .banner--container-img--administracion::before {
    clip-path: polygon(88% 0%, 98% 8%, 100% 100%, 0 100%, 0 0);
  }

  .banner--container-img--informes > img {
    clip-path: polygon(0 0, 90% 0, 95% 100%, 0 100%);
  }
  .banner--container-img--informes::before {
    clip-path: polygon(0 0, 90% 0%, 100% 90%, 0 100%);
  }

  .banner--container-img--indicadores > img {
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
  .banner--container-img--indicadores::before {
    clip-path: polygon(0 0, 98% 0%, 100% 100%, 0 100%);
  }

  .banner--container-img--estadisticas > img {
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  }
  .banner--container-img--estadisticas::before {
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0 100%);
  }

  .banner--container--ayuda-linea {
    padding: 0 7em 0 4em;
    height: 325px;
  }

  .videos-tutoriales--btn {
    height: 206px;
  }

  .videos-tutoriales--grid--flex {
    display: flex;
    justify-content: center;
  }

  .videos-tutoriales--grid--flex > .videos-tutoriales--btn {
    width: calc(33% - 0.5em);
  }

    .ayuda-en-linea-opt {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-direction: row;
    }

    .ayuda-en-linea--biblioteca {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
    @media screen and (max-width: 768px) {
        .banner--container--ayuda-linea {
            padding: 0.5em 0.5em 0;
        }

        .banner-soy-sisconpes .item > .row {
            min-height: 36em;
        }

        .biblioteca--grid,
        .formato-soporte--grid,
        .videos-tutoriales--grid {
            grid-template-columns: 1fr;
            margin: 0;
        }

        .videos-tutoriales--grid {
            grid-row-gap: 1em;
        }

        .biblioteca--grid {
            padding: 0;
        }

        .biblioteca--grid-2 {
            flex-direction: column;
            padding: 0;
        }

            .biblioteca--grid-2 > .biblioteca--btn {
                max-width: none;
            }

                .biblioteca--grid-2 > .biblioteca--btn:not(:last-child) {
                    border-right: none;
                    border-bottom: solid 1px #ececec;
                }

        .videos-tutoriales--btn img {
            height: auto;
        }

        .ayuda-banner,
        .banner-arrow-gris,
        .formato-soporte--grid,
        .videos-tutoriales--grid {
            padding: 0 1em;
        }

        .formato-soporte--container {
            margin-bottom: 1em;
        }

        .title {
            padding-top: 1em;
        }
    }

    @media screen and (min-width: 1200px) {

        .ayuda-en-linea--biblioteca {
            grid-template-columns: repeat(3, 1fr);
        }
    }
