@charset "UTF-8";
/* CSS Document */

body {
	font-size:1em;
	margin:0;
}

h1, h2, h3, h4, h5, p, figure, ul {
	margin:0;
	padding:0;
}

h1, h2, h4, h4, h5 {
	font-family: 'Noto Serif', serif;
	font-weight:400;
}

p, ul { 
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
}

p {
	text-align:justify;
	line-height:120%;
}

li {
	list-style-type:none;
}

img {
	width:100%;
	display:block;
}

a {
	color:#057b8c;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
	background:whitesmoke;
	width:70%;
	max-width:960px;
	margin: auto;
}

header {
	border-bottom:2px solid #057b8c;
}

header .rrss {
	background-color:#057b8c;
}

header .rrss ul {
	display: block;
    float: right;
}

header .rrss li {
	float:left;
	margin:10px;
	display:block;
	list-style-type:none;
}

header .rrss li i {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    color: #057b8c;
    text-align: center;
    font-size: 150%;
    line-height: 130%;
	-webkit-transition:all .25 linear;
	-moz-transition:all .25 linear;
	transition:all .15s linear;
}

header .rrss li i:hover {
    background: black;
    color: white;
	cursor:pointer;
}

header .header {
	padding:20px 40px;
}

header .text {
	float:left;
	width:50%;
}

header .text h1 {
	color:#057b8c;
	font-weight:700;
	font-size:250%;
}

header .text ul {
	margin:10px;
}

header .wrapper {
	position:relative;
}

header .wrapper:before {
	content:'\f196';
	font-family:"FontAwesome";
	color:rgba(0,0,0,.5);
	position:absolute;
	bottom:1%;
	right:1%;
	z-index:1;
	font-size:250%;
}

header figure {
	float:right;
	width:200px;
	height:200px;
	position:relative;
	overflow:hidden;
	border-radius:100%;
}

header figure img {
	position: absolute;
	top:0;
	left:0;
	width:200%;
	-webkit-transition:all .25 linear;
	-moz-transition:all .25 linear;
	transition:all .15s linear;
}

header figure:hover img {
	left:-200px;
}

article {
	padding:10px 20px;
}

article h2 {
	margin:10px 0;
	color:#057b8c;
}

article div.logo {
	float:right;
	background:#057b8c;
	margin:0 0 10px 20px;
	padding:10px;
	width:30%;
}

article ul {
	margin:0 20px;
}

article li:before {
	content:"\f054";
	font-family:"FontAwesome";
	margin-right:5px;
}

section.video {
	margin:20px 0;
	padding:20px 0;
	text-align:center;
	background:#333;
}

section.video p {
	text-align:center;
	color:white;
	padding:5px 0 0;
}

footer p {
	background:#057b8c;
	text-align:center;
	color:white;
	padding:5px;
	width:100%;
}