body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  background-color: #f5f8fa;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
}

* {
  outline: 0 !important;
}
*:focus {
  outline: 0 !important;
}

a {
  color: #007bff;
}
a,
a:visited,
a:active,
a:focus,
a:blur {
  outline: 0 !important;
}

.main-container {
  padding-top: 80px;
}
.wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 0.25rem;
}

.wrapper2 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 0.25rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wrapper3 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 0.25rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.wrapper-link {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h6 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

.link-acceso-directo:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.link-acceso-directo:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.link-acceso-directo {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  color: #212529;
  text-decoration: none;
}

.link-acceso-directo:hover {
  text-decoration: none;
  background: #f5f8fa;
  color: #212529;
}

.test {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 2px solid transparent;
  /* rgba(0, 0, 0, 0.125); */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  text-decoration: none;
  color: #007bff !important;
}

.test:hover {
  text-decoration: none;
  background: #f5f8fa;
  color: #212529;
}

.he10 {
  height: 10px;
}

.card-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-header-profile:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header-profile {
  height: 150px;
  background-size: cover;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-profile-img {
  max-width: 100px;
  margin-top: -70px;
  margin-bottom: 5px;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.ul-noticias,
.ul-foto {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem !important;
}

.ul-noticias-li {
  position: relative;
  display: flex;
  margin-top: 0;
  overflow: visible;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1.5rem !important;
}

.ul-foto-li {
  position: relative;
  display: flex;
  margin-top: 0;
  overflow: visible;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px;
  padding: 0 !important;
}

.ul-noticias-li img.fn,
.ul-foto-li img.fn {
  width: 60px;
  border-radius: 100%;
  margin-right: 1rem !important;
  align-self: flex-start !important;
  display: flex !important;
}

.ul-noticias-li-bajada,
.ul-foto-li-bajada {
  overflow: visible;
  flex: 1;
}

.up-noticias-li-bajada-header h6 {
  margin-bottom: 0rem;
}

.up-noticias-li-bajada-header-fecha {
  color: #868e96 !important;
  font-size: 70%;
}

.fileContainer {
  clear: both;
  overflow: hidden;
}

.fileContainer [type='file'] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100px;
  max-width: 100px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.select2 {
  outline: none;
}

small.fs50 {
  font-size: 0.5em !important;
}
.fs9 {
  font-size: 0.9em !important;
  font-weight: 400;
}

.fs10 {
  font-size: 1em !important;
  font-weight: 400;
}

.p15 {
  padding-left: 15px;
}

.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.atencion .table td,
.atencion .table th {
  border-top: 0px;
  font-size: 0.9em;
}

.rojo {
  color: #ff0000;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.ng-invalid.ng-touched:not(form) {
  border: 1px solid #ff0000;
}

.titulo404 {
  font-size: 100px;
}

.separador {
  height: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .titulo404 {
    font-size: 70px;
  }
}

.capa-noticias {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.capa-noticias img.fn {
  max-width: 60px;
  border-radius: 100%;
  margin-right: 0rem !important;
  align-self: flex-start !important;
}

.noticias-bajada img,
.noticia-bajada-contenido img {
  max-width: 450px !important;
}

@media (max-width: 320px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 250px !important;
  }
}
@media (min-width: 321px) AND (max-width: 424px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 280px !important;
  }
}

@media (min-width: 425px) AND (max-width: 768px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 360px !important;
  }
}

@media (min-width: 425px) AND (max-width: 768px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 360px !important;
  }
}

@media (min-width: 768px) AND (max-width: 992px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 260px !important;
  }
}

@media (min-width: 992px) AND (max-width: 1280px) {
  .noticias-bajada img,
  .noticia-bajada-contenido img {
    max-width: 360px !important;
  }
}

.mce-window {
  z-index: 999965536 !important;
}

.notificacion {
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.notificacion2 {
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bgg {
  background: #fafafa;
}

.tdn:hover {
  background: #fafafa;
}

.bg-white {
  background: #fff !important;
}

.fileContainer {
  clear: both;
  overflow: hidden;
  position: relative;
}

.fileContainer [type='file'] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.hide {
  display: none !important;
}

.tdbw {
  max-width: 250px;
  word-break: break-word;
}

.mce-floatpanel.mce-fixed {
  position: fixed;
  z-index: 1000000000 !important;
}

.button-colapse-ac {
  padding: 5px 5px 0px 5px;
  font-size: 0.8rem;
}
.tabla-mentoria-01 {
  border-top: 0;
  border-left: 0;
  width: 150px;
}

.table-mentoria-02 {
  border-top: 0;
  border-right: 0;
}

.col-table-200 {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}

.box-imagen {
  max-width: 40px !important;
  position: relative;
  border-radius: 100%;
  margin-right: 5px;
}
.img {
  vertical-align: middle;
  border-style: none;
}
.select2-container--open {
  z-index: 9999999;
}

.modal-edit {
	z-index: 99999999 !important;
}
