@font-face {
	font-family: fontmain; 
	src: url(GEMCO.ttf);
}
@font-face {
	font-family: fontnav;
	src: url(GEMCO-nav.ttf);
}
@font-face {
	font-family: dipocPERU;
	src: url(dipocPERU.ttf);
}
.header {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 16px 40px;
	filter: opacity(0.8);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	width: 100%;
}
.header a {
	font-family: fontnav;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	float: left;
	padding: 12px;
	line-height: 25px;
	border-radius: 4px;
}
.header a:hover {
	color: teal;
	background-color: #ddd;
}
.header a.logo {
	font-family: fontmain;
	font-size: 36px;
	font-weight: bold;
	color: teal;
}
.header a.active {
	color: white;
	background-color: teal;
}
.header a.icon {
	font-size: 32px;
	color: teal;
	visibility: hidden;
}
.header-right {
	float: right;
	margin: 0 5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: calc(100%-88px);
}
.b-index {
	animation-name: GMCbg-desk;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
footer {
	text-align: center;
	color: white;
	background-color: #445;
	padding: 8px 0;
	opacity: 0.60;
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a {
	text-decoration: none;
	font-size: 36px;
	color: white;
	padding: 0 8px;
}
.oculto {
	display: inline;
}
footer a:hover {
	color: #ddd;
}
#wrapper {
	margin-top: 88px;
	padding-bottom: 96px;
	min-height: calc(100% - 184px);
	position: relative;
}
.GMCdiv {
	padding: 80px;
	font-family: fontnav;
	font-size: 100px;
	font-weight: bold;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	-webkit-text-stroke: 2px white;
width: 60%;
	text-align: right;
}
.banner {
	padding: 80px 0 30px;
	font-family: fontnav;
	font-size: 36px;
	color: teal;
	-webkit-text-stroke: 2px teal;
width: 60%;
	text-align: left;
}
.banner p {
	padding: 10px;
	font-family: fontnav;
	font-size: 24px;
	color: black;
	-webkit-text-stroke: 0px black;
	text-align: left;
}
.rowBG1 {
	padding: 30px;
	height: 50%;
}
.rowBG {
	padding: 30px;
	background-image: url(img/About.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 50%;
}
.row {
	width: 70%;
}
.row:after {
	content: ";
	display: table;
	clear: both;
}
.square {
	padding: 30px;
	font-family: fontnav;
	font-size: 20px;
	color: white;
	-webkit-text-stroke: 1px white;
width: 26%;
	text-align: left;
	height: 60%;
	border-radius: 6px;
	background: rgba(0, 120, 120, .60);
	float: left;
	margin: 1%;
}
.square p, .square ul {
	font-family: fontnav;
	font-size: 16px;
	color: white;
	-webkit-text-stroke: 0px white;
	text-align: left;
}
main > div {
	padding: 20px;
	font-family: fontnav;
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: left;
	width: 55%;
	display: none;
}
.old {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
}
.tooltip {
	position: fixed;
	bottom: 90px;
	right: 80px;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 210px;
	background-color: teal;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 105%;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
@keyframes GMCbg-desk {
	0% {background-image: url(img/bg-desk1.jpg);}
	16% {background-image: url(img/bg-desk2.jpg);}
	33% {background-image: url(img/bg-desk3.jpg);}
	50% {background-image: url(img/bg-desk4.jpg);}
	66% {background-image: url(img/bg-desk5.jpg);}
	83% {background-image: url(img/bg-desk6.jpg);}
	100% {background-image: url(img/bg-desk1.jpg);}
}
@keyframes GMCbg-mobile {
	0% {background-image: url(img/bg-mobile1.jpg);}
	16% {background-image: url(img/bg-mobile2.jpg);}
	33% {background-image: url(img/bg-mobile3.jpg);}
	50% {background-image: url(img/bg-mobile4.jpg);}
	66% {background-image: url(img/bg-mobile5.jpg);}
	83% {background-image: url(img/bg-mobile6.jpg);}
	100% {background-image: url(img/bg-mobile1.jpg);}
}
@media only screen and (orientation: portrait) {
	GMCdiv {
		width: 85%;
	}
	main > div {
		width: 90%;
	}
}
@media screen and (max-width: 980px) {
	.header {
		padding: 20px 10px;
		filter: opacity(1);
	}
	.header a {
		float: none;
		display: block;
		text-align: center;
	}
	.header-right {
		display: none;
		margin-top: 80px;
		float: none;
	}
	.header a.logo {
		text-align: left;
		float: left;
	}
	.header a.icon {
		visibility: visible;
		float: right;
		margin: 0 5%
	}
	.b-index {
		animation-name: GMCbg-mobile;
	}
	.GMCdiv {
		font-size: 50px;
		-webkit-text-stroke: 1px white;
	}
	.oculto {
		display: none;
	}
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	color: #bbb;
	font-weight: bold;
	font-size: 40px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.prev{
	position: absolute;
	left: 10%;
	border-radius: 3px 0 0 3px;
}
.next {
	position: absolute;
	right: 10%;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: teal;
	color: white;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: teal;
}
.fade {
	animation-name: fade;
	animation-duration: 1.6s;
}
@keyframes fade {
	from {opacity: 0}
	to {opacity: 1}
}
button {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 6px;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 2px 16px;
	background-color: teal;
	color: white;
}
.modal-body {padding: 2px 16px;}
.modal-footer {
	padding: 2px 16px;
	background-color: teal;
	color: white;
}
