* {
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

body {
  overflow-x: hidden;
}

.nav__container {
  background-color: red;
  position: fixed;
  z-index: 1;
  margin-top: -1rem;
}

.navbar-brand svg {
  padding-left: 100px;
  width: 600px;
  height: 60px;
  fill: white;
}

.lo__button button {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

.nav__two {
  font-size: 0.9rem;
  position: relative;
  z-index: 10;
}

.nav__two a {
  color: rgb(245, 50, 50);
  z-index: 10;
  padding: 0.6rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -2.4rem;
}

.nav__two div {
  color: black;
  align-self: center;
  z-index: 10;
}

.search__Box {
  margin-top: -2.4rem;
  font-family: Arial, sans-serif, FontAwesome;
}

.box {
  position: relative;
  width: 4rem;
  height: 1rem;
  padding: 6px;
  text-align: right;
  margin-top: -2.544rem;
}

.box::before {
  content: "";
  display: block;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 1.25rem solid transparent;
  border-bottom-color: white;
  border-left-color: white;
  margin-top: -0.3rem;
  margin-left: -0.5rem;
}

.content {
  position: relative;
  z-index: 1;
}

.block-title {
  color: rgba(3, 3, 3, 0.4);
  font: bolder 20px/16px "Roboto Condensed", sans-serif;
}

.block-title__debate {
  color: rgba(3, 3, 3, 0.4);
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.block-title__more {
  color: rgba(3, 3, 3, 0.4);
  margin-top: 2rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  font: bolder 20px/16px "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #ddd;
}

.block-title__heros {
  color: rgba(3, 3, 3, 0.4);
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.category {
  display: block;
  font: bold 17px/16px "Roboto Condensed", sans-serif;
  color: #f72210;
  text-transform: uppercase;
  padding: 8px 15px 9px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  margin-top: -2rem;
  z-index: 1;
}

.category__heroes {
  display: block;
  position: absolute;
  margin-top: -1.6rem;
  padding: 0.3rem;
  font: bold 0.8rem "Roboto Condensed", sans-serif;
  color: black;
  text-transform: uppercase;
  background-color: #c2d4d7;
  z-index: 1;
}

.category__red {
  display: block;
  font: bold 17px/16px "Roboto Condensed", sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 8px 15px 9px;
  background-color: #f72210;
  position: absolute;
  margin-top: -2rem;
  z-index: 1;
}

.category:hover {
  color: #f72210;
  text-decoration: none;
}

.category__heroes:hover {
  color: black;
  text-decoration: none;
}

.category__red:hover {
  color: white;
  text-decoration: none;
}

.art__tittle {
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  color: black;
}

.art__tittle:hover {
  text-decoration: none;
  color: black;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid red;
}

.opinion__container img {
  object-fit: contain;
}

.debater__img {
  object-fit: scale-down;
  max-height: 90px;
}

.debater__one {
  border-top: 0.4rem solid red;
  padding-top: 1rem;
}

.debater__two {
  border-bottom: 0.4rem solid #1c87fb;
  padding-bottom: 1rem;
}

.by {
  font-size: 1rem;
}

.vs {
  z-index: 1;
  width: 42px;
  height: 42px;
  background-color: #000;
  color: #d6d6d6;
  border-radius: 50%;
  font: bolder 16px/42px "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 6px auto;
  margin-top: -2.2rem;
}

.op__art {
  flex: 1;
}

.opinion__art {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.opinion__art:hover {
  text-decoration: none;
  color: red;
}

.by__opinion {
  font-size: 1rem;
  color: #666;
  font-weight: bold;
}

.opinion__auth {
  font-size: 0.8rem;
  color: #666;
  font-weight: bold;
}

.more_container img {
  min-height: 72px;
  min-width: 100px;
  object-fit: contain;
}

.more_container {
  padding-bottom: 1rem;
}

.more_container_one {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 20px;
  font-size: 0.8rem;
  max-height: 12rem;
}

.more__art {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.more__art:hover {
  text-decoration: none;
  color: red;
}

.hero__container img {
  width: inherit;
}

.hero_sing {
  max-width: 300px;
  margin: 0 auto 30px;
  border: 1px solid #e5e5e5;
  background-color: #f4f5f6;
  padding: 20px;
}

.icon-n {
  flex: none;
  display: block;
  width: 29px;
  height: 28px;
  background: url(https://g.newsweek.com/www/images/logo-n1.svg) center/contain no-repeat #f72210;
  margin-right: 10px;
}

.start__sing {
  font-weight: bold;
  color: black;
  font-size: 1rem;
  margin-top: -0.8rem;
}

.free {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.form-text {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  background-color: white;
  border: 1px solid #e0e1e1;
  text-indent: 9px;
}

.form-submit {
  width: 100%;
  height: 2rem;
  color: white;
  font-size: 1rem;
  font-weight: bolder;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  background-color: red;
  margin-top: 0.5rem;
  border-radius: 5px;
}

.n__container {
  margin-bottom: 2rem;
}

.n__tittle {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.n__tit {
  font-weight: bold;
  font-size: 1.5rem;
}

.n__see {
  margin: 0 auto;
  margin-top: -2rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #e0e0d2;
  text-align: center;
}

.n__see:hover {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #cbcbb4;
  text-align: center;
}

.cov {
  padding: 9px 1rem;
  background-color: #f72210;
  font: bolder 18px/52px "Roboto Condensed", sans-serif;
}

.new {
  padding: 9px 1rem;
  background-color: white;
  font: bolder 18px/52px "Roboto Condensed", sans-serif;
  color: #f72210;
  white-space: nowrap;
}

.n__tittles {
  font-size: 1rem;
  line-height: 22px;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  color: black;
}

.n__tittles:hover {
  text-decoration: none;
  color: black;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid red;
}

.editor__tittle {
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

.editor__container {
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}

.ed__tittle {
  text-transform: none;
  font: bolder 22px/16px "Roboto Condensed", sans-serif;
  color: #f72210;
}

.ed__tittle:hover {
  color: #f72210;
  text-decoration: none;
}

.subs__center {
  background-color: #f4f5f6;
  text-align: center;
}

.subs__center p {
  font-size: 18px;
  font-weight: bold;
}

.priv {
  margin-right: -1rem;
  object-fit: contain;
}

.xi {
  margin-top: 4rem;
  margin-left: -4rem;
  object-fit: contain;
}

.sub__button {
  background-color: #f72210;
  color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 38px;
  border: none;
  border-radius: 3px;
  font-weight: bolder;
  font-size: 18px;
}

.letter__center {
  text-align: center;
}

.letter__title {
  font-weight: bold;
}

.let__button {
  background-color: #f72210;
  color: white;
  width: 100%;
  height: 38px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2rem;
  border: none;
  border-radius: 3px;
}

.foot-brand svg {
  width: 236px;
  height: 36px;
  fill: #f72210;
}

.icon {
  font-size: 30px;
  color: grey;
  margin-left: -10px;
}

.foot__link a {
  color: #666;
}

.see {
  display: none;
}

.see_two a {
  font-size: 0.1rem;
}

.nl__img {
  background-image: url(https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5);
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .nav__container {
    margin-top: -2.5rem;
  }

  .navbar-brand svg {
    padding: 0;
    margin: 0;
    width: 135px;
    height: 20px;
    fill: white;
  }
}

@media (max-width: 768px) {
  .hide {
    display: none;
  }

  .xi {
    margin-top: -4rem;
    margin-right: -8rem;
  }

  .priv {
    margin-bottom: -5rem;
  }

  .navbar-brand svg {
    padding-left: 0;
    width: 135px;
    height: 20px;
    fill: white;
  }

  .category__heroes {
    display: block;
    margin-top: -1.8rem;
    padding: 0.3rem;
    font: bold 1rem/1rem "Roboto Condensed", sans-serif;
    color: black;
    text-transform: uppercase;
    background-color: #c2d4d7;
    z-index: 1;
  }

  .more_container a {
    font-size: 0.8rem;
  }
}
