#reports {
  width: 80%;
  height: auto;
  margin: 2em auto 0 auto;
  padding: 0.5em 1em;
  background-color: white;
  -webkit-box-shadow: 0 0 0.6em 0.05em rgba(70, 69, 85, 0.3);
          box-shadow: 0 0 0.6em 0.05em rgba(70, 69, 85, 0.3);
  border-radius: 0.5em;
  width: 35em;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: "";
      -ms-flex-line-pack: "";
          align-content: "";
}

#reports img, #reports h4, #reports .input_wrapper, #reports textarea, #reports button[type="submit"] {
  margin: 0.5em 0;
}

#reports img {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-top: 0;
}

#reports h4 {
  font-size: 1em;
  font-weight: 700;
  color: #2d2d31;
}

#reports p {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper {
  width: 60%;
  height: 2.5em;
  position: relative;
}

#reports .input_wrapper input {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  color: #2d2d31;
  font-size: 0.8em;
  padding: 0.5em;
  border: 1px solid #bbbbbf;
}

#reports .input_wrapper input::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input:-moz-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input::-moz-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input:-ms-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input::-ms-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input::placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports .input_wrapper input.error {
  border: 2px solid #e85353;
}

#reports textarea {
  width: 80%;
  height: 15em;
  color: #2d2d31;
  font-size: 0.8em;
  border-radius: 1em;
  padding: 0.5em;
  line-height: 2em;
  border: 1px solid #bbbbbf;
}

#reports textarea::-webkit-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea:-moz-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea::-moz-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea:-ms-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea::-ms-input-placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea::placeholder {
  font-size: 0.8em;
  color: #86878e;
}

#reports textarea.error {
  border: 2px solid #e85353;
}

#reports button[type="submit"] {
  width: auto;
  height: auto;
  border-radius: 2em;
  color: black;
  background-color: #f0c900;
  padding: 0.5em 2.2em;
  font-size: 0.8em;
  cursor: pointer;
}

#socials {
  width: 60%;
  height: auto;
  margin: 2em auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

#socials .social {
  width: -webkit-calc((60vw - (4 * 2.5em)) / 4);
  width: -moz-calc((60vw - (4 * 2.5em)) / 4);
  width: calc((60vw - (4 * 2.5em)) / 4);
  height: auto;
  margin: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: "";
      -ms-flex-line-pack: "";
          align-content: "";
}

#socials .social i {
  width: 2em;
  height: 2em;
  border-radius: 0.5em;
  color: #fbfbfb;
  font-size: 1.2em;
  text-align: center;
  line-height: 2em;
}

#socials .social i.fa-phone {
  background-color: #bbbbbf;
}

#socials .social i.fa-mobile-alt {
  background-color: #93949a;
}

#socials .social i.fa-envelope {
  background-color: #6d6bac;
}

#socials .social i.fa-telegram-plane {
  background-color: #4b86ff;
}

#socials .social i.fa-instagram {
  background-color: #ea6161;
}

#socials .social i.fa-whatsapp {
  background-color: #21d7a9;
}

#socials .social i.fa-linkedin-in {
  background-color: #4b86ff;
}

#socials .social i.fa-facebook-f {
  background-color: #4b86ff;
}

#socials .social p {
  font-size: 0.8em;
  color: black;
  margin-top: 0.5em;
}

@media screen and (max-width: 1100px) {
  #socials {
    width: 80%;
  }
  #socials .social {
    width: -webkit-calc((80vw - (4 * 2.5em)) / 4);
    width: -moz-calc((80vw - (4 * 2.5em)) / 4);
    width: calc((80vw - (4 * 2.5em)) / 4);
  }
}

@media screen and (max-width: 950px) {
  #socials {
    width: 80%;
  }
  #socials .social {
    width: -webkit-calc((80vw - (3 * 2.5em)) / 3);
    width: -moz-calc((80vw - (3 * 2.5em)) / 3);
    width: calc((80vw - (3 * 2.5em)) / 3);
  }
}

@media screen and (max-width: 750px) {
  #socials {
    width: 100%;
  }
  #socials .social {
    width: -webkit-calc((100% - (3 * 1.5em)) / 3);
    width: -moz-calc((100% - (3 * 1.5em)) / 3);
    width: calc((100% - (3 * 1.5em)) / 3);
    margin: 0.5em;
  }
}

@media screen and (max-width: 550px) {
  #socials {
    width: 100%;
  }
  #socials .social {
    width: -webkit-calc((100% - (2 * 1.5em)) / 2);
    width: -moz-calc((100% - (2 * 1.5em)) / 2);
    width: calc((100% - (2 * 1.5em)) / 2);
    margin: 0.5em;
  }
}

@media screen and (max-width: 330px) {
  #socials {
    width: 100%;
  }
  #socials .social {
    width: 100%;
    margin: 0.5em;
  }
}

@media screen and (max-width: 900px) {
  #reports {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #reports {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  #reports {
    width: 90%;
  }
}
/*# sourceMappingURL=reports.css.map */