/*uso solo en android*/
div:focus,
div:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

div .dropup img:focus,
div .dropup img:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  transform: scale(1.1);
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.contenido-menu-inf:focus,
.contenido-menu-inf:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

/*.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  transform: scale(1.1);*/
/*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  border: 2px solid #35c5fb;*/
/*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
}*/

a:focus,
a:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  color: rgba(103, 174, 245, 0.88) !important;
  /*transform: scale(1.1);*/
  /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important ;*/

  /*z-index: 999;
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     text-shadow: 1px 1px 5px #4d8ceb;
     -moz-box-shadow: 0px 0px 30px #ffffff;*/
  /* -webkit-box-shadow: 0px 0px 30px #ffffff; */
  /*box-shadow: inset 1px 2px 0px 0px #4d8ceb;
     border-radius: 30px;*/
}

#help-link,
#privacity-link {
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}

.ayuda_privacity button:focus,
.ayuda_privacity button:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  color: rgba(103, 174, 245, 0.88) !important;
}

.item-seccion-tv .item-seccion-tv,
.item-seccion-radio .item-seccion-tv,
.item-seccion-hotel .item-seccion-hotel,
.item-seccion-magazine-last .item-seccion-magazine {
  margin-left: -20px;
}

#contendido-por-filtro {
  margin-left: -20px;
}

#tile_0 {
  margin-left: 20px;
}

div #category-video-streaming .tile .tile__media:hover,
div #category-video-streaming .tile:focus .tile__media {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.2);
  z-index: 999;
  position: absolute;
  margin-left: 10px;
}

div#category-video-info .tile:hover .tile__media {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}

div#category-video-info .tile:focus .tile__media {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}

div#_rooms_service:hover,
div#_rooms_service:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}

div #contenido-menu-inf .menu-bottom:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}

div #contenido-menu-inf .menu-bottom:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}

div #contendido-por-filtro .tile-filtro:focus,
div #contendido-por-filtro .tile-filtro:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.2);
  z-index: 999;
  position: relative;
  margin-left: -10px;
  margin-right: 20px;
}

#title-filtro_0 {
  margin-left: 20px !important;
}

#title-filtro_0:hover {
  margin-left: 10px !important;
}

div #category-magazine .tile-prensa .tile__media:hover,
div #category-magazine .tile-prensa:focus .tile__media {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  transform: scale(1.1);
  z-index: 999;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

/*uso solo en android*/

footer.bg-dark {
  background-color: var(--main-footer-background) !important;
  backdrop-filter: var(--blur-footer);
}

footer.bg-dark-gradient {
  background-image: linear-gradient(180deg, #ebebeb00 0%, #000000 100%);
}

.sidr {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--main-sidebar);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidr a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff !important;
  display: block;
  transition: 0.3s;
}

.sidr a:hover,
.offcanvas a:focus {
  color: #858688 !important;
}

.sidr .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: 0px;
}
.sidr.left {
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}
.sidr .sidr-widgets {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  color: #fff;
}
.sidr ul li a,
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  text-transform: capitalize;
  line-height: normal;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.hide-dl-submenu > li {
  display: none;
}

.media_contenido {
  width: 300px;
  height: 170px;
  background-size: cover;
  background-position: center;
}

.media_contenido:hover {
  width: 320px;
  height: 185px;
  background-size: cover;
  background-position: center;
}
.media_contenido.hovered {
  width: 320px;
  height: 185px;
  background-size: cover;
  background-position: center;
}

.row__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 20px 0;
  padding-bottom: 10px;
}

.section-clima {
  min-height: 50px;
}

#div_clima {
  display: flex;
  align-items: center;
  /* justify-content: right; */
}
.container-item-magazine {
  position: absolute;
  font-size: 16px;

  top: unset !important;
  height: 150px;
  width: 130 !important;
  /* padding: 15px; */
  word-wrap: break-word;
  padding-top: unset !important;

  padding-left: 15px;
  padding-right: 15px;
  white-space: normal !important;
  background-image: linear-gradient(
    181deg,
    #ebebeb00 -2%,
    #121515 100%
  ) !important;
  border-radius: 5px 5px 5px 5px;
}

