header {
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #131921;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.header-logo {
  width: 100px;
  height: 60px;
}

.header-logo img {
  width: 100%;
  height: 100%;
}

.header-list-wrap {
  max-width: 180px;
  width: 100%;
}

.header-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-list .list-item {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.survey_button{
  background-color: #f09a34;
}

.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: 0 0 20px 0;
  font-weight: 700;
}
.main-content p {
  font-size: 14px;
  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: Arial;
}
.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;
}
@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%;
}
@media (max-width: 800px) {
  body.with_background {
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.with_background .content {
    margin-top: 19%;
  }
}
.padding-comment-block {
  padding-left: 70px;
}
.comment-mark-img {
  width: 75px;
}
.comment-mark-stat {
  display: block;
  color: #565959;
  font-size: 12px;
}
.form_me_comment {
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 20px;
}

.form_me_comment > .ava {
  width: 38px;
}

.form_me_comment > .ava > img {
  width: 100%;
}

.form_me_comment > .text {
  width: calc(100% - 2px);
}

.form_me_comment > .text > textarea {
  width: calc(100%);
  word-wrap: normal;
  padding: 10px;
  color: #1d2228;
  font-size: 14px;
  resize: none;
  border: 1px solid #7c7c7c;
}

.form_me_comment > .text > textarea::placeholder {
  color: #1d2228;
  font-size: 14px;
}
.comment-button {
  background: rgb(76, 18, 161);
  border-color: rgb(76, 18, 161);
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0;
  min-height: 50px;
  cursor: pointer;
  border-radius: 4px;
}
.comment-button:focus {
  outline: none;
}
.alert {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #e84545;
  margin-top: 5px;
  display: none;
  align-items: center;
  line-height: 20px;
}
.alert::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./alert.png");
  background-size: contain;
  margin-right: 3px;
}
.alert--active {
  display: flex;
}
.title-comment-text {
  font-weight: bolder;
  font-size: 18px;
}
.js-comment-text-span {
  font-size: 14px;
}
.img-gift-box {
  margin-top: 10px;
}
.hiiden {
  display: none;
}
.showBtn {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.scrollToTopBtn:hover {
  outline: none;
}
.scrollToTopBtn {
  background-color: rgb(76, 18, 161);
  outline: none !important;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: calc(10% + 75px);
  right: 1%;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.footer {
  text-align: center;
}
.footer img {
  max-width: 1000px;
  width: 100%;
}

.black-friday {
  background-color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-left: 75px;
  margin-right: 75px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: all ease-in-out .4s;
}

.black-friday__text {
  color: #f1f1f1;
  display: flex;
  align-items: center;
  transition: all ease-in-out .4s;
}

.black-friday svg {
  width: 15px;
  margin-left: 5px;
  color: #f1f1f1;
  transition: all ease-in-out .4s;
}

.main-content .black-friday {
  display: none;
}

.black-friday:hover {
  background-color: transparent;
  border: 1px solid #282828;
  text-decoration: none;
}

.black-friday:hover .black-friday__text {
  color: #282828;
}

.black-friday:hover svg {
  color: #282828;
}

@media (max-width: 812px) {
  .black-friday__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 16px;
  }
  .black-friday svg {
    width: 25px;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .black-friday {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 575px) {
  .black-friday__text {
    font-size: 12px;
    padding-left: 5px;
  }
  .black-friday {
    margin-left: 5px;
    margin-right: 0;
  }
  .icons__item{
    margin-left: 2px;
  }
}
@media (max-width: 400px) {
  .black-friday__text {
    font-size: 10px;
    line-height: 10px;
  }
}