* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  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;
}

body header {
  width: 100%;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #077da5;
}

body header #hamburger {
  display: none;
}

body header .logo img {
  width: 50px;
}

body header .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .categories ul li {
  list-style: none;
  margin-left: 1rem;
  cursor: pointer;
}

body header .categories ul li a {
  color: white;
  text-decoration: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-size: 25px;
}

body header .categories ul li a:hover {
  color: #14b5eb;
}

body header .title {
  color: white;
}

body .mobile-nav {
  background: #14b5eb;
  width: 100%;
  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;
  display: none;
}

body .mobile-nav .categories {
  margin-bottom: 0.5rem;
}

body .mobile-nav .categories ul {
  list-style: none;
  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;
}

body .mobile-nav .categories ul li {
  margin-top: 0.5rem;
}

body .mobile-nav .categories ul li a {
  text-decoration: none;
  font-size: 25px;
  color: white;
  cursor: pointer;
}

body .container {
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #e9ebe9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  -webkit-box-shadow: 0px 8px 10px black;
          box-shadow: 0px 8px 10px black;
}

body .container__left {
  text-align: justify;
  padding: 0.3rem;
}

body .container__left--hbox {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #14b5eb;
  padding: 0.5rem;
}

body .container__left--hbox h3 {
  text-align: center;
  color: white;
}

body .container__left #main-pic {
  width: 100%;
}

body .container__left h1 {
  text-align: center;
}

body .container__left--autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #077da5;
  border-top: 1px solid #077da5;
  padding: 0.5rem;
}

body .container__left--autor a {
  color: #077da5;
}

body .container__left--autor p {
  color: #077da5;
}

body .container__left--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  background: lightgray;
  padding: 0.3rem;
  margin-bottom: 1rem;
}

body .container__left--box__text {
  padding: 0.3rem;
}

body .container__left--box__text p {
  text-align: justify;
}

body .container__left #other-pics {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 30rem;
  margin-top: 1rem;
}

body .container__left--interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  background: rgba(219, 219, 219, 0.623);
  padding: 0.3rem;
  margin-bottom: 1rem;
}

body .container__left--interview img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1rem;
}

body .container__left--interview strong {
  color: #077da5;
}

body .container__left--poll {
  background: lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

body .container__left--poll__left {
  width: 100%;
}

body .container__left--poll__left p {
  margin-top: 1rem;
}

body .container__left--poll__right {
  margin-left: 2rem;
  width: 100%;
}

body .container__left--poll__right #bar {
  margin-top: 1rem;
  background: rgba(139, 137, 137, 0.623);
  width: 100%;
  height: 1rem;
  color: white;
}

body .container__left--poll__right #bar .bar1 {
  margin-top: 1rem;
  background: #72c772;
  width: 23%;
  height: 1rem;
}

body .container__left--poll__right #bar .bar2 {
  margin-top: 1rem;
  background: #72c772;
  width: 47%;
  height: 1rem;
}

body .container__left--poll__right #bar .bar3 {
  margin-top: 1rem;
  background: #72c772;
  width: 8%;
  height: 1rem;
}

body .container__left--poll__right #bar .bar4 {
  margin-top: 1rem;
  background: #72c772;
  width: 17%;
  height: 1rem;
}

body .container__left--poll__right #bar .bar5 {
  margin-top: 1rem;
  background: #72c772;
  width: 5%;
  height: 1rem;
}

body .container__left .orderForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 1rem;
}

body .container__left .orderForm #dia-pic {
  width: 95%;
  border-radius: 1rem;
}

body .container__left .orderForm .form {
  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;
  width: 100%;
  background: #077da5;
  padding: 1rem;
  border-radius: 1rem;
  color: white;
}

body .container__left .orderForm .form input {
  margin-top: 1rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: none;
  width: 13rem;
}

body .container__left .orderForm .form button {
  margin-top: 1rem;
  width: 13rem;
  height: 3rem;
  background: red;
  color: white;
  border: 1px solid red;
  border-radius: 0.5rem;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}

body .container__left .orderForm .form button:hover {
  background: transparent;
}

body .container__left .orderForm .form .orderForm__form--price {
  background: white;
  padding: 0.2rem;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  color: red;
}

body .container__left .orderForm .form h1 {
  font-size: 50px;
}

body .container__right {
  background: #d6d6d6;
}

body .container__comments {
  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: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  width: 100%;
}

body .container__comments h2 {
  margin-bottom: 1rem;
  background: #077da5;
  color: white;
  width: 100%;
}

