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

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

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

body{
  background: #ECECEC;
}

#contenido{
	background-image:url(../img/bg.jpg);
}

#contenedor{
	width:100%;
	overflow:hidden;
	position:relative;
}

.pad{
	padding-left:0px;
	padding-right:0px;
}

.clear{
	clear:both;
}

header{
  background: url(../img/bg.jpg) -16px 0px
}

#menu-barra{
  background: #02290e;
}

#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	float:right;
	position: relative;
	margin-bottom:0;
	border: none;
}

.menu{
	margin-left:6px;
}

#navbar li {
  float: left;
  position: relative;
  height: 62px;
  margin-top: 10px;
}

#navbar a{
  font-family:"Roboto Bold";
  font-size: 20px;
  float: left;
  position: relative;
  padding: 15px;
  text-align: center;
  color: #FFF;
  margin-top: -4px;
  min-height: 50px;
  margin-left:150px;
}

#navbar a:hover{
  text-decoration: none;
  border-bottom:2px solid #05A440 ;
  color:#05A440;
}

.dos a{
  padding:9px 32px !important;
}

#navbar .selec{
  text-decoration: none;
  border-bottom:2px solid #05A440 ;
  color:#05A440;
}


/*.logo{
  padding: 25px 0px;
}*/

.logo2{
	margin-top: -34px;
}

.datos-h{
  float:right;
  margin-top:42px;
}

.datos-h p{
  display: inline-block;
  vertical-align: middle;
}

.datos-h span{
  display: inline-block;
  vertical-align: middle;
}

.datos-h p{
  text-align: left;
  font-family:"Roboto Bold";
  padding-right: 8px;
  font-size: 14px;
  color:#787878;
  line-height:18px;
}

.ico1{
  width: 42px;
  height: 49px;
  display: inline-block;
  margin: auto;
  background:url(../img/iconos.png) 0px 0px;
  margin-right: 7px;
}

.ico2{
  width: 38px;
  height: 51px;
  display: inline-block;
  margin: auto;
  background:url(../img/iconos.png) -117px 0px;
  margin-right:4px;
}


/*BANNER*/

.banner-caption{
  position: absolute;
	text-align:center;
  bottom: 17%;
	left:35%;
}

.banner-caption h1{
  font-family:"ATROX normal";
  color: #000;
  font-size: 48px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
  border-bottom:1px solid #02290e;
}

.banner-caption h2{
  font-family:"Open Sans";
  color: #000;
  font-size: 22px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff; 
}

.banner-caption2{
  position: absolute;
	text-align:center;
  bottom: 18%;
	left:41%;
}

.banner-caption2 h1{
  font-family:"ATROX normal";
  color: #000;
  font-size: 48px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
  border-bottom:1px solid #000;
}

.banner-caption2 h2{
  font-family:"Open Sans";
  color: #000;
  font-size: 22px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.banner-caption3{
  position: absolute;
	text-align:center;
  bottom: 17%;
	left:46%;
}

.banner-caption3 h1{
  font-family:"ATROX normal";
  color: #000;
  font-size: 48px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
  border-bottom:1px solid #000;
}

.banner-caption3 h2{
  font-family:"Open Sans";
  color: #000;
  font-size: 22px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff; 
}

.banner-caption4{
  position: absolute;
	text-align:center;
  bottom: 17%;
	left:41%;
}

.banner-caption4 h1{
  font-family:"ATROX normal";
  color: #000;
  font-size: 48px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff;
  border-bottom:1px solid #000;
}

.banner-caption4 h2{
  font-family:"Open Sans";
  color: #000;
  font-size: 22px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff; 
}

#prev{
  width: 130px;
  left: 28%;
  top:50%;
  background: url(../img/banner/arrows.png) no-repeat left 80px;
  opacity: 1;
  z-index: 999999;
}

#prev:hover{
  background: url(../img/banner/arrows-h.png) no-repeat left 80px;
}

#next{
  width: 130px;
  right: 23%;
  top:50%;
  background: url(../img/banner/arrows.png) no-repeat right 80px;
  opacity: 1;
  z-index: 999999;
}

