* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
    background:#888;
    line-height: 1.6;
	font-family: 'Poppins', sans-serif;
    padding: 0 0;
}
.content {
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}
.content h1 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
	text-align:center;
	font-size: 28px;
}
.content h6 {
    color: #000;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding:30px 0 0 0;
}
.btn-entrar {
	display:inline-block!important;
	font-size:16px!important;
	color: #666;
	font-family:"Futura PT Book",sans-serif;
	text-decoration:blink;
	font-weight:600;
	letter-spacing:1px;
	padding:6px 0 6px 0;
	position:relative;
	cursor:pointer;
	text-transform:uppercase;
	transition:all 0.3s ease-out;
	border:1px solid #000;
	background-color:#FFF;
	margin:0 15px;
	width:150px
	}
.btn-entrar:hover {
	font-weight:700!important;
	color:#FFF;font-family:"Futura PT Book",sans-serif;
	background-color:#5f5f5e;
	border:1px solid #000000;
}
wasap {
	position:fixed;
	display:fixed;
	border-radius:50px;
	background-color:rgba(212, 0, 251, 0.5);
	color:#FFF;
}
.wasap:hover {
	color: #FFF;
	box-shadow: 0 0 10px 0 #FFF, 0 0 10px 0 #FFF, 0 0 10px 0 #FFF;
	background-color:#666;
	border-radius:50px;
}
.my-wasap{
	margin-top:0.5px;
}
.contact-wrapper {
	background:url(../images/collagemodels_01.jpg);
	background-size: cover;
	border:7px solid #FFF;
}
.contact-wrapper:hover {
 	box-shadow: 0 0 30px 0 rgba(255, 255, 255, .8);
}
.contact-wrapper > * {
    padding: 0.5em;
}
.contact-form form label {
    display: block;
}
.contact-form form {
    margin: 0;
    padding: 1em;
}
.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #000;
    border-bottom: 1px solid #000;
}
.contact-form form input:hover{
    background: #fff;
	opacity:85%;
}
.contact-form form button {
    background: #a945c7;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
	border-radius: 5px;
}
.contact-form form button:hover,
.contact-form form button:focus {
    background:#909;
    color: #fff;
    outline: 0;
}