/**
 * Overrides posteriores a Boletius — refuerzo del bundle (deportick-home-overrides.css).
 */

body.accesible.home {
  --header-bg: transparent;
  --header-color: #ffffff;
  --cart-bg-color: #e9ecee;
  padding-top: 0 !important;
  background: #e9ecee !important;
}

body.accesible.home #container {
  background: transparent !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.accesible.home .event_blocks,
body.accesible.home .event_blocks .block.centered {
  background: #e9ecee !important;
}

body.accesible.home .home-hero {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.accesible.home .home-hero .block_image,
body.accesible.home .home-hero .block_content,
body.accesible.home .home-hero .image {
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.accesible.home .event_blocks .block.full-width {
  margin: 0;
  padding: 0;
}

body.accesible.home .event_blocks .full-width .block_content,
body.accesible.home .event_blocks .full-width .block_image .block_content {
  max-width: 100% !important;
  padding: 0 !important;
}

body.accesible.home .home-hero .image img[data-type='desktop'],
body.accesible.home .home-hero .image img.hidden-xs {
  display: block;
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: 50% 50%;
}

body.accesible.home .event_blocks .centered .block_content {
  width: 100%;
  max-width: 1260px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px !important;
}

body.accesible.home .grid_element .information {
  background: none !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #0057b4;
  color: #fff;
  padding: 10px;
  z-index: 1100;
  text-decoration: none;
  transition: top 0.3s;
}

.skip-link:focus,
.skip-link:hover {
  top: 0;
}

body.accesible.home .home-hero nav.navbar.navbar-fixed-top,
body.accesible.home nav.navbar.navbar-fixed-top {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: linear-gradient(180deg, rgb(53 0 38) 0%, rgba(0, 0, 0, 0) 100%) !important;
  box-shadow: none !important;
  border: none !important;
  height: 80px;
  margin: 0;
}

body.accesible.home nav.navbar.navbar-fixed-top .navbar-container {
  height: 100%;
  padding: 0 45px;
  align-items: stretch;
}

body.accesible.home nav.navbar.navbar-fixed-top .navbar-menu a {
  color: #ffffff !important;
  font-size: 1em;
  font-weight: 400;
}

body.accesible.home nav.navbar img.logo-dark {
  display: none !important;
}

body.accesible.home nav.navbar img.logo-light {
  display: block !important;
}

body.accesible.home nav.navbar .logo {
  padding: 15px 0;
  box-sizing: border-box;
  height: 100%;
  width: auto;
  max-width: none;
}

@media (max-width: 768px) {
  body.accesible.home {
    padding-top: 0 !important;
  }

  body.accesible.home nav.navbar.navbar-fixed-top,
  body.accesible.home .home-hero nav.navbar,
  body.accesible.home .home-hero nav.navbar.navbar-fixed-top {
    position: absolute !important;
    height: 60px !important;
    overflow: visible !important;
    background: #6f0050 !important;
  }

  body.accesible.home nav.navbar.navbar-fixed-top .navbar-container {
    padding: 0 15px;
    align-items: center;
  }

  body.accesible.home nav.navbar a[href='/'] {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
  }

  body.accesible.home nav.navbar .logo,
  body.accesible.home nav.navbar img.logo,
  body.accesible.home nav.navbar img.logo-light {
    height: 30px !important;
    max-height: 30px !important;
    width: auto !important;
    padding: 0 !important;
  }

  body.accesible.home nav.navbar a.btn-togle,
  body.accesible.home nav.navbar button.btn-togle {
    appearance: none;
    -webkit-appearance: none;
    display: block !important;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 14px 7px 10px;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.accesible.home nav.navbar .btn-togle span {
    display: block;
    height: 1px;
    margin: 0 0 5px;
    background: #fff !important;
  }

  body.accesible.home nav.navbar .navbar-collapse.collapse {
    display: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  body.accesible.home nav.navbar.is-open .navbar-collapse,
  body.accesible.home nav.navbar.is-open #navy-collapse,
  body.accesible.home nav.navbar .navbar-collapse.collapse.in {
    display: block !important;
    background: #fff !important;
  }

  body.accesible.home #user_data_mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.accesible.home nav.navbar .navbar-collapse ul li a,
  body.accesible.home #user_data_mobile a {
    display: block !important;
    color: #575757 !important;
    background: #fff !important;
    text-align: center;
    line-height: 60px !important;
    min-height: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    border-top: 1px solid #f1f1f1 !important;
    text-decoration: none !important;
  }
}
