/* 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 '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,26): run-time error CSS1039: Token not allowed after unary operator: '-colorBanner-bg'
(40,22): run-time error CSS1039: Token not allowed after unary operator: '-indicators'
(44,26): run-time error CSS1039: Token not allowed after unary operator: '-indicators-active'
(48,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(53,17): run-time error CSS1039: Token not allowed after unary operator: '-bannerColor'
(76,28): run-time error CSS1039: Token not allowed after unary operator: '-grayColor-1'
(103,17): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(123,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(124,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(153,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(189,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(199,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor'
(222,26): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-6'
(235,31): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(236,15): run-time error CSS1039: Token not allowed after unary operator: '-grayColor-6'
(240,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(253,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(257,15): run-time error CSS1039: Token not allowed after unary operator: '-mainColor-2'
(265,28): run-time error CSS1039: Token not allowed after unary operator: '-colorBanner-img'
 */
:root {
  --bannerColor: #222551;
  --indicators: var(--mainColor-8);
  --indicators-active: var(--mainColor-8);
}

.bg-banner1 {
  --colorBanner-bg: #54c1dc;
  --colorBanner-img: #7bcfe4;
}

.bg-banner2 {
  --colorBanner-bg: #00b4d8;
  --colorBanner-img: #2ec1df;
}

.bg-banner3 {
  --colorBanner-bg: #0096c7;
  --colorBanner-img: #2ba8d1;
}

.bg-banner4 {
  --colorBanner-bg: #0078b7;
  --colorBanner-img: #2189c1;
}

.bg-banner {
  background-color: var(--colorBanner-bg);
  background-image: url(../icons/bg_banner_ayuda-en-linea.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.banner {
  margin-bottom: 0;
}

.carousel-indicators li {
  border-color: var(--indicators);
}

.banner .carousel-indicators .active::before {
  background-color: var(--indicators-active);
}

.btn-icon--banner {
  --mainColor-8: #fff;
  --color-content: var(--colorBanner-bg);
}

.banner--sub-title--ayuda-linea {
    color: var(--bannerColor);
    font-size: 30px;
    font-family: "Montserrat","Futura PT";
    font-weight: bold;
}

.banner--sub-title--informes {
  max-width: 18em;
}

.banner--text--ayuda-linea {
  margin-bottom: 1.5em;
}

.banner--container-img--ayuda-linea {
  position: relative;
}

.banner--lo-nuevo {
    font-size: 30px;
    position: absolute;
    top: 1.2em;
    left: 15px;
    background-color: var(--grayColor-1);
    color: #fff;
    display: block;
    padding: 0 0.6em;
    font-family: "Montserrat","Futura PT";
    font-weight: 300;
    line-height: 1.2;
    z-index: 1;
}

.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(5, 1fr);
  margin-bottom: 3em;
  padding: 0 4em;
}

.biblioteca--grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3em;
    padding: 0 4em;
}

.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;
}

.contactenos {
  color: #fff;
  text-align: center;
  padding: 12px;
  background-color: var(--mainColor-6);
}

.contactenos > a {
  color: #fff;
  font-weight: bold;
}

.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;
}

@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);
  }
}

@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,
  .biblioteca--grid-2,
  .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 {
        padding: 0;
  }

  .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;
  }
}