@media only screen and (max-width: 991px) {
  .widget-hora {
    float: right;
    /*font-size: 25px;*/
    color: #ffff;
    min-width: 60%;
  }
  .cont-espera {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    color: var(--color-font-input-code) !important;
  }
  .cont-espera p {
    font-size: 15px;
  }
  button.menu-sidebar {
    min-width: 120px !important;
    height: 50px !important;
    border-radius: 16px;
    font-size: 14px !important;
    font-weight: bold;
  }
  .home-preview {
    margin: 30px;
    margin-top: 15px !important;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0px !important;
    padding-top: 30px;
  }
  .home-preview .logotipo,
  .base-preview .logotipo {
    width: 35%;
  }

  .widget-hora .hora span {
    font-size: 15px !important;
  }
  .widget-hora .hora {
    font-size: 25px;
  }

  .widget-hora .ajuste-icon {
    font-size: 18px;
    margin-top: 10px;
  }
  .widget-hora .section-div {
    margin-top: 5px;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  .widget-hora .section-fecha {
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: -13px;
    text-align: end;
  }
  #div_clima {
    margin-top: -6px;
  }
  .widget-hora .section-clima {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section-clima i {
    margin-right: 15px;
    font-size: 25px;
  }

  .row__inner {
    transition: 450ms transform;
    font-size: 0;
    white-space: nowrap;
    margin: 6px 0;
    padding-bottom: 4px;
  }

  .cont-espera-rrss {
    margin-top: 12px !important;
    font-size: 18px !important;
  }
  .tile-filtro {
    width: 50px !important;
    height: 50px !important;
  }
  .tile__img-filtro {
    width: 100%;
    height: 50px !important;
  }

  #contendido-por-filtro .row__inner {
    margin: 0px !important;
  }
  #category-video-streaming .row__inner {
    margin-top: 14px !important;
  }

  .item-seccion-categoria button,
  #body-services .contenedor-filtro button,
  #container-magazine .contenedor-filtro button {
    padding: 1px 14px !important;
    font-size: 10px;
  }
  .tile {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 60px;
    margin-right: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .tile-prensa {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 90px;
    margin-right: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .tile__img {
    height: 60px;
  }

  .tile__img-prensa {
    height: 105px;
    width: 225px;
  }

  .__details {
    top: 35px;
    color: #ffff;

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
  }

  .__details.informacion {
    color: #000 !important;
  }

  .title-ultimo {
    font-size: 12px !important;
  }

  #category-magazine .tile {
    width: 150px !important;
    height: 70px !important;
  }
  #category-magazine .tile-prensa {
    width: 225px !important;
    height: 105px !important;
  }

  #category-magazine .tile__img {
    height: 105px !important;
  }
  .container-item-magazine {
    height: 105px !important;
    width: 225px !important;
  }
  h2 {
    font-size: 14px !important;
  }
  .text_info_services {
    font-size: 9px !important;
    padding-top: 4px !important;
  }

  .load-radio img {
    width: 50px !important;
    height: 50px !important;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px !important;
  }

  .tile-filtro .load-radio {
    height: 50px !important;
  }

  .load-radio-inicial .spinner-border {
    margin-top: 9px !important;
    font-size: 9px !important;
  }

  .tile-filtro .load-radio-inicial {
    height: 50px !important;
  }

  .tile-filtro .load-error i {
    width: 50px !important;
    height: 50px !important;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px !important;
    text-align: center;
    font-size: 30px !important;
  }

  .item-menu-section {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .contains-menu-bottom {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .menu-bottom.menu-tv {
    background-color: #2ab25e;
  }
  .menu-bottom.menu-radio {
    background-color: #e71b22;
  }
  .menu-bottom.menu-prensa {
    background-color: #bc2359;
  }
  .menu-bottom.menu-prensa {
    background-color: #bc2359;
  }
  .menu-bottom.menu-juegos {
    background-color: #ceaa49;
  }
  .menu-bottom.menu-navegador {
    background-color: #62b60f;
  }
  .menu-bottom.menu-apps {
    background-color: #8411b3;
  }

  .icon-marca {
    float: right;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    margin-top: -48px;
    margin-right: -4px;
    display: -webkit-box;
  }
  .icon-marca img {
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
    width: 25px;
  }
  .icon-marca .ayuda_privacity {
    padding: 5px;
    margin-right: 32px;
    font-size: 12px;
    color: var(--color-font-help);
  }
  .ayuda_privacity a {
    color: var(--color-font-help) !important;
  }
  .menu-bottom {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;

    transform-origin: center;
  }
  .title-menu.title-services {
    color: #000 !important;
  }
  .menu-bottom > .title-menu {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    bottom: 0;
    top: 26%;
    font-size: 8px;
    color: #ffffff;
  }

  .menu-bottom:focus {
    transform: scale(1.3);
    /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  border: 2px solid #35c5fb;*/
    box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
    z-index: 999;

    box-sizing: border-box;
  }
  /*.menu-bottom.hovered {
    transform: scale(1.2);
    border: 2px solid #35c5fb;
    z-index: 999;
    position: relative;
  }*/

  #services img {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 12px;
  }
  #services .title-menu .title-services {
    top: 31%;
  }
  .menu-bottom img {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 12px;
  }
  .icon_hotelh {
    width: 33px;
    top: 20px;
  }

  .container-item-magazine ._date_article_ {
    display: none;
  }
  .icon-magazine {
    display: inline-flex;
    position: absolute;
    top: 75px !important;
    width: 35% !important;
  }
  .content-magazine .subtitle {
    font-size: 14px !important;
  }
  .carousel-magazine .tile__img {
    height: 100px;
  }

  /* #container-app-magazine .content-menu {
  height: 400px !important;
  scroll-behavior: smooth;
} */
}
@media only screen and (min-width: 992px) {
  .container-item-magazine {
    position: absolute;
    font-size: 16px;

    top: unset !important;
    height: 210px;
    width: 375 !important;
    /* padding: 15px; */
    word-wrap: break-word;
    padding-top: unset !important;

    padding-left: 15px;
    padding-right: 15px;
    white-space: normal !important;
    background-image: linear-gradient(
      181deg,
      #ebebeb00 -2%,
      #121515 100%
    ) !important;
    border-radius: 5px 5px 5px 5px;
  }

  .widget-hora {
    float: right;
    font-size: 25px;
    color: #ffff;
    width: 60%;
  }

  .home-preview {
    margin: 30px;
    bottom: 0;
    left: 0;
    /*position: absolute;*/
    right: 0;
    top: 0;
    margin-top: 0;
    padding-top: 30px;
  }
  .home-preview .logotipo,
  .base-preview .logotipo {
    width: 35%;
  }

  .widget-hora .hora {
    font-size: 45px;
  }
  .widget-hora .ajuste-icon {
    font-size: 30px;
    margin-top: 15px;
  }
  .widget-hora .section-div {
    margin-top: 5px;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  .widget-hora .section-fecha {
    font-size: 24px;
    font-weight: 300;
    margin-top: 9px;
    text-align: end;
  }
  .widget-hora .section-clima {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section-clima i {
    margin-right: 15px;
    font-size: 25px;
  }

  .row__inner {
    transition: 450ms transform;
    font-size: 0;
    white-space: nowrap;
    margin: 20px 0;
    padding-bottom: 10px;
  }
  .tile {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 140.625px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .tile-prensa {
    position: relative;
    display: inline-block;
    width: 375px;
    height: 210px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .tile__img {
    height: 150px;
  }

  .tile__img-prensa {
    height: 210px;
    width: 375px;
  }

  .__details {
    top: 100px;
    color: #ffff;

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
  }

  .__details.informacion {
    color: #000 !important;
  }

  .item-menu-section {
    height: 130px;
    margin-top: 25px;
  }

  .contains-menu-bottom {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .menu-bottom.menu-tv {
    background-color: #2ab25e;
  }
  .menu-bottom.menu-radio {
    background-color: #e71b22;
  }
  .menu-bottom.menu-prensa {
    background-color: #bc2359;
  }
  .menu-bottom.menu-prensa {
    background-color: #bc2359;
  }
  .menu-bottom.menu-juegos {
    background-color: #ceaa49;
  }
  .menu-bottom.menu-navegador {
    background-color: #62b60f;
  }
  .menu-bottom.menu-apps {
    background-color: #8411b3;
  }

  .icon-marca {
    float: right;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    position: static;
    margin-top: -73px;
    margin-right: 31px;
    display: -webkit-box;
  }
  .icon-marca img {
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
    width: 50px;
  }
  .icon-marca .ayuda_privacity {
    padding: 10px;
    /* margin-right: 32px; */
    font-size: 20px;
    color: var(--color-font-help);
  }
  .ayuda_privacity a {
    color: var(--color-font-help) !important;
  }

  .menu-bottom {
    width: 130px;
    height: 130px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;

    transform-origin: center;
  }
  .title-menu.title-services {
    color: #000 !important;
  }
  .menu-bottom > .title-menu {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    bottom: 0;
    top: 25%;
    color: #ffffff;
  }

  .menu-bottom:hover {
    transform: scale(1.3);
    border: 2px solid #35c5fb;
  }
  .menu-bottom.hovered {
    transform: scale(1.2);
    border: 2px solid #35c5fb;
    z-index: 999;
    position: relative;
  }
  .menu-bottom img {
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 20px;
  }

  .icon_hotelh {
    width: 50px !important;
    top: 17% !important;
  }
  .title-services {
    top: 21% !important;
  }
  /* #container-app-magazine .content-menu {
  height: 750px !important;
  scroll-behavior: smooth;
} */
  .widget-hora .hora span {
    font-size: 25px !important;
  }
}

.tile-filtro {
  width: 100px;
  height: 100px;
  border-radius: 9px;
  background: #ffffff;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}
.tile-filtro .tile__media {
  background-color: #ffffff;
  border-radius: 9px;
}

/*.tile-filtro:focus, 
.tile:focus,
.card-5:focus {
  outline: 0; outline-color: transparent; outline-style: none;
  transform: scale(1.1);
  /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  border: 2px solid #35c5fb;*/
/*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
}*/

/*.tile-filtro .tile__media.hovered {
  transform: scale(1.3);
  border: 2px solid #35c5fb;
  z-index: 999;
  position: relative;
}*/

/*.tile .tile__media:focus,
.card-5 .tile__media:focus {
  transform: scale(1.3);
  /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  border: 2px solid #35c5fb;*/
/*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
  position:fixed;
  box-sizing: border-box;
}*/

/*.tile .tile__media.hovered {
  transform: scale(1.2);
  border: 2px solid #35c5fb;
  z-index: 999;
  position: relative;
}
*/

.tile__img-filtro {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}

#body-services .tile__img {
  height: 150px;
  border-radius: 5px 5px 0px 0px !important;
}

.tile__img-prensa,
#body-services .tile__img-prensa {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 5px 5px;
}

.tile__img,
#body-services .tile__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 5px 5px;
}
.icon-menu-eye {
  text-align: center;
  font-size: 22px;
}

.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: 450ms opacity;
}

.tile__details:after,
.tile__details:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}

.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tile__title {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

/*.tile__media:hover {
  transform: scale(1.3);
  /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  border: 2px solid #35c5fb;*/
/*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
  position:fixed;
  box-sizing: border-box;
}*/
/*.tile__media.hovered {
  opacity: unset;
  box-shadow: unset;
  z-index: 950;
  border: 2px solid #35c5fb;
  box-shadow: 8px 7px 28px -6px rgba(0, 0, 0, 0.75);
}*/
.card-tv-digital .tile__media {
  background-color: #fb840c;
  height: 150px;
}

.card-tv-digital .parrafo-tv-digital {
  color: #ffffff;
}
.card-tv-digital .parrafo-tv-digital {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.card-tv-digital .tv-title {
  position: absolute;
  width: 100%;
  top: 40%;
  font-weight: 700;
  text-align: center;
}
.card-tv-netflix {
  background-color: #ffffff;
}
.card-tv-netflix .tile__img {
  width: 60% !important;
  height: 150px;
  object-fit: scale-down !important;
}
.card-tv-hbo-mas {
  background-color: rgb(231, 231, 238);
}
.card-tv-hbo-mas .tile__img {
  width: 60% !important;
  height: 150px;
  object-fit: scale-down !important;
}

.card-tv-disney {
  background: linear-gradient(
    180deg,
    rgba(8, 8, 42, 1) 8%,
    rgba(32, 66, 150, 1) 96%,
    rgba(32, 66, 150, 1) 99%
  );
}
.card-tv-disney .tile__img {
  width: 60% !important;
  height: 150px;
  object-fit: scale-down !important;
}
.card-tv-filmin {
  background-color: #ffffff;
}
.card-tv-filmin .tile__img {
  width: 60% !important;
  height: 150px;
  object-fit: contain !important;
}
.item-seccion-categoria button,
#body-services .contenedor-filtro button,
#container-magazine .contenedor-filtro button {
  /* min-width: 11%; */
  /* padding: 5px 30px; */
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px;
  background-color: var(--background-light-button-category);
  color: var(--fonts-color-button-category);
  font-weight: var(--font-w-button-category);
}
.item-seccion-categoria button:hover,
.item-seccion-categoria button:focus,
#body-services .contenedor-filtro button:hover,
#container-magazine .contenedor-filtro button:hover,
#body-services .contenedor-filtro button:focus,
#container-magazine .contenedor-filtro button:focus {
  /*transition: 450ms all;*/
  transform-origin: left center right;
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000000;
}

.item-seccion-categoria button.hovered,
#body-services .contenedor-filtro button.hovered,
#container-magazine .contenedor-filtro button.hovered {
  /*transition: 450ms all;*/
  transform-origin: left center right;
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000;
}

