/* -------- MOVILES VERTICALES ---------------- */
@media (max-width: 575px) { 


}
/* ------- MOVILES HORIZONTALES Y TABLET  ------ */
@media (max-width: 767px) {
 #cabecera{
  background: url("../images/cabecera.jpg") no-repeat 0 0;  
  background-size: cover;
  min-height: auto;
  height: 300px
 } 
 #franja{
  background-color:#006837;
  height:auto;
  left:0;
  margin-left:0;
  padding: 10px 10px;
  position:relative;
  opacity: 1;
  top:auto;
  width:100%;
 }
 #logotipo{
  bottom:auto;
  left:50%;
  margin-left:-50px;
  position:relative;
  width:100px;
  z-index: 100;
 }
 #frase{
  bottom:0;
  font-size: 60px;
  left:0;
  line-height: 60px;
  margin-left:0; 
  padding: 0px 10px;  
  position:relative;
  text-align: center;
  width:100%;
  z-index: 100;
 } 
 #sostenibilidad{
  background: url("../images/cabecera2.jpg") no-repeat;
  background-size: cover;
 } 
 #servicios{
  background: url("../images/fondo-servicios.jpg") no-repeat;
  background-size: cover;
 } 
 #valores{
  background: url("../images/fondo-valores.jpg") no-repeat;
  background-size: cover;
 } 
 footer .derecha{
  text-align: center;
 }
 footer .izquierda{
  text-align: center;
 }
}
/* ------- TABLES HORIZONTALES Y ESCRITORIO ---- */
@media (min-width: 768px) and (max-width: 991px) { 
#franja{
  height:220px;
}
#logotipo{
  bottom:40px;
  left:12%;
}
#frase{
  bottom:30px;
  font-size:70px;
  left:25%;
  margin-left:0%; 
  padding: 0px 30px;
  position:absolute;
  text-align: left;
  width:70%;
}
 #pie{
  text-align: center;
 }
 footer .derecha{
  text-align: center;
 } 

}

/* ------- ESCRITORIOS GRANDES ----------------- */
@media (min-width: 992px) and (max-width: 1400px) { 
#cabecera{
  background: url("../images/cabecera.jpg") no-repeat 0 -150px fixed;
  background-size: cover;
  height: 500px;
}
#franja{
  height:220px;
}
#logotipo{
  bottom:40px;
  left:12%;
}
#frase{
  bottom:30px;
  font-size:80px;
  left:25%;
  margin-left:0%; 
  padding: 0px 30px;
  position:absolute;
  text-align: left;
  width:70%;
}


}
/* ------- ESCRITORIOS SEMI SUPER GRANDE ----------------- */
@media (min-width: 1401px) { 

 #franja{
  width:60%;
  margin-left:-30%;
 }

}