#next:hover{
  background: url(../img/banner/arrows-h.png) no-repeat right 80px;
}

/*CIERRA BANNER*/

.home{
	padding:90px 15px;
}

.home h1{
	font-size:48px;
	font-family:"ATROX normal";
	padding-bottom:25px;
	padding-top:23px;
}

.home p{
	font-family:"Open Sans";
	font-size:18px;
	text-align:justify;
	line-height:24px;
}

#link-home2{
	background-image:url(../img/bg2.jpg);
	background-size: cover;
	text-align: center;
	min-height:709px;
}

#link-home2 h1{
	font-family:"ATROX normal";
	font-size:48px;
	color:#fff;
	margin-top:95px;
	padding-bottom:25px;
}

#link-home2 p{
	color:#fff;
	font-size:18px;
	font-family:"Open Sans";
}

.home2{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 107px;
}

.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.caption {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 43%;
  font-family: "Decker";
  font-size: 22px;
  color: #000;
}

.caption2{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 33%;
  font-family:"Decker";
  font-size: 22px;
  color: #000;
}

.caption2 h2{
  border-bottom: solid 1px #fff;
  padding-bottom: 3px;
  font-family:"Mural Script";
  font-size: 35px;
  display: inline-block;
  color:#fff;
}

.caption2 p{
  margin-top: 10px;
  font-size: 18px;
  color:#fff;
}

.home2:hover .hover{
  display: block;
}

#clientes-c{
	padding:25px 0px 25px 0px;
}

#fb {
  background: url(../img/redes.png) no-repeat left;
  display: inline-block;
  width: 55px;
  height: 55px;
}

#tw {
  background: url(../img/redes.png) no-repeat -59px;
  display: inline-block;
  width: 51px;
  height: 55px;
  margin-left: 1px;
}

#you{
    background: url(../img/redes.png) no-repeat -114px;
    display: inline-block;
    width: 51px;
    height: 55px;
    margin-left: 1px;
}

footer {
    background: #02290e;
    color: #fff;
    padding-top: 20px;
    line-height: 20px;
}

footer p{
	font-size:18px;
	font-family:"Open Sans";
	padding-bottom:15px;
	text-align:right;
	line-height: 24px;
}

footer h1{
	font-size:18px;
	font-family:"Open Sans";
	padding-bottom:15px;
}

#web {
  display: inline-block;
  padding-right: 152px;
  font-size: 15px;
  font-family:"Open Sans";
  color: #FFF;
  background: url(../img/web.png) no-repeat right;
  margin-top: 20px;
}

#line {
  width: 100%;
	background-image:url(../img/colores.jpg);
  height: 4px;
  position: relative;
	float:left;
}

#line2 {
  width: 100%;
	background-image:url(../img/line2.png);
  height: 7px;
  position: relative;
	float:left;
}

.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;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#mision{
	background-image:url(../img/bg3.jpg);
	background-size: cover;
	text-align: center;
	min-height:595px;
}

#mision h1{
	font-family:"ATROX normal";
	font-size:48px;
	color:#fff;
	text-align:left;
	padding-bottom:15px
}

#mision p{
	font-family:"Open Sans";
	font-size:18px;
	color:#fff;
	text-align:left;
	line-height:23px;
}

#img_emp{
	margin-top:138px;
}

.mision2{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 131px;
	text-align: left;
}

#productos h1{
	text-align:right;
	font-family:"ATROX normal";
	font-size:48px;
	padding-bottom:35px;
	padding-top:35px;
}

#productos h2{
	font-family:"Open Sans";
	font-size:28px;
	margin-bottom:25px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:underline;
}

#productos p{
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	font-family:"Open Sans";
}

.producto {
  margin-bottom: 34px;
  float: left;
  position: relative;
  width: 100%;
}

#volver {
  font-family:"Open Sans";
  float: right;
  position: relative;
  font-size: 18px;
  color: #fff;
	background-color:#02290e;
	padding:10px;
	border:1px groove #fff;
}

#img_productos{
	margin-top: 24px;
	margin-bottom: 20px;
}