.contenedor-filtro {
  height: 25px;
  /* display: flex; */
  align-items: center;
}

#body-services .contenedor-filtro-alimentos {
  color: white;
  margin-top: 20px;
  margin-left: 20px;
}

.options_order {
  font-size: 1.2rem;
  line-height: 20px;
}

.options_order .fas {
  font-size: 1.5rem;
}

.options_order .fas.hovered {
  transform: scale(1.8);
}

.ajuste-icon:hover {
  transform: scale(1.3);
}
.ajuste-icon.hovered {
  transform: scale(1.3);
}
button.menu-sidebar {
  min-width: 200px;
  border-radius: 16px;
  font-weight: bold;
  background-color: var(--background-light-button-setting);
  color: var(--fonts-button-setting);
}

.menu-sidebar:hover {
  transform: scale(1.2);
  background-color: #ecf0f1;
  border: 2px solid #35c5fb;
}

.menu-sidebar.hovered {
  transform: scale(1.2);
  background-color: #ecf0f1;
  border: 2px solid #35c5fb;
  color: #000;
}
.menu-sidebar:focus {
  box-shadow: none !important;
}

.contenedor-sidebar-menu {
  margin-top: 30px;
}
.contenedor-sidebar-menu button {
  margin-left: 50px;
  margin-right: 50px;
}

