@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);


.datos{
	width: 100%;
	padding: 0px;
	
	}
	

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}


.sucursales{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  margin: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 70px;
}

	
	
	.sucursales   article {
	margin: 15px;
	margin-bottom: 20px;
		
}
	
	.sucursales .titulo h4{
		font-size: 14px;
	 width: 100%;
	z-index: 1001;
	font-family: 'Yantramanav', sans-serif;
	text-align: center;
	top: 0px;
	background-color:rgba(0,0,0,0.90);
	padding: 9px 0px 9px 0px;
	color:aliceblue;
	}	
	
.sucursales  .imagen   {
	width: 100%;
	/*max-width: 280px;*/
	width: 320px;
	
	overflow: hidden;
	
}


.sucursales  .imagen img {
	min-width: 320px;
  max-width: 320px;
  max-height: 320px;
	
	overflow: hidden;
	
	opacity: 1.00;
	transition: all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
	-webkit-transition:all ease .5s;
}


.sucursales  .imagen a img:hover  {
	
	
	opacity: 1.1;
	
	-moz-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-o-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	
	
	transition: all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
	-webkit-transition:all ease .5s;

}	
	
	
	

.sucursales h1{
	padding-top:  60px;
	font-size: 70px;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
	
	.sucursales article a
 {
  
	text-decoration: none;
	
}
	
	.sucursales article a h2,
.sucursales article p {
  margin: 0 0 3px;
  opacity: 1;
	text-decoration: none;
	margin-top: 5px;
 margin-bottom: 20px;
}


.sucursales article a h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-decoration: none;
	color:rgba(0,0,0,1.00);
	font-family: 'Oswald', sans-serif;
}

.sucursales article a h2 span {
  font-weight: 300;
}

.sucursales article p {
  font-weight: 0	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
	font-size: 13px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Yantramanav', sans-serif;
}







/*===============================1024px=========================*/


@media all and (min-width:1024px) {	
	
	.sucursales{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  margin: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

	
	
	.sucursales   article {
	margin: 10px;
	margin-bottom: 20px;
		
}
	
	.sucursales .titulo h4{
		font-size: 14px;
	 width: 100%;
	z-index: 1001;
	font-family: 'Yantramanav', sans-serif;
	text-align: center;
	top: 0px;
	background-color:rgba(0,0,0,0.90);
	padding: 9px 0px 9px 0px;
	color:aliceblue;
	}	
	
	
	
	/*ESTE MANEJA EL ANCHO DE LAS CASILLAS DE LOS TEXTOS DE LAS TIENDAS*/
.sucursales  .imagen   {
	width: 100%;
	/*max-width: 280px;*/
	width: 220px;
	
	overflow: hidden;
	
}


.sucursales .imagen img {
	min-width: 200px;
  max-width: 200px;
  max-height: 200px;
	
	overflow: hidden;
	
	opacity: 1.00;
	transition: all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
	-webkit-transition:all ease .5s;
}


.sucursales  .imagen a img:hover  {
	
	
	opacity: 1.1;
	
	-moz-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-o-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	
	
	transition: all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
	-webkit-transition:all ease .5s;

}	
	
	
	

.sucursales h1{
	padding-top:  60px;
	font-size: 70px;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
	
	.sucursales article a
 {
  
	text-decoration: none;
	
}
	
	.sucursales article a h2,
.sucursales article p {
  margin: 0 0 3px;
  opacity: 1;
	text-decoration: none;
	margin-top: 5px;
 
}


.sucursales article a h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-decoration: none;
	color:rgba(0,0,0,1.00);
	font-family: 'Oswald', sans-serif;
}

.sucursales article a h2 span {
  font-weight: 300;
}


.sucursales article p {
  font-weight: 0	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
	font-size: 12px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Yantramanav', sans-serif;
}
	

	
	



.contenedor_tiendas{
  background-color:rgba(0,0,0,0.00);
  padding-top: 20px;
  padding-bottom: 50px;
  height: 100%;
	
}

/*.tiendas{

	
	
}
*/

figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 200px;
  max-width: 230px;
  max-height: 200px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip0016 h6{
	font-size: 15px;
	 width: 100%;
	z-index: 1001;
	position: absolute;
	text-align: center;
	top: 0px;
	background-color:rgba(0,0,0,0.80);
	padding: 9px 0px 9px 0px;
	color:aliceblue;
	
}

figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 12px 5px 12px;
  width: 100%;
  height: 100%;
}


figure.snip0016 figcaption::before {
  position: absolute;
  top: 50%;
	
  right: 12px;
  bottom: 50%;
  left: 12px;
  border-top: 0px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
-webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 3px;
  opacity: 0;
	margin-top: 0px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}


figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
	font-size: 18px;
	margin-bottom: 10px;
}

figure.snip0016 h2 span {
  font-weight: 300;
}

figure.snip0016 p {
  font-weight: 0	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
	font-size: 14px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

figure.snip0016 .boton a{
	margin-top: -190px;
	color: rgba(0,0,0,1.00);
	
}



figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}


figure.snip0016:hover img {
  opacity: 0.35;
}


figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}


figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
	
	
	
}	