@font-face {
	font-family:"HermanoAlto_Stamp";
	src:url("../fonts/HermanoAlto_Stamp.eot") format("eot"),
	url("../fonts/HermanoAlto_Stamp.woff") format("woff"),
	url("../fonts/HermanoAlto_Stamp.ttf") format("truetype"),
	url("../fonts/HermanoAlto_Stamp.svg#HermanoAlto_Stamp") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"FreeSans";
	src:url("../fonts/FreeSans.eot?") format("eot"),
	url("../fonts/FreeSans.woff") format("woff"),
	url("../fonts/FreeSans.ttf") format("truetype"),
	url("../fonts/FreeSans.svg#FreeSans") format("svg");
	font-weight:normal;
	font-style:normal;
	}	

.escondido {
  display: none;
}

#contenedor{
  	width:100%;
  	overflow:hidden;
  	position:relative;
  	font-family:"FreeSans";
	}

.pad{
  	padding-left:0px;
  	padding-right:0px;
	}
.clear{
  	clear:both;
	}
#head{
  	padding: 3px 0px;
  	background-image:url(../img/header.jpg);
	}
#barra-menu{
  	background-size: cover;
  	background: #feee00;
  	box-shadow: 0px 3px 8px #5b5a5d;
	}
#menu{
  	padding-bottom: none;
  	background: transparent;
 	width: 100%;
  	margin-bottom:0;
  	border: none;
  	min-height: 10px;
  	font-family:"HermanoAlto_Stamp";
	}
.menu{
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	justify-content: space-around;
	}
.menu li{
  	text-align: center;
	}
nav .me{
  	text-align:center;
  	margin:auto;
  	padding-bottom: 4px;
  	display: block;
  	color: #482b1d;
	}
#navbar a{
  	font-size: 22px;
  	float: left;
  	position: relative;
  	padding: 10px;
  	text-decoration: none !important;
  	border-top: solid 3px #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
  	color: #5b5a5d;
	}
#navbar a:hover{
  	background: #5b5a5d;
  	color: #FFF;
	}
#navbar .selec{
  	background: #5b5a5d;
  	color: #FFF;
	}
.borde{
  	border-left: solid 1px #32160E;
	}
.caption{
  	font-family:"HermanoAlto_Stamp";
  	font-size:79px;
  	color: #FFF;
  	position: absolute;
  	top: 54%;
  	left: 20%;
  	z-index: 999;
  	line-height: 40px;
  	text-shadow: 2px 2px 2px #000;
	}
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
	}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
	}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
	}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
	}
.bootstrap-touch-slider .carousel-control {
  	z-index: 2;
	}
#bootstrap-touch-slider .carousel-indicators {
  	text-align: left;
  	bottom: 5%;
	}
#bootstrap-touch-slider .carousel-indicators li{
  	background: #5b5a5d;
  	border-radius: 29px;
  	border-color: #787878;
  	width: 30px;
  	height: 20px;
	}
#bootstrap-touch-slider .carousel-indicators .active{
  	background: #feee00;
  	border-color: #fff;
	}
#home{
  	background: url(../img/bg.jpg);
  	padding: 80px 0px;
  	border-bottom: 3px solid #fff;
	}
#home img{
  	margin-top: 0px;
	}
#home h1{
  	color: #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
  	font-size: 38px;
	margin-top: 20px;
	}
#home p{
  	margin-top: 20px;
  	font-size: 18px;
  	line-height: 24px;
  	color: #000;
  	padding-bottom: 31px;
  	text-align:left;
	}
#home a{
  	display: inline-block;
  	padding: 9px 20px;
  	background: #fff100;
  	color: #5b5a5d;
  	margin-top: 0px;
	text-decoration: none !important;
	}
#home a:hover{
  	background: #5b5a5d;
  	color: #fff;
  	text-decoration: none !important;
	}
#telefono{
  	margin-top: 100px;
  	float: right;
  	right: 140px;
	}
#banner-home{
  	border-bottom: 2px solid #fff;
	}
.photo {
  	padding:80px 0px;
  	margin-top: 0px;
  	background-attachment: fixed;
  	background-position: 50% 0;
  	background-repeat: no-repeat;	
  	position: relative;
  	background-image: url(../img/img.jpg);
  	background-size: cover;
	}
.photo h1{
  	color: #fff;
  	font-family:"HermanoAlto_Stamp";
  	font-size: 42px;
  	text-align:center;
  	padding: 81px;
	line-height: 60px;
  	text-shadow: 2px 2px 10px #000;
	}
#clientes-title{
	background: #feee00;
	padding: 30px 15px;
	}