.menu-sidebar i {
  font-size: 20px;
}
.language_off.sprachwahl {
  min-width: 200px;
  height: 40px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #ffffff00;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.language_off:hover {
  transform: scale(1.2);
  background-color: #ecf0f1;
  border: 2px solid #35c5fb;
  color: #000;
}
.active-languaje.hovered {
  transform: scale(1.2);
  background-color: #ecf0f1;
  border: 2px solid #35c5fb;
  color: #000 !important;
}
.active-languaje {
  color: #000 !important;
  background-color: #ffffff !important;
  border: 2px solid #35c5fb;
}

.list_languaje {
  display: none;
}

#body-services {
  margin-top: -80px;
  /* background-image: url("/static/assets/dist/img/fondo/hotel_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}
.box {
  background-color: rgba(63, 59, 59, 0.515);
  background-size: cover;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.body-blur {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.body-blur::before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: blur(3px);
  /* transform: scale(1.2, 1.4); */
}

.order-complete {
  border-radius: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 25px;
}

.bi-cart {
  padding-left: 1rem;
}

.content-menu,
.content-manual,
.content-menu-details,
.item-seccion-info-services {
  background-color: var(--main-info-services);
  border-radius: 10px;
  color: var(--fonts-info-services);
  position: relative;
  padding-bottom: 20px;
}

.content-menu,
.content-manual,
.content-menu-details {
  line-height: 1;
}

