@import url(https://fonts.googleapis.com/css?family=Oswald);
@font-face {
  font-family:"Neou Bold";
  src:url("../fonts/Neou_Bold/Neou-Bold.eot?") format("eot"),
  url("../fonts/Neou_Bold/Neou-Bold.woff") format("woff"),
  url("../fonts/Neou_Bold/Neou-Bold.ttf") format("truetype"),
  url("../fonts/Neou_Bold/Neou-Bold.svg#Neou-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

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

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

#contenedor{
	width:100%;
	overflow:hidden;
	z-index:9999;
	position:relative;
}

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

.clear{
	clear:both;
}

header{
  z-index: 10;
  position: relative;
}

#menu{
  padding-bottom: none;
  background: #009543;
  width: 100%;
  float:right;
  position: relative;
  margin-bottom:0px;
  border: none;
  border-radius: 0px;
  font-family:"Neou Bold";
  min-height: 0;
  padding-top: 5px;
}

.menu{
  text-align: center;
  width: 100%;
}

#navbar li{
  margin: auto;
  display: inline-flex;
}

#navbar a{
  color: #fff;
  font-size: 18px;
  float: left;
  position: relative;
  padding:7px 10px;
  margin-left: 1px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#navbar a:hover{
  background-color:rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#navbar .selec{
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: #000;
}

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

.navbar-toggle .icon-bar{
  width: 38px;
}

.lateral{
  border-bottom: solid 2px #FFF;
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
}

#contenido{
  width: 100%;
  float: left;
  position: relative;
  margin-top: -90px;
}

#head-forma{
  background: url(../img/head.png) no-repeat top;
  background-size: 100%;
  padding: 14px 0px;
}

#home{
  text-align: center;
}

#prev {
  width: 50px;
  height: 65px;
  background: transparent url("../img/arrows.jpg") no-repeat left;
  bottom: 0px;
  top: auto;
  display: inline-block;
  left: 46%;
}

#prev:hover{
  background: transparent url("../img/arrows-h.jpg") no-repeat left;
}

#next {
  width: 50px;
  height: 65px;
  background: transparent url("../img/arrows.jpg") no-repeat right;
  bottom: 0px;
  top:auto;
  display: inline-block;
  margin: auto;
  left: 50%;
  right: auto;
}

#next:hover{
  background: transparent url("../img/arrows-h.jpg") no-repeat right;
}

#telefono{
  margin-right: 50px;
  margin-top: 30px;
  text-align: center;
}

#telefono h1{
  font-size: 20px;
  font-family:"ArchivoNarrow-Bold";
}

#telefono p{
  font-family:"Tabitha";
  margin-top: 5px;
}

#frase{
  padding: 5px 0px;
  float: left;
  width: 100%;
  background: url(../img/frase.jpg);
  font-family:"Tabitha";
  font-size: 45px;
  color: #000;
  text-align: center;
  padding:
}

.contenido{
  border-top: solid 10px #009543;
  background: url(../img/rombos.jpg);
}

.titulo{
  background: #009543;
  text-align: center;
  font-family:"ArchivoNarrow-Bold";
  color: #6FAF7A;
  font-size: 60px;
  text-transform: uppercase;
}

.titulo h1{
  font-weight: bold;
}

.circulo-home{
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.circulo-home a{
  float: left;
  position: relative;
  width: 100%;
}

.circulo-home span{
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-family:"ArchivoNarrow-Bold";
  float: left;
  position: relative;
  color: #000;
  width: 100%;
  font-size: 24px;
}

.circulo-home a:hover span{
  color: #53944a;
}

.negro{
  background: url(../img/negro.jpg);
  padding: 30px 0px;
}

.home{
  margin-top: 30px;
}

.home p{
  font-family:"ArchivoNarrow-Bold";
  line-height: 20px;
  color: #FFF;
}

.home h1{
  background: #009543;
  text-align: center;
  font-family:"ArchivoNarrow-Bold";
  color:#69B37B;
  font-size:50px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-top: 35px;
  text-align: right;
  padding:10px 28px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  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;
}

.certificaciones{
  background: url(../img/bg-logos.jpg) center;
  padding: 10px 0px;
}

.certificaciones h1{
  font-family: 'Archivo Narrow', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

#logos .carousel-indicators{
  position: relative;
  bottom: 0;
}

#logos .carousel-indicators li{
  background: #000;
  border: none;
}