#clientes-title h1{
	font-family:"HermanoAlto_Stamp";
	color: #5b5a5d;
	font-size: 38px;
	}
#clientes{
	padding: 30px 15px;
	background: #fff;
    }
footer{
  	background-color: #5b5a5d;
  	padding-top: 15px;
  	border-top: 3px solid #feee00;
	}
footer p{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	}
#redes{
  	text-align: center;
	}
#fb{
  	display: inline-block;
  	background: url(../img/redes.png) left;
  	width: 55px;
  	height: 48px;
  	margin-top: 20px;
	}
#fb:hover{
  	background: url(../img/redes-h.png);
	}
#ins{
  	display: inline-block;
  	background: url(../img/redes.png) 120px;
  	width: 55px;
  	height: 48px;
  	margin-top: 20px;
	}
#ins:hover{
  	background: url(../img/redes-h.png) 120px;
	}
#you{
  	display: inline-block;
  	background: url(../img/redes.png) 61px;
  	width: 55px;
  	height: 48px;
  	margin-top: 20px;
	}
#you:hover{
  	background: url(../img/redes-h.png) 61px;
	}
#web{
  	display: inline-block;
  	padding: 12px;
  	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
  	padding-right: 145px;
  	font-size: 15px;
  	color: #5b5a5d;
  	background: url(../img/web-h.png) no-repeat right #fff;
  	margin-top: 117px;
	}
#web:hover{
  	text-decoration: none;
  	background: url(../img/web.png) no-repeat right #feee00;
  	color: #fff;
	}
#empresa{
  	padding: 30px 0px;
	}
#empresa h1{
  	padding: 30px 0px;
  	font-size: 34px;
  	border-bottom: solid 3px #feee00;
  	color: #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
	}
#empresa img{
  	margin-top: -36px;
	padding: 34px 0px;
	}
#empresa p{
  	margin-top: 22px;
  	font-size: 18px;
  	line-height: 24px;
  	color: #000;
  	text-align:left;
	}
#videos_home{
  	padding: 45px 0px;
  	background-image:url(../img/bg.jpg);
	}
#videos_home h1{
  	font-size: 34px;
  	font-family:"HermanoAlto_Stamp";
  	color: #5b5a5d;
  	padding-bottom: 45px;
	}
#fondo_videos{
  	text-align: center;
  	background: #feee00;
	}
#empresa2{
  	background: repeat right #fff;
  	padding-bottom: 100px;
  	padding-top: 50px;
  	margin-top: 20px;
	}
.mision {
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
	}
.mision img{
  	border: solid 5px #feee00;
  	max-width: 180px;
  	max-height: 180px;
	}
.mision h1{
	font-size: 34px;
  	font-family:"HermanoAlto_Stamp";
  	margin-top: 15px;
  	color:#5b5a5d;
	}
.mision p{
	padding: 21px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 25px;
	}
#servicios{
  	padding: 30px 0px;
	}
#servicios h1{
  	border-bottom: solid 3px #feee00;
  	padding: 30px 0px;
  	font-size: 34px;
  	color: #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
  	text-align: left;
	}
#servicios p{
  	margin-top: 22px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: left;
	}
.servicio{
  	margin-top: 40px;
  	float: left;
  	position: relative;
  	width: 100%;
  	border: 3px solid #fff;
	}
.servicio-caption{
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	background:#5b5a5d;
  	width: 100%;
  	padding: 15px;
  	color: #FFF;
  	font-family:"HermanoAlto_Stamp";
  	font-size: 22px;
	}
.servicio-caption:hover{
  	background: #feee00;
  	color: #5b5a5d;
	}
.titulo a {
  	float: right;
  	font-size: 18px;
 	padding: 10px;
  	margin-top: 20px;
  	position: relative;
  	background: #5b5a5d;
  	color: #FFF;
	text-decoration: none !important;
	}
.titulo a:hover {
  	background: #feee00;
  	color: #5b5a5d;
	text-decoration: none !important;
	}
.caption-ser{
  	width: 100%;
  	background: #0000004D;
  	min-height: 100%;
	font-size: 22px;
  	line-height: 25px;
  	color: #FFF;
  	text-align: left;
  	padding: 25px 15px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
	}
.caption-ampliar{
  	width: 99px;
  	height: 61px;
  	position: absolute;
  	bottom: 6px;
  	right: 6px;
  	background: url(../img/ampliar.png);
	}
.caption-ampliar:hover{
  	background: url(../img/ampliar-h.png);
	}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
	}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	}
.fancybox-opened {
	z-index: 999999;
	}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
