@font-face {
    font-family: 'kg_how_many_timesregular';
    src: url('../fonts/kghowmanytimes-webfont.woff2') format('woff2'),
         url('../fonts/kghowmanytimes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fonts/made_likes_scriptregular';
    src: url('../fonts/made_likes_script-webfont.woff2') format('woff2'),
         url('../fonts/made_likes_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #BF1E2E;
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	font-family: 'kg_how_many_timesregular';
}

a{
	text-decoration: none;
	color: #fff;

}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

img{
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bt-download{
	margin:0 5px;
}

.container{
	width:90%;
	max-width: 1200px;
	margin: auto;
	padding: 150px 0 0 0;
	position: relative;
	/*border: 1px solid white;*/
}



#logo-induveca{
	position: absolute;
	max-width: 130px;
	right: 5%;
	top:15px;
}



#texto-cierre{
	background: url(../images/texto-cierre.png) no-repeat center center;
	background-size: contain;
	height: 68px;
}

#content{
	width: 90%;
	text-align: center;
	margin: 50px auto 50px auto;
	/*border: 1px solid white;*/
}

#content ul li{
	display: inline-block;
	/*border: 1px solid red;*/
	margin:15px;
}


#info-text{
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

#info-text span{
	display: block;
}

#info-text .hastag{
	color:#f2d6a7;
	position: relative;
	padding-left: 30px;
}

#info-text .box-icon{
	background: #fff;
	color:#BF1E2E;
	font-size: 0.7em;
	padding: 0.1em 0.2em;
}

#info-text b{
	font-size: 80px;
	font-weight: normal;
	position: absolute;
	top: -30px;
	left: 4px;
}




/*TABLET*/
@media only screen and (max-width: 767px) {

	#logo-induveca{
		max-width: 100px;
	}

	.container{
		padding: 100px 0 0 0;
	}

}

/*SMARTPHONE RETINA*/
@media only screen and (max-width: 640px) {

	#logo-induveca{
		max-width: 60px;
	}

	.container{
		padding: 80px 0 0 0;
	}

	#content{
		width: 80%;
	}



}

@media only screen and (max-width: 625px) {
		#info-text{
			font-size: 12px;
		}

		#info-text b{
			font-size: 40px;
			top: -17px;
			left: 5px;
		}

		#info-text .hastag{
		padding-left: 20px;
	}
}


/*SMARTPHONE*/
@media only screen and (max-width: 320px) {



	#logo-induveca{
		max-width: 40px;
	}

	.container{
		padding: 80px 0 0 0;
	}



}

