body{
	background: #FDFEFE;
	font-family: 'Roboto', sans-serif;

}
.logo{
	width: 40px;
}

.botonera li{
	display: inline-block;
	margin-left: 8px;
	font-weight: 700;
	font-size: 20px;
}
.botonera li a{
	color: #07316d;

}
.botonera li a:hover{
	color: #8dbaec;
	text-decoration: none;
}


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

.principal{
	background: red;
	height: 90vh;
	background: url(../images/FondoCPN.png)no-repeat top 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: 700;
	font-size: 50px;
	color: #FDFEFE;
}

.orange{

	background: #0d74e1;
}

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

.espaciadosubt{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
	color: #07316d;
}

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

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

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

footer{
	background: #8dbaec;
	height: 50vh;
	padding-top: 30px;
}
footer h3{
	text-align: center;
	font-weight: 100;
}

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


label {
  display: block;
  margin: .5em 0 0 0;
  font-weight: bold;
}
h4 {
    text-align: center;
}
legend {
   font-weight: bold;
   font-size: 1em;
   color: #0F1258;
}

input {
	border-radius:4px;
	background-color: #F0FAF8;
}


fieldset {
	border: 2px solid #07316d;
	padding: 10px 15px;
}

input[type=submit] {
  background-color: #0754af;
  border: none;
  color: white;
  text-decoration: none;
  margin-right: 30px;
  cursor: pointer;
  width: 139px;
  height: 37px;
}

input[type=reset] {
  background-color: #8c8a8a;
  border: none;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 139px;
  height: 37px;
}

.requerido {
color: red;
}
footer h6{
	padding-top: 10px;
	text-align: right;
	font-weight: 100;
	color: white;
}

.contenedor-responsivo {
    position: relative;
    overflow: hidden;
}

.page_break {
  page-break-before: always;
}
/*@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;
}

}