#infiniteScrollTrigger {
  width: 100%;
  height: 40px;
}

.note__inside {
  padding: 40px 20px 20px;
  position: relative;
}
.note__inside .caption__category__container {
  left: 20px;
}
.note {
  display: flex;
  flex-direction: column;
  padding: 0;
  font-family: 'Source Serif Pro', serif;
}

#endOfNotes {
  width: 100%;
  height: 50px;
  background-color: white;
}

.toast {
  color: #f1f1f1;
  background-color: #1f1f1f;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  font-size: 30px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.toast.open {
  top: 0;
}

.fontsizer__container {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all ease .5s;
  position: absolute;
  right: -200px;
  top: 0;
  background: white;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}

.active .fontsizer__container {
  top: 70px;
}

.fontsizer__container.visible {
  right: 10px;
}

.fontsizer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fontsizer__min {
  font-size: 12px;
  margin-right: 10px;
}

.fontsizer__max {
  font-size: 18px;
  margin-left: 10px;
}

.scrollbar {
  width: 100%;
  background-image: linear-gradient(to right, blue, red , yellow);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scrollbar__hider {
  width: 100%;
  background-color: white;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.detail__header,
.detail__header__fake {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  transition: all ease .6s;
}

.detail__header__fake {
  z-index: 9;
}

.detail__header.active,
.detail__header__fake.active {
  top: 0;
}

.detail__header__title {
  opacity: 0;
  flex-grow: 1;
}

.detail__header__opts {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.detail__header__share {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/icon__share@2x.png');
  background-size: 45%;
  background-position: center center;
  background-repeat: no-repeat;
}

.detail__header__font {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/fontSize@2x.png');
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}

.detail__header__share.open,
.detail__header__font.open {
  background-image: url('../images/close_icon.png');
}

.share__icons {
  display: flex;
  width: 95%;
  align-items: center;
  padding: 10px;
  transition: all ease .5s;
  position: absolute;
  right: -400px;
  top: 0;
  background: white;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}

.active .share__icons {
  top: 70px;
}

.share__icons__interior {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding: 10px;
  /*background: white;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);*/
}

.share__icons.visible {
  right: 10px;
}

.search__icon--note {
  position: absolute;
  top: 20px;
  right: -30px;
  transition: all ease .5s;
}

.search__icon--show {
  right: 10px;
}

.share__icons--hidden {
  transform: translate(calc(100% + 40px), 0);
}

.share__icon {
 /*  width: 20px; */
  flex-grow: 1;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  margin-right: 10px;
  opacity: 1;
  transition: all ease .3s;
}

.share__icon:hover {
  opacity: .7;
}

.share__icon--facebook {
  background-image: url("../images/facebook_L.png");
}

.share__icon--twitter {
  background-image: url("../images/twitter_L.png");
}

.share__icon--whatsapp {
  background-image: url("../images/whatsapp_L.png");
}

.share__icon--email {
  background-image: url("../images/email_F.png");
}

.share__icon--clipboard {
  background-image: url("../images/clipboard.png");
}

.mini__logo {
  background-image: url("../images/mvsnoticias_logo.png");
  position: relative;
  top: 3px;
  width: 150px;
  height: 56px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}

.note iframe {
  max-width: 100%;
  display: block;
  margin: auto !important;
}

.note twitterwidget {
  margin: auto;
}

.note__header {
  margin: 0 0 20px;
}

.note__category {
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.note__title {
  padding: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

.note__title.note__title--center {
  text-align: center;
  padding: 0;
}

.note__meta {
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-bottom: 20px;
}

.note__meta span,
.note__meta time {
  font-weight: 400;
}

.meta__author,
.meta__author > a {
  color: blue;
  font-weight: 400;
  text-transform: capitalize;
}

.meta__author:hover,
.meta__author:hover > a {
  text-decoration: underline;
}

.note__image__container {
  position: relative;
}


.note__image {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  z-index: 1;
  flex-direction: column;
  overflow: hidden;
}

.note__image > img {
  width: 100%;
}

.note__image__caption {
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  align-items: center;
  justify-content: center;
  font-style: italic;
}

.note__subtitle {
  font-size: 16px;
  line-height: 23px;
  padding: 0;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -1px;
}

.note__subtitle > p {
  font-weight: 400;
}

.note__content {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

/* div de banners en interiror de la nota */
.note__content div {
  margin: 20px 0;
}

.note__content--zodiac {
  display: grid;
  grid-gap: 20px;
}

.note__content h3,
.note__content p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Source Serif Pro', serif;
}

.note__content p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}

.note__content a {
  text-decoration: underline;
  font-family: 'Source Serif Pro', serif;
}

.note__content strong {
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
}

.note__content h3 {
  font-size: 20px;
  line-height: 30px;
}

.note__content .mejs-container,
.note__content .wp-video {
  margin-bottom: 40px;
  margin: 0 auto 40px!important;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop iframe,
.fb_iframe_widget_fluid_desktop span {
  margin: auto !important;
  display: block!important;
}

.note__tags {
  display: flex;
  padding: 0 20px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.home__section .note__tags {
  padding: 0;
}

.note__tags > a,
.note__tags > span {
  margin: 6px 12px 6px 0;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.03);
  color: #696868;
  transition: all ease 0.3s;
}

.note__tags > a:hover ,
.note__tags > span:hover  {
  background: rgba(0, 0, 0, 0.08);
}

.note__tags > a.active,
.note__tags > span.active {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.note__tags.note__tags--noupper > a,
.note__tags.note__tags--noupper > span {
  text-transform: none;
}

.related__section {
  display: grid;
  grid-gap: 15px;
  padding-bottom: 40px;
}

.related__section__title {
  font-size: 19px;
  width: 100%;
  text-align: center;
  position: relative;
}

.related__section__title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 14px;
}

.related__section__title > span {
  background-color: #ffffff;
  position: relative;
  padding: 0 20px;
}

.header__items__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px 0;
}

.note__content .home__section {
  padding: 0;
}

.note__content p:last-of-type {
  margin-bottom: 0;
}

.gotop {
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: #f1f1f1;
  border-radius: 25px;
  z-index: 13;
  bottom: 50px;
  right: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-image: url("../images/gotop.png");
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
}

.gotop.show {
  opacity: 1;
  visibility: visible;
}

.floating__close {
  width: 40px;
  height: 40px;
  position: fixed;
  background-color: #f1f1f1;
  border-radius: 25px;
  z-index: 15;
  bottom: 50px;
  right: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-image: url("../images/close_icon.png");
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
}

.floating__close.show {
  opacity: 1;
  visibility: visible;
}


.mejs-container div {
  margin: 0 !important;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: gray !important;
  border-radius: 20px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: -moz-linear-gradient(45deg, rgba(168,68,124,1) 0%, rgba(168,68,124,1) 30%, rgba(168,68,124,1) 42%, rgba(49,87,162,1) 100%) !important;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(168,68,124,1)), color-stop(30%, rgba(168,68,124,1)), color-stop(42%, rgba(168,68,124,1)), color-stop(100%, rgba(49,87,162,1))) !important;
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(168,68,124,1) 0%, rgba(168,68,124,1) 30%, rgba(168,68,124,1) 42%, rgba(49,87,162,1) 100%) !important;
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(168,68,124,1) 0%, rgba(168,68,124,1) 30%, rgba(168,68,124,1) 42%, rgba(49,87,162,1) 100%) !important;
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(168,68,124,1) 0%, rgba(168,68,124,1) 30%, rgba(168,68,124,1) 42%, rgba(49,87,162,1) 100%) !important;
  /* ie10+ */
  background: linear-gradient(45deg, rgba(168,68,124,1) 0%, rgba(168,68,124,1) 30%, rgba(168,68,124,1) 42%, rgba(49,87,162,1) 100%) !important;
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#3157a2', endColorstr='#a8447c',GradientType=1 ) !important;
  /* ie6-9 */
}

