body{
	font-family: 'Roboto';
}

#mainNav {
    height: 120px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 5px 5px rgba(0,0,0,.2);
}

#logo{
	width: 120px;
	margin-top: 15px;
}

.navbar-brand {
	padding-top:20px;
}



.nav {
	padding-top:50px;
}


.navbar-nav > li {
	line-height:30px!important;
	padding-left:30px;
	text-transform: uppercase;
}

.navbar-nav > li > a {
	line-height:30px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
	padding-left:5px!important;
	padding-right:20px!important;
	font-size:14px!important;
	
	font-family: 'Source Sans Pro', sans-serif;!important;
	font-weight: 700!important;
	color: #747474!important;
}


.navbar-default .nav > li.active > a {
	color:#51B11E!important;
}

main{
	margin-top: 120px;
}

section{
	width: 100%;
	min-height: calc(100vh - 120px);
	background-color: grey;
	padding: 100px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

h1{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

#empresa{
	background-image: url(../img/aerial-view-931721_1920.jpg);
	color: white;
}

#empresa p, #equipo p{
    font-size: 22px;
    font-weight: 500;
}

h2{
	font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#empresa .container, #equipo .container{
	max-width: 900px;
}

#equipo{
	background-image: url(../img/rail-1238185_1920.jpg);
	color: white;
	padding: 0;
	height: calc(100vh - 120px);
}


.section_back{
	width: 100%;
	height: 100%;
	background-color: rgba(48, 49, 9, 0.47);
	color: white;
}

#servicios{
	background-color: #f1f1f1;
}

.servicios_img{
	width: 100%;
}

.servicios_img img{
	width: 100%;
}

#servicios .container-fluid{
	margin: 30px auto;
}

#servicios h2{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}

.servicios_text{
	font-size: 18px;
	padding-top: 20px;
}

#contacto{
	background-color: #f1f1f1;
}

.contacto_text_in{
	padding-left:43px;
	position: relative;
	margin-bottom: 15px;
	min-height: 30px;
}

.contacto_text_in span{
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 30px;
}

.contacto_text_in.minh{
	line-height: 40px;
}

#section_separador{
	background-image: url(../img/power-poles-503935_1920.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
}

blockquote {
  border-left: none;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\201C""\201D";
  text-align: center;
}

blockquote:before {
  color: #9ECC11;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.00em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #9ECC11;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.00em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;	
}

.embed-responsive{
	width: 100%;
}

.navbar-nav a:hover{
	color: black !important;
}

.header-content{
	display: table;
	width: 100%;
	height: 100%;
	
}

.header-content .header-cont{
	display: table-cell;
	vertical-align: middle;
	
}

@media (min-width: 768px){
	 }

@media (max-width: 768px){
	.header-content {
    position: relative;
    top: inherit;
    transform: none;

}

#equipo{
	border-top: 5px solid white;
}

.section_back{
	padding: 60px 0;
}

#section_separador{
	background-attachment: scroll;
}

#mainNav .col-md-2{
	margin: auto;
	display: table;
	z-index: 10;
}

#mainNav{
	position: inherit;
}

main{
	margin: auto;
	margin-top: -20px;
}

section{
	padding: 60px 0;
	background-attachment: scroll;
}

blockquote {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
}

@media (max-width: 600px){


#equipo{
	border-top: 5px solid white;
}

