body{
	font-family: Roboto, Helvetica, sans-serif;
	text-align: center;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1.25vw;
}
input[type="button"],button{
	border:none;
	background:none;
	font-size:1em;
	cursor:pointer;
}
img{
	border:none;
}
a{
	color: inherit;
	text-decoration: none;
}
*[onclick],*[href]{
	cursor: pointer;
}
textarea{
	resize:none;
}
.clr{
	clear:both;
}
.columnas2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.columnas3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}

.site_error>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #C44;
	border:#C44 solid 1px;
	background: #EDD;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_error{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

.site_success>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #494;
	border:#494 solid 1px;
	background: #DED;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_success{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

@keyframes siteError{
	0%{opacity:1;top:5em;}
	90%{opacity:1}
	99%{opacity:0;top:5em;}
	100%{opacity:0;top:-20em;}
}

.hide_me{
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 1px;
}

a,input,button,*[onclick],*[href]{
	transition: all .25s ease-in-out;
	cursor: pointer;
}

/* GENERALES */

header{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 10;
	height: 4em;
	line-height: 4em;
	overflow: hidden;
	
	background: black;
	color: white;
}
#logo{
	float: left;
	margin: 0 5%;
}
#logo>img{
	height: 2em;
	margin: 1em 0;
	display: block;
}
#menu_redes{
	float: right;
	margin-right: 2.5%;
}
#menu_redes>a{
	display: inline-block;
	margin-left: 0.5em;
	font-size: 1.2em;
}
menu{
	margin: 0;
	padding: 0;
	font-weight: 600;
}
menu a{
	display: inline-block;
	margin: 0 1em;
	text-transform: uppercase;
	font-size: 0.8em;
}
menu a:hover,menu a.active{
	color: #00AEEF;
}


#content{
	padding: 4em 0;
	text-align: left;
	min-height: 100vh;
}
h1,h2,h3,h4{
	margin: 0.5em 10%;
	font-family: Montserrat,Helvetica,sans-serif;
}

h1{
	color: #00AEEF;
	font-size: 6em;
	margin-bottom: 0;
}
h2{
	color: #748;
	font-size: 4em;
}
h4{
	color: #909498;
	font-size: 2.5em;
}

p,ul,blockquote{
	margin: 1em 10%;
	line-height: 1.8em;
	color: #333;
	font-size: 1.25em;
}
blockquote>a{
	text-decoration: underline !important;
}
.banner{
	overflow: hidden;
	margin: 2em 0;
}
.banner:first-child{
	margin-top: 0;
}
.banner img{
	display: block;
	width: 100%;
}
footer{
	background: black;
	color: white;
	padding: 5%;
	font-weight: 300;
	font-size: 0.8em;
}
footer>small{
	color: #00AEEF;
	display: block;
}
footer>small a{
	text-decoration: underline;
}
footer>small a:hover{
	color: white;
}

#productos,#servicios{
	padding-bottom: 0 !important;
}
#sucursales img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
#sucursales>h4{
	padding-left: 2.5%;
}

#content>section{
	display: none;
	padding-bottom: 5%;
}
#content>section>div.columnas2,#content>section>div.columnas3{
	margin: 0 5%;
}
.gallery_content{
	margin: 5% 10%;
}
.gallery_content a{
	display: inline-block;
	width: 20%;
	height: 12em;
	overflow: hidden;
	margin: 2%;
	box-shadow: #9C6 0 0 0 1px;
}
.gallery_content a img{
	display: block;
	height: 12em;
}
.gallery_content a:hover{
	opacity: 0.7;
	box-shadow: #9C6 0 0 0 4px;
}

.section_link{
	display: block;
	padding: 1em 0;
	border-radius: 0.25em;
	background: #639;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin:0 0.25em;
	font-size: 1.25em;
	text-align: center;
}
.section_link:hover{
	color: #639;
	box-shadow: #639 0 0 0 3px;
	background: #EEE;
}

ul{
	padding: 1em 0 1em 3em;
	border-radius: 0.2em;
	background: #E0E6E2;
	font-size: 1em;
}
blockquote{
	background: #9BD;
	color: white;
	padding: 2.5%;
	border-left:#68A solid 1em;
	font-style: italic;
}
#contacto p{
	color: #666;
	font-size: 0.8em;
}
#contacto p>b{
	font-size: 1.25em;
	text-transform: uppercase;
	color:#111;
}

/* MODAL */

#modal{
	background:url(imagenes/negro70.png);
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
	text-align:center;
}
#modal>div{
	display:block;
	max-width:640px;
	width:100%;
	margin:24px auto 0 auto;
	background:#FFF;
}
#modal>div img{
	display:block;
	max-width:100%;
	max-height:480px;
	margin:0 auto 0 auto;
}


#floating_social{
	height: 0;
	overflow: visible;
	position: relative;
	z-index: 2;
	text-align: right;
	top: 3em;
	padding: 0 2%;
}
#floating_social>a{
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	background: #00AEEF;
	color: white;
	border-radius: 2em;
	text-align: center;
	font-size: 2em;
	margin: 0 0.25em;
}
#floating_social>a:hover{
	background: #F8F8F8;
	color: #00AEEF;
	box-shadow: #00AEEF 0 0 0 4px;
}

/* RESPONSIVO */

.mobile_only{
	display:none !important;
}

@media all and (max-width:960px){
	body{
		font-size:16px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	
	header{
		height:50px;
		line-height: 50px;
	}
	#logo{
		margin: 0;
	}
	#logo>img{
		height: 28px;
		margin: 11px 5px;
	}
	#menu_opener{
		float:left;
		margin: 5px;
		width:40px;
		height:40px;
		border: solid white 1px;
		border-radius: 0.2em;
		line-height: 40px;
	}
	#menu_opener:hover{
		border-color: #00AEEF;
		color: #00AEEF;
	}
	#menu_opener>div{
		height:4px;
		margin: 4px auto 0 auto;
		background: white;
		width: 36px;
	}
	#menu_opener>div:first-child{
		margin-top: 14px;
	}
	#content{
		padding: 50px 0;
		font-size: 12px;
	}
	
	menu{
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		background: #333;
		padding: 1em;
		display: none;
	}
	menu a{
		display: block;
		text-align: left;
	}
	.gallery_content a{
		width: 45%;
	}
	.section_link{
		margin-bottom: 0.5em !important;
	}
	
	#floating_social{
		font-size: 1.25em;
		top:60vw;
	}
	
}