

body {
	background: #f8f8f8;
	text-align: left;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}



.logo {
	
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.conteiner1 {
	background-image: url(img/02.png);
	background-color: transparent;
	background-repeat: repeat;
	position: center;
	
}

.face {
	color: #0067F4;
	font-family: 'Oxygen', sans-serif;
}
.face:hover {
	color: #024A97;
}
.twi {
	color: #02BBFD;
	font-family: 'Oxygen', sans-serif;
}
.twi:hover {
	color: #0A78DF;
}
.whatsapp {
	color: #2CD354;
	font-family: 'Oxygen', sans-serif;
}
.whatsapp:hover {
	color: #228E02;
}

strong { font-weight: 600; }
.red {
	color: #900;
}
a:hover { text-decoration: none; }

.header {
	margin: 0 auto;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	 height: 65px;
}

.logo h1 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	
	
}

.logo h3 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	
	
}


.logo h1 a {
	color: #fff;
}

.links {
	position: relative;
	bottom: 53px;
	text-align: center;
}

.chat a {
    display: inline-block;
    width: 55px;
    height: 61px;
   
}




.links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 2px 0px 10px 0;
}

.links a.button1 { background: url(../img/facebook.png) center center no-repeat; margin-right: 2px; 
}
.links a.button2 { background: url(img/twitter.png) center center no-repeat; margin-right: 2px; }
.links a.button3 { background: url(img/instagram.png) center center no-repeat; margin-right: 2px; }
.links a.button4 { background: url(img/aimp.png) center center no-repeat; margin-right: 2px; }
.links a.button5 { background: url(img/youtube.png) center center no-repeat; margin-right: 2px; }
.links a.button6 { background: url(img/playstore.png) center center no-repeat; margin-right: 2px;  }
.links a.button7 { background: url(img/whatsapp.png) center center no-repeat; margin-right: 2px;  }
.links a.button8 { background: url(img/messenger.png) center center no-repeat;
}


.register-container{min-width:250px;max-width:450px;margin: auto}

.notes {
	bottom: 40px;
    display: block;
    font-size: 11px;
     padding: 5px;
    position: relative;
    visibility: visible;
    z-index: 1030;
}
.notes.in {
    opacity: 0.8;
}


.notes-inner {
    background-color: rgba(0,0,0,0.86);
    border-radius: 3px;
    color: #FFFFFF;
	width: 414px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
} 

/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.register {
    padding: 0 0px 40px;
    background-color:rgba(0,0,0,0.7);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.register  h2 {
	background: url(img/auricular.png) no-repeat scroll 45px 10px rgba(0, 0, 0, 0);
    border-bottom: 2px dotted #bbb;
    font-family: 'Oxygen', sans-serif;
	font-size: 24px;
    font-weight: 400;
    text-align: center;

}





/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register  h2 { background: url(img/auricular.png) 10px 6px no-repeat; }

}

@media (min-width: 568px) and (max-width: 779px) {

    .register  h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .register-container { padding-left: 20px; padding-right: 20px; }

    .register form h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register form button { width: 100%; }
    .links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -15px 0px 38px 0;
}
    .links {
	position: relative;
	bottom: 50px;
	text-align: center;

}
.register {
    padding: 0 0px 60px;
    background-color:rgba(0,0,0,0.7);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}
.notes {
	bottom: 40px;
    display: block;
    font-size: 11px;
     padding: 5px;
    position: relative;
    visibility: visible;
    z-index: 1030;
}
.notes.in {
    opacity: 0.8;
}

.notes.bottom {
    margin-top: 3px;
}
.notes-inner {
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    color: #FFFFFF;
    width: 90%;
    max-width: 314px;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display:flex;
    justify-content:center;
    margin: auto;
}