.content-menu,
.content-manual {
  height: 560px;
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none; /* Disable scrollbar IE 10+ */
}

#content_menu{
  scrollbar-width: auto ; 
  -ms-overflow-style: auto ;
  /* direction: rtl; */
}

#content_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#content_menu::-webkit-scrollbar {
  display: block !important;
  width: 15px;
  background-color: #F5F5F5;
}

#content_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #10638b;
  background-color: #10638b;
}

#content_menu-details {
  height: 520px;
}

.text_info_services {
  font-size: 1.3rem;
}

.item-seccion-info-services {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 85%;
  top: -80%;
}

@media only screen and (max-height: 719px) {
  #section_manual {
    overflow: auto;
    height: 200px;
  }
  .img_help {
    margin-top: 8px;
  }
  /* .content-manual {
    height: 400px !important;
    scroll-behavior: smooth;
  } */
}

@media only screen and (min-height: 720px) {
  #section_manual {
    overflow: auto;
    height: 250px;
  }
  .img_help {
    margin-top: 4px;
  }
  .content-manual {
    height: 400px;
    scroll-behavior: smooth;
  }
  #services-content .content-menu {
    height: 350px;
  }
  .carousel-magazine .content-menu {
    height: 420px;
  }
}

@media only screen and (min-height: 800px) {
  #services-content .content-menu {
    height: 410px;
  }

  #section_manual {
    overflow: auto;
    height: 350px;
  }

  .content-manual {
    height: 480px;
    scroll-behavior: smooth;
  }

  .carousel-magazine .content-menu {
    height: 520px;
  }
}

@media only screen and (min-height: 840px) {
  #services-content .content-menu {
    height: 500px;
  }
  .carousel-magazine .content-menu {
    height: 560px;
  }
  #section_manual {
    overflow: auto;
    height: 420px;
  }
  .content-manual {
    height: 570px;
    scroll-behavior: smooth;
  }
}

@media only screen and (min-height: 900px) {
  .img_help {
    margin-top: 48px;
  }
  .content-manual {
    height: 580px;
    scroll-behavior: smooth;
  }
  .carousel-magazine .content-menu {
    height: 560px;
    margin-top: 50px;
  }
  .div-title-service {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  #section_manual {
    overflow: auto;
    height: 440px;
  }
  #services-content .content-menu {
    height: 520px;
  }
}

