
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

/*Header*/
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/header_contacto.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.intro-header-equipos {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
	background: url(../images/header_equipos.jpg) no-repeat center center;
	background-size: cover;
    height: 500px;
    width: 100%;
}

.intro-header-obras {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
	background: url(../images/header_obras.jpg) no-repeat center center;
	background-size: cover;
    height: 500px;
    width: 100%;
}

.intro-header-servicios {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
	background: url(../images/header_servicios.jpg) no-repeat center center;
	background-size: cover;
    height: 500px;
    width: 100%;
}

/*Slaider home*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/*Gallery*/
.thumbnails-gallery {
	width: 358px;
	height: 313px;
	margin: 0 0 30px 0px;
	border: 1px solid #6a6a69;

}


/*Obras*/
.obras h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: bold;
  	font-weight: 800;
  	font-size: 15px; 
  	color: #bf120f;
  	padding-bottom: 5px;
  	margin:0px;

}

.obras p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
  	font-weight: 400;
  	font-size: 14px; 
  	color: #242424;
  	padding-bottom: 15px;
  	border-bottom: 1px dotted #ababab;

}

/*Servicios*/
.servicios {
	padding: 50px 15px 50px 0px;

}

.servicios h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: bold;
  	font-weight: 800;
  	font-size: 18px; 
  	color: #bf120f;
  	margin: 0px;
  	padding: 0px;

}

.servicios ul li {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
  	font-weight: 400;
  	font-size: 14px; 
  	color: #242424;
  	padding: 0px;

}


/*Footer*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 73px;
  background-color: #131313;
  margin-bottom: 0px;

}



.container .text-muted {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
}

.text-muted .right {
  text-align: right;
  }

.text-muted a {
  text-decoration: none;
  color: #fff;
  }

.text-muted a:hover  {
  text-decoration: none;
  color: #8b8a8a;
  }


