.header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #191819;
  border-bottom: 1px solid #191819;
}

.header p {
  background: right center no-repeat;
  margin: 0 0 0 10px;
}

.content {
  padding: 10px 10px;
}

.flag {
  background: 98% 20px no-repeat #fff;
}

.main-content {
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.main-content h2 {
  margin: 20px 0;
  font-weight: 700;
}

.main-content p {
  line-height: 18px;
  margin: 10px 0;
}

.header_flex_item {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  width: 50%;
}

.ft {
  float: right;
}

.title_h1 {
  font-family: "Barlow";
}

.caja_premio.flex-counter {
  border-top: 2px solid #e3e3e3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 15px 0 25px;
}

.caja_premio .flex-counter--text {
  font-size: 1.3rem !important;
}

.caja_premio .flex-counter--text .counter--number {
  font-size: 1.6rem !important;
}

.caja_premio .flex-counter {
  padding: 0 1rem !important;
}

#breaking-news-container {
  border-radius: 10px 10px 0 0;
}

.header-burger {
  width: 30px !important;
  height: 30px !important;
}

.header-logo {
  width: 173px;
}

.header-cart {
  width: 48px;
}

.header-logo-bgn {
  background-color: #ed562f;
  padding: 15px 14px 15px 0;
}

.right-icons {
  background-color: #191819;
  padding: 12px 40px 12px 40px;
}

.right-icons img {
  cursor: pointer;
}

.right-icons svg {
  cursor: pointer;
}

@media (max-width: 400px) {
  .title_h1 {
    font-size: 20px;
  }
}

body.with_background {
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

body.with_background .content {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 14%;
}

.header-menu {
  display: flex;
}

.menu-item {
  padding: 8px 30px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.menu-item:hover {
  text-decoration: underline;
}

.menu-item::after {
  border-right: 1px solid #a6a6a6 !important;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item:last-child::after {
  display: none;
}

.mob-dp-none {
  display: none;
}

.logo-dn {
  display: none;
}

@media (max-width: 1670px) {
  .menu-item {
    padding: 8px 20px;
  }
}

@media (max-width: 1525px) {
  .dp-none {
    display: none;
  }

  .header {
    background-color: #191819;
  }

  .mob-dp-none {
    display: flex;
  }

  .menu-item {
    padding: 8px 25px;
  }

  .header-menu {
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #191819;
  }

  .right-icons {
    padding: 12px 20px 12px 40px;
  }
}

@media (max-width: 1210px) {
  .header-menu {
    display: none;
  }
}

@media (max-width: 800px) {
  body.with_background {
    background-repeat: no-repeat;
    background-size: contain;
  }

  body.with_background .content {
    margin-top: 19%;
  }
}

@media (max-width: 768px) {
  .logo-dn {
    display: flex;
  }

  .main-logo-dn {
    display: none;
  }

  .header-logo {
    width: 55px;
  }
}