#result {
		position: absolute;
		width: 100%;
		max-width:870px;
		cursor: pointer;
		overflow-y: auto;
		max-height: 400px;
		box-sizing: border-box;
		z-index: 1001;
	   }

	   .req {
  color: red;
}

	.adjunto{
		font-weight: bold;
		color: #141d26;
		border-radius: 3px;
		width: 300px;
	}

  
    input[type="text"]{
  border-radius: 50px;
  }
   input[type="number"]{
  border-radius: 50px;
  }

.form-control {
            border: 2px solid #e0e0e0;
            border-radius: 20px;
           
            transition: all 0.3s ease;
            
        }

    input[type="submit"] {
         background: linear-gradient(359deg, #5a393c 0%, #d12027 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s 
ease;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);
    display: block;
    width: 25%;
    margin-top: 30px;
        }