@media only screen and (min-height: 1000px) {
  .content-manual {
    height: 750px;
    scroll-behavior: smooth;
  }

  #section_manual {
    overflow: auto;
    height: 600px;
  }

  #services-content .content-menu {
    height: 650px;
  }

  .carousel-magazine .content-menu {
    height: 720px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 800px) and (max-height: 720px) {
  .text_info_services {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 990px) and (max-height: 720px) {
  .item-seccion-info-services {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 135%;
    top: -145%;
  }
  .text_info_services {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-height: 720px) {
  .item-seccion-info-services {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 95%;
    top: -100%;
  }
  .text_info_services {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 720px) {
  .text_info_services {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1300px) and (max-height: 720px) {
  .text_info_services {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1400px) and (max-height: 720px) {
  .text_info_services {
    font-size: 1.5rem;
  }
}

@media only screen and (min-height: 970px) and (min-width: 1100px) {
  .item-seccion-info-services {
    position: absolute;

    left: 20%;
    width: 60%;
    height: 140%;
    top: -145%;
  }
  .text_info_services {
    font-size: 1.54rem;
  }
}

@media only screen and (min-height: 970px) and (min-width: 1400px) {
  .item-seccion-info-services {
    position: absolute;

    left: 20%;
    width: 60%;
    height: 140%;
    top: -145%;
  }
  .text_info_services {
    font-size: 1.7rem;
  }
}

@media only screen and (min-height: 970px) and (min-width: 1500px) {
  .item-seccion-info-services {
    position: absolute;

    left: 20%;
    width: 60%;
    height: 140%;
    top: -145%;
  }
  .text_info_services {
    font-size: 1.8rem;
  }
}

@media only screen and (min-height: 970px) and (min-width: 1800px) {
  .item-seccion-info-services {
    position: absolute;
    left: 25%;
    width: 49%;
    height: 140%;
    top: -145%;
  }
  .text_info_services {
    font-size: 1.8rem;
  }
}

.m-5 {
  margin: 30px;
}

.mx-5 {
  margin-left: 30px;
  margin-right: 30px;
}

.card-5 {
  cursor: pointer;
  /* margin-bottom: 20px; */
}

@media only screen and (max-width: 480px) {
  .card-5 {
    width: 100%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 760px) {
  .card-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 761px) and (max-width: 990px) {
  .card-5 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 991px) {
  .card-5 {
    width: 20%;
  }
}

.title-service,
.title-module {
  color: white;
  font-weight: bold;
  margin-left: 0px;
}

.card-5 .tile__media {
  background-color: #10638b !important;
}

.card-5 .tile__media:hover,
.card-5 .tile__media .tile__img:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  /*transform: scale(1.1);*/
  /*box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;*/
  z-index: 999;
  /*-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);*/
}

.card-5:hover .tile__media,
.card-5:focus .tile__media,
.card-5 .hovered {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  transform: scale(1.1);
  box-shadow: 0 0 0 0.2rem rgba(103, 174, 245, 0.88) !important;
  z-index: 999;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*.card-5 .tile__media:hover {
  background-color: #0e80b6 !important;
}*/

.bi_cart_div {
  background-color: white;
  color: var(--bs-gray-dark);
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%);
  font-weight: 600;
}

#_complete_order {
  margin-right: 18px;
}

.base-preview {
  margin: 30px;
}

.content-menu-details .fa-plus-circle,
.content-menu-details .fa-minus-circle {
  color: #0d6efd;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 1px 2px #282424;
}

.list-order {
  border-bottom: solid 3px var(--fonts-info-services);
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
.text-monto {
  margin-left: 36px;
}
.space-start {
  border-bottom: 3px solid var(--fonts-info-services);
  margin-bottom: 22px;
  padding: 2px;
}
.img-details img {
  /* width: 80%;
  max-width: 700px;
  max-height: 25rem; */
  object-fit: contain;
  width: 600px;
  height: 400px;
  border-radius: 15px;
  margin-left: 95px;
  margin-top: 28px;
}

#orderDetailsTextarea {
  width: 100%;
  border: 2px solid var(--color-font-textarea);
  background-color: #5e5c5b00;
  /* min-height: 72px; */
  border-radius: 12px;
  color: var(--color-font-textarea);
  padding: 7px 10px;
  font-size: 20px;
}

.orderDetailsInput {
  border: 2px solid var(--color-font-textarea);
  background-color: #5e5c5b00;
  /* min-height: 72px; */
  border-radius: 12px;
  color: var(--color-font-textarea);
}

.h5_ingredientes {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-order {
  font-size: 1.6rem;
  line-height: 26px;
  text-align: justify;
}

.label {
  font-size: 1.3rem;
  text-align: left;
}

.text-manual,
.text-privacity {
  font-size: 1.6rem;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-word;
}

.content-list-order {
  height: 400px;
  overflow: scroll;
}

#body-services .btn-primary {
  background: #10638b;
  color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #10638b00;
}

#body-services .btn-primary.hovered,
#body-services .btn-success.hovered {
  /* border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); */
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: black;
  z-index: 999;
  position: relative;
}
.services__details {
  height: 80px;
  color: white;
  text-align: left;
  /* padding-left: 16px;
  padding-right: 30px; */
}

#body-services .btn.active,
#container-magazine .btn.active {
  background-color: #ffffff;
  font-weight: bold;
  color: black;
}

.languaje-class {
  height: 68px;
  margin-bottom: 10px;
  float: right;
}

.setting-class {
  margin-bottom: 10px;
  float: left;
}

.conf-calss {
  display: none;
}

.conf-calss-2 {
  display: none;
}
.btn-psw {
  color: var(--color-font-input-code);
  height: 45px;
  text-align: center;
  border-radius: 8px;
  background-color: #f9f9f91a;
  border: 1px solid var(--color-font-input-code) !important;
}

.btn-psw:focus,
.btn-psw:hover {
  color: var(--color-font-input-code);
  height: 45px;
  text-align: center;
  border-radius: 8px;
  background-color: #f9f9f91a;
  box-shadow: 0 0 0 1px #ecf0f1;
  border: 1px solid var(--color-font-input-code);
}

.class-input-code {
  display: none;
}
.mss-psw,
.mss-psw-2 {
  display: none;
  margin-top: 10px;
  color: var(--color-font-input-code);
  font-weight: 600;
}

.bi_cart_div.hovered {
  display: inline-block;
  transform: scale(1.4) !important;
}

#_add_order {
  /* height: 8.5rem; */
  width: 90%;
  display: flex;
  text-align: center;
  margin: 0px auto;
  margin-top: 12px;
  padding: 16px !important;
}

.content-menu-details .img-details {
  background-image: url("/static/assets/dist/img/services/crispy-chicken.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.description-details {
  /* overflow: scroll; */
  /* height: 520px; */
  min-height: 520px;
  height: auto;
  text-align: center;
  margin-top: 24px;
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none; /* Disable scrollbar IE 10+ */
}

/*.btn-outline-light:hover {
  color: #000 !important;
}*/

.label-code-input {
  color: var(--color-font-input-code);
  font-weight: 600;
}

.cont-espera {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 24px;
  color: var(--color-font-input-code) !important;
}

.container-item-magazine ._date_article_ {
  font-size: 19.5px;
  font-weight: 750;
  color: #c8c3c3d9;
}
.container-item-magazine .img-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.container-item-magazine .identidad-magazine {
  font-size: 24px;
}

.container-item-magazine .__article_title {
  font-size: 21px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  line-height: 27px;
}
.cont-espera-rrss {
  margin-top: 50px;
  /* margin-bottom: 100px; */
  font-size: 24px;
  color: var(--color-font-input-code) !important;
}

.content-magazine {
  margin-top: 20px;
}

.content-magazine .icon-ver {
  text-align: center;
  font-size: 20px;
}

.title-ultimo {
  font-size: 18px;
  margin-bottom: -9px;
  color: var(--color-font-last);
  font-weight: 600;
}

.content-magazine .subtitle {
  font-size: 18px;
}

.carousel-magazine .img_magazine {
  border-radius: 5px 5px 0px 0px;
}
.btn-return {
  background: #10638b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.btn-direccion {
  color: #10638b;
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.btn-direccion:hover,
.btn-direccion:focus {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #10638b;
}
.btn-direccion.hovered {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #10638b;
}

.btn-return:hover,
.btn-return:focus {
  background: #10638b;
  color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
}

.btn-return.hovered {
  background: #10638b;
  color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
}
.icon-magazine {
  display: inline-flex;
  position: absolute;
  top: 135px;
  width: 50%;
}

.icon-magazine img {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}
.icon-magazine p {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-left: 25px;
  margin-top: 14px;
}
.cotainer-blur-fix {
  display: flex;
  flex-direction: column;
  /*height: 100vh;*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #00000024 !important;
  backdrop-filter: blur(7px);
}

.revista-detalle .contenido-principal {
  padding-left: 40px;
  padding-right: 40px;
  height: 100vh;
  border-right: 1px solid var(--color-font-last);
}
.revista-detalle .title-parrafo {
  font-size: 26px;
}
.revista-detalle .tags_publisehd {
  margin-top: 20px;
  font-size: 18px;
}
.revista-detalle .image-referencial {
  margin-top: 25px;
}
.revista-detalle .image-referencial img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contenedor-summary {
  padding-left: 25px;
  padding-right: 35px;
  text-align: justify;
  font-size: 22px;
  line-height: 30px;
}

.contenedor-summary img:first-child {
  display: none;
}
.contenedor-summary a {
  color: var(--fonts-info-services);
  text-decoration: none;
}

.mvcarga {
  display: none;
}
.hovered-left-15 {
  margin-left: 15px;
}

.hovered-left-30 {
  margin-left: 25px;
}
/*
.category-magazine img {
  opacity: 0.7;
}*/

.tile-filtro .load-radio {
  position: absolute;
  display: none;
  height: 100%;
  background-color: #181616ba;
  border-radius: 9px;
  width: 100%;
  border: 1px solid #35c5fb;
}
.load-radio img {
  width: 90%;
  height: 90%;
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 4%;
}
.tile-filtro .load-error {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #181616ba;
  border-radius: 9px;
  width: 100%;
  border: 1px solid #35c5fb;
}
.tile-filtro .load-radio-inicial {
  position: absolute;
  display: none;
  height: 100%;
  background-color: #181616ba;
  border-radius: 9px;
  width: 100%;
  border: 1px solid #35c5fb;
}
.load-radio-inicial .spinner-border {
  margin-top: 30%;
  font-size: 14px;
}
.tile-filtro .load-radio-inicial i {
  width: 65px;
  height: 65px;
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 24px;
  text-align: center;
  font-size: 36px;
}
.tile-filtro .load-error i {
  width: 65px;
  height: 65px;
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 24px;
  text-align: center;
  font-size: 36px;
}
.ml-oculto {
  padding-left: 85px;
  margin-top: -8px;
}
#settin_mas_ {
  height: 100px;
  border: #ffe4c400;
}

#settin_mas_:hover {
  transform: unset !important;
  background-color: unset !important;
  border: unset !important;
}

.mt_sombra {
  height: 400px;
  background-image: linear-gradient(360deg, #ebebeb00 0%, #121515a3 100%);
}

#container-app {
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

#container-app-magazine {
  background-image: linear-gradient(360deg, #ebebeb00 0%, #121515a3 200%);
  height: 560px;
}

#footer_menu {
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 30px;
}

.home-preview {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-5 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/*.tile__media {
  white-space: initial;
}*/

#dLabel {
  padding: 5px 30px;
  border-radius: 25px;
  /* margin-top: 18px; */
  height: 36px !important;
  max-height: 36px !important;
}

#setMode {
  display: flex;
  align-items: center;
}

/* #dLabel:hover, */
#dLabel:focus {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000000 !important;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: var(--fonts-info-services);
  text-align: left;
  list-style: none;
  background-color: #111111e3;
  background-clip: padding-box;
  border: 1pxsolidrgba (0, 0, 0, 0.15);
  border-radius: 0.25rem;
  width: 243px;
  border-radius: 5px;
  column-count: 1;
}

