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

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

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

.m-0 {
  margin-left: 3rem !important;
  margin-right: 1rem;
  margin-top: 1rem;
}

.py-2-8-rem {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
.m-0-px {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-3-rem {
  margin-top: 3rem !important;
}

.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.my-3-3-rem {
  margin-top: 3.3rem;
  margin-bottom: 3.3rem;
}
.justify-content-space-around {
  justify-content: space-around;
}
.invisible {
  visibility: hidden;
}
/* Pagina */
#mainContent {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 85px;
}

/* calendario */
#btnCalendario {
  background-color: #79baf9;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: inherit;
  padding: 10px 10px;
}

#btnCalendario:hover,
#btnCalendario:focus,
#btnCalendario:active {
  background-color: #3fbbff !important;
}

.drp-calendar {
  padding: 0px !important;
}

.calendar-table {
  background-color: #3d3d3d !important;
  color: #fff;
  padding: 0px !important;
}

.off,
.ends,
.table-condensed thead {
  background-color: #181818 !important;
}

.calendar-table td {
  border: 2px solid #181818 !important;
}

.next,
.prev {
  background-color: #3d3d3d !important;
}

/* fin calendario */
.iconFlechas {
  width: 35px;
}

#contentInfoDay {
  display: block;
  flex-direction: row;
  /*margin: 3rem 0px 3rem 2.5rem;*/
  margin: 3rem 0px 3rem 0rem;
  align-items: center;
}

#contentBtnDay {
  display: inline;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 19%;
  margin-right: 19%;
}

#contentRedesLectura,
#contentRedesBarra {
  display: flex;
  flex-direction: row;
  margin: 15px;
  width: 70%;
}

.tweet {
  position: relative;
  display: flex;
  height: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s ease;
  width: 85px;
  margin: 0px;
}

.contentLectura {
  height: 85vh;
  overflow: hidden;
  overflow-y: auto;
  margin: 1rem 0px;
  padding-right: 15px;
}

.txtAudio {
  color: #000;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.txtTituloAudio {
  font-family: Montserrat;
  font-size: 20px;
}

#contentBarra {
  background-color: #3d3d3d;
}

#track,
#trackReflexion {
  width: 60%;
  height: 5px;
  position: relative;
  background-color: #a6a7a9;
  bottom: 20%;
  left: 20%;
  z-index: 10;
  cursor: pointer;
}

#progress,
#progressReflexion {
  float: left;
  height: 5px;
  width: 0%;
  background: #79baf9;
  cursor: pointer;
}

#handler,
#handlerReflexion {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #79baf9;
  top: 50%;
  left: 0%;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.nav {
  width: 7rem;
  height: 50px;
  vertical-align: top;
  background-color: #ececed;
  border: none;
  cursor: pointer;
}

.nav img {
  width: 50%;
}

.pad {
  padding-left: 0px;
}

#prev {
  padding-right: 5px;
}

#next {
  padding-left: 4px;
}

.contentLectura {
  text-align: justify;
}

.barra {
  display: flex;
  flex-direction: column;
  padding: 0px;
  color: white;
  width: 100% !important;
}

.letrero {
  background: #3d3d3d;
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}

.letrero p {
  margin: 2%;
}

.activatee {
  font-size: 2rem !important;
}

#VerMas {
  background: #79baf9 !important;
  align-items: center;
  padding: 20px;
}

#VerMas a {
  margin-left: 40%;
  color: white;
  font-size: 2rem;
  font-weight: 200;
  text-decoration: none;
}

#VerMas i {
  margin-left: 40%;
  margin-right: 40%;
  font-size: 55px;
  width: 20vw !important;
}

#pause,
#pauseReflexion {
  display: none;
  visibility: hidden;
}

.icono-musica {
  margin-top: 5rem;
}

.Redes-centro {
  margin-left: auto !important;
  margin-right: auto !important;
}

.Redes-centro {
  margin-top: 1rem;
}

/* Nuevo reproductor*/
#reproductor .img-reproductor {
  min-width: 0%;
  height: 150px;
  margin: auto;
  margin-top: 5rem;
}

.fondo-gris {
  background-color: #ececed;
}

.fila {
  display: -webkit-flex;
  flex-wrap: wrap;
}

.cont {
  display: flex;
  justify-content: center;
}

#player,
#playerReflexion {
  margin-top: 15px;
  margin-bottom: 30px;
}

