.se-container{
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 400px;
}
.se-slope{
	margin: 0 -50px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.se-slope:nth-child(odd){
	background-image: linear-gradient(#f1e767, #feb645);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	margin-top: -200px;
	/*box-shadow: 0px -1px 3px rgba(0,0,0,0.4);*/
}
.se-slope:nth-child(even){
	/*background: #e90089;*/
	background: url('../img/back1_mundial100.gif');
	/*background-image: linear-gradient(#ff9d2f, #ff6126);*/
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
/*	box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;*/
}
.se-content{
	margin: 0 auto;
}
.se-content h3{
	font-size: 50px;
	position: relative;
	display: inline-block;
	padding: 10px 10px 8px 10px;
	height: 60px;
	background: #083565;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: 'Ubuntu', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.se-content h3:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #f1e767;
	position: absolute;
	left: -39px;
	top: 0px;
}
.se-content h3:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #f1e767;
	position: absolute;
	right: -39px;
	top: 0px;
}
.se-slope:nth-child(odd) .se-content h3:before,
.se-slope:nth-child(odd) .se-content h3:after{
	border-right-color: #083565;
	border-left-color: #083565;
}
.se-content p{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-style: italic;
	font-size: 32px;
	line-height: 35px;
	padding-top: 10px;
}
.se-content p:first-letter{
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	/*font-family: 'Adobe Garamond Pro', Garamond, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Georgia, serif;*/
}
.se-slope:nth-child(odd) .se-content{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	color: #083565;
	padding: 130px 100px 250px 100px;
}
.se-slope:nth-child(even) .se-content{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	color: #f1e767;
	padding: 150px 100px 250px 100px;
}
.se-slope:nth-child(odd) .se-content h3{

	background: #083565;
	color: #f1e767;
}
.se-slope:nth-child(even) .se-content h3{
	background: #f1e767;
	color: #083565;
}
.premios_lg {
		display: block;
	}
	.premios_xs{
		display: none;
		width: 100%;
    height: auto;
	}

.logo_lg {
		display: block;
	}
	.logo_xs{
		display: none;
	}

.img_rotar{
    		position: absolute;
    		transform:rotate(40deg);
			-ms-transform:rotate(40deg); /* IE 9 */
			-webkit-transform:rotate(40deg); /* Opera, Chrome, and Safari */
			left: 20%;
			margin-top: -210px;
}
.linksize {
		font-size: 32px;
}
.movil01{
    		position: absolute;
    		margin-top: -250px;
    		right: 20%;
}

.movil02{
    		position: absolute;
    		margin-top: -210px;
    		left: 20%;
    	}
.botonjugar{
	position: absolute; 
	left: 50%; 
	margin-top: -110px; 
}
.movil03{
	width: 400px; 
	margin-top: -180px; 
	position: absolute; 
	left: 50%; 
	margin-left:-200px;

	transform:rotate(-40deg);
			-ms-transform:rotate(-40deg); /* IE 9 */
			-webkit-transform:rotate(-40deg); /* Opera, Chrome, and Safari */
}

/* Media Queries */
@media screen and (max-width: 1140px){
	.movil03{
		margin-top: -160px; 
	}
}
@media screen and (max-width: 1020px){
	.se-content h3{
		font-size: 40px;
	}
}
@media screen and (max-width: 980px) {
	.movil01{
    		margin-top: -210px;
	}
	.movil03{
		margin-top: -150px; 
	}
}
@media screen and (max-width: 938px) {
	.premios_lg {
		display: none;
	}
	.premios_xs{
		display: block;
	}

}
@media screen and (max-width: 895px) {
	.img_rotar{
		margin-top: -220px;
	}
	.movil02{
    	margin-top: -240px;
    }
}

@media screen and (max-width: 767px) {
	.img_rotar{
		margin-top: -250px;
	}
	.movil03{
		margin-top: -130px; 
	}
	.se-content h3{
		font-size: 40px;
	}
	.se-container{
		padding-top: 480px;
	}
}

@media screen and (max-width: 670px) {
	.movil01{
    		margin-top: -190px;
	}
}

@media screen and (max-width: 530px) {
	.movil02{
    	margin-top: -250px;
    }
	.linksize {
		font-size: 27px;
	}
}

@media screen and (max-width: 520px) {
	.logo_lg {
		display: none;
	}
	.logo_xs{
		display: block;
	}
	.se-container{
		padding-top: 420px;
	}
	.movil03{
		margin-top: -120px; 
	}
}

@media screen and (max-width: 450px) {
	.movil02{
    	margin-top: -270px;
    }
	.linksize {
		font-size: 22px;
	}
	.movil01{
    		margin-top: -170px;
	}
}


@media screen and (max-width: 400px) {
	.movil03{
		margin-top: -110px; 
	}
	.linksize {
		font-size: 18px;
	}
	.se-content h3{
		font-size: 35px;
	}
	.se-content p{
		width: 95%;
	}
	.se-slope:nth-child(odd) .se-content,
	.se-slope:nth-child(even) .se-content{
	/*	
		padding-left:60px;
		padding-right:60px;*/
		
	}
}
