/* ---> RESET <--- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---> SITE CODE <--- */

/* ---> FONTS <--- */

@font-face {
    font-family: Open Sans Light;
    src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Open Sans Regular;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open Sans Semibold;
    src: url(fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: Open Sans Bold;
    src: url(fonts/OpenSans-Bold.ttf);
}

/* ---> STRUCTURE <--- */

header{
	width: 100%;
	text-align: center;
	padding-top: 60px;
}


nav{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 120px;
}

section{
	width: 100%;	
}

/* ---> CLASSES <--- */

.navbutton{
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	font-family: Open Sans Semibold;
	font-size: 15px;
	color: #373737;
	transition: 0.4s;
}

.navbutton:hover{
	color: #FF5F5F;
	cursor: hand;
	cursor: pointer;
}

.preview{
	width: 100%;
	max-width: 1345px;
}

.center{
	width: 100%;
	text-align: center;
	margin: 0;
}

.textspanish{
	text-align: left;
	font-family: Open Sans Regular;
	font-size: 13px;
	line-height: 230%;
	color: #373737;
	padding-top: 30px;
	max-width: 600px;
}

.textenglish{
	text-align: left;
	font-family: Open Sans Regular;
	font-size: 13px;
	line-height: 230%;
	color: #9B9B9B;
	padding-top: 30px;
	max-width: 600px;
}

.titles{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 32%;
	padding-top: 90px;
	padding-bottom: 90px;
}

.description{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 67%;
	padding-top: 90px;
	padding-left: 3%;
	padding-bottom: 90px;
	padding-right: 3%;
}

.links{
	margin-top: 30px;
	padding-left: 0;
	font-size: 13px;
	font-family: Open Sans Semibold;

}

.bar{
	width: 100px;
	height: 4px;
	background-color: #373737;
	margin-top: 90px;
	margin-bottom: 30px;
}

.date{
	text-align: left;
}

.footerli{
	margin-bottom: 30px;
	font-family: Open Sans Regular;
	font-size: 15px;
	color: #373737;
	transition: 0.4s;
	display: inline-block;
}

.footerli:hover{
	color: #FF5F5F;
	cursor: hand;
	cursor: pointer;
}

.icons{
	vertical-align: middle;
}

/* ---> IDS <--- */

#contact{
	margin-left: 35%;
	margin-top: 90px;
}

#info{
	padding-top: 90px;
}

#foot{
	width: 62.5%;
	text-align: left;
	margin-top: 240px;
	margin-left: 18.75%;
	margin-bottom: 90px;
	margin-right: 18.75%;
	font-family: Open Sans Regular;
	font-size: 11px;
	color: #CCCCCC;
}

#endbar{
	width: 100%;
	height: 1px;
	background-color: #CDCDCD;
	margin-bottom: 10px;	
}

.containerup{
    position: fixed;    
    left: 0;
    right: 0;
    height: 0;
    bottom: 90px;
    text-align: center;
}

#upbutton{
	background-image: url('images/upblack.png');
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	display: inline-block;
	
}

#upbutton:hover{
	background-image: url('images/upred.png');
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	cursor: pointer;
	cursor: hand;
}

#rider{
	padding-top: 90px;
}

#back{
	margin-top: 120px;
	margin-bottom: 270px;
	text-align: center;
}

#backbutton{
	font-family: Open Sans Semibold;
	font-size: 15px;
}

/* ---> TEXTS <---*/

h1{
	font-family: Open Sans Semibold;
	font-size: 25px;
	color: #373737;
	padding-top: 30px;
	letter-spacing: 3px;
}

h2{
	font-family: Open Sans Light;
	font-size: 17px;
	color: #373737;
	padding-top: 20px;
	letter-spacing: 3px;
}

h3{
	text-align: right;
	font-family: Open Sans Bold;
	font-size: 80px;
	color: #373737;
    margin-top: -11px;
    padding-bottom: 20px;
}

h4{
	text-align: right;
	font-family: Open Sans Regular;
	font-size: 11px;
	color: #373737;
	margin-top: -11px;
	padding-bottom: 30px;
}

h5{
	text-align: left;
	font-family: Open Sans Semibold;
	font-size: 19px;
	line-height: 19px;
	color: #373737;
	max-width: 600px;
}

h6{
	text-align: left;
	font-family: Open Sans Semibold;
	font-size: 13px;
	line-height: 13px;
	color: #9B9B9B;
	max-width: 600px;
	padding-top: 13px;	
}

/* ---> LINKS <--- */

a{
	display: inline-block;
	padding-left: 13px;
	color: inherit;
	text-decoration: none;
	font-family: Open Sans Regular;
	font-size: 15px;
}

a:hover{
	color: #FF5F5F;
	transition: 0.4s;
}

/* ---> MOBILE LANDSCAPE<--- */

@media (max-width: 600px) {
	.textspanish{
		font-size: 16px;
	}

	.textenglish{
		font-size: 16px;
	}

  	.titles{
  		width: 100%;
	  	padding-left: 10%;
	  	padding-right: 10%;
	  	box-sizing: border-box;
	  	text-align: left;
	  	padding-bottom: 0px;
	  	padding-top: 60px;
	}

  	.description{
	  	padding-top: 32px;
	  	width: 100%;
	  	padding-left: 10%;
	  	padding-right: 10%;
	  	box-sizing: border-box;
  	}

  	#foot{
	  	width: 100%;
	  	padding-left: 10%;
	  	padding-right: 10%;
		margin: 0 ;
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 0px;
		box-sizing: border-box;
  	}

   	#contact{
   		width: 100%;
  		padding-left: 10%;
  		padding-right: 10%;
  		margin: 0;
  		padding-top: 0px;
  		padding-bottom: 0px;
 		margin-top: 30px;
  		box-sizing: border-box;
   	}

   	#info{
		padding-top: 60px;
	}

  	h3, h4{
  		text-align: left;
  	}
}

/* ---> MOBILE PORTRAIT<--- */

@media (max-width: 320px) {
  header img{
  	width: 20%;
  }

  header h1{
  	font-size: 19px;
  }

  header h2{
  	font-size: 17px;
  }

  nav{
  	margin-top: 80px;
  	margin-bottom: 20px;
  }
}