.fancybox-outer, .fancybox-inner {
	position: relative;
	}
.fancybox-inner {
	overflow: hidden;
	}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
	}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
	}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
	}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
	}
.fancybox-prev {
	left: 0;
	}
.fancybox-next {
	right: 0;
	}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
	}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
	}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
	}
.fancybox-nav:hover span {
	visibility: visible;
	}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
	}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
	}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.png);
	}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	}
.fancybox-opened .fancybox-title {
	visibility: visible;
	}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
	}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
	}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
	}
.fancybox-title-inside-wrap {
	padding-top: 10px;
	}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	}
#contacto{
  	padding: 30px 0px;
	}
#contacto h1{
  	padding: 30px 0px;
  	font-size: 34px;
  	border-bottom: solid 3px #feee00;
  	color: #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
	}
#contacto h3{
  	padding: 30px 0px;
  	font-size: 20px;
  	color: #5b5a5d;
  	font-family:"HermanoAlto_Stamp";
	}
#contacto p{
  	margin-top: 50px;
  	font-size: 18px;
  	line-height: 24px;
  	color: #000;
  	text-align: left;
	}
#formulario{
  	margin-top: 20px;
	}
#formulario h2{
  	color: #472a1c !important;
  	margin-left: 5px;
  	text-transform: none;
  	font-size: 18px !important;
  	margin-top: 5px;
  	font-weight: normal;
	}
#formulario input{
  	width:100%;
  	background-color: #5b5a5d;
  	color:#fff;
  	font-size:14px;
  	padding:13px 8px;
  	margin-top: 5px;
	}
#formulario textarea{
  	width:100%;
  	background-color: #5b5a5d;
  	color:#fff;
  	font-size:14px;
  	padding:7px 8px;
  	margin-top: 5px;
  	height: 129px;
	}
#enviar{
  	width:90px !important;
  	cursor:pointer;
  	position:relative;
  	float:right;
  	font-size:16px !important;
  	color: #5b5a5d !important;
  	text-align:center;
  	margin-top:20px !important;
  	padding:10px 0px !important;
  	background: #feee00 !important;
  	margin-right: 15px;
  	border: none !important;
	}
#enviar:hover{
  	background: #5b5a5d !important;
  	color: #FFF !important;
	}
#borrar{
  	width:90px !important;
  	cursor:pointer;
  	position:relative;
  	float:right;
  	font-size:16px !important;
  	color: #5b5a5d !important;
  	text-align:center;
  	margin-top:20px!important;
  	padding:10px 0px !important;
  	background: #feee00 !important;
  	border: none !important;
	}
#borrar:hover{
  	background:#5b5a5d !important;
  	color: #FFF !important;
	}
#mapa{
	height:400px;
  	width: 100%;
  	float: left;
  	position: relative;
  	margin-top: 70px;
	}
#ampliar{
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background-color: #5b5a5d;
  	color: #FFF;
  	text-align: center;
  	position: absolute;
  	left:70%;
  	top:30px;
  	font-size: 13px;
  	z-index: 1;
  	padding-top: 23px;
	text-decoration: none !important;
	}
#ampliar:hover{
	background-color:#feee00;
	color: #5b5a5d;
	text-decoration: none !important;
	}

.sticky-container{
	/*background-color: #333;*/
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -172px;
	top:340px;
	width: 238px;
	z-index: 99999999;
	}
.sticky li{
	border-radius: 45px;
	list-style-type: none;
	background-color:#0033a0;
	color: #efefef;
	height: 64px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
	}
