@font-face
{
font-family: source-sans-pro;
src: url(“fonts/font.ttf");
}

html {
	scroll-behavior: smooth;
	animation: 0.5s ease-out 0s 1 aparecer;
	
}

@keyframes aparecer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

body {
	font-family: 'Source Sans Pro', sans-serif;;
	background: rgb(1,0,19);
    background: linear-gradient(0deg, rgba(1,0,19,1) 0%, rgba(61,17,0,1) 100%);
	font-style: normal;
	font-weight: 200;
	background-repeat: no-repeat;
	background-color: black;
}

.easteregg {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	width: 90px;
	height: 36px;
	background: #B3B3B3;	
	color: #B3B3B3;
	margin-right: 90%;
	transition: all linear 1s;
	text-decoration-color: #B3B3B3;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


.easteregg:hover {
	color: black;
	background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
	cursor: default;
	-webkit-animation: rainbow 18s ease infinite;
	-z-animation: rainbow 18s ease infinite;
	-o-animation: rainbow 18s ease infinite;
	animation: rainbow 18s ease infinite;
	background-size: 1800% 1800%;
}

.logogrande {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.location {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50px;
	transition: 1.0s;
}
.location:hover {
	background: grey;
	width: 60px;
}

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

header {
	width: 100%;
	height: 5%;
	background-color: orangered;
}

.center {
	display: block;
	margin: auto;
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 4px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.5s;
}
ul li:hover a {
	color: #A1A1A1;
	padding-right: 20px;
	padding-left: 20px;
}
.hero_header {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 4px;
    font-size: 30px;
}
.hero {
	background: rgb(61,17,0);
	background: linear-gradient(0deg, rgba(61,17,0,1) 0%, rgba(0,0,0,1) 50%, rgba(61,17,0,1) 100%);
	padding-top: 100px;
	padding-bottom: 100px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 3px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tagline1 {
	font-size: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: lighter;
	letter-spacing: 2px;
}
.tagline2 {
	font-size: 20px;
	text-align: center;
	color:#CFCFCF;
	margin-top: 0px;
	font-weight: lighter;
	letter-spacing: 2px;
}
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
.banner {
	background-color: #2D9AB7;
	background-image: url(images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
footer {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
}

.footer_column {
	width: 50%;
	height: 25%;
	text-align: center;
	padding-top: 10px;
	float: left;
}

.footer_column1 {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
.traducciontitle {
	font-size: 15px;
	color: grey;
	text-align: center;
}
.traduccion {
	color: grey;
	font-size: 14px;
	margin-top: -15px;
	margin-bottom: 40px;
}
footer .footer_column p {
	color: black;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	background: black;
	display: block;
	margin: auto;
    background: url(images/instagram.png) no-repeat;
    background-position: center;
    background-size:contain;
    width: 100px;
	height: 100px;
    color: #FFFFFF;
    transition: all 0.2s linear;
}
.button:hover {
	width: 110px;
	height: 110px;
	margin-top: 0px;
	resize: both 110%;
    background: url("images/instagram2.png");
    background-position: center;
    background-size: contain;
    color: #C4C4C4;
    cursor: pointer;
}

.button1 {
    background: url(images/cube.gif);
    background-position: center;
    background-size: contain;
    width: 100px;
    margin-top: 26px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid #FFFFFF;
    color: orangered;
    transition: 1s;
}
.button1:hover {
    background: url("images/cube.gif");
    background-position: center;
    background-size: contain;
    color: #C4C4C4;
    cursor: pointer;
	background-color: azure;
}
.button2 {
    background: url("images/visor.png");
    background-position: center;
    background-size: contain;
    width: 100px;
	height: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    text-align: center;
    vertical-align: center;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid #FFFFFF;
    color: orangered;
    transition: all 0.3s linear;
}
.button2:hover {
    background: url("images/visor1.png");
    background-position: center;
    background-size: contain;
	border: 0px inset #FFFFFF;
    color: #C4C4C4;
    cursor: pointer;
	width: 110px;
	height: 110px;
	padding-bottom: 20px;

}

.titulo {
background: darkgrey;
padding-bottom: 20px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: orangered;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
    background-color: #B3B3B3;
    text-align: center;
	padding-bottom: 10px;
    background-image: url(images/pattern.png);
    background-repeat: repeat;
	padding-top: 10px;
}
.galeria{
	background-color: grey;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.textos

@media (max-width: 320px) {
container {
		width: 100%;
	}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

@media (min-width: 321px)and (max-width: 767px) {
container

.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.logogrande {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	width: 100%;
	overflow: auto;
	display: block;
	background: black;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
}
	.color {
		background: #FFFFFF;
		color: black;
	}	
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
	.logogrande {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
ul {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
	margin-top: 3px;
}
}


