html {
 /* font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;*/
}

body {
	/*font-family: 'Open Sans', Helvetica,Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
}
 
 h2{ font-family: 'Open Sans', Helvetica,Arial, sans-serif;
	font-size:4em;
	font-weight:300;
	color:#000;
	margin-bottom: 40px;
	}

h3 {font-family: 'Open Sans', Helvetica,Arial, sans-serif;
	font-size:2.5em;
	font-weight:300;
	color:#44433b;
	margin-bottom: 30px;
	}
	
h3.franquicias { font-family: 'Open Sans', Helvetica,Arial, sans-serif;
	font-size:2.2em;
	font-weight:300;
	color:#44433b;
	margin-bottom: 10px;
	}


p { font-family: 'Open Sans', Helvetica,Arial, sans-serif;
	font-size:1.2em;
	line-height: 1.6;
	color: #44433b;*/
	}
	
.bolder{ font-weight: 700;}

a {
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #44433b;
  text-decoration: underline;
}		




.contenedor{
		margin-bottom: 2em;
		/*max-width:50%;*/
	}

.wrapper-grid-img{
	width: 100%;
	height:500px;
	clear: both;
	}

	.box-grid-img{
	float: left;
	position: relative;
	display:block;
	overflow:hidden;
	background: no-repeat center center;
	background-size:cover;
	}

.img-50x50{
	width: 50%;
	height: 100%;
}
.img-50x25{
	width: 50%;
	height: 50%;
}

.img-25x25{
	width: 25%;
	height: 50%;
}

.text-50x50{
	width: 50%;
	height: auto;
}



.img-50x50 .share{
	bottom: 1.5em;
	right:3em;
}
.img-50x50 .descripcion{
	bottom: 1.5em;
	left: 2em;
}

.img-50x25 .share{
	bottom: 1em;
	right:3em;
}
.img-50x25 .descripcion{
	bottom: 1em;
	left: 1.9em;
}

.img-25x25 .share{
	bottom: 1em;
	right:2em;
}
.img-25x25 .descripcion{
	bottom: 1em;
	left: 1.5em;
}

.img-info{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	/*background: black;
	opacity: 0.5;*/
	background-color: rgba(0, 0, 0, 0.5) ;
   -webkit-background-color: rgba(0, 0, 0, 0.5) ;
    -moz-background-color: rgba(0, 0, 0, 0.5) ;
	width: 100%;
	height: 100%;
	visibility: hidden;
	}
	
	.box-grid-img:hover .img-info {
		visibility: visible;
		}
		
		.img-info .share{
	         position: absolute;
		}
							
		.img-info .share li a{
			/*cursor: pointer;*/
			color: rgba(255, 255, 255, 1);
			z-index: 200;
								}
								
			.img-info .share li a:hover{
			color: rgba(255, 255, 255, 0.5);
			}




.icon-zoom:before {
	background: url(../img/locazoom.png) no-repeat;
	width:60px;
	height:60px;

    /*content: "\e605";*/
}



.box-grid-img .modal-content {
  background-color: transparent !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border:none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
  box-shadow: 0 0 0rgba(0,0,0,0);
}

.box-grid-img .modal-content img {
 -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.box-grid-img .close {
  font-size: 3em;
  color: #FFF;
}

.box-grid-img .close:hover {
  filter: alpha(opacity=50);
  opacity: .5;
}


	.border{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 100;
		border: 2px solid;
		border-color: rgba(255, 255, 255, 0);
		}
		
		.animate {
		  -webkit-transition: all 0.2s ease;
		  -moz-transition: all 0.2s ease;
		  -o-transition: all 0.2s ease;
		  transition: all 0.2s ease;
		}
		
			.box-grid-img:hover .border {
			  -webkit-transform: scale(0.95);
			  -moz-transform: scale(0.95);
			  -o-transform: scale(0.95);
			  transform: scale(0.95);
			  border-color: rgba(255, 255, 255, 1);
			}

.icon-zoom:before {
	content: "\e605";
}


.descripcion { 
	position: absolute;
	bottom:5%;
	font-size: 16px;
	font-weight:500;
	color: #fff;
}

/*reglas Galeria de Fotos*/
.galeria-full{
  /*position:absolute;*/
  float:left;
  left:2%;
  top:0;
  width:100%;
  min-height:100%;
}


/*MediaQueries*/
@media screen and (max-width:700px){
.img-50x50{width: 100%; height: 50%;}
.img-50x25{width: 100%; height: 50%;}
.img-25x25{width: 100%; height: 50%;}
}
