.section {
  background-size: cover;
  padding: 50px;
}

.section * {
	color: white !important;
}

#section0 {
	background-image: url("../img/gif1.gif");
}

#section1 {
	background-image: url("../img/gif2.gif");
}

#section2 {
	background-image: url("../img/gif3.gif");
}

#section3 {
	background-image: url("../img/gif4.gif");
}

#section4 {
	background-image: url("../img/gif5.gif");
}

#section5 {
	background-image: url("../img/gif6.gif");
}

#section6 {
	background-image: url("../img/gif7.gif");
}

.content{
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:relative;
	color:#FFF;
}
    
.content .icono{
	position:relative;
	text-align: center;
	top:25%;
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}

.content .icono .icons_content{
	float:left;
	/*
	width:240px;
	height:300px;
	*/
	margin:30px;
	padding-left:20px;
	padding-right:20px;
}

.content .icono .icons_content .icon{
	color:#FFF;
	width:100px;
	height:100px;
	border:4px solid #FFF;
	text-align:center;
	border-radius:150px;
}

.content .icono .icons_content .icon img{
	border-radius:50%;
	width:100px;
	height:100px;
}

.content .icono .icons_content li{
	list-style:none;
	margin-top:20px;
	font-weight:200;
	font-size:16px;
	text-shadow:5px 10px 20px #000;
}

#fp-nav span{
background:white !important;
}