#logos .carousel-indicators .active{
  background: #53944a;
  border: none;
}

footer{
  background: #000;
  color: #FFF;
  padding-top: 15px;
  font-family:"ArchivoNarrow-Bold";
  line-height: 20px;
}

#fb{
  width: 40px;
  height: 39px;
  display: inline-block;
  background: url(../img/redes.png) no-repeat 0px 0px;
  margin-right: 3px;
}

#fb:hover{
  background: url(../img/redes-h.png) no-repeat 0px 0px;
}

#tw{
  width: 40px;
  height: 39px;
  display: inline-block;
  background: url(../img/redes.png) no-repeat -49px 0px;
  margin-right: 3px;
}

#tw:hover{
  background: url(../img/redes-h.png) no-repeat -49px 0px;
}

#wa{
  width: 40px;
  height: 39px;
  display: inline-block;
  background: url(../img/redes.png) no-repeat -98px 0px;
  margin-right: 3px;
}

#wa:hover{
  background: url(../img/redes-h.png) no-repeat -98px 0px;
}

#in{
  width: 40px;
  height: 39px;
  display: inline-block;
  background: url(../img/redes.png) no-repeat -148px 0px;
  margin-right: 3px;
}

#in:hover{
  background: url(../img/redes-h.png) no-repeat -148px 0px;
}

#web{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  border-top: solid 1px #FFF;
  padding: 5px 0px;
  margin-top: 10px;
}

#web a{
	display: inline-block;
	margin: 0 auto;
	clear: both;
	background: url(../img/web.png) no-repeat right;
	padding-right: 145px;
	color: #FFFFFF3B;
  font-size: 15px;
}

#empresa{
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
}

#empresa h1{
  font-family: "ArchivoNarrow-Bold";
  font-weight: bold;
  margin-top: 40px;
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 1px 1px #000000c9;
}

#empresa p{
  font-family:"ArchivoNarrow-Bold";
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-size:21px;
}

.empresa{
  border-right: 1px solid #000;
}

.empresa-ico{
  background:#009543;
  padding: 15px 0px;
}

.empresa-ico h1{
  text-align: center;
  color: #FFF;
  font-size:20px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family:"ArchivoNarrow-Bold";
}

.empresa-text{
  padding: 40px;
  text-align: justify;
  font-family:"ArchivoNarrow-Bold";
  background: #FFF;
  font-size:18px;
  min-height: 210px;
  float: left;
  color: #4e4e4e;
  line-height: 21px;
}

#empresa2{
  background: #dbdada;
  padding: 30px 0px;
}

.empresa-ico2{
  padding: 15px 0px;
  margin-top: 70px;
}

.empresa-ico2 h1{
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  font-family:"ArchivoNarrow-Bold";
  font-size:21px;
}

.text-emp{
  padding: 40px;
  text-align: justify;
  font-family:"ArchivoNarrow-Bold";
  line-height: 20px;
}

.carousel-indicators .active{
	width:16px;
	height:16px;
}

.carousel-indicators li{
	width:16px;
	height:16px;
}

#empresa2 .carousel-indicators li{
  background: #000;
  border: none;
}

#empresa2 .carousel-indicators .active{
  background: #009543;
  border: none;
}

#titulo{
  background: url(../img/bg.jpg) no-repeat center top;
  padding-top: 120px;
  padding-bottom: 20px;
}
#titulo h1{
  font-family:"ArchivoNarrow-Bold";
  font-size: 42px;
  color: #8B898A;
  text-align: center;
}