#contenedorFlechas {
  display: flex;
  justify-content: center;
}

#contenedorFlechas a {
  margin-right: 25px;
}

.contendor-seccion-1 {
  align-items: center;
  /*margin-top: 30px; */
  /* margin-bottom: 30px;*/
}

.d-flex {
  display: flex;
}

.d-flex-center {
  display: flex;
  justify-content: center;
}

.contentFacebook {
  margin-right: 20px;
}

.fondo-gris-negro {
  background-color: #3d3d3d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fondo-gris-negro p {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}

.py-20 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.row.fila .fondo-gris-vacio {
  display: none;
  background-color: #ececed;
}

.col-flechas {
  order: 2;
}

.col-informacion {
  order: 1;
}

.pl-5-vw {
  padding-left: 5vw;
}

.pt-25-px {
  padding-top: 25px;
}

.info {
  margin-bottom: 25px;
}

.lectura {
  font-weight: bold;
}

.actualizate-titulo {
  font-size: 45px;
}

.row:before,
.row:after {
  display: inline-block;
}
.actualizate-flechas a:first-child {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .mt-2-rem {
    margin-top: 2rem !important;
  }

  .actualizate-titulo {
    font-size: 3rem;
  }
  .actualizate-subtitulo {
    font-size: 2rem;
  }
  .contentLectura {
    height: 60vh;
  }
  #mainContent {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .actualizate-titulo {
    font-size: 3rem;
  }
  .actualizate-subtitulo {
    font-size: 2rem;
  }
  .barra {
    display: flex;
    flex-direction: row;
  }
  .mt-2-rem {
    margin-top: 2rem !important;
  }
  #mainContent {
    margin-top: 70px;
  }
  .contentLectura {
    height: 49vh;
  }

  .icono-musica {
    margin-top: 35% !important;
  }

  .nav img {
    width: 55%;
  }

  .row.fila .fondo-gris-vacio {
    display: block;
  }

  .row:before,
  .row:after {
    display: inline-block;
  }

  .col-flechas {
    order: 1 !important;
  }

  .col-informacion {
    order: 2 !important;
  }

  .py-20 {
    padding-left: 0px;
  }
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
  .actualizate-titulo {
    font-size: 4rem;
  }
  .actualizate-subtitulo {
    font-size: 3rem;
  }
  .barra {
    display: flex;
    flex-direction: row;
  }
  .mt-2-rem {
    margin-top: 0px !important;
  }
  /*.contentLectura {
    height: 53vh;
  }*/
  .icono-musica {
    margin-top: 10%;
  }

  #contentRedesLectura {
    max-width: 39% !important;
    margin-left: 4rem;
  }

  #contentBtnDay {
    margin-left: 0%;
    margin-right: 0%;
  }

  .drp-calendar {
    width: 48% !important;
  }

  .calendar-table {
    width: 30rem;
    padding-right: 1px !important;
    padding-left: 2px !important;
  }

  #contentBtnDay {
    margin-top: -10%;
  }

  .Redes-centro {
    width: 40% !important;
  }

  .py-20 {
    padding-left: 20px;
  }
  #mainContent {
    margin-top: 85px;
  }
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
  .calendar-table {
    width: 30rem;
  }

  #contentBtnDay {
    margin-top: -10%;
  }

  .icono-musica {
    margin-top: 20% !important;
  }

  #contentInfoDay {
    margin: 3rem 0px 3rem 2.5rem;
  }

  #contenedorFlechas {
    margin-left: 30px;
  }
}

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

  .calendar-table {
    width: 32rem;
  }

  .drp-calendar {
    width: 48% !important;
  }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
  .calendar-table {
    width: 34rem;
    padding-right: 1px !important;
    padding-left: 2px !important;
  }
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
  .contentLectura {
    height: 36vh;
  }

  .icono-musica {
    margin-top: 15% !important;
  }

  .calendar-table {
    width: 45rem;
  }

  #contentBtnDay {
    margin-top: -5%;
  }

  #contentInfoDay {
    margin: 3rem 4rem 3rem 6rem;
  }

  #contenedorFlechas {
    margin-left: 5px;
  }
}

#VerMas:hover {
  cursor: pointer;
}

.align-self-center {
  align-self: center !important;
}

.mt-25-px {
  margin-top: 25px !important;
}

hr.separador-reproductores {
  border-top: 2px solid white;
}
