html {
  
}
body {
	
}
html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.content {
	display: table;
	height: 100%;
	width: 100%
}
.content-align {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
.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;
}
.content-info {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px
}
.title {
	position: relative;
}
.title h1 {
	position: absolute;
	
	top: 20px;
	left: 70px;
}
.title h2 {
	position: absolute;
	font-size: 40px;
}
.content-1 .ghost-button {
	width: 100%;
}
.content-3 .title h2 {
	position: absolute;
	font-size: 30px;
	top: 10px;
	left: 70px; 
}
.boton-next .btn {
	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;
}
.scroll {
  position: fixed;
  bottom: 0;
  width: 9562px;
  height: 100%;
}

.horizon {
	background: url(../img/back1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	 width: 9862px;
}
.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;
}



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








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