/* Scaffolding */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #EAE8DE;
  color: #231F20;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

@font-face {
    font-family: 'franklin_m54regular';
    src: url('../fonts/regular/franklin_m54-webfont.eot');
    src: url('../fonts/regular/franklin_m54-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/franklin_m54-webfont.woff2') format('woff2'),
         url('../fonts/regular/franklin_m54-webfont.woff') format('woff'),
         url('../fonts/regular/franklin_m54-webfont.ttf') format('truetype'),
         url('../fonts/regular/franklin_m54-webfont.svg#franklin_m54regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/black/roboto-black-webfont.eot');
    src: url('../fonts/black/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/black/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/black/roboto-black-webfont.woff') format('woff'),
         url('../fonts/black/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/black/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
.regular {
	font-family: 'franklin_m54regular';
}
.black {
	font-family: 'robotoblack';
}
h1 {
	font-family: 'franklin_m54regular';
	font-size: 40px;
	line-height: 40px;
}
h2 {
	font-size: 28px;
}

a {
  color: #228B22;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Backgrounds */

.bg-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
  color: #fff;
}

.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pic1 {
  	background-image: url('../img/bg/Header.jpg');
}
#encabezado {
	height: 680px;
}
.cb-slideshow ol, .cb-slideshow ul {
	list-style:none;
}
/* General Demo Style */
body{
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
.clr{
	clear: both;
}

/* Header Style */
.codrops-top{
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}


.cb-slideshow,
.cb-slideshow:after { 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.cb-slideshow:after { 
    content: '';
}
.cb-slideshow li span { 
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position:center top;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s; 
}
.cb-slideshow li div { ;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 24s linear infinite 0s;
    -moz-animation: titleAnimation 24s linear infinite 0s;
    -o-animation: titleAnimation 24s linear infinite 0s;
    -ms-animation: titleAnimation 24s linear infinite 0s;
    animation: titleAnimation 24s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/slider/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/slider/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/slider/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/slider/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/slider/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}



#main-menu {
	display: block;
	position: fixed;
	width: 100%;
	height: 105px;
	background-color: #ECC029;
	z-index: 700000000;
	font-family: 'franklin_m54regular';
	font-size: 18px;
}
#main-menu .container {
    text-align: center;
    margin: 0 auto;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
}

.nav-collapse li {
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 990px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

@media screen and (min-width: 990px) {
	#Logo_Slogan2 {
		display: none;
	}
}
@media screen and (max-width: 989px) {
	#Logo_Slogan {
		display: none !important;
	}
	#DownEncabezado, #DownSomos, #DownSoluciones, #DownCumplimiento, #DownSlider2, #DownIMG, #DownEquipo, #DownContacto {
	    display: none !important;
	}
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 990px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  background-color: #ECC029;
}

