@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	word-spacing: normal;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #333;
	/*background-size: cover;
	background:url(../images/bg-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	background-color: #f9f9f9;
	margin: 0;
	overflow-x:hidden;
}
.logo {
	position: absolute;
	left: 48%;
	z-index: 10;
}

@media screen and (max-width: 768px) {
.logo {
	left: 40%;
}
}

@media screen and (max-width: 768px) {
body {
	overflow: auto;
}
}
.navbar {
	min-height: 100px;
}
.jumbotron {
	background-color: transparent;
}
.jumbotron i {
	color: #ED1C24;
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	opacity: 0.8;
	-webkit-box-shadow: 0 0 6px 0 #8F8F8F;
	box-shadow: 0 0 6px 0 #8F8F8F;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 55px;
	text-align: center;
}
.jumbotron p {
	padding: 20px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 200;
}
.jumbotron .box {
	border-radius: 2px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 6px 0 #D7D7D7;
	box-shadow: 0 0 6px 0 #D7D7D7;
	margin-top: 55px;
	min-height: 160px;
}
.footer {
	bottom: 0;
	height: 60px;
	width: 100%;
	/* position: fixed; */
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px 0 #8F8F8F;
	box-shadow: 0 0 6px 0 #8F8F8F;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.footer {
	position:inherit;
	margin-top: 20px;
}
}


.jumbotron{
	padding-bottom: 0;
}

.social{
	text-align: center;
}
.social h2{
	font-size: 45px;
	margin-bottom: 25px;
}
.social ul.list-social li.social-instgram a {
/*    background-color: #1da1f2;
	
*/	background: linear-gradient(45deg, #ffe242 0%,#ffa140 22%,#f22c86 55%,#f22c86 55%,#b837a2 100%); 
	
}
.social ul.list-social li.social-facebook a {
    background-color: #3b5998;
}
.social ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100%;
}