/* Dis	positivos pequeños (phablets, anchura mayor o igual a 600px) */
@media (min-width: 600px) {
	/* Para que las filas tengan el mismo alto */
	.parallax-slider .row {
		content: '';
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.parallax-slider .border.col-sm-1 {width: 6.333333%;}
	.parallax-slider .border.col-sm-2 {width: 14.666667%;}
	.parallax-slider .border.col-sm-3 {width: 23%;}
	.parallax-slider .border.col-sm-4 {width: 31.333333%;}
	.parallax-slider .border.col-sm-5 {width: 39.666667%;}
	.parallax-slider .border.col-sm-6 {width: 48%;}
	.parallax-slider .border.col-sm-7 {width: 56.333333%;}
	.parallax-slider .border.col-sm-8 {width: 64.666667%;}
	.parallax-slider .border.col-sm-9 {width: 73%;}
	.parallax-slider .border.col-sm-10 {width: 81.333333%;}
	.parallax-slider .border.col-sm-11 {width: 89.666667%;}
	.parallax-slider .border.col-sm-12 {width: 98%;}
}
 
/* Dispositivos medianos (tablets, anchura mayor o igual a 768px) */
@media (min-width: 768px) { 
	
	.parallax-slider .border.col-sm-1 {width: 6.333333%;}
	.parallax-slider .border.col-sm-2 {width: 14.666667%;}
	.parallax-slider .border.col-sm-3 {width: 23%;}
	.parallax-slider .border.col-sm-4 {width: 31.333333%;}
	.parallax-slider .border.col-sm-5 {width: 39.666667%;}
	.parallax-slider .border.col-sm-6 {width: 48%;}
	.parallax-slider .border.col-sm-7 {width: 56.333333%;}
	.parallax-slider .border.col-sm-8 {width: 64.666667%;}
	.parallax-slider .border.col-sm-9 {width: 73%;}
	.parallax-slider .border.col-sm-10 {width: 81.333333%;}
	.parallax-slider .border.col-sm-11 {width: 89.666667%;}
	.parallax-slider .border.col-sm-12 {width: 98%;}

}
 

/* Para dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */
@media screen and (min-width: 992px) {

	.parallax-slider .border.col-md-1 {width: 6.333333%;}
	.parallax-slider .border.col-md-2 {width: 14.666667%;}
	.parallax-slider .border.col-md-3 {width: 23%;}
	.parallax-slider .border.col-md-4 {width: 31.333333%;}
	.parallax-slider .border.col-md-5 {width: 39.666667%;}
	.parallax-slider .border.col-md-6 {width: 48%;}
	.parallax-slider .border.col-md-7 {width: 56.333333%;}
	.parallax-slider .border.col-md-8 {width: 64.666667%;}
	.parallax-slider .border.col-md-9 {width: 73%;}
	.parallax-slider .border.col-md-10 {width: 81.333333%;}
	.parallax-slider .border.col-md-11 {width: 89.666667%;}
	.parallax-slider .border.col-md-12 {width: 98%;}

	.parallax-slider {
		text-align: left;
	}
	.parallax-slider-no-animations .parallax-slide h3,
	.parallax-slider-no-animations .parallax-slide .text-caption {
		left: 10%;
	}
	.parallax-slider-no-animations .parallax-slide .parallax-slide-img {
		right: 10%;
	}
	.parallax-slide h3,
	.parallax-slide .text-caption {
		width: calc(80% - 256px);
		left: 10%;
		top: 100px;
		padding: 0;
	}
	.parallax-slide .text-caption {
		top: 167px;
	}
	.parallax-slide .parallax-slide-img {
		width: 256px;
		height: 256px;
		top: 15px;
	}
	.parallax-slide .parallax-slide-img img {
		vertical-align: top;
	}

	.parallax-slide.parallax-slide-current h3,
	.parallax-slide.parallax-slide-current .text-caption {
		left: 10%;
	}
	.parallax-slide.parallax-slide-current .parallax-slide-img {
		left: auto; 
		right: 10%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	
	.parallax-slide-description {
		padding-top: 283px;
	}
	.parallax-slide-description-content {
		padding: 0 10%;
	}
	
	/* Animation classes and animations */

	/* Slide out to the right */
	.parallax-slide-toright h3 {
		-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
		-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
		-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
		-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
		animation: toRightAnim1 0.6s ease-in 0.6s both;
	}
	.parallax-slide-toright .text-caption {
		-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
		-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
		-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
		-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
		animation: toRightAnim2 0.6s ease-in 0.3s both;
	}
	.parallax-slide-toright.parallax-slide-description {
		-webkit-animation: toRightAnim3 0.4s ease-in 0.2s both;
		-moz-animation: toRightAnim3 0.4s ease-in 0.2s both;
		-o-animation: toRightAnim3 0.4s ease-in  0.2s both;
		-ms-animation: toRightAnim3 0.4s ease-in 0.2s both;
		animation: toRightAnim3 0.4s ease-in 0.2s both;
	}
	.parallax-slide-toright .parallax-slide-img{ 
		-webkit-animation: toRightAnim4 0.6s ease-in both;
		-moz-animation: toRightAnim4 0.6s ease-in both;
		-o-animation: toRightAnim4 0.6s ease-in both;
		-ms-animation: toRightAnim4 0.6s ease-in both;
		animation: toRightAnim4 0.6s ease-in both;
	}

	@-webkit-keyframes toRightAnim1 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim1 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-o-keyframes toRightAnim1 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim1 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@keyframes toRightAnim1{
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}


	@-webkit-keyframes toRightAnim2 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim2 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-o-keyframes toRightAnim2 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim2 {
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@keyframes toRightAnim2{
		0%{ left: 10%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}


	@-webkit-keyframes toRightAnim3 {
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-moz-keyframes toRightAnim3 {
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-o-keyframes toRightAnim3 {
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-ms-keyframes toRightAnim3 {
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@keyframes toRightAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}


	@-webkit-keyframes toRightAnim4 {
		0%{ right: 10%;  opacity: 1; }
		30%{ right: 15%;  opacity: 1; }
		100%{ right: -10%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim4{
		0%{ right: 10%;  opacity: 1; }
		30%{ right: 15%;  opacity: 1; }
		100%{ right: -10%; opacity: 0; }
	}
	@-o-keyframes toRightAnim4 {
		0%{ right: 10%;  opacity: 1; }
		30%{ right: 15%;  opacity: 1; }
		100%{ right: -10%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim4 {
		0%{ right: 10%;  opacity: 1; }
		30%{ right: 15%;  opacity: 1; }
		100%{ right: -10%; opacity: 0; }
	}
	@keyframes toRightAnim4{
		0%{ right: 10%;  opacity: 1; }
		30%{ right: 15%;  opacity: 1; }
		100%{ right: -10%; opacity: 0; }
	}





	/* Slide out to the left*/
	.parallax-slide-toleft h3{
		-webkit-animation: toLeftAnim1 0.6s ease-in both;
		-moz-animation: toLeftAnim1 0.6s ease-in both;
		-o-animation: toLeftAnim1 0.6s ease-in both;
		-ms-animation: toLeftAnim1 0.6s ease-in both;
		animation: toLeftAnim1 0.6s ease-in both;
	}
	.parallax-slide-toleft .text-caption{
		-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
		-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
		-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
		-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
		animation: toLeftAnim2 0.6s ease-in 0.3s both;
	}
	.parallax-slide-toleft.parallax-slide-description{
		-webkit-animation: toLeftAnim3 0.4s ease-in 0.2s both;
		-moz-animation: toLeftAnim3 0.4s ease-in 0.2s both;
		-o-animation: toLeftAnim3 0.4s ease-in 0.2s both;
		-ms-animation: toLeftAnim3 0.4s ease-in 0.2s both;
		animation: toLeftAnim3 0.4s ease-in 0.2s both;
	}
	.parallax-slide-toleft .parallax-slide-img{
		-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
		animation: toLeftAnim4 0.6s ease-in 0.6s both;
	}
	@-webkit-keyframes toLeftAnim1{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim1{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim1{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim1{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@keyframes toLeftAnim1{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}


	@-webkit-keyframes toLeftAnim2{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim2{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim2{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim2{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}
	@keyframes toLeftAnim2{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 15%;  opacity: 1; }
		100%{ left: -50%; opacity: 0; }
	}


	@-webkit-keyframes toLeftAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-moz-keyframes toLeftAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-o-keyframes toLeftAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@-ms-keyframes toLeftAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}
	@keyframes toLeftAnim3{
		0%{ opacity: 1; }
		100%{ opacity: 0; }
	}


	@-webkit-keyframes toLeftAnim4{
		0%{ right: 10%;  opacity: 1; }
		40%{ right: 0%;  opacity: 1; }
		90%{ right: 100%;  opacity: 0; }
		100%{ right: 150%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim4{
		0%{ right: 10%;  opacity: 1; }
		40%{ right: 0%;  opacity: 1; }
		90%{ right: 100%;  opacity: 0; }
		100%{ right: 150%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim4{
		0%{ right: 10%;  opacity: 1; }
		40%{ right: 0%;  opacity: 1; }
		90%{ right: 100%;  opacity: 0; }
		100%{ right: 150%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim4{
		0%{ right: 10%;  opacity: 1; }
		40%{ right: 0%;  opacity: 1; }
		90%{ right: 100%;  opacity: 0; }
		100%{ right: 150%; opacity: 0; }
	}
	@keyframes toLeftAnim4{
		0%{ right: 10%;  opacity: 1; }
		40%{ right: 0%;  opacity: 1; }
		90%{ right: 100%;  opacity: 0; }
		100%{ right: 150%; opacity: 0; }
	}



	/* Slide in from the right*/
	.parallax-slide-fromright h3 {
		-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
		-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
		-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
		-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
		animation: fromRightAnim1 0.6s ease-in 0.8s both;
	}
	.parallax-slide-fromright .text-caption {
		-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
		-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
		-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
		-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
		animation: fromRightAnim2 0.6s ease-in 0.8s both;
	}
	.parallax-slide-fromright.parallax-slide-description {
		-webkit-animation: fromRightAnim3 0.4s ease-in 0.6s both;
		-moz-animation: fromRightAnim3 0.4s ease-in 0.6s both;
		-o-animation: fromRightAnim3 0.4s ease-in 0.6s both;
		-ms-animation: fromRightAnim3 0.4s ease-in 0.6s both;
		animation: fromRightAnim3 0.4s ease-in 0.6s both;
	}
	.parallax-slide-fromright .parallax-slide-img {
		-webkit-animation: fromRightAnim4 0.6s ease-in 0.9s both;
		-moz-animation: fromRightAnim4 0.6s ease-in 0.9s both;
		-o-animation: fromRightAnim4 0.6s ease-in 0.9s both;
		-ms-animation: fromRightAnim4 0.6s ease-in 0.9s both;
		animation: fromRightAnim4 0.6s ease-in 0.9s both;
	}
	@-webkit-keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@keyframes fromRightAnim1 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}


	@-webkit-keyframes fromRightAnim2 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim2 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim2 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim2 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@keyframes fromRightAnim2 {
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}


	@-webkit-keyframes fromRightAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-moz-keyframes fromRightAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-o-keyframes fromRightAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-ms-keyframes fromRightAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@keyframes fromRightAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}


	@-webkit-keyframes fromRightAnim4{
		0%{ right: -50%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim4 {
		0%{ right: -50%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim4 {
		0%{ right: -50%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim4 {
		0%{ right: -50%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@keyframes fromRightAnim4 {
		0%{ right: -50%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}





	/* Slide in from the left*/
	.parallax-slide-fromleft h3{
		-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
		-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
		-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
		-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
		animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	}
	.parallax-slide-fromleft .text-caption{
		-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
		-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
		-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
		-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
		animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	}
	.parallax-slide-fromleft.parallax-slide-description{
		-webkit-animation: fromLeftAnim3 0.4s ease-in 0.6s both;
		-moz-animation: fromLeftAnim3 0.4s ease-in 0.6s both;
		-o-animation: fromLeftAnim3 0.4s ease-in 0.6s both;
		-ms-animation: fromLeftAnim3 0.4s ease-in 0.6s both;
		animation: fromLeftAnim3 0.4s ease-in 0.6s both;
	}
	.parallax-slide-fromleft .parallax-slide-img{
		-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
		animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	}
	@-webkit-keyframes fromLeftAnim1 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim1 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim1 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim1 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@keyframes fromLeftAnim1 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}


	@-webkit-keyframes fromLeftAnim2 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim2 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim2 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim2 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	@keyframes fromLeftAnim2 {
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}


	@-webkit-keyframes fromLeftAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-o-keyframes fromLeftAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
	@keyframes fromLeftAnim3 {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}


	@-webkit-keyframes fromLeftAnim4 {
		0%{ right: 120%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim4 {
		0%{ right: 120%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim4 {
		0%{ right: 120%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim4 {
		0%{ right: 120%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}
	@keyframes fromLeftAnim4 {
		0%{ right: 120%; opacity: 0; }
		100%{ right: 10%; opacity: 1; }
	}

	
	/* Los controles se colocan a los lados*/
	.slider-arrows span {
		top: 140px;
	}
	.slider-arrows span.slider-arrow-next {
		left: auto;
		right: 15px;
	}
	
	/* los controles están ocultos, solo se muentran cuando se está sobre el contenedor */
	.slider-arrows span, 
	.slider-control span {
		opacity: 0;
		-webkit-transition: opacity 0.4s ease-in-out 0.2s;
		-moz-transition: opacity 0.4s ease-in-out 0.2s;
		-o-transition: opacity 0.4s ease-in-out 0.2s;
		-ms-transition: opacity 0.4s ease-in-out 0.2s;
		transition: opacity 0.4s ease-in-out 0.2s;
	}
	.parallax-slider:hover .slider-arrows span, 
	.parallax-slider:hover .slider-control span {
		opacity: 1;	
	}
}

/* Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) */
@media (min-width: 1200px) {

	.parallax-slider .border.col-lg-1 {width: 6.333333%;}
	.parallax-slider .border.col-lg-2 {width: 14.666667%;}
	.parallax-slider .border.col-lg-3 {width: 23%;}
	.parallax-slider .border.col-lg-4 {width: 31.333333%;}
	.parallax-slider .border.col-lg-5 {width: 39.666667%;}
	.parallax-slider .border.col-lg-6 {width: 48%;}
	.parallax-slider .border.col-lg-7 {width: 56.333333%;}
	.parallax-slider .border.col-lg-8 {width: 64.666667%;}
	.parallax-slider .border.col-lg-9 {width: 73%;}
	.parallax-slider .border.col-lg-10 {width: 81.333333%;}
	.parallax-slider .border.col-lg-11 {width: 89.666667%;}
	.parallax-slider .border.col-lg-12 {width: 98%;}

	/*.parallax-slider [class^="col-"], parallax-slider [class*=" col-"],*/
	.parallax-slider .col-auto {
		width: 24%;
	}
}