@media screen and (min-width: 990px) {
  .nav-collapse ul {
	  list-style: none;
	  width: 100%;
	  float: left;
	  background-color: #ECC029;
  }
  .nav-collapse li {
    width: 160px !important;
    float: left;
    display: block;
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 990px) {
	.slick-list {
		width: 450px !important;
		margin: 0 auto !important;
	}
	.slick-slide, .slick-slide img {
		width: 142px !important;
	}
	.center {
		max-width: 500px !important;
	}
	.pic1, #soluciones, .pic3, .pic4, .pic5 {
  		background-position: 0px 0px !important;
  	}
  	section .content {
		margin: 0 auto;
		max-width: 540px !important;
	}
	#info1, #info2 {
		width: 540px !important;
		text-align: left !important;
		margin-bottom: 20px;
	}
	#somos {
		height: 640px !important;
	}
	#soluciones img {
		width: 400px !important;
	}
	#soluciones {
		height: 400px !important;
	}
	.pic3 {
		height: 400px !important;
	}
	.pic3 img {
		width: 400px !important;
	}
	#slider2 {
		height: 670px !important;
		min-height: 460px !important;
	}
	.pic4 {
		height: 400px !important;
	}
	.pic4 img {
		width: 400px !important;
	}
	.pic5 {
		height: 400px !important;
	}
	.pic5 img {
		width: 400px !important;
	}
	#contacto {
		height: 932px !important;
		background-repeat: no-repeat;
		background-position: top !important;
	}
	#contacto #Title_Personal {
		width: 220px !important;
		left: 30px !important;
		top: 30px !important;
	}
	#area-contacto {
		width: 540px !important;
		height: auto !important;
		top: 150px !important;
		left: 30px !important;
	}
	#columna-datos {
		float: left !important;
	}
	#columna-datos #telefono {
		float: left !important;
		width: 384px !important;
		font-size: 20px !important;
		line-height: 24px !important;
		text-align: left !important;
		margin-top: 12px !important;
	}
	#columna-datos p {
		margin-top: 16px !important;
	}
	#columna-datos #direccion {
		width: 384px !important;
		margin-top: 0px !important;
		float: left !important;
	}
	#img-hover {
		background: url('../img/contactanos2.jpg') no-repeat !important;
		height: 33px !important;
		width: 494px !important;
	}
	#img-hover:hover {
	    background-position: 0 -33px !important;
	}
	.pic7 {
		height: 300px !important;
	}
	.homeup {
		display: none !important;
	}
	
	
	#Title_Soluciones, #Title_Cumplimiento, #Title_Proyectos, #Equipos {
	    margin: 0px auto 0 auto !important;
	    position: relative !important;
	    padding-top: 380px !important;
	}
	
	#slider {
    	height: 1100px !important;
    }
    
    .mixed div.content {
	    top: 550px !important;
	    left: -540px !important;
    }
    
    .pic6 {
	    
	    background: url("../img/bg/Contacto.jpg") no-repeat top center !important; 
	    -webkit-background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    background-size: cover !important;
	}
	
}