#servicios{
	margin-bottom:54px;
}

#servicios h1{
	text-align:right;
	font-family:"ATROX normal";
	font-size:48px;
	padding-bottom:35px;
	padding-top:35px;
}

.servicio {
  margin-top: 30px;
  float: left;
  position: relative;
}

.caption_ser{
	background-color:#001C03;
	color:#fff;
	width:100%;
	float:left;
	padding: 15px 30px;
	font-size:16px;
	font-family:"Open Sans";
	text-align:center;
}

.servicio:hover .caption_ser {
  background: #000;
}

#formulario{
  margin-top: 20px;
}

#formulario h2{
	color: #000 !important;
   margin-left: 5px;
	text-transform: none;
	font-size: 18px;
	font-family:"Open Sans";
	margin-top: 5px;
}

#formulario input{
	width:100%;
	background-color:#02290e;
	color:#fff;
	border:none;
	font-family:"Open Sans";
	font-size:16px;
	padding:10px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
  background-color:#02290e;
	color:#fff;
	border:none;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height:122px;
}

#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:31px !important;
	padding:10px 0px !important;
	background:  #000 !important;
	margin-right: 15px;
  border: none !important;
  text-transform: uppercase;
}

#enviar:hover{
  background: #02290e !important;
	color: #FFF !important;
}

#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:31px!important;
	padding:10px 0px !important;
	background: #000!important;
  border: none !important;
  text-transform: uppercase;
}

#borrar:hover{
  background: #02290e !important;
	color: #FFF !important;
}

#cont-mapa{
  background: #000;
  padding-top: 80px;
}

#map{
	height:400px;
  margin-top: 60px;
  margin-bottom:92px;
}

#ampliar{
  width:100px;
  height: 100px;
  border-radius: 50%;
  background-color: #02290e;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding-top: 33px;
  position: absolute;
  right: 45%;
  top:5px;
  text-decoration: none !important;
  font-size:19px;
}

#ampliar:hover{
	background: #04A53E;
}

#contacto{
  margin-top: 20px;
}

#contacto p{
  color: #000;
  text-align:justify;
  line-height:30px;
  margin-top: 15px;
  padding-right: 20px;
  font-family:"Open Sans";
  font-size:18px;
}

#back-top2 {
    background-image: url(../img/whatsapp.png);
    width: 62px;
    height: 63px;
    position: fixed;
    right: 22px;
    z-index: 900;
    bottom: 440px;
}




@media (max-width: 800px){
	
	#navbar a{
		margin-left:0px;
		min-height:36px;
		
	}
		
	.navbar-toggle .icon-bar {
    width: 38px;
    background-color: #000 !important;
}

nav .me {
    text-align: center;
    margin: auto;
    padding-bottom: 4px;
    display: block;
    color: #000;
	}

  #menu {
    margin-top: 5px;
  }

	.navbar-header {
	    float: none;
	}

	.navbar-left,.navbar-right {
	    float: none !important;
	}

	.navbar-toggle {
	  display: block;
		background: #fff !important;
		padding:5px 8px;
	}

	.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%;
	  margin-top:0px;
	  height:40px;
	}
	#navbar a{
	  width: 100%;
	  text-align: left;
		padding: 5px;
		margin-top: 2px;
    border: none;
	}

  header {
    height: auto;
  }
  
  .home h1{
	  font-size:36px;
  }
  
  .home p{
	  font-size:15px;
	  line-height:18px;
  }
  
  #link-home2 h1{
	  font-size:45px;
	  margin-top:30px;
  }
  
  .home2{
	  margin-top:19px;
  }
  
  footer p{
	  font-size:15px;
  }
  
  .home{
	  padding:30px 15px;
  }
  
  .datos-h{
	  margin-top:15px;
  }
  
  .datos-h2{
		padding-top:15px;
		padding-bottom:15px;
	}

	#img_emp{
		margin-top:22px;
	}
	
	#mision p{
		font-size:15px;
		line-height:19px;
	}
	
	#mision h1{
		font-size:42px;
	}
	
	#productos p{
		font-size:19px;
	}
	
	#contacto p{
		font-size:14px;
		line-height:21px;
	}
	
	
}

