.contenedor-principal{
	max-width: 1000px !important;
	margin:0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media screen and (max-width: 1050px){
	.contenedor-principal{
		width: 100% !important;
	}
}
.contenedor-testimonios{
	text-align: left;
}
.container-testimonio{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-right: 5%;
	margin-bottom: 3em;
}
.container-testimonio:nth-child(2n+1){
	margin-right: 0;
}
.img-testimonio{
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.description-testimonio{
	width: 79%;
	display: inline-block;
	vertical-align: top;
}
.testimonio{
	text-align: justify;
	/*height: 13em;*/
    overflow: hidden;
}
.name-testimonio{
	margin-top: 10px;
}
.squareAplicaciones{
	background: black;
	position: relative;
}

.squareAplicaciones img{
	width: 100%;
	height: 100%;
}
.apliTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: white;
	opacity: 0;
  }
.apliImg:hover {
	opacity:0.5;
}
.apliImg:hover ~ .apliTxt{
	opacity:1;
}



/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	-webkit-animation-name: fadeIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
  }
  
  /* Modal Content */
  .modal-content {
	position: fixed;
	bottom: 0;
	background-color: #fefefe;
	width: 100%;
	
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s
  }
  
  /* The Close Button */
  .close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	padding: 2px 16px;
	
	color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
	padding: 2px 16px;
	
	color: white;
  }
  
  /* Add Animation */
  @-webkit-keyframes slideIn {
	from {bottom: -300px; opacity: 0} 
	to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
	from {bottom: -300px; opacity: 0}
	to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
  }
  
  @keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
  }





/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  .slideStyle {
	display: none;
  }
  
  .prev, .next {
	cursor: pointer;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  .dotStyle {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }
  .active, .dotDeporte:hover {
	background-color: #717171;
  }
  .active, .dotCalzado:hover {
	background-color: #717171;
  }
  .active, .dotCeramica:hover {
	background-color: #717171;
  }
  .active, .dotEmpaques:hover {
	background-color: #717171;
  }
  .active, .dotHogar:hover {
	background-color: #717171;
  }
  .active, .dotHombre:hover {
	background-color: #717171;
  }
  .active, .dotMascotas:hover {
	background-color: #717171;
  }
  .active, .dotMujer:hover {
	background-color: #717171;
  }
  .active, .dotNinos:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }



@media screen and (min-width: 993px){
	.modal{
		margin-left: 35%;
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0); /* Black w/ opacity */
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.modal-content{
		width: 30%;
	}
}
@media screen and (max-width: 992px){
	.contenedor-testimonios{
		text-align: center;
	}
	.container-testimonio{
		width: 95% !important;
		margin:0 auto;
	}
	.testimonio{
		height: auto;
	}
}
@media screen and (max-width: 570px){
	.img-testimonio{
		width: 100%;
	}
	.description-testimonio{
		width: 100%;
	}
}

.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 18px);
	background: transparent url("../img/slider-arrow-transparent.svg") center no-repeat;
	background-size: contain;
}

.carousel-control-prev:hover, .carousel-control-next:hover{
	background: transparent url("../img/slider-arrow.svg") center no-repeat;
	background-size: contain;
	transition: none;
}
.carousel-control-prev{
	left: 40px;
	transform: rotate(270deg);
}

.carousel-control-next{
	right: 40px;
	transform: rotate(90deg);
}

@media screen and (max-width:400px){
	.carousel-control-prev, .carousel-control-next {
		width: 20px;
		height: 20px;
	}
	.carousel-control-prev{
		left: 10px;
	}
	.carousel-control-next{
		right: 10px;
	}
}

.carousel-control-prev:hover{
	transform: rotate(270deg); 
}

.carousel-control-next:hover{
	transform: rotate(90deg); 
}