.serv-text{
  padding: 40px;
  text-align: justify;
  font-family:"ArchivoNarrow-Bold";
  background: #FFF;
  min-height: 320px;
  float: left;
  font-size:18px;
}


.serv-text p{
	min-height:140px;
}

.ver{
  background: url(../img/servicios/ver.png);
  width: 116px;
  height: 86px;
  float: left;
  position: relative;
  margin-top: 10px;
}

.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
  background-image: url(../img/servicios/img.jpg);
  background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
  font-family:"ArchivoNarrow-Bold";
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  color: #FFF;
}

#home-emp h1{
	font-family:"ArchivoNarrow-Bold";
	font-weight:normal;
}

.texto-servicio{
  background:#009543;
  color: #FFF;
  padding: 20px 60px;
  font-family:"ArchivoNarrow-Bold";
  float: left;
  width: 100%;
}

.texto-servicio h1{
  text-align: right;
  font-weight: bold;
}

.texto-servicio h2{
  font-weight: bold;
}

.texto-servicio p{
  text-align: justify;
  line-height: 20px;
  margin-top: 15px;
}

.galeria-servicios{
  background: url(../img/servicios/bg.jpg) center;
  padding: 100px 0px;
  background-size: cover;
}

#servicio{
  border: solid 5px #FFF;
}

#prev2 {
  width: 52px;
  height: 50px;
  background: transparent url("../img/arrows2.png") no-repeat left;
  top: 45%;
  left: 0;
  z-index: 100;
}

#next2 {
  width: 52px;
  height: 50px;
  background: transparent url("../img/arrows2.png") no-repeat right;
  top: 45%;
  right: 0;
  z-index: 100;
}

#volver{
  padding:5px 10px;
  background: #009543;
  color: #FFF;
  font-family:"ArchivoNarrow-Bold";
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: 10px;
}

#volver:hover{
  background: #FFF;
  text-decoration: none;
  color: #000;
}

#flota{
  padding-bottom: 40px;
  background: #FFF;
}

.flota{
  margin-top: 30px;
}

.flota p{
  margin-top: 20px;
  text-transform: uppercase;
  font-family:"ArchivoNarrow-Bold";
  font-size:23px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

#gps{
  background: #FEF9F9;
}

#gps div{
  text-align: center;
}

#gps a{
  margin: auto;
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  font-family:"ArchivoNarrow-Bold";
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  color: #FFF;
  box-shadow: 5px 5px 1px #999;
}

#gps a:hover{
  background: #53944a;
  text-decoration: none;
}

#gps img{
  margin-top: 40px;
  float: left;
}

.talento-ico{
  background: #009543 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 15px 0px;
  float: left;
  position: relative;
  width:100%;
  text-align: center;
}

.talento-ico span{
  text-align: center;
  color: #FFF;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
  font-family:"ArchivoNarrow-Bold";
  font-size:22px;
}

.talento-ico:hover span{
  background: #000;
  color: #FFF;
}

.talento{
  background: #FFF;
}

.talento h1{
  font-family:"ArchivoNarrow-Bold";
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
}
.talento p{
  background: #FFF;
  margin-top: 30px;
}

.talento img{
  border: solid 5px #53944a;
}

.nav-tabs > li.active > .talento-ico span{
  background: #000;
  color: #FFF;
}

#map{
	height:315px;
}

#ampliar{
  color: #fff ;
  text-align: center;
  padding:5px;
  position:absolute;
  bottom:30px;
  right: 20%;
  background:#019443;
  text-decoration: none;
  font-family:"ArchivoNarrow-Bold";
}

#ampliar:hover{
  background: #000;
}

#contacto{
  background: #FFF;
}

#texto-cont{
  background: #339F54;
  padding: 30px 20px;
  color: #FFF;
  font-family:"ArchivoNarrow-Bold";
  text-align: justify;
}

#formulario{
	margin-bottom:20px;
}