@media screen and (max-width: 599px) {
	.slick-list {
		width: 240px !important;
		margin: 0 auto !important;
	}
	.slick-slide, .slick-slide img {
		width: 70px !important;
	}
	.center {
		max-width: 260px !important;
	}
	.pic1, #soluciones, .pic3, .pic4, .pic5, #contacto {
  		background-position: 0px 0px !important;
  	}
  	section .content {
		margin: 0 auto;
		max-width: 280px !important;
	}
	.pic1 {
		height: 700px !important;
	}
	.pic1 img {
		width: 280px !important;
	}
	#info1, #info2 {
		width: 280px !important;
		text-align: left !important;
		margin-bottom: 20px;
	}
	#somos {
		height: 840px !important;
	}
	#somos h1 {
		margin-left: 0px !important;
		line-height: 42px !important;
	}
	#somos img {
		width: 280px !important;
		margin-left: 0px !important;
	}
	#somos #info2 {
		float: left !important;
		margin-left: 0px !important;
	}
	#soluciones img {
		width: 280px !important;
	}
	#soluciones {
		height: 300px !important;
	}
	.pic3 {
		height: 320px !important;
	}
	.pic3 img {
		width: 280px !important;
	}
	#slider2 {
		height: 580px !important;
		min-height: 380px !important;
	}
	.pic4 {
		height: 300px !important;
	}
	.pic4 img {
		width: 280px !important;
	}
	.pic5 {
		height: 400px !important;
	}
	.pic5 img {
		width: 280px !important;
	}
	#contacto {
		height: 1000px !important;
		background-repeat: no-repeat;
	}
	#contacto #Title_Personal {
		width: 220px !important;
		left: 30px !important;
		top: 30px !important;
	}
	#area-contacto {
		width: 280px !important;
		height: auto !important;
		top: 150px !important;
		left: 30px !important;
	}
	#columna-datos {
		float: left !important;
		width: 280px !important;
	}
	
	#columna-formulario {
		width: 240px !important;
	}
	#Formulario {
		width: 240px !important;
		height: 400px !important;
	}
	#Formulario #formulario {
		width: 240px !important;
		margin: 36px 0 0 0px;
	}
	#Formulario #formulario .Btn {
		padding: 6px 12px 6px 12px !important;
		margin-right: 48px !important;
		margin-bottom: 10px;
		margin-top: 4px !important;
		float: left !important;
	}
	#Formulario #formulario .Campo {
		width: 170px !important;
		float: left !important;
	}
	#Formulario #formulario .AreaTexto {
		width: 170px !important;
		height: 80px !important;
		float: left !important;
	}
	
	#columna-datos #telefono {
		float: left !important;
		width: 220px !important;
		font-size: 20px !important;
		line-height: 24px !important;
		text-align: left !important;
		margin-top: 12px !important;
	}
	#columna-datos p {
		margin-top: 16px !important;
	}
	#columna-datos #direccion {
		width: 220px !important;
		margin-top: -10px !important;
		float: left !important;
	}
	#img-hover {
		background: url('../img/contactanos3.jpg') no-repeat !important;
		height: 19px !important;
		width: 280px !important;
	}
	#img-hover:hover {
	    background-position: 0 -19px !important;
	}
	.pic7 {
		height: 200px !important;
	}
	.pic7 img {
		width: 280px !important;
	}
	
	#Title_Soluciones, #Title_Cumplimiento, #Title_Proyectos, #Equipos {
	    margin: 0px auto 0 auto !important;
	    position: relative !important;
	    padding-top: 300px !important;
	}
	
	#slider {
    	height: 1070px !important;
    }
    
    .mixed div.content {
	    top: 520px !important;
	    left: -700px !important;
    }
    
    #columna-datos #LogoFooter {
	    float: left !important;
	    width: 240px !important;
	}
	.info-txt {
	    width: 280px !important;
	}
	
	.fusion #soluciones-ul li a.selected {
	    background-position: 0px -27px !important;
	}
	.fusion #soluciones-ul li{
		height: 32px !important;
		width: 280px !important;
	}
	
	#img_hover {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion1_Resp.jpg") !important;;
	}
	#img_hover:hover {
		background-position: 0 -27px !important;;
	}
	#img_hover2 {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion2_Resp.jpg") !important;;
	}
	#img_hover2:hover {
		background-position: 0 -27px !important;;
	}
	#img_hover3 {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion3_Resp.jpg") !important;;
	}
	#img_hover3:hover {
		background-position: 0 -27px !important;;
	}
	#img_hover4 {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion4_Resp.jpg") !important;;
	}
	#img_hover4:hover {
		background-position: 0 -27px !important;;
	}
	#img_hover5 {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion5_Resp.jpg") !important;;
	}
	#img_hover5:hover {
		background-position: 0 -27px !important;;
	}
	#img_hover6 {
		width: 280px !important;
		height: 27px !important;;
		background: url("../img/Solucion6_Resp.jpg") !important;;
	}
	#img_hover6:hover {
		background-position: 0 -27px !important;;
	}

}

.carousel-inner .active {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0 !important;
}

.carousel-inner > .item {
  	display: none;
}

.item {
	margin: 0 auto !important;
	width: 1600px !important;
	height: 618px !important;
	overflow: hidden !important;
}

.carousel-inner .item ul li {
  	display: block;
  	width: 820px !important;
  	height: 618px !important;
}

@media screen and (max-width: 1600px) {
  	.item {
		width: 1400px !important;
		height: 454px !important;
	}
	.carousel-inner .item ul li {
	  	width: 700px !important;
	  	height: 442px !important;
	}
}

@media screen and (max-width: 1400px) {
  	.item {
		width: 1200px !important;
		height: 460px !important;
	}
	.carousel-inner .item ul li {
	  	width: 600px !important;
	  	height: 455px !important;
	}
}

@media screen and (max-width: 1200px) {
  	.item {
		width: 1000px !important;
		height: 380px !important;
	}
	.carousel-inner .item ul li {
	  	width: 500px !important;
	  	height: 376px !important;
	}
}

