/* ESTRUCTURA ----------------------------- */
/* ---------------------------------------- */
/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
/* COLORES -------------------------------- */
/* ---------------------------------------- */
/* FUENTES -------------------------------- */
/* ---------------------------------------- */
/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
@import "fontawesome/all.min.css";
@import "iconosistac/iconosistac.css";S
.mensajeSAGA {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px;
  justify-content: center;
  text-align: center;
}
.mensajeSAGA.inMemoryOnly, .mensajeSAGA.edited {
  background: #666;
  border: #333 1px solid;
  color: #FFF;
}
.mensajeSAGA .linea1 {
  font-size: 1.6vw;
  font-weight: bold;
}
.mensajeSAGA .linea2 {
  font-size: 1.1vw;
  margin-top: 8px;
}

.InfoEdited {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
}
.InfoEdited .InfoEditedIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #369;
  color: #FFF;
}
.InfoEdited .InfoEditedTexto {
  width: 0;
  position: absolute;
  top: 0;
  left: 32px;
  background: #FFF;
  color: #333;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.InfoEdited .InfoEditedTexto .InfoEditedTexto-linea2 {
  margin-top: 8px;
}
.InfoEdited:hover .InfoEditedTexto {
  width: 300px;
  padding: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #0A629D;
}

p, ul, li, a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.CarruselCoverFlow {
  margin-bottom: 35px;
  overflow: hidden;
}
.CarruselCoverFlow .cabeceraFormatter .tituloCabecera {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  color: #0A629D;
}
.CarruselCoverFlow .contenidoFormatter {
  background: rgba(204, 228, 237, 0.5);
}
.CarruselCoverFlow .contenidoFormatter.demo {
  min-width: auto;
  min-height: auto;
}
.CarruselCoverFlow .contenidoFormatter .wrapper {
  margin-top: 0;
  height: 330px;
  overflow: visible;
}
.CarruselCoverFlow .contenidoFormatter .wrapper.conDescripcion {
  height: 420px;
}
@media only screen and (max-width: 481px) {
  .CarruselCoverFlow .contenidoFormatter .wrapper.conDescripcion {
    height: 430px;
  }
}
.CarruselCoverFlow .contenidoFormatter .coverflow {
  height: auto;
  margin-top: 0;
  padding-top: 0;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active img {
  cursor: initial;
  border: #0A629D outset 2px;
  box-shadow: #000 1px -1px 6px;
  margin-bottom: 5px;
  border-bottom: none;
  z-index: 1;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .tituloElemento {
  position: relative;
  z-index: 2;
  display: block;
  background: #0A629D;
  padding: 5px;
  color: #FFF;
  text-align: center;
  cursor: initial;
  margin-top: -5.5px;
  border: #0A629D outset 2px;
  border-top: none;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .descripcionElemento {
  display: block;
  cursor: initial;
  font-size: 13px;
  text-align: justify;
  background: #FFF;
  padding: 20px;
  margin-top: -25px;
  width: 230px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border: solid 1px #ddd;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .descripcionElemento p {
  margin: 0;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .enlaceElemento .botonElemento {
  display: block;
  opacity: 0;
  width: fit-content;
  text-transform: uppercase;
  background: #0A629D;
  padding: 5px 8px;
  color: #FFF;
  border: rgba(10, 98, 157, 0.8) outset 1px;
  box-shadow: #000 0 0 3px;
  transition-duration: 0.3s;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .enlaceElemento .botonElemento:hover {
  background: #4AA2DA;
  border-color: #0A629D;
  transition-duration: 0.3s;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active:hover .enlaceElemento .botonElemento {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel.ui-state-active .enlaceElemento .botonElemento {
    opacity: 1;
  }
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel {
  max-width: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel {
    max-width: 180px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel {
    max-width: 180px;
  }
}
@media only screen and (max-width: 481px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel {
    max-width: 180px;
  }
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel img {
  /*border: $color-principal outset 1px;*/
  box-shadow: #000 0px 0px 30px;
  height: 245px;
  width: 180px;
  background: rgba(10, 98, 157, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel img {
    height: 245px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel img {
    height: 245px;
  }
}
@media only screen and (max-width: 481px) {
  .CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel img {
    height: 245px;
  }
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel .descripcionElemento {
  display: none;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel .tituloElemento {
  display: none;
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel .enlaceElemento {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel .enlaceElemento:before {
  content: "";
}
.CarruselCoverFlow .contenidoFormatter .coverflow .contenidoCarrusel .enlaceElemento .botonElemento {
  display: none;
}

/*# sourceMappingURL=documento.css.map */
