#infocontact{
    width: 90%;
    margin: 0 auto;
}

.intro p{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

#formulario{
    width: 50%;
    display: flex;
    justify-content: center;
}

form#fcontact{
    width: 400px;
    text-align: left;
}

#formulario label{
	font-size: 20px;
	color: white;
    font-weight: bold;
}

input, textarea{
    width: 100%;
    margin: 8px 0px 15px 10px;
    padding: 7px;
	color: gray;
    font-size: 17px;
    border: 1px solid gray;
}

textarea{
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
}

#submit{
	border: none;
	cursor: pointer;
	color: black;
}

#info{
    width: 50%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.info1{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin: 15px 0px;
	width: 400px;
}

.round{
	width: 70px;
	height: 70px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-content: center;
	margin-right: 20px;
}

.round h4{
	margin: auto;
	color: rgba(54,159,255,1);
	font-size: 22px;
}

.info1 h3{
    text-align: left;
}

#seccont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
