<style>
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	width: 35%;
    margin-top: 35px;
}

.header-inner div:first-child{
	width: 50%;
	float: left;
}

.header-inner div:nth-child(2){
	width: 50%;
	float: left;
}

.header-inner div a:first-child{
	top: 40px; 
	float: right;
	height: 43px; 
	font-size: 17px; 
	padding: 10px; 
	display: block;
}

.header-inner div a:nth-child(2){
	top: 40px; 
	float: right;
	height: 43px; 
	font-size: 17px; 
	padding: 10px; 
	display: block;
	right: 10px;
}

.inner strong{
	color: #01487e;
}

#navbar {
  overflow: hidden;
  background-color: #1c3a61;
  z-index: 1;
  padding: 20px;
}
/*estilo*/
#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


a:link, a:visited, a:active,a:hover {
	text-decoration: none;outline:0;
}

.sidemenu {
	background: #f2f2f2;
	position: fixed;
	left: -300px;
	top: 0;
	width: 300px;
	height: 100%;
	overflow: scroll;
	transition: left .5s;
	z-index: 1000;
}

.sidemenu ul {
	list-style: none;
	padding: 20px
}

.sidemenu ul li {
	display: block;
	border-bottom: 1px solid #FFF
}

.sidemenu ul li a:link,.sidemenu ul li a:active,.sidemenu ul li a:visited {
	display: block;
	padding: 8px;
	color: #000;
	transition: 0.3s;
}

.sidemenu ul li a:hover {
	background:#FFF;
}

.contenedor {
	display: inline;
	left: 0;
	padding: 0px;
	transition: margin-left .5s;
	position: fixed;
	top: 50%;
	z-index: 999;
	margin-top: -170px;
}

.toggle {
	display: block;
	width: 40px;
	height: 341px;
	background: #8aceaf;
}

.panel-default2 {
	background: #ffffff;
	text-align: center;
}


.panel-heading2 {
	position: relative;
}

.text-default {
	text-align: center;
}

.panel-body2 {
	padding: 20px; 
	width: 100%;
}

.parrafo {
	width: 301px !important;
	display: block !important;
	position: absolute !important;
	margin-left: -135px  !important;
	margin-top: 159px !important;
	text-align: center !important;
	font-size: 26px !important;
	color: #1c3a61 !important;
	-webkit-transform:
	rotate(-90deg) !important;
}

.pace-progress{
	width: 100%;
}

section .jumbotron{
	background-image: url(&quot;assets/images/home_gnp1.jpg&quot;); 
	background-position: center 48.6092%;
}

section .inner{
    transform: translateY(0px);
}

section .inner .col-sm-6{
    position: absolute; 
    bottom: 30px;
}

section .inner .col-sm-6 h4{
    color:#01487e;
}


.app{
	text-align: center;
}

.app img{
	height: 70px; 
	width: 170px;
}

.qr{
	text-align: center;
}

.panel-title2 img{
	width: 20px; 
	height: 20px;
}

.toggle{
	position: relative;
}

.chat{
	cursor: hand;
}

.interior {
	width: 90%;
}

.app {
	width: 170px;
}

.QR {
	width: 75%;
}

@media (max-width: 1200px) {
	.interior {
		width: 90%;
	}
}

@media (min-width: 1130px) and (max-width: 2560px){
    #navbar .menu{
        float: initial !important;
        left: -12%;
    }
}
@media (min-width: 950px) and (max-width: 1129px){
    #navbar .menu{
        float: initial !important;
        left: -12%;
        display: contents !important;
    }
}

@media (min-width: 785px) and (max-width: 949px){
    #navbar .menu{
        width: 100%;
        padding: 2px 250px 2px;
        display: grid;
    }

    .app {
		width: 150px;
	}

	.QR {
		width: 90%;
	}
}

@media (max-width: 785px){
    #navbar .menu{
        width: 100%;
        padding: 4px 1px 2px 46px;
        display: grid;
        margin: -17px;
    }

    .logo {
    	margin-top: 40px;
    }

    .app {
		width: 150px;
	}

	.QR {
		width: 90%;
	}
}

@media (max-width: 968px){
	.QR {
		width: 60%;
	}
}

@media (max-width: 531px){
	.logo {
    	margin-top: 60px;
    }

	.app {
		width: 30%;
	}
}

@media (max-width: 401px){
	.logo {
		margin-left: 0px !important;
		width: 45% !important;
	}
}

@media (max-width: 1000px){
    .logo{
        width: 50%;
    	margin-left: 50px;
    	margin-top: 55px;
    }
    .header-inner .buttons a {
        top: 60px;
        float: right;
        height: 41px;
        margin: 6px !important;
        right: 3px !important;
    }
    .full-width {
        height: 100%;
    }
    .header {
    	height: 175px !important;
    }
    .jumbotron{
    	background-size: auto !important;
    }
}

@media (max-width: 600px) {
	.logo {
		margin-left: 30px;
    	margin-top: 70px;
	}
}
</style>