body{
	/* background: #eeeeee; */
	font-family:'Libre Franklin', sans-serif;

}
.logo{
	width: 40px;
	
}

.botonera li{
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
	font-size: 20px;
	
}
.botonera li a{
	color: rgb(250, 250, 250);
	
}
.botonera li a:hover{
	color: #ec7f39;
	text-decoration: none;
}


header{
	background:#5fbed5; 
	padding-top: 15px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 34242;
	opacity: 90%;
}

.principal{
	background: white;
	height: 100vh;
	background: url(../images/fondoweb04.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;
  color: #1e5d78;
}

.cta{
	text-align: center;
}
h1{
	font-weight: 700;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.7);
}
h2{
	font-weight: 700;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.orange{
	
	background: #ec7f39;
    border-color: #ec7f39;
}

.nosotros{
	width: 100%;
	height: 50vh;
	text-align: center;
	padding-top: 110px;
	text-decoration: #5fbed5;
	
}
.nosotros h1{
	font-weight: 100;
	color: #1e5d78;
}
.nosotros p{
	font-weight: 100;
	color: #1e5d78;
}
.servicios{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}
.servicios img{
	width: 60%;
	text-align: center;
}

.servicios h1{
	color: #1e5d78;
	font-weight: 100;
}
.servicios h3{
	color: #1e5d78;
	font-weight: 100;
}
.servicios p{
	color: #1e5d78;
	font-weight: 100;
}
.servicios .images{
	padding-top: 50px;
}

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

}
.text-dark{
	padding-top: 20px;

}

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

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

#home {
	color: white;
}
.col-xs-4{
	text-align: center;
}



/*@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: 100%;
  }
  .social img{
  	width: 60%;
  }
  .botonera li a {
    font-size: 13px;
}
.nosotros{
	height: 400px;
	overflow: hidden;
	padding-top: 15px;
}
#home{
	padding-top: 65px;
}

h1{
	font-size: 30px;
}

footer{
	padding-top: 50px;
}

}