@charset "UTF-8";
@font-face {
  font-family: "ESPNIcons";
  src: url("../fonts/ESPNIcons.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ESPNIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ESPNIcons.otf") format("opentype"), url("../fonts/ESPNIcons.svg") format("svg"), url("../fonts/ESPNIcons.ttf") format("truetype"), url("../fonts/ESPNIcons.woff") format("woff"), url("../fonts/ESPNIcons.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ffffff;
  color: #2b2c2d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body > div {
  width: 100%;
  max-width: 768px !important;
  margin: auto;
}

#global-header .container, #global-header #global-nav {
  background: #2b2c2d;
  width: 100%;
  padding: 0;
}

div#header-wrapper {
  z-index: 1;
  position: relative;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.col-12 {
  padding-right: 2px;
  padding-left: 2px;
}

.containerHome {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
}

.row {
  margin: 0;
}

/* Titles */
h5 {
  font-weight: bold;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* SELECCION DE PAISES */
.container-fluid h6 {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.container-fluid hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.list-country {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-country li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.list-country li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #a2a2a2;
}
.list-country li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 14px;
  padding-top: 5px;
}
.list-country li a img {
  width: 40px;
  height: 27px;
}

/******************************************** HOME ********************************************/
/**** Navegacion Home *****/
.navHome {
  border-bottom: 0;
  height: 46px;
}
.navHome .nav-item.active {
  background-color: #0063cf;
  border-radius: 5px;
}
.navHome .nav-item.active .nav-link:focus, .navHome .nav-item.active .nav-link:hover {
  border-color: transparent;
}
.navHome .nav-item.active .nav-link span {
  color: #ffffff;
}
.navHome .nav-item.active .nav-link .icon {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.navHome .nav-item[data-menu=favorite], .navHome .nav-item[data-menu=alert] {
  display: none;
}
.navHome .nav-item span {
  font-size: 10px;
  color: #2b2c2d;
  line-height: 10px;
}
.navHome .nav-item.dropdown.show#list-country .dropdown-menu {
  display: block;
}
.navHome .nav-item.dropdown .dropdown-menu {
  right: 0;
  left: inherit;
}
.navHome .nav-item.dropdown[data-menu=deport] .dropdown-menu, .navHome .nav-item.dropdown[data-menu=program] .dropdown-menu {
  right: 0;
  left: -75px;
  margin-top: 7px;
  border: 0;
  min-width: 300px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.navHome .nav-item.dropdown[data-menu=deport] .dropdown-menu .dropdown-item span, .navHome .nav-item.dropdown[data-menu=program] .dropdown-menu .dropdown-item span {
  font-size: 12px;
  width: 70%;
}
.navHome .nav-item.dropdown[data-menu=program] .dropdown-menu {
  right: 0;
  left: -150px;
}
.navHome .nav-item.dropdown .dropdown-item {
  padding: 3px 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 70%;
  height: 40px;
}
.navHome .nav-item.dropdown .dropdown-item:hover {
  background-color: #0063cf;
  border-radius: 4px;
}
.navHome .nav-item.dropdown .dropdown-item:hover span {
  color: #ffffff;
}
.navHome .nav-item.dropdown .dropdown-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 11px;
  white-space: normal;
  text-indent: 0;
  margin-left: 5px;
  line-height: 11px;
}
.navHome .nav-item.dropdown .dropdown-toggle:after {
  border: 0 !important;
}
.navHome .nav-item.dropdown.show[data-menu=deport] .dropdown-menu, .navHome .nav-item.dropdown.show[data-menu=program] .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navHome .nav-item.dropdown.show[data-menu=deport] .dropdown-menu .dropdown-item span, .navHome .nav-item.dropdown.show[data-menu=program] .dropdown-menu .dropdown-item span {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navHome .nav-item.dropdown.show .nav-link {
  border: 0 !important;
  color: initial;
  background-color: initial;
}
.navHome .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 100%;
}
.navHome .nav-item .nav-link .icon {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.navHome .nav-item .nav-link.home .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/live.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.deport .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/deport.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.program .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/program.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.reports .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.highlight .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/destacado2.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.favorite .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite.svg") center center no-repeat;
  background-size: contain;
}
.navHome .nav-item .nav-link.alerts .icon {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert.svg") center center no-repeat;
  background-size: contain;
}

.section {
  display: none;
}

/***********************/
/**** Navegacion ESPN *****/
.navEspn {
  background-color: #2b2c2d !important;
  margin: 0 auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 44px;
  padding-left: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
}
.navEspn h1 {
  left: 0 !important;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.navEspn h1 .navbar-brand {
  background-image: url(http://a.espncdn.com/redesign/assets/img/logos/logo-espn-82x20@2x.png);
  background-size: 82px 20px;
  width: 88px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  height: 44px;
  position: relative;
  margin-left: 29px;
  margin-right: 0;
  z-index: 3;
}
.navEspn h1:after {
  background: #b40000;
  left: 11px;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  content: "";
  display: block;
  height: 44px;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 127px;
}
.navEspn h1:before {
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  content: "";
  display: block;
  height: 44px;
  position: absolute;
  top: 0;
  background: #d00;
  left: 18px;
  right: -14px;
  z-index: 1;
}
.navEspn .navbar-collapse ul {
  height: 44px;
}
.navEspn .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  z-index: 999;
  background: #d00;
  height: 100%;
  width: 50px;
  border-radius: 0;
}
.navEspn ul.navbar-nav.left {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navEspn ul.navbar-nav.right .nav-item .nav-link.espnrun {
  margin-right: 1.9rem;
  width: 100%;
}
.navEspn .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 14px;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.navEspn .navbar-nav li.users a, .navEspn .navbar-nav li.more a, .navEspn .navbar-nav li.search a, .navEspn .navbar-nav li.morePoints a {
  color: #ffffff;
  font-size: 22px;
  font-family: "ESPNIcons";
}
.navEspn .navbar-nav .users a:after {
  content: "≠";
}
.navEspn .navbar-nav .more a:after {
  content: "";
}
.navEspn .navbar-nav .search a:after {
  content: "•";
}
.navEspn .navbar-nav .morePoints a:after {
  content: "";
}

/* Networks */
.networks.containerHome {
  max-width: 500px !important;
  text-align: center;
  margin: auto;
}
@media all and (min-width: 768px) {
  .networks.containerHome {
    max-width: max-content !important;
  }
  .networks.containerHome .banner {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .networks.containerHome .col-12 {
    /* max-height: 250px; */
    overflow-y: scroll;
    margin-bottom: 20px;
    text-align: center;
    max-width: 350px;
    width: auto;
    height: 760px;
  }
}
.networks.containerHome a {
  display: block;
}
.networks.containerHome iframe {
  height: 90px;
  width: 299px;
  margin-top: 27px;
}
.networks.containerHome .col-12 {
  /*max-height: 250px;*/
  overflow-y: scroll;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
}

@media all and (max-width: 992px) {
  .navEspn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .navEspn h1 {
    left: -9px !important;
  }

  .navbar-collapse {
    background: #ffffff;
  }

  .navbar-collapse.collapse.show ul li a {
    color: #000000 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }

  .navEspn h1:before {
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skewX(-25deg) skewY(0);
    transform: skew(-25deg, 0);
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    top: 0;
    background: #d00;
    left: 0;
    right: -8px;
    z-index: 1;
  }

  .navEspn h1 .navbar-brand {
    background-image: url(http://a.espncdn.com/redesign/assets/img/logos/logo-espn-82x20@2x.png);
    background-size: 82px 20px;
    width: 88px;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    display: block;
    height: 44px;
    position: relative;
    margin-left: 25px;
    margin-right: 0;
    z-index: 3;
  }

  .navEspn h1:after {
    background: #b40000;
    left: 0px;
    right: 0;
    z-index: -1;
    -webkit-transform: skew(-25deg, 0);
    -ms-transform: skewX(-25deg) skewY(0);
    transform: skew(-25deg, 0);
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 130px;
  }

  .navbar-nav li.nav-item {
    height: 40px;
    line-height: 40px;
    border-bottom: #edeef0 1px solid;
  }

  .navbar-nav li.nav-item a {
    height: 40px;
    margin: 0;
    padding: 0;
  }

  .navbar-collapse.collapse.show {
    background: #ffffff;
    z-index: 9999;
  }

  .navbar-collapse.collapse.show ul li.users a, .navbar-collapse.collapse.show ul li.more a, .navbar-collapse.collapse.show ul li.search a, .navbar-collapse.collapse.show ul li.morePoints a {
    color: #ffffff;
    font-size: 22px;
    font-family: "ESPNIcons";
    color: #000000;
  }
  .navbar-collapse.collapse.show ul .users a:after {
    content: "≠";
  }
  .navbar-collapse.collapse.show ul .more a:after {
    content: ;
  }
  .navbar-collapse.collapse.show ul .search a:after {
    content: "•";
  }
  .navbar-collapse.collapse.show ul .morePoints a:after {
    content: "";
  }

  .navbar-collapse.collapse.show ul li.nav-item.active a {
    color: #2b2c2d;
  }

  .navbar-collapse.collapse.show {
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.3);
  }

  .navbar-collapse.collapse.show ul {
    width: 80%;
    left: 60px;
    position: relative;
    height: auto;
  }

  .navbar-dark .navbar-toggler-icon {
    color: transparent;
    background: transparent;
  }

  .navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
    color: white;
    background: white;
  }

  .navbar-toggler-icon {
    color: transparent;
    background: transparent;
    font: 0/0 a;
    text-shadow: none;
    margin: 0 auto;
    position: relative;
    top: 0px;
    -webkit-transition-delay: 0.2s;
    -webkit-transition-duration: 0s;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    width: 24px;
    background-image: none !important;
  }
  .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    height: 3px;
    width: 24px;
    position: absolute;
    content: " ";
  }
  .navbar-toggler-icon:hover {
    color: #ffffff;
    background: #ffffff;
  }
  .navbar-toggler-icon:before {
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: -7px;
  }
  .navbar-toggler-icon:after {
    -moz-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    -webkit-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 7px;
  }
  .navbar-toggler-icon:focus, .navbar-toggler-icon:focus-within, .navbar-toggler-icon:visited {
    color: transparent;
    background: transparent;
  }

  button[aria-expanded=true] .navbar-toggler-icon:active, button[aria-expanded=true] .navbar-toggler-icon:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(255, 255, 255, 0);
  }

  button[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    margin-top: 0;
  }

  button[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    margin-top: 0;
  }
}
/***********************/
/**** Dropdown Dates Home *****/
.navButton {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 8px;
  background-size: 9px;
  display: none;
}
.navButton.proxDia {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/nextArrow.svg");
  left: auto;
  right: 0;
  display: none;
}
.navButton span {
  display: none;
}

.btn.btn-primary.dropdown-toggle::after {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: 9px;
  transform: rotate(-90deg);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  vertical-align: -0.3em;
}

.dropdown.date {
  width: 80%;
  text-align: center;
  margin: auto;
  z-index: 3;
}
.dropdown.date.show > .dropdown-menu {
  display: block;
}
.dropdown.date button {
  background-color: #ffffff;
  color: #2b2c2d;
  font-weight: bold;
  border: 0;
  width: 100%;
}
.dropdown.date button.btn-primary.focus, .dropdown.date button.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0063cf;
  color: #ffffff;
}
.dropdown.date button.focus {
  background-color: #ffffff;
  color: #2b2c2d;
  font-weight: bold;
  border: 0;
  width: 100%;
}
.dropdown.date .dropdown-menu {
  width: 100%;
  text-align: center;
}
.dropdown.date .btn-primary:focus {
  background-color: #ffffff;
  color: #2b2c2d;
  font-weight: bold;
  border: 0;
  width: 100%;
}
.dropdown.date .dropdown-item {
  font-weight: bold;
}

/************************/
/**** Grilla *****/
#grilla {
  position: relative;
  margin-bottom: 30px;
}
#grilla .grillasabana {
  margin-top: 15px;
  margin-bottom: 30px;
}
#grilla .grillasabana .pie {
  font-size: 0.65rem;
  line-height: 1.1;
  margin-top: 7px;
}