.dropdown-menu.show {
  display: block;
  padding: 10px 16px 10px 16px;
  font-size: 17px;
  font-weight: 600;
  margin: 13px 0 !important;
  margin-bottom: 17px !important;
}
.dropdown-item {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
}
.dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -10px;
  right: 70px;
}
.dropdown .arrow-down,
.dropup .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  /* top: 37px; */
  right: 0px;
  bottom: -9px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: #35c5fb;
}
.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1pxsolidrgba (0, 0, 0, 0.15);
}

.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: unset;
  border: 2px solid #35c5fb;
}

.active-lg {
  background-color: #35c5fb;
}
.mood-lg:hover,
.mood-lg:focus {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000000 !important;
}
.mood-lg {
  /* margin-top: 18px; */
  /* border-radius: 65%;   */
  font-weight: bold;
  margin-right: 20px;
  width: 36px;
  height: 36px !important;
  max-height: 36px !important;
  padding: 6px 0px;
  border-radius: 31px;
  font-size: 17px;
  text-align: center;
}
.mood-lg i {
  transform: rotate(220deg);
}

@media (min-width: 993px) and (max-width: 1599px) {
  .widget-hora {
    float: right;
    font-size: 25px;
    color: #ffff;
    width: 80%;
  }
  .menu-bottom {
    width: 110px;
    height: 110px;
  }

  /* .content-menu {
    height: 350px !important;
    scroll-behavior: smooth;
  } */
  .tile__img {
    height: 130px;
  }
  .tile__img-prensa {
    height: 240px;
    /*width: 500px;*/
  }

  .container-item-magazine {
    height: 240px !important;
  }

  .__details {
    top: 80px;
    color: #ffff;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }
  .item-menu-section {
    height: 130px;
    margin-top: 13px;
  }
  .tile {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 140px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .tile-prensa {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 240px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 450ms all;
    transform-origin: center left;
  }
  .row__inner {
    transition: 450ms transform;
    font-size: 0;
    white-space: nowrap;
    margin: 15px 0;
    padding-bottom: 0px;
  }
  .tile__img-filtro {
    width: 100%;
    height: 80px;
  }
  .tile-filtro {
    width: 80px;
    height: 80px;
  }
  .widget-hora .section-fecha {
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px;
    text-align: right;
  }
  #div_clima {
    margin-top: -6px;
  }

  .widget-hora .section-clima {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: -11px; */
  }
  /* #container-app-magazine .content-menu {
  height: 350px !important;
  scroll-behavior: smooth;
} */
}
/*magazine*/

.identidad-agrupada {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 1919px) {
  /*.container-item-magazine {
    height: 300px !important;
  }*/
}
.media-control {
  width: 0px !important;
  height: 0px !important;
  z-index: -33 !important;
}

#dLabel.disabled {
  background-color: #ffffff !important;
  font-weight: bold !important;
  transform: scale(1.1) !important;
  border: 2px solid #35c5fb !important;
  color: #000000 !important;
}
#_bicart:focus,
#_bicart:hover {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1) !important;
  border: 3px solid #35c5fb !important;
  color: #000000 !important;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}
