.landing__main {
  background-color: #fff;
  height: auto;
  padding-bottom: 100px;
  position: relative;
  width: 100%; }

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

/* .landing__main__img {
            margin-top: 60px;
            width: 50%;
        
            @media(max-width: 1200px){
                width: 48%;
            }
        
            @media(max-width: 900px){
                width: 100%;
        
                display: flex;
                justify-content: center;
            }
        
            img {
        
                @media(max-width: 900px){
                    height: 100%;
                    left: auto;
                    width: 58%;
                }
        
                @media(max-width: 640px){
                    width: 80%;
                }
            }
        } */
.form-revista__wrap {
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #000;
  color: #000;
  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-tendencias.css.map */