#formulario h1{
  margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 20px;
  color: #53944a;
  font-family:"ArchivoNarrow-Bold";
}

#formulario h2{
  margin-top: 5px;
  font-family:"ArchivoNarrow-Bold";
}

#formulario input{
	width:100%;
	background-color:transparent;
	color:#000;
	border:solid 1px #000;
	font-family:"ArchivoNarrow-Bold";
	font-size:16px;
	padding:5px;
	margin-top:5px;
}

#formulario textarea{
	width:100%;
	background-color:transparent;
	color:#000;
	border:solid 1px #000;
	font-family:"ArchivoNarrow-Bold";
	font-size:16px;
	padding:5px;
	height:100px;
	margin-bottom:7px;
	margin-top:7px;
}

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

#enviar:hover{
  background: #000 !important;
}

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

#borrar:hover{
  background: #000 !important;
}

.footer-text{
  text-align: center;
}

.navbar-toggle{
  background: #FFF;
  margin-right: 0px;
}

.nav > li > a > img {
  max-width: 100%;
}

#back-top {
  background-image: url(../img/whatsapp.svg);
  width: 55px;
  height: 55px;
  position: fixed;
  right: -3px;
  z-index: 999999;
  top: 31%;
}

#flo_instagram {
  background-image: url(../img/instagram.svg);
  width: 55px;
  height: 55px;
  position: fixed;
  right:-3px;
  z-index: 999999;
  top: 37%;
}

/*----------------------------------------------------------------------------------------*/

@media (max-width: 800px){

.navbar-header {
  float: none;
}

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

.navbar-toggle {
  display: block;
}

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

header{
  height: auto;
}

#contenido{
  margin-top: 0px;
}

#navbar li {
  width: 100%;
}

#navbar a{
  width: 100%;
  text-align: left;
}

#frase {
  font-size: 20px;
}

.titulo {
  font-size: 40px;
}

.home h1 {
  font-size: 33px;
}

.footer-text{
  text-align: left;
  margin-bottom: 20px;
}

#empresa {
  padding-top: 10px;
}

#empresa h1 {
  margin-top: 10px;
}

.empresa {
  border:none;
}

.empresa-text {
  padding: 15px;
  min-height: 20px;
}

.empresa-ico2 {
  margin-top: 10px;
}

#titulo {
  padding-top: 10px;
}

.text-emp {
  padding: 15px;
}

.photo {
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 30px;
}

.texto-servicio{
  padding: 20px;
}

.talento-ico {
  min-height: 214px;
}

.talento-ico span {
  font-size: 12px;
}


}




@media (max-width: 800px) and (min-width:760px){
	
	.serv-text p{
		min-height:305px;
	}
	.empresa-text{
		min-height:246px !important;
	}
	
	#navbar a{
		font-size:15px;
		padding:3px 8px;
	}

}



@media (max-width: 1000px) and (min-width:800px){
	#navbar a{
		font-size:13px;
		padding:3px 10px;
	}
	
	.serv-text p{
		min-height:206px;
		font-size:16px;
	}
	
	.empresa-text{
		min-height:228px !important;
	}
	
}


@media (max-width: 1200px) and (min-width:1000px){
	.serv-text p{
		min-height:192px;
		font-size:18px;
	}
}


@media (max-width: 1480px) and (min-width:1200px){
	.serv-text p{
		min-height:192px;
		font-size:18px;
	}
}



@media (min-width: 768px){
  .empresa-text {
    padding: 15px;
    min-height: 206px;
  }

}


@media (max-width: 1024px) {
    .lateral {
      height: 8px;
    }
    #telefono {
      margin-top: 0px;
    }
}



@media (max-width: 320px) {
  .empresa {
    min-height: 100px;
  }

  .talento-ico span {
    font-size: 8px;
  }

  .talento-ico span {
    padding: 3px;
  }

  .talento-ico {
    min-height: 134px;
  }
}



