body{
	background: #eeeeee;
	font-family: 'Helvetica', sans-serif;

}
.botonera nav{
	position: relative;
}	
.botonera nav {
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
	font-size: 16px;
        padding-top: 30px;
}
.botonera nav > a {
    float: left;
    color: #002a5e;
    padding: 0 2em;
    border-right: 1px solid white;
    transition: background .2s;
    display: block;
    font-weight: normal;
}
.botnoera nav > a:hover {
    background: rgba(0,0,0,0.4);
/*botón*/
}
.botonera .drop {
    color: #262261;
    padding: 2em;
    background: white;
    cursor: pointer;
    display: none; /*ocultamos el botón*/
}
.botonera .drop svg {
    fill: #fff;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .botonera {background: rgba(0,0,0,0.3);}
    .botonera .drop {display: inline-block;}/*volvemos a mostrar el botón*/
    .botonera nav {/*ahora nuestro menú es una lista flotante*/
        position: absolute;
        z-index: 600;
        background: #121212;
        min-width: 20rem;
        display: none;
        top: 100%;left: 0;
    }
    .botonera nav > a {/*y los ítems se alinean verticalmente*/
        float: none;
        border: 0 none;
    }
}       
/*pure css*/
.botonera input {display: none}/*ocultamos el input*/
#toggle:checked ~ nav{
    display: block;
    background: white;
}
#toggle:checked ~ label{
    background: rgba(0,0,0,0.0);
}
header{
padding: 0 30px;
	background: white; 
	position: fixed;
	width: 100%;
	z-index: 34242;
        
}

.principal{
	background: red;
	height: 95vh;
	background: url(../images/SKY.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.vertical-centered-text {
  -ms-display: flex;
  display: flex;	
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
}

.cta{
	text-align: center;
}
h1{
	font-weight: 100px;
	font-size: 50px;
	color: rgba(000,000,000,.8);
}

.orange{

	background: #0041ff8a;
}

.nosotros{
	width: 100%;
	height: 50vh;
	text-align: center;
	padding-top: 150px;
}
.nosotros h1{
	font-weight: 100;
}
.servicios{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
.servicios img{
	width: 40%;
	text-align: center;
}

.servicios h1{
	color: #666;
	font-weight: 100;
}
.servicios .images{
	padding-top: 30px;
}

.images .col-md-3{
	padding-top: 20px;

}
.social{
	text-align: center;
}
.social img{
	width: 30%;
	text-decorationt-align: center;
}

footer{
	background: #757575;
	height: 50vh;
	padding-top: 30px;
}
footer h1{
	text-align: center;
	font-weight: 200;
}

#home {
	color: black;
}
.col-xs-4{
	text-align: center;
Pie{
	height: 50vh;
	padding-top: 30px;
}


/*@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { }
@media only screen and (min-width: 324px) and (max-width: 736px) {*/
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) {
  /* iPhone only */
  /* Styles */
  .off {
    display: none !important;
  }
  .on {
    display: block !important;
  }
  .col-md-2 {
    width: 500%;
  }
  .social img{
  	width: 100%;
  }	
  .botonera li a {
    font-size: 5px;
}
.nosotros{
	height: 400px;
	overflow: hidden;
		padding-top: 15px;
}
#home{
	padding-top: 65px;
}
h1{
	font-size: 30px;
}

footer{
	padding-top: 10px;
}

Pie{
	padding-top: 10px;


}

}