
/*
header{
	background: #2c3e50;
	background: rgba(68,49,122,0.5);
	color: #fff;
}*/

/*body{
	padding-top: 135px;
}*/

/*.navbar-default .navbar-nav > .active > a*/
/*.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #59a4ed;
}*/

footer{
	/*background: #16a085;*/
	background: rgba(0,0,0,0.8);
	/*color: #fff;*/
}

/*img#logo{
  float: left;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 150px;
  height: 350px;
  -webkit-transition: width .5s, height -5s, margin-right .5s, margin-top .5s;
}*/

.copy{
	font-size: 15px;
	color: #F1FCFF
}

.sociales{
	/*width: 70%;*/
	text-align: right;
	font-size: 30px;
}

.sociales a{
	color: #F1FCFF;
	/*text-decoration: none;*/
}

ul#aqui li a{
        /*position: relative;*/
        /*font-weight:bold;*/
        color:#696868;
        /*margin: 0px 15px;*/
    }
    ul#aqui li a:after{
        position: absolute;
        bottom: 7px;
        left: 0px;
        width: 100%;
        height: 4px;
        background-color: #0A4200;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateY(20px);        
    }
    ul#aqui li a:hover:after{
        opacity:1;
        transform: translateY(15px);
        color: #0A4200;
    }

    ul#aqui li a:hover, ul#aqui li a:active {
	color:#0A4200;
	text-decoration:none;
}




.content-block-one {
  padding: 130px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #fff;
  display: flex;
}

.content-block-one article{
  margin: 30px;
}

/*.content-block-one h1,
.content-block-one .h1 {
  color: inherit;

}*/
/*.content-block-one p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;

}*/s
/*.content-block-one > hr {
  border-top-color: #d5d5d5;
}*/
/*.container .content-block-one {
  border-radius: 6px;
}
.content-block-one .container {
  max-width: 100%;
}*/


@media screen and (min-width: 768px) {
  .content-block-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container .content-block-one {
    padding-right: 50px;
    padding-left: 50px;
  }
  /*.content-block-one h1,
  .content-block-one .h1 {
    font-size: 63px;
  }*/
}
.content-space-one {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/c9.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
.content-space-two {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/logistica.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
.content-space-three {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/logo.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
.content-space-fourth {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/acero.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.content-space-quinto {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/mai.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

/*.content-space-sexto {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/transp.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.content-space-septimo {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../imags/transp.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}*/

.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}