.contact-information {
	padding: 10px;
	padding-top: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #2ecc71;
}
.contact-information .column__title {
    text-decoration: none;
	font-family: 'Pacifico', cursive;
	font-weight: 100;
}
.teamSpeak__img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius:50%; 
    margin: auto;
	text-align: center;   
}
.snet__title {
   font-family: 'PTSerif';
	background: #2ecc71; 
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
	margin: 3px;
}
.ts3__title {
	font-family: 'PTSerif';
    text-align: center;
	color: #000;
	background: #bec3c0;
    font-weight: 100;
    margin: 5px;
	text-decoration: none;
	box-shadow: 0 0 0 3px #fff,
		        0 15px 50px;
	border-radius:5px;
}
 .ts3__title:hover {
	font-family: 'PTSerif';
    background:  #858786;
    border-radius:5px;
	 }
.contact-information [class*="icon-"] {
	font-size: 1.3em;
	margin-right: 7px;
	position: relative;
	top: 5px;
}
.contact-information .social-icon {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-information .social-icon [class*="icon-"] {
	background: black;
	color: white;
	margin-left: 0;
	margin-right: 15px;
} 
.formulario {
	padding: 10px;
	padding-top: 0;
}
.formulario__label, .formulario__input-txt, .formulario__textarea {
	display: block;
	width: 100%;
}
.formulario__input-txt {
	padding: 10px;
	margin-bottom: 10px;
}
.formulario__textarea {
	min-height: 100px;
	min-width: 100%;
	max-width: 100%;
	max-height: 200px;
}
.formulario__btn {
	border: none;
	cursor: pointer;
	font-size: 1em;
}

@media screen and (min-width:480px) {
	.contact .container--flex {
	align-items: flex-start;
}
	.contact-information p {
		font-size: .75em;
	}
	.contact-information {
		border-right: 1px solid #2ecc71;
		border-bottom: none;
	}
@media screen and (min-width:768px) {
	.contact-information p {
		font-size: 1em;
   } 
	.contact-information .column__title {
		font-size: 1.5em;
	}
} 