.landing__main {
  background-color: #5dcdfe;
  background-image: url(/app/assets/images/landing-trends/bg-trends.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 100px;
  position: relative;
  width: 100%; }

.conteudo_custom {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .conteudo_custom {
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 900px) {
    .conteudo_custom {
      flex-direction: column; } }

.landing__main__img {
  width: 50%; }
  @media (max-width: 1200px) {
    .landing__main__img {
      width: 48%; } }
  @media (max-width: 900px) {
    .landing__main__img {
      width: 100%;
      display: flex;
      justify-content: center; } }
  .landing__main__img img {
    left: -100px;
    position: absolute; }
    @media (max-width: 1450px) {
      .landing__main__img img {
        left: 0;
        position: relative; } }
    @media (max-width: 900px) {
      .landing__main__img img {
        height: 100%;
        left: auto;
        width: 58%; } }
    @media (max-width: 640px) {
      .landing__main__img img {
        width: 80%; } }

.form-revista__wrap {
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #000;
  margin-right: 30px;
  padding: 60px 40px 40px;
  text-align: center;
  width: 450px; }
  @media (max-width: 1200px) {
    .form-revista__wrap {
      margin-right: 0;
      width: 50%; } }
  @media (max-width: 900px) {
    .form-revista__wrap {
      margin-top: 30px;
      width: 100%; } }

.form-revista__titulo {
  color: #000;
  font-size: 22px;
  margin-bottom: 50px; }

.form-revista label {
  color: #000;
  font-size: 16px;
  text-align: left; }

.form-revista input,
.form-revista select {
  background-color: transparent;
  border: 1px solid #b3b1b1;
  box-shadow: none;
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  height: 50px;
  width: 100%; }
  .form-revista input::-webkit-input-placeholder,
  .form-revista select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .form-revista input::-moz-placeholder,
  .form-revista select::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .form-revista input:-ms-input-placeholder,
  .form-revista select:-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  .form-revista input:-moz-placeholder,
  .form-revista select:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .form-revista input:focus, .form-revista input:hover,
  .form-revista select:focus,
  .form-revista select:hover {
    box-shadow: 0 0 5px #ce6b00;
    border: 1px solid #ce6b00; }

.form-revista .botao_enviar {
  background-color: #ce6b00;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 55px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%; }
  .form-revista .botao_enviar:hover {
    background-color: #A65700; }

/*# sourceMappingURL=landing-trends.css.map */