@media screen and (max-width: 1000px) {
  	.item {
		width: 800px !important;
		height: 310px !important;
	}
	.carousel-inner .item ul li {
	  	width: 400px !important;
	  	height: 300px !important;
	}
}

@media screen and (max-width: 800px) {
  	.item {
		width: 600px !important;
		height: 235px !important;
	}
	.carousel-inner .item ul li {
	  	width: 300px !important;
	  	height: 225px !important;
	}
}

@media screen and (max-width: 600px) {
  	.item {
		width: 400px !important;
		height: 160px !important;
	}
	.carousel-inner .item ul li {
	  	width: 200px !important;
	  	height: 153px !important;
	}
}

@media screen and (max-width: 400px) {
  	.item {
		width: 280px !important;
		height: 160px !important;
	}
	.carousel-inner .item ul li {
	  	width: 140px !important;
	  	height: 153px !important;
	}
}

menu, ol, ul {
    padding: 0 !important;
}

.bx-clone {
  display: none !important;
}


.nav-collapse li {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 990px) {
  .nav-collapse li {
    width: auto;
    padding-bottom: 0px !important;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  color: #231F20;
  width: 100%;
  float: left;
  display: block;
  padding-top: 30px;
}
.nav-collapse .homeup {
  margin-top: -20px !important;
}
.nav-collapse a:hover {
  color: #143A61;
}

.nav-collapse a:active,
.nav-collapse .active a {
  color: #143A61;
}

@media screen and (min-width: 990px) {
  .nav-collapse a {
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 990px) {
  .nav-collapse ul ul a {
    display: none;
  }
}

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

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* ==================================================== */

#somos {
	display: block;
	height: 466px;
	padding-top: 70px;
	background-color: #EAE8DE;
}
#info1 {
	display: inline;
	float: left;
	position: relative;
	width: 408px;
}
#info2 {
	display: inline;
	float: right;
	position: relative;
	width: 375px;
	text-align: justify;
}

#somos .content, #encabezado .content, #soluciones .content, #cumplimiento .content, #proyectos-img .content, #equipo .content, #slider .content {
  	margin: 0 auto;
  	max-width: 980px;
  	top: 0;
}
#DownEncabezado {
    display: block;
    position: absolute;
    margin-left: 450px;
    margin-top: -90px;
}
#DownSomos {
    display: block;
    position: absolute;
    margin-top: 390px;
    margin-left: 930px;
}
#DownSoluciones {
    display: block;
    position: absolute;
    margin-top: 500px;
    margin-left: 450px;
}
#Title_Soluciones {
    display: block;
    position: absolute;
    margin-top: 290px;
    margin-left: 154px;
}
#Title_Cumplimiento {
    display: block;
    position: absolute;
    margin-top: 200px;
    margin-left: 115px;
}
#DownCumplimiento {
    display: block;
    position: absolute;
    margin-top: 530px;
    margin-left: 450px;
}
#DownSlider2 {
    display: block;
    position: absolute;
    margin-top: 20px;
    margin-left: 450px;
}
#Title_Proyectos {
    display: block;
    position: absolute;
    margin-top: 250px;
    margin-left: 155px;
}
#DownIMG {
    display: block;
    position: absolute;
    margin-top: 500px;
    margin-left: 450px;
}
#Equipos {
    display: block;
    position: absolute;
    margin-top: 20px;
    margin-left: 52px;
}
#DownEquipo {
    display: block;
    position: absolute;
    margin-top: 480px;
    margin-left: 515px;
}
#DownContacto {
    display: block;
    position: absolute;
    margin-top: 450px;
    margin-left: 450px;
}

#CajaAnimaciones {
	display: block;
	position: absolute;
	width: 980px;
    margin: 0 auto;
    top: -400px;
    left: 0;
}
#Logo_Slogan {
	display: block;
	position: absolute;
	width: 409px;
	height: 229px;
	top: 0px;
	left: 0px;
	margin: 500px 0 0 0px;
}
.scrollblock {
	top: 0px !important;
}

