
html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
@font-face {
  font-family: 'bebas_neuebold';
  src: url('../../../../css/fonts/bebas/bebasneue_bold-webfont.eot');
  src: url('../../../../css/fonts/bebas/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../../../../css/fonts/bebas/bebasneue_bold-webfont.woff2') format('woff2'),
       url('../../../../css/fonts/bebas/bebasneue_bold-webfont.woff') format('woff'),
       url('../../../../css/fonts/bebas/bebasneue_bold-webfont.ttf') format('truetype'),
       url('../../../../css/fonts/bebas/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
h2{
	font-family: 'bebas_neuebold';
} 
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.container-general {
	position: fixed;
}
.content {
	display: table;
	height: 100%;
	width: 100%
}
.content-align {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
.buttons button {
	position: absolute;
	
	background: transparent;
	border: none;	
	padding: 0;
	margin: 0;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0.2;
}
.buttons button:hover {
	opacity: 1
} 
.btn-1 {
	left: 0%;
    bottom: 0px;
    width: 15.9%;
} 
.btn-2 {
	left: 13.5%;
    bottom: 0px;
    width: 26.6%;
} 
.btn-3 {
	right: 41.5%;
    bottom: 13.4%;
    width: 18.2%;
} 
.btn-4 {
	right: 22.5%;
    bottom: 7.4%;
    width: 17.6%;
} 
.btn-5 {
	right: 8.1%;
    bottom: 4.3%;
    width: 16.9%;
}
.pop-over-button {background: rgba(0, 0, 0, 0.3);color: #FFFFFF;border: 1px solid #FFFFFF;padding: 15px;cursor: pointer;border-radius: 0}
.pop-over-button:hover {color: #000000;background: #FFFFFF}
.popover-content {color:#111 !important}
.front {
	top: 129px;
	height: auto !important;  
}

.front .butons button {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 20px;
	color: #FFFFFF;
	width: 45%;
	white-space: normal;
} 
.front .content-1 h2 {
	font-size: 90px;
}

.footer {
	z-index: 9999;
	position: absolute;
	bottom: 20px; 
	width: 50%;
	padding: 10px 0;
}
.content-info {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px
}
.title {
	position: relative;
}
.title h1 {
	position: absolute;
	font-size: 60px;
	
	top: 10px;
	left: 70px;
}
.title h2 {
	position: absolute;
	font-size: 30px;
	
	top: 10px;
	left: 70px; 
}
.boton-next {
	
	
}

.boton-next button {
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 15px;
	cursor: pointer;
	border-radius: 0;
} 
.line-blue {
	width: 20px;
	height: 100%;
	background: #119AD0;
	position: absolute;
	top: 0;
	left: 15px;
} 
.footer-in {
	background: rgba(0, 0, 0, 0.6);
	    padding: 10px 0px 10px 50px;
}
.title-footer h1 {
	padding: 0;
	margin: 0;
	font-size: 60px;
}
.main-content {
	float: left;
	width: 320px;
	height: 100%;
	position: relative;
}

.content-4 .content-info {
	overflow-y: scroll;
	height: 400px;

}

.content-4 .content-info h3 {
	font-size: 45px;
	color: #000000; 
}

.modal {
	background: rgba(0, 0, 0, 0.75);
} 
.modal-content {
	border-radius: 0; 
	position: relative;
	background: transparent;
}


.modal .title h2 {
	font-size: 70px;
	 top: 43px;
    left: 97px;
}
html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
#modal-5 .modal-content, #modal-5 .modalfull {
	height: 100%;
	width: 100%;
}
#modal-5 .close {
	position: fixed;
    top: 7%;
    right: 20%;
    z-index: 999999999;
}
.iframe-full iframe {
	width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0
}



.header .close-modal {
	position: absolute;
	right: 20%;
  	top: 35%
}

button:focus, button:active:focus, button:active:focus {
	outline: 0 none;
}

@media (min-width: 1170px) {
	.main-content {
		width: 1366px;
	}
}