.noshow {
  display: none;
}

.twitter-tweet {
  margin: 0 auto 40px!important;
}

@media only screen and (max-width: 400px){
  .videoyoutube{
    height: 240px !important;
  }
}

@media only screen and (min-width: 700px) {
  .detail__header__title {
    font-size: 12px;
    opacity: 1;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    box-decoration-break: clone;
    display: flex;
    align-items: center;
    padding: 3px 5px 0 3px;
    flex-grow: 1;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical;
    -webkit-box-decoration-break: clone;
  }

  .note__title {
    font-size: 38px;
    line-height: 43px;
  }

  .note__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .note__content {
    margin: 0 auto 20px;
  }

  .related__section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 600px) {
  .share__icons{
    width: initial;
    right: -225px;
  }
  .share__icon{
    width: 30px;
    height: 30px;
    flex-grow: initial;
  }
  .share__icons__interior{
    max-width: 30%;
  }
}
@media only screen and (min-width: 900px) {
  .note__inside {
    margin: 0 12%;
  }
  .share__icon {
    width: 30px;
    height: 30px;
  }

  .share__icon--whatsapp {
    display: none;
  }

  .note__title {
    font-size: 35px;
    line-height: 40px;
  }

  .mvs__logo {
    width: 105px;
    height: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  .header__items__wrapper{
    max-width: 900px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1200px) {

  .note__inside {
    margin: 0 10%;
  }

  .note__title {
    font-size: 42px;
    line-height: 50px;
  }

  .note__subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  /* div de banners en interiror de la nota */
  .note__content div:not(.mejs-inner) {
    margin: 15px 5px;
  }

  .related__section {
    grid-template-columns: repeat(3, 1fr);
  }

  .header__items__wrapper {
    padding: 20px 10px;
    max-width: 1500px;
  }

  .note__tags {
    justify-content: center;
  }

  .note__content p {
    font-size: 22px;
    line-height: 30px;
  }

  .note__content h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .detail__header__title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .header__items__wrapper{
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1600px) {

  .mvs__logo {
    width: 145px;
    height: 70px;
  }

  .search__icon--show {
    right: 30px;
  }

  .header__items__wrapper{
    max-width: 1500px;
  }

}
.bann_nota_interior{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-evenly;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.bann__child{
  /*width: 100%;*/
}

@media only screen and (min-width: 750px) {
  .bann_nota_interior{
      flex-direction: row;
  }

  .bann__child{
      /*width: 50%;*/
  }
}

.note__content ul li{
  font-size: 20px;
  padding: 0px 0px 15px 5px;
}
.note__content ul{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
}
