@font-face {
	font-family: TexGyreAdventor;
	src: url('../fonts/texgyreadventor-regular.otf');
	font-weight: normal;
}
@font-face {
	font-family: TexGyreAdventor;
	src: url('../fonts/texgyreadventor-bold.otf');
	font-weight: bold;
}
@font-face {
	font-family: TexGyreAdventorBoldItalic;
	src: url('../fonts/texgyreadventor-bolditalic.otf');
}
body {
	font-family: TexGyreAdventor;
}
.container {
	/*background: #ffffff;*/
	width: 960px;
	z-index: 10;
	padding-right: inherit;
	padding-left: inherit;
}
.logo {
	background: url(../img/cabecera-landing-streetprorunning-blackfriday-2021.png);
	background-size: contain;
}
.header .logo {
	/*width: 960px;*/
	height: 575px;
}
.ofertas-flash {
	width: 960px;
	height: 560px;
	background: url('../img/banner-ofertas-adidas-15-black-friday.gif');
	margin-left: 0px;
}
.wrapper1 :nth-child(1) .oferta {
	position: absolute;
	color: #FFFFFF;
	top: 55px;
	left: 48px;
}
.wrapper1 :nth-child(1) .oferta h1 {
	font-weight: bold;
	font-size: 62px;
}
.wrapper1 :nth-child(1) .oferta p {
	font-weight: bold;
	font-size: 18px;
	padding-left: 17px;
	padding-top: 27px;
}
.btn-prod {
	position: relative;
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
}
.btn-prod:hover {
	text-decoration: none;
}
.no-space-left {
	padding-right: inherit;
}
.no-space-right {
	padding-left: inherit;
}
.no-space {
	padding-right: inherit;
	padding-left: inherit;
}
.casual {
	background: url('../img/imagen-casual.jpg');
	width: 960px;
	height: 322px;
}
.casual .btn-prod {
	position: relative;
	color: #FFFFFF;
	top: 146px;
	left: 0;
	background: transparent;
}
.wrapper3 :nth-child(1) .oferta {
	position: absolute;
	color: #FFFFFF;
	top: 55px;
	left: 48px;
}
.wrapper3 :nth-child(1) .oferta h1 {
	font-weight: bold;
	font-size: 62px;
}
.wrapper3 :nth-child(1) .oferta p {
	font-weight: bold;
	font-size: 18px;
	padding-left: 17px;
	padding-top: 27px;
}
.wrapper3 :nth-child(2) .oferta {
	position: absolute;
	color: #FFFFFF;
	top: 192px;
	left: 0;
	background-color: rgba(0, 102, 173, 0.5);
}
.wrapper3 :nth-child(2) .oferta h1 {
	font-weight: bold;
	font-size: 62px;
}
.wrapper3 :nth-child(2) .oferta p {
	font-weight: bold;
	font-size: 18px;
	padding-left: 17px;
}
.wrapper4 div:nth-child(1) {
	z-index: 100 !important;
}
.wrapper4 .marcas .background {
	filter: opacity(45%);
}
.wrapper4 .logo {
	position: absolute;
	width: 960px;
	top: 493px;
	text-align: center;
}
.wrapper4 .marcas .logo img {
	filter: invert(100%);
}
.wrapper4 .redes-sociales {
	position: absolute;
	top: 226px;
	font-size: 8px;
	left: 263px;
}
.wrapper4 .big-text {
	position: absolute;
	width: 960px;
	top: 283px;
	text-align: center;
}
.wrapper4 .big-text h1 {
	font-family: TexGyreAdventorBoldItalic;
	font-size: 65px;
	font-weight: bold;
	color: #000000;
}
.wrapper5 {
	padding-top: 43px;
}

/* Social icons */
.fa-circle {
	border: 1px solid #000;
	border-radius: 30px;
}
.fa-stack-1x {
	color: #000;
}
.social-icons {
	color: #ffffff00;
}

/* End Social icons */
italic {
	font-family: TexGyreAdventorBoldItalic;
}

tab {
	padding-left: 10px;
}
.wrapper6 {
	padding-left: 68px;
	line-height: 0.8;
}
.wrapper6 .big {
	font-size: 76px;
}
.wrapper6 .small {
	font-size: 44px;
}
.wrapper6 .logo {
	padding-top: 20px;
}
.wrapper6 .logo img {
	filter: invert(100%);
}
.bg-danger {
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
}

hr {
	border-top: 2px solid #000;
}
.img-responsive {
	margin: 0 auto;
}
.clausula {
	padding-bottom: 30px;
}
.clausula p {
	font-size: 15px;
}
.texto-footer h2 {
	text-align: center;
	text-transform: uppercase;
}
.texto-footer p {
	text-align: center;
	font-size: 20px;
}
.left-arrow {
	position: absolute;
	float: left;
	top: 150px;
	left: -21px;
	background: url('../img/arrow-left.png') no-repeat;
	width: 30px;
	height: 30px;
}
.right-arrow {
	position: absolute;
	float: right;
	top: 150px;
	right: -35px;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.owl-carousel {
	width: 97%;
	margin: 0 auto;
}
.owl-theme .owl-nav.disabled {
	display: block !important;
}
.producto {
	height: 210px;
}
.center-block {
	margin: 0 auto;
}
.footer {
	bottom: 0;
	height: 256px;
	/*background: #c05252;*/
	color: #FFFFFF;
	text-align: center;
}
.form-inline .form-control {
	width: 280px;

}
.footer > .row > div:nth-child(2) {
	padding-top: 50px;
}
.overlay h1 {
	font-size: 200px;

}
.ofertas-flash .col-xs-10 {
	padding-top: 312px;
	position: relative;
	padding-left: 95px;
}
.ofertas-flash p {
	line-height: 0.8;
}
.ofertas-flash .marca {
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.ofertas-flash .product-name {
	text-align: center;
}
.ofertas-flash .price {
	color: red;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	left: 120px;
}
.product-name {
	color: black !important;
	line-height: 16px !important;
	height: 45px;
}
.marca {
	color: black;

}
.redes-sociales a:hover {
	color: inherit;
}
.circulo_descuento{
	background-color: red;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	position: absolute;
	bottom: 2px;
	left: 70px;
	z-index: 100;
}
