.texto-info {
  padding: 10px;
  color: rgb(0, 0, 0);
}

.contenedor {
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 400px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.7);
  border-radius: 15px;
  background-color: #d3d3d3b7;
  width: 40%;
  margin-top: 30px;
  margin-bottom: 30px;
}

h2 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-top: 25px;
}

p {
  font-size: 20px;
}

label {
  font-size: 16px;
  text-align: justify;
  color: #575757;
  margin-bottom: 10px;
}

input {
  width: 600px;
  padding: 17px 11px !important;
  border: 1px solid #044664 !important;
  border-radius: 15px !important;
  margin-bottom: 15px !important;
}

textarea {
  border: 1px solid #044664;
  width: 600px;
  height: 200px;
}

.form-atencion {
  width: 90%;
}

.form-atencion input,
.form-atencion textarea,
.form-atencion select {
  width: 100%;
  padding: 5px;
}

.input {
  background-color: #044664 !important;
}

.button-form-atencion {
  width: 100px;
  height: 30px;
  color: #fff;
  background-color: #4c86a0;
  margin-top: 10px !important;
  border-radius: 40px !important;
  border: 1px solid #4c86a0 !important;
  margin: 50px;
  text-align: center;
}