/* header */

.mvs__logo {
  background-image: url("../images/mvsnoticias_logo_BK.png");
  width: 200px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.menuBar__ul{
  width: 150px;
  list-style: none;
  font-size: 12px;
  color: #585858;
}

.weather__container{
  text-align: center;
  position:relative;
  top: 3px;
  /*min-width: 60px;*/
  display: flex;
  align-items: center;
  cursor: pointer;
}

.weather__container > img{
  width: 22px;
  position: relative;
  top: 1px;
}

.menuPlazasItem{
  /*color:white;
  cursor:pointer;
  font-size:0.8em;
  font-weight: bold;*/
  cursor:pointer;
  /*border-left: 2px solid #000000;*/
  padding: 17px;
  border-bottom: 1px solid #EFEFEF;
}

.menuPlazasItem__active{
  border-left: 2px solid #000000;
}

.weather__item{
  display: flex;
  align-items: center;
}

.forecasts__img{
  width: 30px;
  margin-right: 5px;
}

.menuBar{
  height:30px;
  /*display:flex;*/
  /*flex-flow: row;*/
  /*justify-content:space-around;*/
  background-color:black;
}

.menuBar__child{
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  padding:0 15px;
  display:flex;
  justify-content:space-between;
}

.menuBar__btn{
  text-align: center;
  position:relative;
  top:5px; cursor:pointer;
}

.menuBar__lbl{
  color:white;
  font-size:0.8em;
  font-weight: bold;
  font-family: 'Roboto';
}

.weather__text{
  position: relative;
  top: 2px;
}

.menuBar__img{
  margin-left:5px;
  width: 15px;
}

.menuBar__date{
  color:white;
  font-size:0.8em;
  font-weight: bold;
  text-align: center;
  position:relative;
  top:8px;
  left: 10px;
}

.menuBar__container{
  /*align-items:center;
  justify-content:space-evenly;
  display:none;
  max-width: 15%;
  position:relative;
  left:14%;
  background-color:#2E2E2E;
  height:5vh;
  box-shadow: 0px 0px 32px 2px #000000;*/

  display:none;
  z-index:1;
  top:130%;
  width:150px;
  position:absolute;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: -2px 13px 22px -9px rgba(106,143,217,0.2);
  -moz-box-shadow: -2px 13px 22px -9px rgba(106,143,217,0.2);
  box-shadow: -2px 13px 6px -9px rgba(134, 166, 232, 0.2);
}

.menuBar__container_col1{
  display:flex;
  flex-flow:column;
}

.menu-mvs-menu-container {
  white-space: nowrap;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 60px;
    line-height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
}

@keyframes logoSize {
  0%,
  100% {
    background-size: 1%;
  }

  1.5%,
  98% {
    background-size: 100%;
  }

  2.05% {
    background-size: 95%;
  }

}

.search__icon {
  background-image: url("../images/search.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  position: relative;
  right: 10px;
}

.close__icon {
  background-image: url("../images/close_icon.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.media__icons {
  opacity: .5;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}

.media__icons > div:first-of-type {
  position: relative;
}

.media__icons > div:first-of-type:before {
  content: '';
  width: 1px;
  height: 9px;
  background-color: #A5AAAF;
  position: absolute;
  left: -5px;
}

.features__icons {
  display: flex;
  align-items: center;
  position: relative;
  width: 45px;
  justify-content: space-between;
}
.feature__label {
  display: none;
}

.feature__container {
  display: flex;
  align-items: center;
  position: relative;
}

.activate__radio__container,
.activate__webcam__container {
  display: none;
}

.dark__icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/night-1.png);
  cursor: pointer;
}

.activate__radio {
  width: 24px;
  height: 24px;
  background-image: url("../images/Radio.png");
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.activate__radio.active {
  background-image: url("../images/radio-1.png");
}

.activate__webcam {
  width: 24px;
  height: 24px;
  background-image: url("../images/webcame.png");
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.activate__webcam.active {
  background-image: url("../images/webcame-1.png");
}

.activate__radio--double {
  width: 24px;
  height: 24px;
  background-image: url("../images/Radio.png");
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

#radioAndroid {
  display: none;
}

.activate__webcam--double {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 40px;
  background-image: url("../images/webcame.png");
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block!important;
}

.media__icons > a {
  display: none;
}

.media__icons .live__icon {
  margin: 0;
}

.volume__icon {
  background-image: url("../images/Radio.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.video__icon {
  background-image: url("../images/LiveVideo.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.header {
  width: 100%;
}

.header__items {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.header__weather {
  font-size: 12px;
  padding: 5px 30px;
  background: #f2f2f2;
  border-top: 1px solid #58585826;
  display: none;
  grid-template-columns: 1fr 4fr 1fr;
  height: 26px;
  transition: all ease .8s;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all ease .5s;
}

.weather--hidden {
  top: -30px;
}

.banner__efren {
  position: fixed;
  width: 319px;
  height: 180px;
  display: none;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 14;
  transition: all ease .5s;
}

.banner__efren.closed {
  left: -350px;
}

.overlay__efren {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}

.iframe__efren {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border: none;
}

.hide__efren {
  background-image: url("../images/gallery/drip-.png");
  height: 180px; /* 210px */
  position: absolute;
  width: 20px;
  right: -10px;
  top: 0;
  z-index: 2;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 7px 80px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.en__vivo {
  position: fixed;
  width: 310px;
  height: 180px;
  bottom: 0;
  left: -310px;
  /* background-color: #ffffff; */
  background-color: aliceblue;
  z-index: 14;
  transition: all ease .5s;
  display: none;
}

.en__vivo.show {
  left: 0;
}

.close__vivo {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  background-image: url("../images/close_icon.png");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}

.hide__vivo {
  background-image: url("../images/gallery/drip-.png");
  height: 180px;
  position: absolute;
  width: 20px;
  right: -20px;
  top: 0;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 7px 80px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.hide__vivo.reverse {
  background-image: url("../images/gallery/drip-.png");
}
.name__vivo {
  display: none;
}
.name__vivo.show {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: -30px;
  padding-left: 10px;
  background-color: #151515;
  color: rgb(215, 212, 207);
}
.hide__vivo.show {
  /*top: -30px;*/
}
.envivo__iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 1;
}

.header__navcontainer {
  width: 100%;
  margin: 20px auto 40px;
  overflow: hidden;
  height: 60px;
}

.header__nav {
  justify-content: center;
  padding: 10px 0;
}

.header__nav .header__nav__item,
.header__nav .menu-item,
.header__nav .page_item {
  padding: 0 10px 5px;
  color: #585858;
  text-transform: uppercase;
}

.menu-menu-chido-container {
  width: 100%;
}

.header__nav ul {
  display: flex;
  width: 700px;
  justify-content: space-evenly;
  margin: auto;
}

.header__nav ul li {
  position: relative;
  list-style-type: none;
}

.header__nav ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.header__nav ul.sub-menu {
  position: absolute;
  height: auto;
  max-height: 0;
  left: 0;
  top: 40px;
  width: 150px;
  overflow: hidden;
  flex-direction: column;
  z-index: 10;
  background-color: #ffffff;
  transition: all ease .5s;
}

.header__nav ul.sub-menu li {
  text-transform: none!important;
  padding: 10px;
  cursor: pointer;
}

.header__nav ul.sub-menu li:hover {
  background-color: #f2f2f2;
}

.header__nav .menu-item-has-children:hover ul.sub-menu {
  max-height: 300px;
}

.current-menu-ancestor,
.current_page_item {
  border-bottom: 1px solid #989898;
}

.current-menu-ancestor .current-menu-item {
  background-color: #f2f2f2;
}
#popRequest, #notificacion{
  position: fixed;
  width: 50%;
  height: 140px;
  background-color: white;
  border: 1px solid #e2e2e2;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  z-index: 100000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  top: -400px;
  transition: all 1s ease;
  display: flex;
  align-items: center;
  font-family: Roboto;
  border-radius: 3px;
}
#notificacion{
  max-width: 450px;
}
#popRequest.show,#notificacion.show{
  top: 0;
}
#popRequest .popRequest__logo{
  background-image: url(../images/mvsnoticias_logo.png);
  width: 125px;
  height: 122px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  margin: 0 auto;
}
.pop_request__form__texto{
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
#popRequest .popRequest__form{
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: baseline;
  height: 100%;
  flex: 1;
}
#popRequest .popRequest__form__submits{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.popRequest__btns{
  font-size: 14px;
  padding: .714em 2em;
  margin: 0 10px;
}
.notificacion__action .popRequest__btns{
  font-size: 12px
}
.popRequest__form__submits__btnno{
  box-shadow: none;
  background: #fff;
  color: #1165f1;
  border: none;

}
.popRequest__form__submits__btnsi{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);
  background: #1165f1;
  color: #fff;
}
.notificacion__img{
  flex-grow:6;
  margin:5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width:250px;
  margin-left: 0;
}
.notificacion__body{
  margin:7px;
  flex-grow: 2;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: 77%;
  justify-content: space-between;
}
.notificacion__body__msg{
  font-size: 17px;
}
.notificacion__body__title{
  font-weight: bolder;
  font-size: 15px;
}
@media only screen and (max-width: 480px){
  #popRequest{
    top: initial;
    width: 100%;
    bottom: -300px;
  }
  #popRequest.show{
    top: initial;
    bottom: 0;
  }
}
@media only screen and (min-width: 600px) {
  .header__weather {
    display: grid;
  }
  .activate__radio {
    display: block;
  }

  .activate__webcam {
    display: block;
  }
  .en__vivo {
    display: block;
  }

  .logo_cdmx{
    background-image: url(../images/mvsnoticias_logo_cdmx.png);
    width: 200px!important;
    height: 48px;
  }

  .dark .logo_cdmx{
    background-image: url(../images/mvsnoticias_logo_cdmx_blanco.png)!important;
  }

  .logo_puebla{
    background-image: url(../images/mvsnoticias_logo_puebla.png);
    width: 200px!important;
    height: 48px;
  }

  .dark .logo_puebla{
    background-image: url(../images/mvsnoticias_logo_puebla_blanco.png)!important;
  }

}
@media only screen and (min-width: 800px) {
  .activate__radio--double {
    display: none;
  }

  .activate__webcam--double {
    display: none!important;
  }
  .header__nav {
    display: flex;
  }

  .media__icons > a {
    display: block;
  }

  .header__items {
    margin-bottom: 0;
  }
  .banner__efren {
    display: block;
  }

  .search__icon{
    right: 0px;
  }

  .features__icons{
    width: 180px;
    cursor: pointer;
  }
  .feature__label{
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
    color: #585858;
    width: 60px;
    margin-left: 8px;
  }
  .feature__label.--notfit {
    padding-top: 3px;
  }
  .activate__radio__container,
  .activate__webcam__container {
    display: flex;
  }
}
@media only screen and (min-width: 1000px) {}
@media only screen and (min-width: 1400px) {}
@media only screen and (min-width: 1600px) {}

.en__vivo.imgPreview {
  background-image: url("../images/webcam.jpeg");
  background-color: #000000;
  background-size: contain;
  cursor: pointer;
}
