/*----- Clearfix ----------*/
.clearfix:after 																{ content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;	}
.clearfix																	{ display: inline-block; 	}
html[xmlns] .clearfix 														{ display: block; 			}

.clear {
	clear: both;
}

body {
 float:left;
 width: 100%;

}

#container {
width: 100%;
height: 100%;
float:left;
}

.logo-mayorista {
	position: absolute;
	top: 5%;
	left: 45%;
	z-index: 999999;
	
	display:none;
} 

.social {
	position: absolute; 
	top: 8%;
	right: 5%;
	z-index: 999999;
	display:none;
}


.social a.facebook, .social a.twitter, .social a.instagram {
	width: 39px;
  height: 30px;
  float: left;
  text-indent: -999999px;
  border: 1px solid #fff;
  
  transition: border-radius 0.1s; 
  -webkit-transition: border-radius 0.1s; 
  -moz-transition: border-radius 0.1s; 
  -ms-transition: border-radius 0.1s; 
  -o-transition: border-radius 0.1s; 
}


.social a.facebook:hover, .social a.twitter:hover, .social a.instagram:hover {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.social a.facebook { 
	background: url("../images/social.png") no-repeat -29px 2px;
  margin-right: 5px;
  padding: 0px 0px 3px 0px;
}

.social a.facebook:hover { background: #415E9B url("../images/social.png") no-repeat -29px 2px; }

.social a.twitter { 
	background: url("../images/social.png") no-repeat 8px 2px; 
	margin-right: 5px;
	padding: 1px 0px 2px 0px;
}
.social a.twitter:hover { background: #55ACEE url("../images/social.png") no-repeat 8px 2px; }

.social a.instagram { 
	background: url("../images/social.png") no-repeat -66px 2px; 
	padding: 1px 0 2px 0;
}
.social a.instagram:hover { background: #3F729B url("../images/social.png") no-repeat -66px 2px; }
 
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	text-align: center;

}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	height: 100%;
	text-align: center;

}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
/*	opacity: 0.8;*/

}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

 	-webkit-box-shadow: inset 0px 96px 101px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 96px 101px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 96px 101px 0px rgba(0,0,0,0.4);	
	
	
	}

.grid figure figcaption::before,
.grid figure figcaption::after, .cajita::before, .cajita::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {

}



.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 6px;
	font-size: 68.5%;
	font-family: 'ralewaylight'; 
}


span.comun {
 font-family: 'ralewaylight'; 
 font-size: 2em;
 letter-spacing: -3px;
 text-shadow: 1px 1px #444; 
}

span.bold {
 font-family: 'ralewayextrabold';
 font-size: 3em;
 letter-spacing: -3px;
 text-shadow: 1px 1px #444;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba.egresados {
	background: #206BC0;
}
figure.effect-bubba.turismo {
	background: #CD6B25;
}

figure.effect-bubba img {
	/*opacity: 0.7;*/
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	/*top: 150px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	*/
	
	content: '';
	opacity: 0;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	
	-ms-transform: scale(0,1); /* IE 9 */
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	
	top: 180px;
	right: 20%;
	bottom: 30%;
	left: 20%;
	
}

figure.effect-bubba figcaption::after {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	-ms-transform: scale(1,0); /* IE 9 */
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	
		
	top: 180px;
	right: 20%;
	bottom: 30%;
	left: 20%;

}

figure.effect-bubba h2 {
	
	text-align: center;

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

	-ms-transform: translate3d(0,-20px,0); /* IE 9 */
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-ms-transform: translate3d(0,25px,0);
	-webkit-transform: translate3d(0,25px,0);
	transform: translate3d(0,25px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p
 {
	opacity: 1;
	-ms-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.cajita {
float: center;
  width: 60%;
  margin: 33% auto 0;
  height: 30%
}

.cajita a.botonsito-flecha {
  background: url("../images/flechita.png") no-repeat 131px 15px;
  width: 100px;
  height: 40px;
  color: #FFF;
  padding: 14px 88px 12px 8px;
  border: 2px solid #fff;
  font-family: 'ralewaylight';
  text-decoration: none;
  font-size: 14px;
  position: relative;
  top: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}

a.botonsito-fichamedica {
  width: 100px;
  height: 40px;
  color: #FFF;
  padding: 10px;
  border: 2px solid #fff;
  font-family: 'ralewaylight';
  text-decoration: none;
  font-size: 14px;
  position: relative;
  top: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	border-radius: 5px;
	
}

.cajita a.botonsito-flecha:hover { text-decoration: underline; }

.footer { 

  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #FFF;
  font-family: 'MuseoSans-300';
  background: rgba(34, 34, 34, 1);
  padding: 11px 0px;
  font-size: 0.9em;
  min-height:14px;
 
}

.footer .izq { display: none; float:left; margin-left: 5%;}
.footer .der { display: none; float: right; margin-right: 5%; }

.footer .der a.credits { text-decoration: none; color: #FFF; }
.footer .der a.credits:hover { text-decoration: line-through; color: #FFFF00; }


#mobil {
 display: none;
}


/*loader*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: #fff; /*rgba(0, 0, 0, 0.19999999999999996);*/
}