/* Reset */
.sp-cab { top: 48px;}
.publi-especial { width: 100%;}

/* Fuentes */
@font-face {
	font-family: 'robotoblack';
	src: url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.eot');
	src: url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.woff2') format('woff2'),
		 url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.woff') format('woff'),
		 url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.ttf') format('truetype'),
		 url('/css/v1.x/v1.3/fonts/especiales/repsol_racing_tour/roboto-black-webfont.svg#robotoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato';
	src: url('/css/v1.x/v1.3/fonts/especiales/mediakit/lato-regular-webfont.eot');
	src: url('/css/v1.x/v1.3/fonts/especiales/mediakit/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/v1.x/v1.3/fonts/especiales/mediakit/lato-regular-webfont.woff') format('woff'),
		 url('/css/v1.x/v1.3/fonts/especiales/mediakit/lato-regular-webfont.ttf') format('truetype'),
		 url('/css/v1.x/v1.3/fonts/especiales/mediakit/lato-regular-webfont.svg#lato') format('svg');
	font-weight: normal;
	font-style: normal;
}		

/* Diagonal layout */
.diagonal:before, .diagonal:after {
	content: "";
	position: absolute; 
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 1;
}
.diagonal:before { 
	transform-origin: right 0;
	-ms-transform: skew(0deg, -5deg) translate(0, -100%); /* IE 9 */
	-webkit-transform: skew(0deg, -5deg) translate(0, -100%); /* Safari */
	transform: skew(0deg, -5deg) translate(0, -100%);

}
.diagonal:after { 
	transform-origin: left 0;
	-ms-transform: skew(0deg, -5deg) translate(0, 100%); /* IE 9 */
	-webkit-transform: skew(0deg, -5deg) translate(0, 100%); /* Safari */
	transform: skew(0deg, -5deg) translate(0, 100%);
}

.diagonal {
/*	background-size: 100% auto;
	background-size: contain;*/
	background-size: cover;
}
.diagonal-a {
	background-image: url(/img/publi-especial/repsol-racing-tour/sec_2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.diagonal-b {
	background-image: url(/img/publi-especial/repsol-racing-tour/sec_3a_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Diagonal img */
.diagonal {
	width: 100%;
	height: 780px;
}
.diagonal .sec-bg {

}
.diagonal .sec-bg img {
	position: absolute; 
	left: -50%; 
	right: -50%; 
	top:-40%; 
	bottom: -50%; 
	margin: auto; 
	width: 100%;
}		

/* Main */
.main {
	font: 14px/16px sans-serif;
	color: #666;
}
.s-tit, .s-tit * {
	font: 35px/42px 'robotoblack';
}
.s-txt {
	font: 22px/28px 'lato';
}
.s-txt p {
	margin-bottom: 30px;
}
.c-action {
	font-family: sans-serif;
	color: #F8A300;
}
.c-action a {
	font: bold 22px/22px sans-serif;
	border-radius: 3px;
	padding: 20px 50px 20px 20px;
}
.c-action a:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #FFF;
	right: 10px;
	top: calc(50% - 10px);

}		

/* Sec 1 Intro */
.sec-1 {
	padding: 100px 0 0 0;
	margin-bottom: 50px;
}
.sec-1 .s-tit, .sec-1 .s-tit span {
	color: #FF8200; /* Oficial */
	color: #F8A300;
}
.sec-1 .c-action a {
	color: #FFF;
	background: #F8A300;
}		
.sec-1 .c-action a:hover {
	background: #E4002B; /* Oficial */
}	
.sec-1:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 120%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 200;
	border: 3px solid #F8A300;;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);			
}

/* Sec 2 */
.sec-2 {

}	
.sec-2 .s-cita {
	font: 30px/50px 'robotoblack';
	color: #FFF;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #F8A300;
	width: 590px;
	z-index: 100;
	left: 50%;
	border: 10px solid #FFF;
	border-radius: 5px;
	padding: 35px;
	-ms-transform: skew(0deg, -5deg) translate(-100%, -87%);
	-webkit-transform: skew(0deg, -5deg) translate(-100%, -87%);
	transform: skew(0deg, -5deg) translate(-100%, -87%);

}
/*.sec-2 .s-cita:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 50px;
	top: calc(50% + 19px);
	right: -110px;
	background: inherit;
}*/
.sec-2 .s-cita:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 10px;
	top: 103%;
	left: 0;
	background: inherit;
}		
.sec-2 .s-txt {
	padding: 160px 0 10px 0;
}

/* Sec 3 */
.sec-3 {
	padding-bottom: 200px;
}
.sec-3 .ladillo {
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	z-index: 100;
	left: 50%;
	border: 10px solid #FFF;
	border-radius: 5px;
	-ms-transform: skew(0deg, -5deg) translate(-100%, -27%);
	-webkit-transform: skew(0deg, -5deg) translate(-100%, -27%);
	transform: skew(0deg, -5deg) translate(-100%, -27%);
}
/*.sec-3 .ladillo:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 30px;
	top: 120px;
	right: -110px;
	background: #F8A300;
}*/
.sec-3 .ladillo .img-ladillo {
	height: 700px;
	height: 680px;
}
.sec-3 .ladillo .img-ladillo img {
	-ms-transform: skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
	position: absolute; 
	left: -50%; 
	right: -50%; 
	top:-40%; 
	bottom: -50%; 
	margin: auto; 
	width: 100%;	
}
.sec-3 .ladillo .t-ladillo {
	font: 26px/35px 'robotoblack';
	color: #F8A300;
}
.sec-3 .ladillo .t-ladillo:after {
	content: "";
	position: absolute;
	z-index: 100;
	width: 120px;
	height: 10px;
	top: 120%;
	left: 0;
	background: #F8A300;
}		
.sec-3 .s-txt {
	width: 50%;
	padding-left: 30px;

}

/* Pie */
footer {
	padding-top: 270px;
	background: url(/img/publi-especial/repsol-racing-tour/c_flag_bg.jpg) no-repeat top center;
	background-size: 100% auto;
				color: #FFF;
}
footer .tecno {
	background-color: #65a7d9;
	-ms-transform: skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);
	padding-bottom: 100px;
	z-index: 100;
}
footer .tecno > * {
	-ms-transform: skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
	transform: skew(0deg, 5deg);
}
footer .tecno .s-tit {
	font-size: 2.2em;
}
footer .m-pilotos {
	width: 972px;
	position: absolute;
	left: 50%;
	top: 31px;
	top: 0;
	margin-left: -486px;
	z-index: 200;
	border: 10px solid transparent;
	border-radius: 5px;			
}
footer .m-pilotos img {
	width: 100%;
}		
footer .pilotos {
	margin-top: -240px;
	margin-top: -27.8%;
	border: 10px solid #FFF;
	border-radius: 5px;
}
footer .pilotos img {
	width: 100%;
}
footer .cierre {
	padding-bottom: 950px;
	background: url(/img/publi-especial/repsol-racing-tour/cierre_bg.jpg) no-repeat 100% 100%;
	background-size: 100% auto;
	background-size: cover;
}
footer .cierre .transition {
	width: 100%;
	height: 500px;
	height: 300px;
	position: absolute;
	top: -10px;
	left: 0;
	-ms-transform: skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
	transform: skew(0deg, -5deg);			
background: green;

	background: rgba(101,167,217,1);
	background: -moz-linear-gradient(top, rgba(101,167,217,1) 40%, rgba(101,167,217,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(101,167,217,1)), color-stop(100%, rgba(101,167,217,0)));
	background: -webkit-linear-gradient(top, rgba(101,167,217,1) 40%, rgba(101,167,217,0) 100%);
	background: -o-linear-gradient(top, rgba(101,167,217,1) 40%, rgba(101,167,217,0) 100%);
	background: -ms-linear-gradient(top, rgba(101,167,217,1) 40%, rgba(101,167,217,0) 100%);
	background: linear-gradient(to bottom, rgba(101,167,217,1) 40%, rgba(101,167,217,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a7d9', endColorstr='#65a7d9', GradientType=0 );				

}
footer .cierre .container { z-index: 100;}
footer .cierre .break {
	width: 300px;
	height: 3px;
	background: #FFF;
	top: -75px;
	left: 50%;
	margin-left: -150px;
	border-radius: 6px;
}
footer .cierre .break:before, footer .cierre .break:after {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	border-top-color: #FFF;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
footer .cierre .break:after {
	top: -4px;
	border-top-color: #65a7d9;
}
footer .cierre .s-txt {
	margin-bottom: 60px;
}
footer .cierre .c-action a {
	color: #83c1e9;
	background: #FFF;
}
footer .cierre .c-action a:after {
	border-left-color: #83c1e9;
}		
footer .cierre .c-action a:hover {
	background: #E4002B; /* Oficial */
	/*background: #333;*/
}

/* Responsive */

@media (max-width: 1200px) {
	.sec-2 .s-cita, .sec-3 .ladillo {
		width: 50%;
	}	
}
@media (max-width: 992px) {
	.sec-2 .s-cita, .sec-3 .ladillo {
		width: 480px;
		transform: skew(0deg, -5deg) translate(-50%, -60%);
	}
	.sec-3 .ladillo {
		transform: skew(0deg, -5deg) translate(-50%, -50%);
	}
	.sec-3 .ladillo .img-ladillo {
		height: 440px;
	}
	.sec-2 .s-txt {
		padding: 210px 0 0 0;
	}	
	.sec-3 {
		padding-bottom: 0;
	}
	.sec-3 .s-txt {
		text-align: center;
		width: 100%;
		padding: 350px 0 0 0;
	}
	footer .m-pilotos {
		width: 748px;
		top: 62px;
		margin-left: -374px;
	}
}

@media (max-width: 768px) {
	.diagonal {
		height: 680px;
	}	
	.s-tit, .s-tit *, footer .tecno .s-tit {
		font-size: 28px;
		line-height: 34px;
	}
	.s-txt {
		font-size: 18px;
		line-height: 23px;
	}
	.c-action a {
	font-size: 18px;
	line-height: 18px;
	}	
	.sec-2 .s-cita {
		width: 640px;
		transform: skew(0deg, -5deg) translate(-50%, -75%);
	}
	.sec-2 .s-cita {
		font-size: 26px;
		line-height: 35px;
	}
	.sec-2 .s-txt {
		padding: 150px 0 20px 0;
	}
	.sec-3 {
		padding-bottom: 50px;
	}	
	.sec-3 .s-txt {
		padding: 30px 0 0 0;
	}
	.sec-3 .s-txt p {
		margin-bottom: 10px;
	}	
	.sec-3 .ladillo {
		position: relative;
		transform: skew(0deg, -5deg) translate(-50%, 0);
	}	
	footer .tecno {
		/*overflow: visible;*/
	}
	footer .pilotos {
		margin-left: -10px;
		margin-right: -10px;
		border-left: none;
		border-right: none;
		border-top: none; 
		border-radius: 0;
	}
}
@media (max-width: 640px) {
	.sec-1 .s-tit span {
		display: inline;
	}
	.sec-2 .s-cita {
		position: relative;
		transform: skew(0deg, -5deg) translate(-50%, -45%);
	}
	.sec-2 .s-cita, .sec-3 .ladillo {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.sec-2 .s-txt {
		padding: 0px 0 20px 0;
	}	
	.sec-3 .ladillo .t-ladillo {
		margin: 0 20px;
	}
	
}

@media (max-width: 480px) {
	.diagonal {
		height: 520px;
		background-position: 50% center;
	}
	.sec-2 .s-cita {
		font-size: 22px;
		transform: skew(0deg, -5deg) translate(-50%, -35%);
	}
	.sec-3 .ladillo .t-ladillo {
		font-size: 22px;
	}
	footer .tecno {
		padding-bottom: 60px;
	}	
	footer .tecno .s-tit {
		font-size: 25px;
	}	
	footer .cierre {
		background-position: 85% 0;
	}
	footer .cierre .break {
		top: -50px;
	}	
}
	
@media (max-width: 425px) {
	.diagonal {
		height: 520px;
		background-position: 57% center;
	}
	.sec-2 .s-cita {
		transform: skew(0deg, -5deg) translate(-50%, -28%);
	}
	footer .m-pilotos {
		margin-left: -390px;
	}	
}

@media (max-width: 320px) {
	.diagonal-a {
		background-position: 61% center;
	}	
	.sec-2 .s-cita {
		transform: skew(0deg, -5deg) translate(-50%, -20%);
	}
	.sec-3 .ladillo .img-ladillo img {
		width: 120%;	
	}
	footer .m-pilotos {
		top: 52px;
	}	
}
	
	
	
	
	
	
	
	
