a {
	text-decoration: none;
}

body {
	background: #f2f2f2;
	font-size: 16px;
}

.contenedorContac {
	width: 90%;
	max-width: 1000px;
	background: #cdebd3;
	padding: 40px;
	margin: 20px auto;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.contenedorContac h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	columns: #15cf8a;
}

.contenido {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.contenido .info,
.contenido .formulario {
	width: 50%;
}

/*ESTILOS INFO*/
.info {
	padding-left: 10px;
}

.info .col {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
	font-size: 16px;
	align-items: center;
	flex-wrap: no-wrap;
}

.info .col .icono {
	color: #15cf8a;
	margin-right: 10px;
}

.info .col .p {
	color: #999;
}

/*Estilos formulario*/