/************************/
/**** Buscador Home *****/
.search {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search span {
  background: #edeef0;
}

.search form {
  background: #edeef0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search input {
  background: #edeef0;
  border: 0;
  font-size: 12px;
}

.search button.btn.btn-secondary {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/search.svg") no-repeat center center;
  background-size: 16px;
  border: 0;
  height: 30px;
  width: 30px;
}

.search .input-group-btn {
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search .form-control:focus {
  background-color: #edeef0;
}

/***********************/
/****Iconos filter y views Home****/
.nav-actions .col-8 {
  padding-right: 0;
}

.icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.icons span {
  display: block;
  height: 100%;
}
.icons span.list a {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-list.svg");
}
.icons span.mosaic a {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-gallery.svg");
}
.icons span.gallery a {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-mosaic.svg");
}
.icons a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
.icons a.filter {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/filter.svg");
  height: 100%;
  display: none;
}
.icons a.views {
  display: block;
  height: 100%;
  width: 100%;
}
.icons a.views.icon-list {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-list.svg");
}
.icons a.views.icon-mosaic {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-gallery.svg");
}
.icons a.views.icon-gallery {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-mosaic.svg");
}
.icons a.views span {
  display: block;
  height: 100%;
}
.icons .btn.focus, .icons .btn:focus {
  border: 0;
  background-color: #0063cf;
  box-shadow: none;
  background: -webkit-filter(url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-list.svg"), invert(100%));
  background: filter(url("//1287719000.rsc.cdn77.org/media/espn/imagenes/icon-list.svg"), invert(100%));
}

/************************/
.owl-carousel {
  position: initial;
}

/****Owl Dates Home****/
.owl.result-find {
  display: none;
}

/************************/
/****Owl Dates Home****/
.owl-dates .owl-nav {
  position: absolute;
  top: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 98%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 0;
}
.owl-dates .owl-nav .owl-prev, .owl-dates .owl-nav .owl-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
  color: transparent;
}
.owl-dates .owl-nav .owl-prev {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
}
.owl-dates .owl-nav .owl-next {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/nextArrow.svg");
}

/************************/
/****Owl Hour Home****/
.owl-dates .owl-hour {
  background-color: #edeef0;
}
.owl-dates .owl-hour .owl-nav {
  position: absolute;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  display: none;
}
.owl-dates .owl-hour .owl-nav .owl-prev, .owl-dates .owl-hour .owl-nav .owl-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
  color: transparent;
}
.owl-dates .owl-hour .owl-nav .owl-prev {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
}
.owl-dates .owl-hour .owl-nav .owl-next {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/nextArrow.svg");
}

/************************/
/****Nav Hour Home****/
.owl-nav-hours {
  height: 50px;
  line-height: 40px;
}
.owl-nav-hours .owl-item {
  background: #ffffff;
}
.owl-nav-hours .owl-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2b2c2d;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.owl-nav-hours .owl-item a:hover {
  cursor: pointer;
}
.owl-nav-hours .owl-item.active.current a {
  border-radius: 5px;
  border: 3px solid #0063cf;
  max-width: 80%;
  margin: auto;
}

.owl-nav-hours .owl-nav {
  margin-top: 0;
  width: 100%;
  color: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  top: 110px;
  position: absolute;
}
.owl-nav-hours .owl-nav:hover .owl-prev {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 17%;
  background-size: 9px;
  color: transparent;
}
.owl-nav-hours .owl-nav:hover .owl-next {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/nextArrow.svg");
  left: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 9px;
  float: right;
  color: transparent;
  top: 17%;
  position: absolute;
}
.owl-nav-hours .owl-nav .owl-prev {
  float: left;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/prevArrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: 9px;
  color: transparent;
  top: 17%;
  position: absolute;
}
.owl-nav-hours .owl-nav .owl-next {
  background-image: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/nextArrow.svg");
  left: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 9px;
  float: right;
  color: transparent;
  top: 17%;
  position: absolute;
}

/************************/
/****Guide TV Home - View Mosaic****/
.list-items {
  background-color: #edeef0;
}
.list-items.mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 626px;
  margin-top: 10px;
}
.list-items.mosaic .item {
  /*list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 45%;
          flex: 1 45%;*/
  padding: 1%;
  padding-top: 2%;
  height: 310px;
  width: 50%;
}
.list-items.mosaic .item .item-image {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 300px;
}
.list-items.mosaic .item .item-image:before {
  height: 4px;
  width: 100%;
  background-color: #2b2c2d;
  position: absolute;
  content: " ";
  top: -3px;
}
.list-items.mosaic .item .item-image.live:before {
  height: 4px;
  width: 100%;
  background-color: #e00000;
  position: absolute;
  content: " ";
  top: -3px;
}
.list-items.mosaic .item .item-image .image {
  width: 100%;
  text-align: center;
  height: auto;
  overflow: hidden;
  height: 209px;
}
.list-items.mosaic .item .item-image .image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.list-items.mosaic .item .item-image.live .top-btn {
  z-index: 1;
}
.list-items.mosaic .item .item-image.live .top-btn .channel-status {
  background-color: #e00000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  box-shadow: 0 1px 2px 0 #2b2c2d;
  font-weight: bold;
  text-align: center;
}
.list-items.mosaic .item .item-image .top-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  padding: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-items.mosaic .item .item-image .top-btn .medio img {
  width: auto;
  height: 18px;
  max-width: initial;
  min-height: initial;
  min-width: initial;
}
.list-items.mosaic .item .item-image .top-btn .channel-status {
  background-color: transparent;
  height: 0;
  width: 0;
}
.list-items.mosaic .item .item-image .item-action {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 4px;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
  display: none;
}
.list-items.mosaic .item .item-image .item-action > div {
  width: 24px;
  height: 24px;
}
.list-items.mosaic .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.mosaic .item .item-image .item-action .action-favorite span {
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.list-items.mosaic .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.mosaic .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.mosaic .item .item-image .item-description {
  color: #000000;
  font-size: 11px;
  padding: 4px 15px 0 15px;
  line-height: 12px;
  padding-bottom: 8px;
  height: auto;
  overflow: hidden;
  max-height: 90px;
}
.list-items.mosaic .item .item-image .item-description .item_hour {
  font-weight: bold;
  color: #a2a2a2;
  background: #ffffff;
}
.list-items.mosaic .item .item-image .item-description .item_title {
  font-weight: bold;
}
.list-items.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-items.list .item {
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 100%;
  flex: 100%;
  padding: 1%;
  max-height: 90px;
}
.list-items.list .item .item-image {
  position: relative;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.list-items.list .item .item-image:before {
  height: 86px;
  width: 2px;
  background-color: #2b2c2d;
  position: absolute;
  content: " ";
  top: 0px;
  left: -3px;
}
.list-items.list .item .item-image.live:before {
  height: 86px;
  width: 2px;
  background-color: #e00000;
  position: absolute;
  content: " ";
  top: 0px;
  left: -3px;
}
.list-items.list .item .item-image .image {
  width: 86px;
  height: 86px;
  text-align: center;
  overflow: hidden;
}
.list-items.list .item .item-image .image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.list-items.list .item .item-image.live .top-btn {
  z-index: 1;
}
.list-items.list .item .item-image.live .top-btn .channel-status {
  background-color: #e00000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  box-shadow: 0 1px 2px 0 #2b2c2d;
  font-weight: bold;
  text-align: center;
}
.list-items.list .item .item-image .top-btn {
  position: absolute;
  top: 0px;
  width: calc(100% - 86px);
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  z-index: 1;
}
.list-items.list .item .item-image .top-btn .medio img {
  width: auto;
  height: 20px;
  max-width: initial;
  min-height: initial;
  min-width: initial;
}
.list-items.list .item .item-image .top-btn .channel-status {
  background-color: transparent;
  height: 0;
  width: 0;
}
.list-items.list .item .item-image .item-action {
  visibility: hidden;
  position: relative;
  background: transparent;
  top: 62px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
.list-items.list .item .item-image .item-action > div {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.list-items.list .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite-blue.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.list .item .item-image .item-action .action-favorite span {
  padding-left: 20px;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
.list-items.list .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share-blue.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.list .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert-blue.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.list .item .item-image .item-description {
  color: #000000;
  font-size: 11px;
  line-height: 11px;
  padding-bottom: 0;
  width: calc(100% - 90px);
  position: absolute;
  right: 0;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
}
.list-items.list .item .item-image .item-description .item_hour {
  font-weight: bold;
  color: #a2a2a2;
  margin-right: 8px;
  /*&:after {
      content: " ";
      width: 1px;
      height: 12px;
      background-color: $color-black;;
      position: absolute;
      margin-left: 4px;
  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 60px;
}
.list-items.list .item .item-image .item-description .item_title {
  font-weight: bold;
  min-width: 160px;
}
.list-items.list .item .item-image .item-description .item_title:before {
  content: " ";
  width: 1px;
  height: 12px;
  background-color: #000000;
  position: absolute;
  margin-left: -4px;
}
.list-items.list .item .item-image .item-description .reviews-info {
  display: none;
}
.list-items.list .item .item-image .item-description .duration {
  float: right;
}
.list-items.gallery .item {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding-top: inherit;
  margin-top: 9px;
}
.list-items.gallery .item .image {
  max-height: 206px;
}
.list-items.gallery .item .image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.list-items.gallery .item .item-image {
  height: 206px;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(100%, rgba(19, 19, 19, 0.7)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=0 );
  position: relative;
}
.list-items.gallery .item .item-image.live:before {
  height: 2px;
  width: 100%;
  background-color: #e00000;
  position: absolute;
  content: " ";
  top: -3px;
}
.list-items.gallery .item .item-image .image {
  width: 100%;
  min-height: 209px;
  text-align: center;
}
.list-items.gallery .item .item-image .image img {
  min-height: 209px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 209px;
}
.list-items.gallery .item .item-image.live .top-btn {
  z-index: 1;
}
.list-items.gallery .item .item-image.live .top-btn .channel-status {
  background-color: #e00000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  box-shadow: 0 1px 2px 0 #2b2c2d;
  font-weight: bold;
  text-align: center;
}
.list-items.gallery .item .item-image .top-btn {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  z-index: 1;
}
.list-items.gallery .item .item-image .top-btn .medio img {
  width: auto;
  height: 20px;
  max-width: initial;
  min-height: initial;
  min-width: initial;
}
.list-items.gallery .item .item-image .top-btn .channel-status {
  background-color: transparent;
  height: 0;
  width: 0;
}
.list-items.gallery .item .item-image .item-action {
  position: relative;
  background: transparent;
  top: 62px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.list-items.gallery .item .item-image .item-action > div {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.list-items.gallery .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.gallery .item .item-image .item-action .action-favorite span {
  padding-left: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}
.list-items.gallery .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.gallery .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.gallery .item .item-image .item-action {
  background: transparent;
  top: -30px;
  height: 30px;
  visibility: hidden;
}
.list-items.gallery .item .item-image .item-description {
  position: absolute;
  bottom: -3px;
  color: #ffffff;
  padding-bottom: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#00000000", endColorstr="#00E80000");
  background-image: -owg-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  text-shadow: 0px 1px 2px black;
  width: calc(100% - 2px);
}
.list-items.gallery .item .item-image .item-description .item_title {
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.list-items.gallery .item .item-image .item-description .item_hour {
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
  font-size: 11px;
}
.list-items.gallery .item .item-image .item-description .reviews-info {
  font-size: 11px;
  line-height: 11px;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 5px;
  max-height: 50px;
  overflow: hidden;
}
.list-items.gallery .item .item-image .item-description .item-action {
  position: relative;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(100%, rgba(19, 19, 19, 0.7)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=0 );
  top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-items.gallery .item .item-image .item-description .item-action > div {
  width: 24px;
  height: 24px;
}
.list-items.gallery .item .item-image .item-description .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.gallery .item .item-image .item-description .item-action .action-favorite span {
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.list-items.gallery .item .item-image .item-description .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
}
.list-items.gallery .item .item-image .item-description .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}

/************************/
/**** Tweet ****/
.twFeed {
  width: auto;
  text-align: center;
  margin-top: 30px;
  max-height: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.twFeed iframe {
  width: 100%;
  overflow: scroll;
  max-width: 350px !important;
}

/************************/
/**** Próximos VIVOS destacados ****/
.owl-live-highlights img {
  /*min-height: 300px;*/
}
.owl-live-highlights .item {
  box-sizing: border-box;
  width: 300px;
  height: 300px;
}
.owl-live-highlights .owl-item img {
  box-sizing: content-box;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.owl-live-highlights .item-image {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  width: 300px;
  height: 300px;
  padding: 2px;
}
.owl-live-highlights .item-image .top-btn {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.owl-live-highlights .item-image .top-btn .medio {
  display: inherit;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-live-highlights .item-image .top-btn .medio img {
  width: auto;
  height: 20px;
  max-width: initial;
  min-height: initial;
  min-width: initial;
  padding-left: 2px;
}
.owl-live-highlights .item-image .item-description {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding-bottom: 10px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#00000000", endColorstr="#00E80000");
  background-image: -owg-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 43%, rgba(0, 0, 0, 0.91) 99%, rgba(0, 0, 0, 0.91) 100%);
  text-shadow: 0px 1px 2px black;
  width: calc(100% - 2px);
}
.owl-live-highlights .item-image .item-description .item_title {
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.owl-live-highlights .item-image .item-description .item_hour {
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}
.owl-live-highlights .item-image .item-description .reviews-info {
  font-size: 11px;
  line-height: 11px;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 5px;
}
.owl-live-highlights .item-image .item-description .item-action {
  display: none;
  position: relative;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(100%, rgba(19, 19, 19, 0.7)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=0 );
  top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: hidden;
}
.owl-live-highlights .item-image .item-description .item-action > div {
  width: 24px;
  height: 24px;
}
.owl-live-highlights .item-image .item-description .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-live-highlights .item-image .item-description .item-action .action-favorite span {
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.owl-live-highlights .item-image .item-description .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-live-highlights .item-image .item-description .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}

/************************/
/**** Tendencias del dia ****/
/*.col-12.day-trend{
	visibility: hidden;
}*/
.owl-day-trend .item {
  position: relative;
  padding: 0;
  width: 134px;
  height: 180px;
}
.owl-day-trend .item .item-image .image {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  padding: 2px;
}
.owl-day-trend .item .item-image .image img {
  min-height: 180px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.owl-day-trend .item .item-image .item-action {
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 4px;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
}
.owl-day-trend .item .item-image .item-action > div {
  width: 24px;
  height: 24px;
}
.owl-day-trend .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-day-trend .item .item-image .item-action .action-favorite span {
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.owl-day-trend .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-day-trend .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-day-trend .top-btn {
  position: absolute;
}
.owl-day-trend .item-action {
  position: absolute;
}

/************************/
/**** Espn Play ****/
.espn-play {
  margin-top: 20px;
}
.espn-play .logo {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/logos/logo_1022.svg");
  width: 116px;
  height: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.owl-espn-play .item {
  position: relative;
  padding: 0;
  width: 134px;
  height: 180px;
}
.owl-espn-play .item .item-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2px;
}
.owl-espn-play .item .item-image .image {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
.owl-espn-play .item .item-image .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.owl-espn-play .item .item-image .image img:hover {
  cursor: pointer;
}
.owl-espn-play .item .item-image:before {
  height: 4px;
  width: 100%;
  background-color: #2b2c2d;
  position: relative;
  content: " ";
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-espn-play .item .item-image.live:before {
  height: 4px;
  width: 100%;
  background-color: #e00000;
  position: relative;
  content: " ";
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-espn-play .item .item-image .item-action {
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 4px;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
}
.owl-espn-play .item .item-image .item-action > div {
  width: 24px;
  height: 24px;
}
.owl-espn-play .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-espn-play .item .item-image .item-action .action-favorite span {
  padding-left: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.owl-espn-play .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share.svg") center center no-repeat;
  background-size: 100% 100%;
  left: 10%;
  position: relative;
}
.owl-espn-play .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.owl-espn-play .item .item-image.live .top-btn {
  z-index: 1;
}
.owl-espn-play .item .item-image.live .top-btn .channel-status {
  background-color: #e00000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 5px;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  width: 70px;
  box-shadow: 0 1px 2px 0 #2b2c2d;
  font-weight: bold;
  text-align: center;
}
.owl-espn-play .top-btn {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 4px;
  padding: 4px;
  padding-right: 8px;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.owl-espn-play .item-action {
  position: absolute;
}

/************************/
/**** Ficha *****/
.file {
  display: none;
}
.file .list-items.mosaic {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.file .list-items.mosaic .item {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 0;
  padding-top: 0;
  box-sizing: border-box;
  width: 100%;
}
.file .list-items.mosaic .item .item-image .top-btn {
  visibility: hidden;
  z-index: 1;
}
.file .list-items.mosaic .item .item-image .item-action {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  top: -29px;
  color: #000000;
  height: 30px;
  line-height: 30px;
}
.file .list-items.mosaic .item .item-image .item-action .dateHour {
  color: #000000;
  font-size: 12px;
  width: 50%;
}
.file .list-items.mosaic .item .item-image .item-action .action-favorite {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/favorite-blue.svg") center center no-repeat;
}
.file .list-items.mosaic .item .item-image .item-action .action-favorite span {
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  display: block;
  line-height: 30px;
}
.file .list-items.mosaic .item .item-image .item-action .action-share {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/share-blue.svg") center center no-repeat;
}
.file .list-items.mosaic .item .item-image .item-action .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert-blue.svg") center center no-repeat;
}
.file .list-items.mosaic .item .item-image .item-description .item_title {
  font-size: 22px;
  line-height: 20px;
}
.file .list-items.mosaic .item .item-image .item-description .reviews-info {
  color: #a2a2a2;
}
.file .list-items.mosaic .item .item-image .item-info {
  font-size: 14px;
  margin: 0px 15px 8px 15px;
}
.file .list-items.mosaic .item .item-image .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.file .list-items.mosaic .item .item-image .buttons .btn-primary {
  font-size: 12px;
  padding: 0.8em;
  margin: 0em 0em 1em 0.9em;
}
.file .list-items.mosaic .item .item-image .item-dates h6 {
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
}
.file .list-items.mosaic .item .item-image .item-dates hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .logo, .file .list-items.mosaic .item .item-image .item-dates .details .logo {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .logo img, .file .list-items.mosaic .item .item-image .item-dates .details .logo img {
  height: 20px;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line, .file .list-items.mosaic .item .item-image .item-dates .details .item-line {
  background: #edeef0;
  color: #000000;
  font-size: 12px;
  border-radius: 2px;
  margin-top: 2px;
  height: 40px;
  line-height: 40px;
  text-indent: 4px;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line .date, .file .list-items.mosaic .item .item-image .item-dates .details .item-line .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .statusLine, .file .list-items.mosaic .item .item-image .item-dates .details .item-line .date .statusLine {
  width: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4px;
  margin: 4px;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .statusLine.live, .file .list-items.mosaic .item .item-image .item-dates .details .item-line .date .statusLine.live {
  background-color: #e00000;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .statusLine.record, .file .list-items.mosaic .item .item-image .item-dates .details .item-line .date .statusLine.record {
  background-color: #2b2c2d;
}
.file .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .action-alert, .file .list-items.mosaic .item .item-image .item-dates .details .item-line .date .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert-blue.svg") center center no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: none;
}
.file .list-items.mosaic .item .item-image .image {
  height: 250px;
}
.file .list-items.mosaic .item .item-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.file.generic .list-items.mosaic .item .item-image .item-description .message {
  font-size: 14px;
  font-weight: bold;
  color: #e00000;
  margin-top: 10px;
  margin-bottom: 5px;
}
.file.generic .list-items.mosaic .item .item-image .item-dates .details {
  text-align: center;
  background: #edeef0;
  color: #000000;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 2px;
  height: 40px;
  line-height: 40px;
  text-indent: 4px;
}
.file.modal {
  box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2901960784) !important;
  margin: auto !important;
}
.file.modal .modal-dialog {
  max-width: 100%;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .medio .logo {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .medio .logo img {
  height: 20px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .medio .item-line .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 10px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .statusLine .live {
  background-color: #e00000;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .medio .item-line .date .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert-blue.svg") center center no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: none;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .details {
  font-size: 12px;
  padding-left: 10px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .details .logo {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .details .logo img {
  height: 20px;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .item-line .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .item-line .date .statusLine .live {
  background-color: #e00000;
}
.file.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-dates .item-line .date .action-alert {
  background: url("//1287719000.rsc.cdn77.org/media/espn/imagenes/alert-blue.svg") center center no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: none;
}

/************************/
/**** Banner ****/
.banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/************************/
/****Nav Hour Result Find****/
.modal {
  height: 100%;
  background: white;
  padding: 0;
  margin: 0;
  box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2901960784) !important;
  margin: auto !important;
}
.modal.file .list-items.mosaic .item {
  height: 100%;
}
.modal .modal-dialog {
  margin: 0px;
}
.modal .modal-dialog .modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  margin-top: 4px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 9999;
  right: 12px;
  top: 10px;
  border-bottom: 0 solid #eceeef;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  font-weight: normal;
  color: #e00000;
  opacity: 0.7;
  font-size: 30px;
}
.modal .modal-dialog .modal-content .modal-header button.close span {
  text-shadow: 0 1px 0 #c1bfbf;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-body .list-items .item .item-image {
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body .list-items .item .item-image .item-description .item_title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-info {
  font-size: 14px;
  padding: 0px 15px 8px 15px;
  background: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image .item-description {
  background: #ffffff;
  max-height: 180px;
}
.modal .modal-dialog .modal-content .modal-body .list-items.mosaic .item .item-image {
  height: auto;
}
.modal .modal-dialog .modal-content .modal-body .list-items.mosaic {
  height: auto;
}

.modal .list-items.mosaic .item .item-image {
  height: 100%;
}

/***************************/
/****Nav Hour Result Find****/
.result-find {
  display: none;
}

.noResult {
  display: none;
  background: #f9f9fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.noResult img {
  width: 80px;
}
.noResult .text {
  font-size: 12px;
  color: #a2a2a2;
  width: 60%;
  margin-top: 8px;
}

.owl-nav-hours-result {
  height: 50px;
  line-height: 40px;
}
.owl-nav-hours-result .owl-item {
  background: #ffffff;
}
.owl-nav-hours-result .owl-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2b2c2d;
  font-weight: bold;
  font-size: 18px;
}
.owl-nav-hours-result .owl-item.active.center a {
  border-radius: 5px;
  border: 3px solid #0063cf;
}

.result {
  margin-top: 4%;
}
.result .owl-items .owl-nav {
  top: 63px;
}
.result .list-items.mosaic {
  height: auto;
}
.result .list-items.gallery .item .item-image .image img {
  width: 100%;
  height: 100%;
}

.search form {
  width: 100%;
  background-color: #edeef0;
}

.bootstrap-tagsinput {
  background-color: #edeef0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 2px 6px;
  color: #2b2c2d;
  vertical-align: middle;
  font-size: 12px;
  cursor: text;
  max-width: 270px;
  width: 100%;
  position: relative;
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.bootstrap-tagsinput .tag {
  margin-right: 5px;
  color: white;
  background: #000000;
  position: relative;
  top: 90px;
  z-index: 5;
  border-radius: 5px;
  padding: 4%;
  line-height: 32px;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
  background: #000000;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

/************************/
/******************************************** FIN HOME ********************************************/
/*** MEDIA QUERY ***/
@media all and (max-width: 479px) {
  .list-items.mosaic .item .item-image .image {
    text-align: center;
    /*height: 210px;*/
  }

  /*.list-items.mosaic .item .item-image .image img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
      width: 100%;
  }*/
  .list-items.list .item .item-image .item-description .item_hour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 375px) {
  /*.list-items.mosaic .item .item-image .image {
      max-height: 210px;
      height: 100vh;

  }*/
}
@media all and (max-width: 320px) {
  /*.list-items.mosaic .item .item-image .image {

      max-height: 209px;
  }*/
}

/*# sourceMappingURL=style.css.map */
