/*COLORES DEL BOOTSTRAP*/
/*COLORES GENERICOS. ESTOS SON LOS QUE DEBERIAN CAMBIARSE PARA CADA EMPRESA*/
body {
  font-size: 14px;
  font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  background-color: #F0F0F0;
  width: 100%;
  margin: 0px !important;
  min-height: 100vh;
  /*    display: flex;
      flex-direction: column;*/
}

.contenido {
  margin: 5px 5px;
  border: 0px none;
  font-size: 14px;
  flex: 1 0 auto;
}

.ui-dialog.loader {
  border: none !important;
  background: transparent !important;
}
.ui-dialog.loader .ui-dialog-content {
  background: transparent !important;
  width: 150px !important;
  height: 150px !important;
  border: none !important;
}

.spiner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #dc3545;
  border-right: 16px solid #28a745;
  border-bottom: 16px solid #007bff;
  border-left: 16px solid #ffc107;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*************** Cabecera ***************/
.menu {
  background-color: #212529;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}
.menu .ui-menubar {
  display: block;
  background: #000000 !important;
  border: none !important;
  border-radius: none !important;
  padding: 0 !important;
}
.menu .ui-menubar .ui-menu-list {
  background: #000000 !important;
  border: none !important;
}
.menu .ui-menubar .ui-menu-list .ui-menuitem {
  margin-right: 10px;
}
.menu .ui-menubar .ui-menu-list .ui-menuitem-text {
  color: #FFFFFF !important;
  font-weight: normal !important;
}
.menu .ui-menubar .ui-menu-list .ui-menuitem-link.ui-state-hover {
  background: #29434e !important;
}
.menu .ui-menubar .ui-menu-list .ui-menuitem-link.ui-state-hover .ui-menuitem-text {
  color: #FFFFFF !important;
  font-weight: normal !important;
}

.pie {
  background-color: #000000;
  color: #FFFFFF !important;
  padding: 5px;
  margin-left: 0;
  transition-duration: 600ms;
}
.pie-texto {
  margin: 3px;
  font-size: 11px;
  font-weight: bold;
}

.entrada .titulo {
  color: #212529;
}
.entrada .descripcion {
  color: #666666;
}
.entrada .fecha {
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .contenido {
    margin: 5px 0px 5px 0px !important;
  }
}
.imagenblog-1 img {
  max-width: 90vw;
  max-height: 90vh;
  height: auto;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.imagenblog-0 img {
  height: 90vh;
  width: auto;
  max-width: 90vw;
}

@media screen and (max-width: 1024px) {
  .imagenblog-1 img {
    max-width: 80vw;
    max-height: 80vh;
  }
}
@media screen and (max-width: 800px) {
  .imagenblog-1 img {
    max-width: 70vw;
    max-height: 70vh;
  }
}
@media screen and (max-height: 900px) {
  .imagenblog-0 img {
    height: 80vh;
    max-width: 80vw;
  }
}
@media screen and (max-height: 800px) {
  .imagenblog-0 img {
    height: 70vh;
    max-width: 80vw;
  }
}
.ui-button {
  border-radius: 0px !important;
  border: 0px solid !important;
  padding: 4px !important;
  background: #F0F0F0 !important;
  position: fixed;
  bottom: 10px;
}
.ui-button.galeria {
  background: rgba(0, 0, 0, 0.2);
  color: #666666 !important;
}
.ui-button.galeria .ui-icon.pi {
  font-size: 1.5rem !important;
}

.ui-commandlink {
  color: #212529 !important;
}

.ui-galleria-mask {
  z-index: 100000 !important;
}
.ui-galleria-mask .ui-galleria-visible {
  background-color: black !important;
}