@media (max-width:900px) and (min-width:800px){

	#navbar a{
		margin-left:17px;
		min-height:36px;
	}
	
	.datos-h p{
		font-size:12px;
	}
	
	.datos-h{
		margin-top:14px;
	}
	
	.home{
		padding:65px 15px;
	}
	
	.home h1{
		font-size:39px;
		padding-top:0px;
	}
	
	.home p{
		font-size:15px;
		line-height:19px;
	}
	
	footer p{
		font-size:15px;
	}
	
	.home2{
		margin-top:29px;
	}
	
	#img_emp{
		margin-top:48px;
	}
	
	#mision p{
		font-size:15px;
		line-height:20px;
	}
	
	.caption_ser{
		padding:15px 7px;
		font-size: 8px;
	}
	
	#contacto p{
		margin-top:36px;
		font-size:15px;
		line-height:23px;
	}
	.banner-caption{
		left:7%;
	}
	
	#next{
		top:107%;
	}
	
	#prev{
		top:107%;
	}

}


@media (max-width:1000px) and (min-width:900px){

	 #navbar a{
			margin-left:37px;
		}
		
	.datos-h p{
		font-size:11px;
	}
	
	.home h1{
		font-size:43px;
		padding-top:0px;
	}
	
	.home p{
		font-size:16px;
		line-height:22px;
	}
	
	.home2{
		margin-top:21px;
	}
	
	#img_emp{
		margin-top:27px;
	}
	
	#mision p{
		font-size:16px;
		line-height:20px;
	}
	
	#contacto p{
		line-height:22px;
		font-size:17px;
		margin-top:25px;
	}
	
	.banner-caption{
		left:10%;
	}
	
	.banner-caption3{
		left:33%;
		bottom:27%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:22%;
	}
	
	.banner-caption4{
		left:27%;
	}
	
	#next{
		right:12%;
		top:3%;
	}
	
	#prev{
		left:4%;
		top:4%;
	}

	.caption_ser{
		padding: 15px 5px;
		font-size: 9px;
	}

}



@media (max-width:1100px) and (min-width:1000px){
	
	
	 #navbar a{
			margin-left:56px;
		}
	
	.datos-h p{
		font-size:12px;
	}
	
	.home h1{
		padding-top:0px;
	}
	
	#link-home2{
		min-height:625px;
	}
	
	#img_emp{
		margin-top:43px;
	}
	
	#mision p{
		line-height:20px;
		font-size:17px;
	}
	
	#contacto p{
		font-size:18px;
	}
	
	.banner-caption{
		left:15%;
	}
	
	.banner-caption3{
		left:33%;
		bottom:27%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:26%;
	}
	
	.banner-caption4{
		left:29%;
		bottom:29%;
	}
	#next{
		right:16%;
		top:9%;
	}
	
	#prev{
		left:11%;
		top:9%;
	}

	.caption_ser{
		font-size: 11px;
		padding: 15px 1px;
	}

}


@media (max-width:1200px) and (min-width:1100px){
	
	#navbar a{
		margin-left:71px;
		
	}
	
	#link-home2{
		min-height:651px;
	}
	
	.home h1{
		padding-top:0px;
	}
	
	#img_emp{
		margin-top:35px;
	}
	
	#mision p{
		line-height:21px;
		font-size:17px;
	}
	
	.caption_ser{
		padding:15px 0px;
		font-size:12px;
	}
	
	#contacto p{
		margin-top:24px;
		line-height:25px;
	}
	
	.banner-caption{
		left:18%;
	}
	
	.banner-caption3{
		left:33%;
		bottom:27%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:28%;
	}
	
	.banner-caption4{
		left:32%;
		bottom:22%;
	}
	
	#prev{
		left:15%;
		top:16%;
	}
	
	#next{
		top:16%;
		right:20%;
	}
	
	.mision2{
		margin-top:42px;
	}
	
}


