@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Open+Sans", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-mineria, .bgimg-petroleo{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url(../images/parallax/IMG_PAR_1.jpg);
  min-width: 100%;
}

.bgimg-2 {
  background-image: url(../images/parallax/IMG_PAR_2.jpg);
  min-height: 600px;
}

.bgimg-3 {
  background-color: #EBE9E9;
  min-height: 300px;
	opacity: 100;
}

/********SERVICIOS******************/
.bgimg-4 {
  background-image: url(../images/parallax/Deseado.jpg);
 min-height: 500px;
}
.bgimg-petroleo {
  background-image: url(../images/parallax/Petroleo.jpg);
 min-height: 500px;
}
.bgimg-mineria {
  background-image: url(../images/parallax/Mineria.jpg);
 min-height: 500px;
}
.bgimg-5 {
  background-image: url(../images/parallax/tren.jpg);
	 min-height: 500px;
  
}

.caption {
 position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
 text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Open+Sans", sans-serif;
  color: #111;
}

.logo-120{
  /*position: absolute;*/
  min-height: 50%;
  text-align: center;
	margin: 0 auto;
	
}
.thu-txt h3{
  top: 30%;
  width: 100%;
 text-align: center;
}

.thu-infraestructura{
	min-height:500px;
}
.thumbnail p{
	text-align:left;
	

}

/**************************************************/

#someId .thumbnail{
    display: inline-flex;
}