<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;
}

video{
	width:100%;
}

@media (max-width: 600px) {
	.header-inner div:first-child{
		width: 100%;
	}
}

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

@media (max-width: 991px) {
	.header-inner div:nth-child(2){
		width: 100%;
		margin-top: -11%;
	}
}

.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: #001a72;
  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;
}

/* Botones Home */
.c-buttons {
    height: 80px;
}

.c-buttons1 {
    height: 80px;
}

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: #ff8800;
}

.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: #ffffff !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-12{
    position: absolute; 
    bottom: 30%;
	left: 25%;
}

section .inner1{
    transform: translateY(0%);
}

section .inner1 .col-sm-12{ 
    bottom: -35%;
}

.app{
	text-align: center;
}

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

.QR{
	width: 100%;
}

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

.toggle{
	position: relative;
}

.chat{
	cursor: hand;
}

.line {
	width: 100%;
}

.fondo {
	height: 768px;
}

.icon1 {
	height: 175px;
}

.icon2 {
	height: 105px;
}

.icon3 {
	width: 120px;
}

.icon4 {
	width: 70px;
}

.icon5 {
	height: 105px;
}

.web {
	width: 140px;
	margin-left: 10px;
    margin-right: 10px;
}

.codigo {
	width: 10%;
}

@media (max-width: 1658px) {
	.c-buttons {
		height: 60px;
	}

	section .inner1 .col-sm-12 {
		bottom: -30%;
	}
}

@media (max-width: 1496px) {
	section .inner .col-sm-12 {
		bottom: 27%;
	}
}

@media (max-width:1385px){
	.c-buttons {
		height: 55px;
	}
}

@media (max-width: 1299px) {
	.jumbotron h4 {
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 1280px) {
	.c-buttons {
		height: 50px;
	}
}

@media (max-width: 1272px) {
	.codigo {
		width: 12%;
	}
}

@media (max-width: 1200px) {
	.inner .col-sm-12 {
		width: 60% !important;
	}

	section .inner .col-sm-12 {
		left: 20%;
	}
	
	.interior {
		width: 90%;
	}
}

@media (max-width: 1078px) {
	.c-buttons {
		height: 45px;
	}
}

@media (max-width: 1000px){
    .header-inner .buttons a {
        top: 60px;
        float: right;
        height: 41px;
        margin: 6px !important;
        right: 3px !important;
    }
    .full-width {
        height: 100%;
    }

	.full-width1 {
        height: 100%;
    }

    .header {
    	height: 140px !important;
    }

    .jumbotron{
    	background-size: auto !important;
    }

	section .inner .col-sm-12 {
		bottom: 24%;
	}

	.logo{
        width: 50%;
    	margin-left: 50px;
    	margin-top: 55px;
    }
}

@media (max-width: 992px) {	
	.icon1 {
		width: 100%;
		height: auto;
	}

	.icon2 {
		height: auto;
		width: 50%;
	}

	.icon5 {
		width: 25%;
		height: auto;
	}

	.icon3 {
		width: 10%;
	}

	.icon4 {
		width: 50px;
	}

	.web {
		width: 120px;
	}
}

@media (max-width: 991px) {
	section .inner .col-sm-12 {
		bottom: 22%;
	}

	.c-buttons1 {
		height: 60px;
	}
}

@media (max-width: 819px) {
	.c-buttons {
		height: 65px;
	}

	.codigo {
		width: 15%;
	}

	.line {
		width: 120%;
		margin-left: -10%;
	}
}

@media (max-width: 785px){
    .header {
		height: 115px !important;
	}
	
	.inner .col-sm-12 {
		width: 70% !important;
	}

	section .inner .col-sm-12 {
		left: 15%;
	}
	
	.c-buttons {
		height: 40px;
	}

	section .inner .col-sm-12 {
		bottom: 24%;
	}

	.logo {
    	margin-top: 40px;
    }
}

@media (min-width: 768px) {
	.inner .col-sm-12 {
		width: 50%;
	}
]

@media (max-width: 768px) {
	.full-width1 {
        height: 50%;
    }

	section .inner1 .col-sm-12 {
		bottom: -15%;
	}
}

@media (max-width: 767px) {
	section .inner .col-sm-12 {
		left: 8%;
	}

	.icon5 {
		width: 10%;
	}

	.i1{
		margin-top: 50px;
	}
}

@media (max-width: 732px){
	section .inner .col-sm-12 {
		bottom: 24%;
	}
}

@media (max-width: 699px) {
	section .inner .col-sm-12 {
		left: 7%;
	}
}

@media (max-width: 649px) {
	section .inner .col-sm-12 {
		left: 5%;
	}

	.line {
		width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 619px) {
	section .inner .col-sm-12 {
		left: 2%;
	}
}

@media (max-width: 600px) {
	.c-buttons {
		height: 65px;
	}

	.codigo {
		width: 17%;
	}

	.c-buttons1 {
		height: 50px;
	}

	section .inner .col-sm-12 {
		bottom: 18%;
	}

	section .inner .col-sm-12 {
		left: -6%;
	}

	.inner .col-sm-12 a:nth-last-child(4) {
		margin-left: 10%;
	}

	.inner .col-sm-12 a:nth-last-child(2) {
		margin-left: 10%;
	}

	.inner .col-sm-12 a:nth-last-child(-n+2) img {
		margin-top: 10px;
	}

	.logo {
		margin-left: 30px;
    	margin-top: 70px;
	}
}

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

	.icon5 {
		width: 20%;
	}

	.jumbotron p {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 391px) {
	.c-buttons {
		height: 60px;
	}
}

@media (max-width: 366px) {
	.header-inner div a:first-child{
		font-size: 12px;
    padding-top: 5px;
    height: 35px;
	}
	
	.header-inner div a:nth-child(2){
		font-size: 12px;
    padding-top: 5px;
    height: 35px;
	}
}
</style>