@media (max-width:1300px) and (min-width:1200px){
	
	#navbar a{
		margin-left:57px;
	}
	
	.datos-h{
		margin-top:5px;
	}
	
	.home h1{
		padding-top:0px;
	}
	
	#link-home2{
		min-height:608px;
	}
	
	#mision p{
		line-height:18px;
		font-size:15px;
	}
	
	#mision h1{
		font-size:44px;
		padding-bottom:8px;
	}
	
	#mision{
		min-height:538px;
	}
	
	#contacto p{
		font-size:15px;
		line-height:21px;
		margin-top:25px;
	}
	
	.banner-caption{
		left:24%;
	}
	
	.banner-caption3{
		left:40%;
		bottom:25%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:33%;
	}
	
	.banner-caption4{
		left:36%;
		bottom:22%;
	}
	
	#next{
		top:18%;
		right:17%;
	}
	
	#prev{
		top:18%;
		left:21%;
	}

	.caption_ser{
		padding: 15px 4px;
		font-size: 10px;
	}
}



@media (max-width:1400px) and (min-width:1300px){
	
	#navbar a{
		margin-left:57px;
	}
	
	.ico2{
		margin-right:-4px;
	}
	
	.datos-h p{
		font-size:12px;
	}
	
	.home h1{
		padding-top:0px;
	}
	
	#link-home2{
		min-height:631px;
	}
	
	#mision p{
		line-height:19px;
		font-size:16px;
	}
	
	#contacto p{
		line-height:22px;
		font-size:16px;
	}
	
	#next{
		top:25%;
		right:20%;
	}
	
	#prev{
		top:25%;
		left:24%;
	}
	
	.banner-caption{
		left:25%;
	}
	
	.banner-caption3{
		left:40%;
		bottom:25%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:35%;
	}
	
	.banner-caption4{
		left:38%;
		bottom:22%;
	}

	.caption_ser{
		padding: 15px 3px;
		font-size: 12px;
	}
	

}



@media (max-width:1500px) and (min-width:1400px){
	
	#navbar a{
		margin-left:85px;
	}
	
	.datos-h p{
		font-size:12px;
	}
	
	#link-home2{
		min-height:636px;
	}
	
	.home h1{
		padding-top:0px;
	}
	
	#mision p{
		line-height:19px;
		font-size:16px;
	}
	
	#mision{
		min-height:549px;
	}
	
	#contacto p{
		font-size:17px;
		line-height:25px;
		margin-top:25px;
	}
	
	#next{
		top:25%;
		right:20%;
	}
	
	#prev{
		top:25%;
		left:24%;
	}
	
	.banner-caption{
		left:28%;
	}
	
	.banner-caption3{
		left:40%;
		bottom:25%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:36%;
	}
	
	.banner-caption4{
		left:38%;
		bottom:22%;
	}

	.caption_ser{
		padding: 15px 3px;
		font-size: 12px;
	}

}


@media (max-width:1600px) and (min-width:1500px){
	
	#navbar a{
		margin-left:101px;
	}
	
	#link-home2{
		min-height:652px;
	}
	
	.home h1{
		padding-top:4px;
	}
	
	#mision p{
		font-size:17px;
		line-height:20px;
	}
	
	#mision{
		min-height:566px;
	}
	
	.caption_ser{
		padding:15px 2px;
		font-size: 13px;
	}
	
	#next{
		top:25%;
		right:20%;
	}
	
	#prev{
		top:25%;
		left:24%;
	}
	
	.banner-caption{
		left:30%;
	}
	
	.banner-caption3{
		left:40%;
		bottom:25%;
	}
	
	.banner-caption2{
		bottom:26%;
		left:38%;
	}
	
	.banner-caption4{
		left:38%;
		bottom:22%;
	}


}

@media (max-width:1800px) and (min-width:1600px){
	
	#navbar a{
		margin-left:119px;
		
		background-color:#0f0;
	}
	
	#next {
		top:34%;
	}
	
	#prev{
		top:34%;
	}
	
	.banner-caption{
		left:32%;
	}

	.caption_ser{
		padding: 15px 6px;
		font-size: 14px;
	}


}
