body{
	background: #03548F;
	font-family: 'Open Sans', sans-serif;

}
.logo{
	width: 100px;
}

.shadow {
	padding: 0;
	margin: 0;
}
.botonera li{
	display: inline-block;
	margin-left: 9px;
	font-weight: 700;
	font-size: 20px;
}
.botonera li a{
	color: #03548F;

}
.botonera li a:hover{
	color: black;
	text-decoration: none;
}

#cajas {
	margin-top: 15px;
}

header{
	background: white; 
	padding-top: 15px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 34242;
}
.shadow {
	margin-top:  20px;
}

#boton {
	margin-top: 20px;
	margin-bottom: 20px;
}

.principal{
	background: red;
	height: 90vh;
	background: url(../images/banner3.png)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header {
	padding-top: 0;
	padding-bottom: 0;	
}
.navbar {
	padding: 0, 0, 0, 0;
	background: rgba(8,68,112,1);
}

.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: 700;
	font-size: 50px;
	color: white;
}

.orange{

	background: #BF0606;
}

.nosotros{
	width: 100%;
	height: 50vh;
	text-align: center;
	padding-top: 80px;
}
.nosotros h1{
	font-weight: 100;
}

#nosotros p {
	color: white;
}

.servicios{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
.servicios img{
	width: 100%;
	text-align: center;
}

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

.images .col-md-3{
	padding-top: 20px;
}
.images .col-md-3 h3{
	margin-top: 1rem;
}

.social{
	text-align: center;
}
.social i{
	font-size: 3rem;
	text-align: center;
	color: whitesmoke;
}

.social i:hover{
	color: #03548F;
}

footer{
	background: rgb(44,123,139);
background: radial-gradient(circle, rgba(44,123,139,1) 0%, rgba(8,68,112,1) 100%);
	height: 50vh;
	padding-top: 30px;
}
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: 100%;
  }
  .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: 10px;
}

}