body .container__comments--head {
  width: 65%;
  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;
}

body .container__comments--head textarea {
  width: 100%;
  height: 5rem;
  border: none;
  border-radius: 0.5rem;
}

body .container__comments--head #post-btn {
  margin-top: 0.5rem;
  width: 10rem;
  height: 3rem;
  background: white;
  border: 1px solid white;
  font-size: 18px;
  border-radius: 0.5rem;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}

body .container__comments--head #post-btn:hover {
  background: transparent;
}

body .container__comments--field {
  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: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  margin-top: 1rem;
  width: 90%;
}

body .container__comments--field #single-comment {
  margin-top: 1rem;
  background: #d6d6d6;
  padding: 0.3rem;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  position: relative;
}

body .container__comments--field #single-comment p #answer {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
}

body .container__comments--field #single-comment p #answer img {
  width: 50px;
  border-radius: 50%;
}

body .container__comments--field #single-comment p #answer #answer-pic-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__comments--field #single-comment p #answer #answer-pic-name img {
  margin-right: 0.5rem;
}

body .container__comments--field #single-comment p #answer p {
  text-align: justify;
}

body .container__comments--field #single-comment #com-pic {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

body .container__comments--field #single-comment #pic-and-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem;
  color: black;
  border-radius: 0.3rem;
}

body .container__comments--field #single-comment #pic-and-name #comment-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

body .container__comments--field #single-comment #pic-and-name h4 {
  margin-left: 1rem;
}

body .container__comments--field #single-comment #pic-and-name a {
  position: absolute;
  right: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: black;
}

body .container__comments--field #single-comment #pic-and-name a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body .container__comments--field #single-comment #pic-and-name #likes {
  position: absolute;
  right: 2.5rem;
}

body .container__comments--field #single-comment #reply {
  text-decoration: none;
  color: black;
  position: absolute;
  right: 1rem;
  margin-top: 1rem;
  background: #d6d6d6;
  padding: 0.3rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

body .container__comments--field #single-comment p {
  margin-top: 0.5rem;
  font-size: 15px;
}

body .container__right {
  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: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__right--links {
  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: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-align: justify;
      -ms-flex-align: justify;
          align-items: justify;
  margin-left: 0.5rem;
  margin-top: 1rem;
}

body .container__right--links a {
  margin-top: 0.5rem;
  cursor: pointer;
  color: #077da5;
}

body .container__right--ad {
  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;
  width: 80%;
  margin-top: 1rem;
  background: #e9ebe9;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

body .container__right--ad img {
  width: 70%;
}

body .container__right--ad h3 {
  margin-bottom: 0.5rem;
  background: #077da5;
  color: white;
  width: 100%;
  text-align: center;
  padding: 0.2rem;
}

body .container__right--ad button {
  margin-top: 0.5rem;
  height: 2rem;
  width: 8rem;
  background: #077da5;
  border: 1px solid #077da5;
  color: white;
  border-radius: 0.5rem;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
  font-size: 20px;
}

body .container__right--ad button:hover {
  background: transparent;
  color: #077da5;
}

@media screen and (max-width: 1400px) {
  body header .categories {
    display: none;
  }
  body header #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    margin-left: 0.5rem;
  }
  body header .title h1 {
    font-size: 20px;
  }
  body .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  body .container {
    width: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .container__left {
    width: 100%;
  }
  body .container__left--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container__left--hbox {
    width: 90%;
    text-align: left;
  }
  body .container__left h2 {
    text-align: center;
  }
  body .container__left--poll__left {
    text-align: left;
  }
  body .container__left .orderForm {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  body .container__left .orderForm #dia-pic {
    width: 100%;
    height: 20rem;
  }
  body .container__left--poll__left p {
    margin-top: 0.5rem;
    font-size: 15px;
  }
  body .container__left--poll__right {
    width: 90%;
  }
  body .container__left--poll__right #bar {
    margin-top: 0;
  }
  body .container__left--poll__right #bar .bar1 {
    margin-top: 0;
  }
  body .container__left--poll__right #bar .bar2 {
    margin-top: 0.8rem;
  }
  body .container__left--poll__right #bar .bar3 {
    margin-top: 0.8rem;
  }
  body .container__left--poll__right #bar .bar4 {
    margin-top: 0.8rem;
  }
  body .container__left--poll__right #bar .bar5 {
    margin-top: 0.8rem;
  }
  body .container__left #other-pics {
    height: 20rem;
  }
  body .container__left--box__text h3 {
    text-align: center;
  }
  body .container__comments--field #single-comment {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */