/* banner monster truck */
#monstertruck-banner {
	position: relative;
}

#monstertruck-banner img {
	width: 100%;
}

#monstertruck-banner .description-wrapper {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: auto; 
	width: 24%; 
	background-color: #FFF001; 
	margin-left: 9%;
	padding: 2%;
}

#monstertruck-banner .description-wrapper .title {
	font-family: 'Open Sans', sans-serif;
	color: #0032AA;
	font-size: 2.4vw; /* realmente son 32 px!! */
	line-height: 3vw;
	font-weight: 600;
}

#monstertruck-banner .description-wrapper .text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	color: #0032AA;
	font-size: 1.3vw; /* realmentre son 20 px! */
    /*line-height: 2vw;*/
    margin: 10% 0;
}

#monstertruck-banner button {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	background-color: #0032AA;
	border: 0;
	font-size: 17px; 
	font-weight: 600;
	padding: 10px 20px;
	/*padding: 7% 7%;*/
}
/* fin banner monster truck */

/* slider con banners */
#main-slider {
	position: relative;
	background-color: #0032AA;
}

#main-slider #screens {
	/*height: 565px;*/
}

#main-slider .fa {
	position: absolute;
	top: 50%;
	z-index: 10; /*9001;*/
	font-size: 70px;
	margin-top: -35px;
	cursor: pointer;
	color: #0032AA;
	text-shadow: 0 0 10px #FFF;
}

#main-slider .fa.fa-angle-left {
	left: 10px;
}

#main-slider .fa.fa-angle-right {
	right: 10px;
}

#main-slider img {
	width: 100%;
}

#main-slider .description-wrapper {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: auto; 
	width: 24%; 
	background-color: #FFF001; 
	margin-left: 9%;
	padding: 2%;
	z-index: 10;
}

#main-slider .description-wrapper:not(.description-2) {
	display: none;
}

#main-slider .description-wrapper .title {
	font-family: 'Open Sans', sans-serif;
	color: #0032AA;
	font-size: 2.4vw; /* realmente son 32 px!! */
	line-height: 3vw;
	font-weight: 600;
}

#main-slider .description-wrapper .text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	color: #0032AA;
	font-size: 1.3vw; /* realmentre son 20 px! */
    /*line-height: 2vw;*/
    margin: 10% 0;
}

#main-slider button {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	background-color: #0032AA;
	border: 0;
	font-size: 17px; 
	font-weight: 600;
	padding: 10px 20px;
	/*padding: 7% 7%;*/
}

#main-slider img.img-responsive.img-mobile {
	display: none;
}
/* fin slider con banners */

/* banner como lo hago */
#como-lo-hago {
	background-color: #0032AA;
	padding-bottom: 60px;
}

#como-lo-hago .title {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 35px;
    padding-top: 35px; /*60px;*/
}

#como-lo-hago .image-wrapper {
	padding: 10px;
	background-color: #FFF;
	position: relative;
	/*display: inline-block;*/
}

#como-lo-hago .image-wrapper .play {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -34px;
	cursor: pointer;
}

#como-lo-hago .image-wrapper img.img-responsive {
	width: 100%;
	height: auto;
}

#como-lo-hago .image-wrapper .overlay {
	background-color: #000;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	opacity: 0.7;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#como-lo-hago .image-wrapper:hover .img-description  {
	-webkit-transition: bottom .5s;
    transition: bottom .5s;
	bottom: 0;
}

#como-lo-hago .image-wrapper .image-container {
	position: relative;
	overflow: hidden;
}

#como-lo-hago .left-bottom-left, #como-lo-hago .left-bottom-right, #como-lo-hago .right-bottom {
	margin-top: 30px;
}

#como-lo-hago .left {
	padding-right: 30px;
}

#como-lo-hago .right {
	padding-left: 0;
	/*padding-right: 5px;*/
} 

#como-lo-hago .img-description {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	bottom: -73px; /*0px;*/ 
	-webkit-transition: bottom .5s;
    transition: bottom .5s;
	height: 73px;
	background-color: rgba(14, 14, 11, 0.5); /*#0E0E0B;*/
	color: #FFF;
	width: 100%;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
	display: table;
	font-weight: 600;
}

#como-lo-hago .img-description-fixed {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 32px;
	padding-left: 20px;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
}

#como-lo-hago .button-wrapper {
	position: absolute;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

#como-lo-hago .button-wrapper img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
}


#como-lo-hago .button-wrapper button {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	background-color: transparent;
	outline: none;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 30px;
	border: 5px solid #FFF;
}

#como-lo-hago .img-description.long {
	/*padding-bottom: 10px;*/
}

#como-lo-hago .img-description .table {
	height: 100%;
}

#como-lo-hago .img-description .text {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}

#como-lo-hago .img-description .text.small-font {
	font-size: 17px;
	line-height: 24px;
}

	/* ajustes de cajas como lo hago */
	#como-lo-hago .left > a .image-wrapper {
		height: 377px;
	}

	#como-lo-hago .image-wrapper .image-container {
		height: 100%;
	}

	#como-lo-hago .right .right-top > a .image-wrapper {
		height: 195px;
		overflow: hidden;
	}

	#como-lo-hago .left-bottom-left, #como-lo-hago .left-bottom-right {
		height: 195px;
	}

	#como-lo-hago .left-bottom-left .image-wrapper, #como-lo-hago .left-bottom-right .image-wrapper {
		height: 100%;
	}

	#como-lo-hago .right-bottom .image-wrapper {
		height: 377px;
	}
	/* fin de ajustes de cajas de como lo hago */


/* fin banner como lo hago */

/* recomendador */
#recomender {
	background-color: #002378;
}

#recomender .title {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 28px;
    font-weight: 600;
    padding: 35px 0;

}

#recomender ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 45px;
	/* fix whitespace */
	font-size: 0;	
}

#recomender ul li {
	display: inline-block;
	width: 20%;
	text-align: center;
}

#recomender ul li .description {
	font-size: 16px;
	font-weight: 600;
	color: #FFF001;
	margin: auto;
	max-width: 100px;
	height: 60px;
	display: table;
}

#recomender ul li .description span {
	display: table-cell;
	vertical-align: middle;
}

#recomender a:hover {
	text-decoration: none;
}
/* fin recomendador */

/* slider categorías */
#slider-categorias {
	height: auto;
	background-color: #FFF;
	padding-bottom: 70px;
}

#slider-categorias .title {
    color: #0032AA;
    font-family: "Open Sans",sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding: 35px 0;
}

#slider-categorias .img-wrapper {
	margin-bottom: 20px;
	height: 160px;
}

#slider-categorias .description {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#slider-categorias a .description {
	color: #002379;
}  

#slider-categorias .img-wrapper, #slider-categorias .description {
	text-align: center;
}

#slider-categorias .swiper-container .swiper-slide { 
  	/*max-height: 300px;
  	width: auto;*/
  	max-width: 189px;
}

#slider-categorias .swiper-button-next, #slider-categorias .swiper-button-prev {
	background-image: none;
}

#slider-categorias .swipper-next-prev-wrapper {
	height: 40px; 
	width: 40px; 
	background-color: #B7C7DA; 
	border-radius: 20px; 
	position: relative; 
	/*right: 4px;*/
	text-align: center; 
	display: table;
}

#slider-categorias .swipper-next-prev-wrapper .fa {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
	position: relative; 
	/*left: 15px;*/
	text-align: center;
	color: #FFF; 
 	height: 40px;
}

#slider-categorias .container {
	position: relative;
}

#slider-categorias .swiper-container, #slider-categorias .swiper-wrapper {
	position: static;
}

#slider-categorias .swiper-button-next, #slider-categorias .swiper-button-prev {
	top: 59%;
}

#slider-categorias .swiper-button-prev {
	left: -45px;
}

#slider-categorias .swiper-button-next {
	right: -32px;
}

/* fin slider categorías */

/* banner superceys unick */
#superceys-unick-banner {
	position: relative;
}

#superceys-unick-banner > img {
	width: 100%;
	height: 100%;
}

#superceys-unick-banner .content {
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
	padding-left: 90px;
	padding-right: 90px;
	/*height: 100%;*/
	/*height: 400px;
	top: 50%;
	margin-top: -200px;*/
	
}

#superceys-unick-banner .yellow-stick {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	/*margin: 0 0 0 auto;*/
}

#superceys-unick-banner .yellow-stick .stick-image {
	
}

#superceys-unick-banner .content .left, #superceys-unick-banner .content .right {
	height: 100%;
	text-align: center;
}

#superceys-unick-banner .content .left-wrapper, #superceys-unick-banner .content .right-wrapper {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	height: 100%;
}


#superceys-unick-banner .content .left .left-wrapper {
	width: 445px;
	margin: auto;
}

#superceys-unick-banner .content .right {
	/*text-align: right;*/
}

#superceys-unick-banner .content .right img {
	/*margin: 0 0 0 auto;*/
	margin: auto;
}

#superceys-unick-banner .content .description {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	color: #FFF;
	margin-bottom: 15px;
	width: 445px;
}

/* fin banner superceys unick */





/* banner superceys unick2 */
#superceys-unick-banner2 {
	position: relative;
}
#superceys-unick-banner2 > img {
	width: 100%;
	height: 100%;
}

#superceys-unick-banner2 .content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 35px 70px;
	/* fix whitespace */
	font-size: 0;
}

#superceys-unick-banner2 .content .left, #superceys-unick-banner2 .content .right {
	width: 50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

#superceys-unick-banner2 .content .left, #superceys-unick-banner2 .content .right {
	font-size: 20px;
}

#superceys-unick-banner2 .content .left .left-wrapper {
	width: 445px;
	/*margin: auto;*/
	margin: 0 0 0 auto;
	margin-right: 50px;
}

#superceys-unick-banner2 .content .right .right-wrapper {
	margin-left: 50px;
}

#superceys-unick-banner2 .yellow-stick {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#superceys-unick-banner2 .content .left .left-wrapper, #superceys-unick-banner2 .content .right .right-wrapper {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

#superceys-unick-banner2 .content .right .right-wrapper img.img-responsive {
	/*margin: auto;*/
}

#superceys-unick-banner2 .content .description {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	color: #FFF;
	margin-bottom: 15px;
	width: 445px;
}

#superceys-unick-banner2 .yellow-stick .text {
	line-height: 65px;
}
/* fin banner superceys unick2 */


/* banner superceys unick3 */
#superceys-unick-banner3 {
	position: relative;
}

#superceys-unick-banner3 > img {
	width: 100%;
	height: 100%;
	max-height: 410px;
}

#superceys-unick-banner3 .content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 35px 50px;
	/* fix whitespace */
	font-size: 0;
}

#superceys-unick-banner3 .content .content-wrapper {
	display: table;
	height: 100%;
	margin: auto;
}

#superceys-unick-banner3 .content .left, #superceys-unick-banner3 .content .right {
	display: inline-block;
	vertical-align: middle; 
}

#superceys-unick-banner3 .content .left .left-wrapper {
	width: 445px;
	/*margin: auto;*/
	margin: 0 0 0 auto;
	margin-right: 40px;
}

#superceys-unick-banner3 .content .right .right-wrapper {
	margin-left: 40px;
}

#superceys-unick-banner3 .yellow-stick {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#superceys-unick-banner3 .content .description {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	color: #FFF;
	margin-bottom: 15px;
	width: 445px;
	text-align: center;
}

/*#superceys-unick-banner3 .yellow-stick .text {
	line-height: 65px;
}*/

/* fin banner superceys unick3 */




/* banner downloads */
#downloads-banner {
	height: 100%;
	background-color: #FFF;
	padding: 70px 0;
}

#downloads-banner .download-banner-item {
	text-align: center;
}

#downloads-banner .download-banner-item.borders {
	border-left: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
}

#downloads-banner .download-banner-item.border-left {
	border-left: 2px solid #C1C1C1;	
}

#downloads-banner .download-banner-item.border-right {
	border-right: 2px solid #C1C1C1;	
}

#downloads-banner .download-banner-item .description {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #002379;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#downloads-banner .download-banner-item .description.phone {
	margin-bottom: 29px;
    margin-top: 22px;
}

#downloads-banner .download-banner-item .text-right img {
		margin: 0 0 0 auto;
	}

#downloads-banner .download-banner-item .regular-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
	font-size: 18px;
	border: 2px solid #002379; 
	color: #002379;
	background-color: #FFF; 
	font-weight: 600; 
	padding: 10px 20px;
}

#downloads-banner .img-wrapper {
	min-height: 42px;
}

/* fin banner download */

/* nuestro blog */
#our-blog {
	background-color: #ECECEC;
	padding-bottom: 20px;
}

#our-blog .container > .title {
	font-family: 'Open Sans', sans-serif;
	color: #0032AA;
    font-size: 28px;
    font-weight: 600;
    padding-top: 45px;
    padding-bottom: 30px;
}

/* fin nuestro blog */

/* resultados de búsqueda */
#search-results {
	background-color: #FFF;
	padding: 20px 0;
}

#search-results .subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: grey;
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 10px;
	letter-spacing: initial;
	font-weight: 200;
	margin-bottom: 25px;
}

#search-results .subtitle-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: grey;
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 10px;
	letter-spacing: initial;
	font-weight: 200;
	margin-bottom: 25px;
}

#search-results .title {
	font-family: 'Open Sans', sans-serif;
	color: #0040B4;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 1px;
}

#search-results .products-wrapper,#search-results .blog-wrapper  {
	margin-left: 80px;
}

#search-results .product {
	max-width: 180px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#search-results .product .image-wrapper {
	max-width: 180px;
	border-bottom: 2px solid #C7C7C7;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 15px;
}

#search-results .product .description, #search-results .post .info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;	
}

#search-results .product .info {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #0040B4;
	font-size: 24px;
	font-weight: 600;
}

#search-results .post {
	max-width: 240px;
	min-height: 330px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#search-results .post img {
	margin-bottom: 30px;
}
/* fin resultados de búsqueda */

.image_wrapper {
	display: none;
	min-height: 200px;
	background-position: 50% center;
    background-size: cover; 
}

#superceys-unick-banner3 .yellow-stick .text {
	font-size: 24px;
}

#main-slider img.img-responsive.pilar-mobile {
	display: none;
}

@media (max-width: 1280px) {
	#superceys-unick-banner3 .content .right, #superceys-unick-banner3 .content .left  {
		width: 50%;
		margin: auto;
	}

	#superceys-unick-banner3 .content .left .left-wrapper {
		margin: auto 0 0 0;
	}
}

@media (max-width: 1200px) {

	/* ajustes de cajas como lo hago */
		#como-lo-hago .left > a .image-wrapper {
			height: 311px;
		}

		#como-lo-hago .right-bottom .image-wrapper {
			height: 312px;
		}
	/* fin de ajustes de cajas de como lo hago */
}

@media(max-width: 992px) {
	#monstertruck-banner .description-wrapper {
		position: static;
		width: 100%;
		min-height: 230px;
		margin-left: 0;
		padding: 20px;
		text-align: center;
	}

	#monstertruck-banner .description-wrapper .title {
		font-size: 32px;
		width: 400px;
		margin: auto;
		line-height: 35px;
	}

	#monstertruck-banner .description-wrapper .text {
		margin: 0;
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	#main-slider .description-wrapper {
		position: relative;
		width: 100%;
		min-height: 230px;
		margin-left: 0;
		padding: 20px;
		text-align: center;
		z-index: 9; /*9000;*/
	}

	#main-slider .description-wrapper .title {
		font-size: 32px;
		width: 400px;
		margin: auto;
		line-height: 35px;
	}

	#main-slider .description-wrapper .text {
		margin: 0;
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	#como-lo-hago .left {
		padding-right: 15px;
	}

	#como-lo-hago .right-bottom {
		margin-top: 0;
	}

	#como-lo-hago .right-bottom img.img-responsive {
		height: 167px; /* 157 + 10 */
		width: auto;
	}

	#como-lo-hago .image-wrapper .img-description {
		bottom: 0;
	}

	#como-lo-hago .button-wrapper {
		top: 12%;
	}

	#como-lo-hago .img-description .text {
		font-size: 20px;
	}

	/* ajustes de cajas como lo hago */
		#como-lo-hago .right-bottom .image-wrapper {
			height: 195px;
		}
	/* fin de ajustes de cajas de como lo hago */

	#superceys-unick-banner3 .content .description {
		font-size: 30px;
	}

	#superceys-unick-banner3 .left .yellow-stick .text {
		font-size: 20px;
		/*line-height: 26px;*/
		padding-left: 20px;
	}

	#superceys-unick-banner3 .content .description {
		width: 275px;
	}

	#superceys-unick-banner3 .content .left .left-wrapper {
		width: 275px;
		margin: 0 0 0 0;
	}

	#superceys-unick-banner3 .yellow-stick img {
		width: 275px;
		height: 100%;
	}

	#downloads-banner .download-banner-item .description {
		font-size: 18px;
	}

	#downloads-banner .download-banner-item .regular-button {
		font-size: 16px;
	}

	#downloads-banner .download-banner-item .description {
		width: 200px;
	}

	#main-slider .description-wrapper {
		min-height: 265px;
	}
}

@media (max-width: 767px) {
	#monstertruck-banner .description-wrapper .title {
		font-size: 22px;
		width: 280px;
	}

	#monstertruck-banner .description-wrapper .text {
		font-size: 14px;
		width: 230px;
		margin-left: auto;
		margin-right: auto;
	}

	#como-lo-hago .left {
		padding-right: 15px;
	}

	#como-lo-hago .title, #recomender .title, #slider-categorias .title {
		text-align: center;
		font-size: 18px;
	}

	#como-lo-hago .right-bottom img.img-responsive {
		height: auto;
	}

	#como-lo-hago .button-wrapper {
		top: 30%;
	}


	/* ajustes de cajas como lo hago */
		#como-lo-hago .left > a .image-wrapper {
			height: auto;
		}

		#como-lo-hago .right .right-top > a .image-wrapper {
			height: auto;
		}

		#como-lo-hago .left-bottom-left, #como-lo-hago .left-bottom-right {
			height: auto;
		}

		#como-lo-hago .right-bottom {
			height: auto;
		}

		#como-lo-hago .right-bottom .image-wrapper img.img-responsive {
			margin-left: auto;
			margin-right: auto;
		}

		#como-lo-hago .right-bottom .image-wrapper {
			height: auto;
		}
	/* fin de ajustes de cajas de como lo hago */


	#recomender ul li {
		display: block;
		margin: auto;
		margin-bottom: 15px;
		width: auto;
	}

	#slider-categorias .description {
		font-size: 14px;
	}

	#superceys-unick-banner3 {
		height: 350px;
	}

	#superceys-unick-banner3 .content {
		padding: 0;
		overflow-x: hidden;
	}

	#superceys-unick-banner3 .content .left, #superceys-unick-banner3 .content .right {
		display: block;
		width: auto;
	}

	#superceys-unick-banner3 .content .left {
		margin-bottom: 40px;
	}

	#superceys-unick-banner3 .content .right .right-wrapper {
		margin-left: 0;
	}

	#superceys-unick-banner3 .content .right .right-wrapper img {
		width: 275px;
		height: auto;
		max-width: none;
	}


	#superceys-unick-banner3 .content .left .left-wrapper {
		margin-right: 0;
	}

	#superceys-unick-banner3 .content .right {
		text-align: center;
	}	

	#downloads-banner {
		padding: 0;
	}
	
	#downloads-banner .download-banner-item.border-left {
		border-left: none;	
	}	

	#downloads-banner .download-banner-item.border-right {
		border-right: none;	
	}

	#downloads-banner .download-banner-item.border-bottom-mobile {
		border-bottom: 2px solid #C1C1C1;
	}

	#downloads-banner .download-banner-item {
		padding: 30px 0;
		width: 80%;
		margin: auto;
	}

	#our-blog .container > .title {
		font-size: 18px;
		text-align: center;
	}

	#monstertruck-banner img.img-responsive {
		display: none;
	}

	#monstertruck-banner img.img-responsive {
		display: none;
	}

	#main-slider img.img-responsive:not(.pilar) {
		display: none;
	}

	#main-slider img.img-responsive.img-mobile {
		display: block;
	}

	#main-slider img.img-responsive.pilar {
		min-height: 200px;
		height: 100%;
	}

	#main-slider .description-wrapper .title {
		width: auto;
	}

	.image_wrapper {
		display: block;
	}

	#main-slider .description-wrapper {
		min-height: 300px;
	}

	#main-slider .description-wrapper {
		min-height: 300px;
	}

	#main-slider img.img-responsive.pilar {
    	min-height: 200px;
    	max-height: 200px;
    	height: 100%;
	}

	#main-slider .description-wrapper .title {
		font-size: 28px;
	}

	#main-slider .fa {
		margin-top: 0;
		top: 65px;
	}

	#main-slider .fa.has-photo-mobile {
		top: calc(50% - 185px);
	}

	#main-slider img.img-responsive.pilar-mobile {
		display: block;
	}

	#main-slider img.img-responsive.pilar.hidden-on-mobile {
		display: none;
	}
}

/* ajustes de las flechas del swipper */
@media (min-width:1200px) and (max-width:1300px) {
    #slider-categorias .swiper-button-next {
    	right: 0;
    }

    #slider-categorias .swiper-button-prev {
    	left: 0;
    }
}​
