* {
  font-family: "Montserrat", sans-serif;
}

/* menu */
#fh5co-menu {
  background: #262626 !important;
  margin-top: 16px;
  display: block;
  position: fixed !important;
}

/* generales */
.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}
.my-20-px {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Pagina */
#mainContent {
  margin-top: 72px;
}

.encabezado {
  padding: 0px;
  height: 50vh;
}

#img-titulo p {
  color: white;
  font-size: 20pt;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/****Botones regresar y direccion****/
.cont-regresar {
  padding-left: 30px;
  padding-right: 45px;
}

#regresar {
  border-top-style: solid;
  border-color: #dbdbdb;
  border-width: thin;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -5px !important;
  padding-left: 0px;
  /* padding-right: 15px; */
}

.d-flex {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}

#regresar a {
  text-decoration: none;
  margin-top: 25px;
  letter-spacing: normal;
  color: #3fbbff;
  font-weight: bold;
  margin: 20px;
  margin-left: 0px;
}

.direccion {
  width: 100px;
  float: right;
  margin-right: -6rem;
  margin-top: 25px;
}

.direccion a {
  margin-right: 20px;
  margin-left: 16px;
  justify-content: space-between;
}

.direccion i {
  color: #5e5e5e;
}

/****Articulo****/
.articulo {
  margin: 3%;
}

.articulo h1,
h3 {
  font-weight: bold;
  margin-left: 10px;
}

.titulo-articulo {
  margin-top: 10rem;
}

.titulo-articulo h1 {
  margin-block-end: 2rem;
}

.titulo-articulo span {
  font-size: 2rem;
}

.texto {
  margin: 5%;
  margin-left: 0%;
}

/****Boton de filtro en movil****/
.filtro button {
  text-decoration: none;
  border-color: #eeeeee;
  background: #fafafa;
  margin-top: 5%;
  margin-right: 5%;
  width: 15rem;
  height: 4rem;
  float: right;
  width: 13rem;
}

/****Lista para boton de filtro****/
.lista a {
  background: #fafafa;
  border-color: #eeeeee;
}

.lista {
  display: none;
  margin-top: 0%;
  margin-right: 0.1rem;
  float: right;
}

.just-padding {
  border-color: #dbdbdb !important;
  border-style: solid !important;
  border-width: thin !important;
  padding: 0px;
  border: 0px;
}

/* Listas */
.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group-item i {
  margin: 0.3rem;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .icono:first-child {
  border-top-width: 0 !important;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .icono {
  padding-left: 30px !important;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .fa a {
  font-size: 2.5rem;
  color: black !important;
  margin-right: 5px;
}

.list-group.list-group-root {
  margin: 0px;
  background-color: white;
  /*padding-left: 10px;*/
}

.list-group.list-group-root > .icono {
  display: block;
  padding: 5%;
  border-radius: 0 !important;
  border-width: 1px 0 0 0 !important;
  padding-left: 16px !important;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  color: black;
}

.well {
  border-radius: 0px !important;
  border: 0px;
}

#articulosrecientes {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: thin;
  /* margin: 5%; */
  margin-top: 30px;
  padding: 0%;
  margin-block-end: 20px;
  border: 0px;
}

#articulosrecientes ul {
  display: contents;
  padding: 0px;
}

.reciente {
  display: inline-flex;
  /* margin-top: 5%; */
  align-items: center;
  margin-block-end: 20px;
}

.reciente img {
  padding: 0px;
}

.reciente p a {
  text-decoration: none;
  color: black;
}

.reciente p {
  margin-left: 2%;
}

.fecha-art {
  margin-top: 1px;
}

#categorias {
  /*aplica solo en movil*/
  display: none;
}

#categorias a {
  border: 0px;
  font-size: medium;
  color: black !important;
  /* display: inline-flex; */
  background: white;
}

#categorias-list {
  text-decoration: none;
}

#categorias-list i {
  float: right;
}

#archivos {
  /*aplica solo en movil*/
  display: none;
}

#archivos a {
  border: 0px;
  font-size: medium;
  color: black !important;
  margin-right: 5px;
  background: white;
}

#archivos-list {
  text-decoration: none;
}

#archivos-list i {
  float: right;
}

/****Items****/
.items {
  display: inline-block;
  flex-direction: column;
  margin-top: 30px;
}

.card {
  display: block;
  padding-right: 30px;
  margin-block-end: 20px;
}

.card img {
  display: block;
  padding: 0%;
}

.card-body {
  display: block;
  margin-block-end: 20px;
}

.card-body h5 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 2rem;
}

.card-body h5 a {
  text-decoration: none;
  color: black;
}

.card-body span {
  display: inline-flex;
  margin-top: auto;
  border-top-style: solid;
  border-color: #dbdbdb;
  border-width: thin;
  padding: 0px !important;
  margin-block-end: 20px;
}

.card-body span p {
  margin-top: 10px;
  margin-right: 29px;
  color: black;
  font-size: 12pt;
}

.card-body span p img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.titulo-articulo h3 {
  margin-left: 0px;
}

/****Calendario****/
.user-calendario {
  display: flex;
  margin-block-end: 4rem;
}

/****Video****/
.encabezado-video {
  padding: 0px;
  height: 75vh;
}

.video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pause {
  visibility: hidden;
}

.btn-pausa-play {
  width: 90px;
  height: 90px;
  padding: 6px 0px;
  border-radius: 45px;
  background-color: white;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-pausa-play img {
  width: 40px;
  height: 40px;
}

/*Media Query*/
/* Large devices (ipad, 768px and up) */
@media only screen and (min-width: 768px) {
  #categorias {
    display: block;
    margin-top: 3rem;
  }

  #archivos {
    display: block;
    margin-top: 3rem;
    margin-block-end: 10px;
  }

  .filtro {
    display: none;
  }

  #img-titulo p {
    font-size: 5rem;
  }

  .titulo-articulo {
    margin-top: 5rem;
  }
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
  .card {
    height: 500px;
  }
}

/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
  #articulosrecientes ul {
    display: grid;
  }

  #articuloreciente h3 {
    margin-left: 40px;
  }

  #img-titulo p {
    font-size: 8rem;
  }

  .card-body {
    margin-block-end: 20px;
  }

  .card {
    height: 600px;
  }
}

/* ESTEBAN */
.titulo-video {
  margin-top: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.titulo-video h1 {
  color: black;
  font-size: 4rem;
  font-weight: bold;
}

.encabezado-video:hover {
  cursor: pointer;
}

.position-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 85px;
}