#soluciones_info1 {
	display: inline;
	float: left;
	position: relative;
	width: 388px;
}
#soluciones_info2 {
	display: inline;
	float: right;
	position: relative;
	width: 455px;
	text-align: justify;
}
#slider {
	display: block;
	padding-top: 70px;
}
#soluciones_info1 h1 {
	margin-bottom: 12px;
}


#img_hover {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion1.jpg");
}
#img_hover:hover {
	background-position: 0 -35px;
}
#img_hover2 {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion2.jpg");
}
#img_hover2:hover {
	background-position: 0 -35px;
}
#img_hover3 {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion3.jpg");
}
#img_hover3:hover {
	background-position: 0 -35px;
}
#img_hover4 {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion4.jpg");
}
#img_hover4:hover {
	background-position: 0 -35px;
}
#img_hover5 {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion5.jpg");
}
#img_hover5:hover {
	background-position: 0 -35px;
}
#img_hover6 {
	display: block;
	width: 361px;
	height: 35px;
	background: url("../img/Solucion6.jpg");
}
#img_hover6:hover {
	background-position: 0 -35px;
}
.right {
	display: none;
}
.info-txt {
	width: 380px;
	margin-top: 12px;
	margin-bottom: 12px;
}


#Servicio1 {
	display: block;
}

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

#Servicio2 {
	display: block;
	
}

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

#Servicio3 {
	display: block;
	
}

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

#Servicio4 {
	display: block;
	
}

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

#Servicio5 {
	display: block;
	
}

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

#Servicio6 {
	display: block;
	
}

.bxslider li {
	width: 437px !important;
	height: 469px !important;
}


/* ==================================================== */

.pic2 {
  background-image: url('../img/bg/Soluciones.jpg');
  height: 678px;
}

/* ==================================================== */

#slider {
	height: 611px;
}

/* ==================================================== */

.pic3 {
  background-image: url('../img/pic3.jpg');
}

/* ==================================================== */

#slider2 {
	height: 740px;
}
.title-center {
	font-family: 'robotoblack';
	font-size: 36px;
	color: #143A61;
	text-align: center;
	margin-top: 130px;
	margin-bottom: 30px;
	padding-top: 10px;
}

#columna-formulario {
	display: block;
	float: left;
	position: relative;
	width: 415px;
}
#area-contacto #title-contact {
	display: block;
	float: left;
	position: relative;
	font-size: 25px;
	color: #010101;
	font-family: 'robotoblack';
}
#Formulario {
	display: inline;
	float: left;
	position: relative;
	width: 402px;
	height: 370px;
	margin: 20px 90px 0 0;
	background-color: #000000;
}
#Formulario #formulario {
	display: inline;
	float: left;
	position: relative;
	width: 344px;
	font-size: 14px;
	margin: 36px 0 0 27px;
}
#Formulario #formulario .Btn {
	border: 1px solid #EAB420;
	background-color: #EAB420;
	color: #000;
	cursor: pointer;
	padding: 14px 30px 12px 30px;
	float: right;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
}
#Formulario #formulario .Campo {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 330px;
	height: 38px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 0 7px 0 7px;
	color: #002642;
	font-size: 12px;
	font-weight: bold;
}
#Formulario #formulario .AreaTexto {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 330px;
	height: 100px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 7px;
	resize: none;
	color: #002642;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}