.sticky li:hover{
	margin-left: -160px;
	/*-webkit-transform: translateX(-115px);
	-moz-transform: translateX(-115px);
	-o-transform: translateX(-115px);
	-ms-transform: translateX(-115px);
	transform:translateX(-115px);*/
	/*background-color: #8e44ad;*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    text-decoration: none !important;
	}
.sticky li a{
	text-decoration: none;
	}

.sticky li img{
	float: left;
	margin: 0px 4px 0px 0px;
	}
.sticky li p{
	padding-top:11px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px !important;
	font-family:"HermanoAlto_Stamp";
	}
.sticky p{
	color: #fff;
	font-family:"HermanoAlto_Stamp";
	line-height: 23px;
	font-size: 15px;
	}
#back-top {
    background-image: url(../img/whatsapp.png);
	width: 63px;
	height: 63px;
	position: fixed;
	right: 1px;
	z-index: 900;
	bottom: 393px;
	}





@media (max-width: 800px){
	
	#telefono{
      	margin-top: 0px;
      	float: right;
	  	right: 0px;	
    }
	
    .navbar-header {
	  	float: none;
	}
	
	.navbar-left,.navbar-right {
	  	float: none !important;
	}
	
	.navbar-toggle {
	  	display: block;
	  	background: #FFF !important;
	}
	
	.navbar-collapse {
	  	border-top: 1px solid transparent;
	  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	
	.navbar-fixed-top {
	  	top: 0;
	  	border-width: 0 0 1px;
	}
	
	.navbar-collapse.collapse {
	  	display: none!important;
	}
	
	.navbar-nav {
	  	float: none!important;
	  	margin-top: 7.5px;
	}
	
	.navbar-nav>li {
	  	float: none;
	}
	
	.navbar-nav>li>a {
	  	padding-top: 10px ;
	  	padding-bottom: 10px;
	}
	
	.collapse.in{
	  	display:block !important;
	}
	
	#navbar li {
	  	width: 100%;
	}
	
	#navbar a{
	  	width: 100%;
	  	text-align: left;
      	padding: 5px;
	  	margin-top: 2px;
      	border: none;
	}
	
    #home img {
      	margin-top: 0px;
    }
	
    #home h1 {
      	margin-top: 20px;
	}
	
    .photo a {
      	font-size: 18px;
	  	margin-top:40px;
    } 
	.photo h1 {
    	font-size: 27px;
    }
	#clientes-title h1 {
    	font-size: 30px;
	}	

	.boton {
      	height: 33%;
    }
	
    .centro{
      	padding: 15px;
    }
	
    .cont-hover {
      	font-size: 19px;
      	line-height: 20px;
    }
	
    .contacto{
      	margin-bottom: 50px;
    }
	
    .photo a span{
	  	font-size:16px;
	  	line-height:15px;
    }
	
    #web{
	  	margin-top:21px;
    }
	
    #home p{
	  	font-size:16px;
    }
	
    #bootstrap-touch-slider .carousel-indicators li{
	  	width:27px;
	  	height:7px;
	}
	#empresa h2{
	  	margin-top:0px;
	}
	
    .photo{
	  	padding:58px 0px 50px 0px;
    }
	
    footer p{
	  	font-size:13px;
    }
	
    #empresa p{
	  	font-size:19px;
    }
}


@media (max-width:900px) and (min-width:800px){
	
	#telefono{
      	margin-top: 0px;
      	float: right;
	  	right: 0px;	
    }
	#carousel-home .carousel-indicators{
	  	bottom:9%;
	}
	
	#home img{
	  	margin-bottom:50px;
	  	margin-top:15px;
	}
	
	.texto-emp{
	  	margin-top:10px;
	}
	
	#mision{
	  	padding:127px 15px;
	}
	
	.serv{
	  	margin-top:52px !important;
	}
	
	.carousel-indicators{
	  	left:40%;
	}
}


@media (max-width:1000px) and (min-width:900px){
	
	#telefono{
      	margin-top: 0px;
      	float: right;
	  	right: 0px;
    }
	
	.carousel-indicators{
	  	left:40%;
	}
	
	#home img{
	  	margin-top:0px;
	}
}


@media (max-width:1100px) and (min-width:1000px){
	
	#telefono{
      	margin-top: 41px;
      	float: right;
	  	right: 0px;
    }
	
	.carousel-indicators{
	  	left:40%;
	}
	#home h1 {
    	margin-top: -15px;
	}
	.photo h1 {
    	font-size: 34px;
    }
 }


@media (max-width:1200px) and (min-width:1100px){
	
	#telefono{
      	margin-top: 77px;
      	float: right;
	  	right: 0px;
    }
	
	.carousel-indicators{
	  left:40%;
	}
	
}


@media (max-width:1300px) and (min-width:1200px){
	
	#telefono{
      	margin-top: 77px;
      	float: right;
	  	right: 0px;
    }
	.carousel-indicators{
	  left:40%;
	}
	
	#home p{
	  font-size:16px;
	}
	
	#empresa img{
	  margin-bottom:151px;
	}
}


@media (max-width:1500px) and (min-width:1300px){
	
	#telefono{
      	margin-top: 77px;
      	float: right;
	  	right: 0px;
    }
	.carousel-indicators{
	  left:40%;
	}
	
	#empresa img{
	  margin-bottom:153px;
	}
}


@media (max-width:1800px) and (min-width:1500px){
	
	.caption{
	  top:55%;
	  left:10%;
	  font-size:65px;
	}
	
	.carousel-indicators{
	  left:40%;
	}
	
	#empresa img{
	  margin-bottom:95px;
	}
}
