@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
html{
	 background-color: #a5bfd0;
	 }
	/*Keyframes*/
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}


body {
	background-color: #99b9da; 
	background-image: url('snow.png'), url('snow3.png'), url('snow2.png');
	
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
} 
 img{
	width: 100%;
}
.con-elementos{
	position: absolute;
    width: 100%;
	}
.elementos{
	    display: inline;
    width: 10vw;
    top: -15px;
    position: relative;
	}
.cabecera-content{
	display: inline-block;
	width:100%;
	background: #3b6933; /* Old browsers */
background: -moz-linear-gradient(top, #3b6933 2%, #59973d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b6933 2%,#59973d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b6933 2%,#59973d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6933', endColorstr='#59973d',GradientType=0 ); /* IE6-9 */
	}
h1{
	color:#fff;
	font-size:5vw;
	}
h1 span{
	color:#ffef00;
	}
.mt-30{
	margin-top:30px;
	}
.mb-30{
	margin-bottom:30px;
	}
.especial .col-sm-12{
	padding:0;
	}