#Formulario #formulario #success {
	margin-top: 4px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-bottom: 4px;
}
#escribe {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	text-align: left;
	margin-top: -12px;
}
#escribe img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#columna-datos {
	display: block;
	float: right;
	position: relative;
	width: 410px;
}
#columna-datos #telefono {
	display: block;
	float: right;
	position: relative;
	width: 390px;
	font-family: 'robotoblack';
	font-size: 48px;
	line-height: 54px;
	text-align: right;
	color: #231F20;
	background-color: #EAB420;
	padding: 10px;
	margin-top: 38px;
}
#columna-datos p {
	display: block;
	float: left;
	position: relative;
	font-size: 24px;
	color: #231F20;
	font-family: 'robotoblack';
	margin-top: 40px;
}
#columna-datos #LogoFooter {
	display: block;
	float: right;
	position: relative;
	width: 403px;
	margin-top: 12px;
}
#columna-datos #direccion {
	display: block;
	float: right;
	position: relative;
	width: 390px;
	font-family: 'robotoblack';
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #231F20;
	background-color: #FFF;
	padding: 10px;
	margin-top: 12px;
}
#area-popup {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 12px;
}
#camion {
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
}
#img-hover {
    display: block;
    float: left;
    position: relative;
    background: url('../img/contactanos1.jpg') no-repeat;
    height: 48px;
    width: 726px;
}
#img-hover:hover {
    background-position: 0 -48px;
}
#img-hover a {
	display: block;
	width: 100%;
	height: 100%;
}

.pic3 {
  background-image: url('../img/bg/Cumplimiento.jpg');
}

.pic4 {
  background-image: url('../img/bg/Proyectos.jpg');
}

.pic5 {
  background-image: url('../img/bg/Equipos.jpg');
}

.pic6 {
  background-image: url('../img/bg/Contacto.jpg');
  background-position: top !important;
  -webkit-background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    background-size: cover !important
}

.pic7 {
  background-image: url('../img/bg/Pie.jpg');
}

/* ==================================================== */

@media (min-width: 768px) {
  .pic1 {
    background-image: url('../img/bg/Header.jpg');
    background-repeat: no-repeat;
    height: 765px;
    background-position: center bottom;
  }
  .pic2 {
    background-image: url('../img/bg/Soluciones.jpg');
    background-repeat: no-repeat;
    height: 678px;
    background-position: center bottom;
  }
  .pic3 {
    background-image: url('../img/bg/Cumplimiento.jpg');
    background-repeat: no-repeat;
    height: 610px;
    background-position: center bottom;
  }
  .pic4 {
    background-image: url('../img/bg/Proyectos.jpg');
    background-repeat: no-repeat;
    height: 610px;
    background-position: center bottom;
  }
  .pic5 {
    background-image: url('../img/bg/Equipos.jpg');
    background-repeat: no-repeat;
    height: 610px;
    background-position: center bottom;
  }
  .pic6 {
    background-image: url('../img/bg/Contacto.jpg');
    background-repeat: no-repeat;
    height: 1100px;
    background-position: center bottom;
  }
  .pic7 {
    background-image: url('../img/bg/Pie.jpg');
    background-repeat: no-repeat;
    height: 362px;
    background-position: center;
  }
}

.center .slick-center img {
	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%);
}
.center img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.center {
	margin-left: -40px;
	margin-right: -40px;
	max-width: 940px;
	margin: 0 auto;
}
.center div {
	padding-left: 5px !important;
	padding-right: 0px !important;
}

#footer {
	height: 580px;
}

/*.center .slick-center img {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	color: #e67e22;
	opacity: 1;
	transform: scale(1);
}
.center img {
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	opacity: 0.8;
	transform: scale(0.95);
	transition: all 300ms ease;
}*/

/* Content Sections */

section {
  padding: 0px;
}

section .content {
  margin: 0 auto;
  max-width: 980px;
}

section p {
  margin: 0 0 12px 0;
}

}

.content code {
  font-family: monospace, serif;
  font-size: 16px;
  color: gray;
  white-space: nowrap;
}


/* Intro */

.intro p {
  margin: 0;
  font-size: 24px;
}

.cta {
  margin-top: 32px;
}

.btn-cta {
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
}

.btn-cta:hover {
  background-color: white;
  color: #228B22;
  text-decoration: none;
}

#contacto .content {
  margin: 0 auto;
  max-width: 980px;
  top: 0;
}

#Title_Personal {
	display: block;
	position: absolute;
	right: 0;
	top: 96px;
}
#area-contacto {
	display: block;
	position: absolute;
	width: 847px;
	height: 500px;
	top: 550px;
	left: 78px;
}


/* Footer */

.footer {
  text-align: center;
}

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}