#cuerpoContacto {
	flex: 1;
	font-size:16px;
	/* position:absolute; */
	margin-top:100px;
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-top:20px;
	padding-bottom:20px;
	color: #999999;
}

#cuerpoAbout {
	flex: 1;
	font-size:16px;
	text-align: center;
	/* position:absolute; */
	margin-top:100px;
	width:60%;
	padding-left:20%;
	padding-right:20%;
	padding-top:20px;
	padding-bottom:20px;
	color: #000000;
}

/* A partir de 860px */
@media (min-width: 1100px) {
	#cuerpoAbout {
		width:40%;
		padding-left:30%;
		padding-right:30%;
	}
}

/* A partir de 860px */
@media (min-width: 1200px) {
	#cuerpoAbout {
		width:38%;
		padding-left:31%;
		padding-right:31%;
	}
}

#cuerpoAbout p {
    margin-top:40px;
	margin-bottom:40px;
    line-height: 1.6;
}






.lineaTexto{
	width:100%;
	height:30px;
	border: 0px;
	background-color: #e9e9e9;
}

.campoTexto{
	width:100%;
	height:140px;
	border: 0px;
	background-color: #e9e9e9;
}


/* CSS */
.btnEnviar {
  align-items: center;
  background-color: #111;
  border: 2px solid #111;
  /* background-color: #06f; */
  /* border: 2px solid #06f; */
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  cursor:pointer;
}

.btnEnviar:focus {
  color: rgba(250,150,44,1);
}

.btnEnviar:hover {
  background-color: #333;
  border-color: #333;
  fill: #06f;
}

.btnEnviar:active {
  background-color: rgba(250,150,44,1);
  border-color: rgba(250,150,44,1);
  fill: #06f;
}

@media (min-width: 768px) {
  .btnEnviar {
    min-width: 170px;
  }
}