body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
h2{
	font-size: 50px;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;	
}
#contenedor{
	position:relative;
	margin: auto;
	max-width: 1600px;
}
#cabecera{
	background: url("../images/cabecera.jpg") no-repeat 0 -150px fixed;
	background-size: cover;
	height: 600px;
	position: relative;
}

#franja{
	background-color:#006837;
	background: linear-gradient(to bottom,rgba(0,104,55,0.89) 8%,rgba(0,104,55,0.79) );
	top:250px;
	height:270px;
	left:50%;
	margin-left:-40%;
	position:absolute;
	width:80%;

}
#logotipo{
	bottom:110px;
	left:50%;
	margin-left:-70px;
	position:absolute;
	width:140px;
	z-index: 100;
}
#logotipo img{
	width:100%;
}
#frase{
	bottom:20px;
	color:#fff;
	font-size: 80px;
	left:50%;
	line-height: 80px;
	margin-left:-50%;	
	padding: 0px 30px;
	position:absolute;
	text-align: center;
	width:100%;
	z-index: 100;
}
#frase span{
	font-weight: 500;
}
#menu{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase; 
	position:relative;	
	width: 100%;
	z-index: 1000;
}
#sostenibilidad{
	background: url("../images/cabecera2.jpg") no-repeat fixed;
	background-size: cover;
	color:#fff;
	position: relative;
}
#sostenibilidad .malla{
	background: linear-gradient(to bottom,rgba(0,104,55,0.89) 8%,rgba(0,104,55,0.79) );
	padding: 50px 0px 50px 0px;	
}
#eficiencia{
	background-color: #7F7F7F;
	color:#fff;
	padding: 50px 0px 50px 0px;		
}
#eficiencia .col-4{
	padding-left:50px;
	padding-right:50px;
}
#eficiencia img{
	height:100px;
	margin:20px 0px;
	width:100px;
}
#elaboracion{
	color:#000;
	position:relative;
}
#elaboracion .container::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: 0.2; 
  z-index: -1;
  background:  url("../images/logo.svg") no-repeat 420px 240px;
}
#servicios{
	background: url("../images/fondo-servicios.jpg") no-repeat fixed;
	background-size: cover;
	color:#fff;
	position: relative;
}
#servicios .malla{
	background: linear-gradient(to bottom,rgba(127,127,127,0.89) 8%,rgba(127,127,127,0.79) );
	padding: 50px 0px 50px 0px;	
} 
#nivelsostenible{
	background-color: #006837;
	color:#fff;
	line-height: 30px;
	padding: 50px 0px 50px 0px;		
}
#valores{
	background: url("../images/fondo-valores.jpg") no-repeat fixed;
	background-size: cover;
	color:#fff;
	position: relative;
}
#valores .malla{
	background: linear-gradient(to bottom,rgba(127,127,127,0.89) 8%,rgba(127,127,127,0.79) );
	padding: 50px 0px 50px 0px;	
} 
#contacto{
	background-color: #4d4d4d;
	color:#fff;
	padding: 50px 0px 50px 0px;		
}
#contacto a{
	color:#fff;
}
footer{
	background-color: #2C2D34;
	color:#fff;	
	font-family: 'Roboto', sans-serif;
	font-size: 13px;	
	font-weight: 300;
	padding: 50px 0px 50px 0px;		
}
footer a{
	color:#fff;
}
footer strong{
	font-weight: 700;
}
footer .derecha{
	text-align: right;
}
img.icono{
	height:100px;
	margin:20px 0px;
	width:100px;
}
.conmargen{
	padding-top:40px;
	padding-bottom:40px;
	padding-right: auto;
	padding-left: auto;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-taller {
    background-color: #2C2D34;
}

/* change the brand and text color */
.navbar-taller .navbar-brand,
.navbar-taller .navbar-text {
    color: rgba(255,255,255,1);
}

/* change the link color */
.navbar-taller .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

/* change the color of active or hovered links */
.navbar-taller .nav-item.active .nav-link,
.navbar-taller .nav-item:hover .nav-link {
    color: rgba(255,255,255,0.7);
}

.navbar-taller .navbar-toggler-icon{
	color: rgba(255,255,255,1);
}
button:focus {
     outline: 0px none -webkit-focus-ring-color;
}
.btn-default{
	background-color: #666666 !important;
	border-color: #666666 !important;
	color:#fff !important;
	padding:7px 40px;
}
.btn-default:hover{
	background-color: #2C2D34 !important;
	border-color: #2C2D34 !important;
}