#_bicart:focus-visible {
  outline: solid var(--background-light-button-category) !important;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

#orderDetailsTextarea:focus,
#orderDetailsTextarea:hover {
  border: 3px solid #35c5fb !important;
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

.cbb-left {
  width: 50px;
  height: 130px;
  margin-left: -36px;
  /* margin-top: 33px; */
  position: absolute;
  background: #f0ffff00;
  color: #f0ffff00;
}

.cbb-left-250 {
  height: 180px !important;
  padding-top: 70px;
}
.cbb-right-250 {
  height: 180px !important;
  padding-top: 70px;
}

.cbb-left-250 i {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}

.cbb-right-250 i {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}
.cbb-left-100,
.cbb-right-100 {
  padding-top: 50px;
}

.cbb-left-100 i {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}

.cbb-right-100 i {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}

.cbb-right {
  right: 54px;
  position: absolute;
  width: 50px;
  height: 130px;
  background: #f0ffff00;
  margin-right: -55px;
  color: #f0ffff00;
}

#category-video-streaming:hover .cbb-right,
#category-video-streaming:hover .cbb-left {
  color: #ffffff !important;
}
#contendido-por-filtro:hover .cbb-right,
#contendido-por-filtro:hover .cbb-left {
  color: #ffffff !important;
}

.contenedor-filtro-two {
  height: auto !important;
  display: inline-table !important;
  margin-top: -15px;
}

.contenedor-filtro-two button {
  margin-bottom: 10px !important;
}

.magazine-button-title:focus,
.magazine-button-title:hover {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
  transform: scale(1.1);
  box-shadow: 0 0 0 0.2rem rgb(103 174 245 / 88%) !important;
  z-index: 999;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  position: relative;
}

.scrollling {
  height: 600px !important;
}

#body-services .btn-primary:focus {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000000;
}

#carousel-inner {
  z-index: -1;
  position: fixed;
}

#container-app-magazine .btn-primary {
  background: #10638b;
  color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #10638b00;
}

#container-app-magazine .btn-primary:focus {
  background-color: #ffffff;
  font-weight: bold;
  transform: scale(1.1);
  border: 2px solid #35c5fb;
  color: #000000;
}
.carousel-item {
  transition: transform 2s ease-in-out !important;
}

.icon-marca img:hover,
.icon-marca img:focus {
  border: 0px !important;
  box-shadow: 0 0 0 0.2rem rgb(103 174 245 / 0%) !important;
}

.progress-bar {
  background-color: #4ecedb !important;
}
.close-info {
  font-size: 25px;
  margin-top: -1%;
  margin-right: -7px;
  border: 0px solid #2ecc71;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #deb88700;
  color: var(--bs-white);
}

.close-info:focus,
.close-info:hover {
  border: 1px solid var(--bs-white);
  color: var(--bs-white);
  box-shadow: 0px 0px 5px 0px;
}

.opt-name {
  font-size: 21px !important;
}
.content-magazine .subtitle {
  font-size: 21px !important;
}

.opt-list-pedido {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
}

#orderDetailsTextarea::placeholder {
  color: #ffffff;
}
