/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

img {
  width: 100%;
}

:focus {
	outline: none;
}

.clearFix {
	clear: both;
}

/************************************/
/* END RESET */
/************************************/

body {
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
	background: #4d4d4d;
  -webkit-font-smoothing: antialiased;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.size48 { font-size: 48px; }
.size30 { font-size: 30px; }
.size24 { font-size: 24px; }
.size18 { font-size: 18px; }

a {
  color: #00a5ef;
}

a:hover {
  text-decoration: none;
}

section {
	width: 100%;
	padding: 70px 0 0 0;

	position: relative;
}

section:last-of-type {
	padding: 70px 0;
}

::-webkit-input-placeholder {
   color: #666666;
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333; 
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

:-ms-input-placeholder {  
   color: #333;  
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/

.linkBlueGrey {
	-webkit-background: linear-gradient(#00a5ef 50%, #4d4d4d 50%);
	-moz-background: linear-gradient(#00a5ef 50%, #4d4d4d 50%);
	-ms-background: linear-gradient(#00a5ef 50%, #4d4d4d 50%);
	-o-background: linear-gradient(#00a5ef 50%, #4d4d4d 50%);
	background: linear-gradient(#00a5ef 50%, #4d4d4d 50%);
	color: #fff;
}

.linkBlueGrey:hover, .selected {
	background-position: 0 100%;
}

.linkAnim {
	display: inline-block;
	padding: 20px 25px;
	border-radius: 2px;
	text-decoration: none;
	background-size: 100% 200%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* HEADER */
/************************************/

#header {
	background: #f1f1f1;
	margin: 0;
	width: 100%;
	z-index: 1;
}

#header .logotipo {
	float: left;
	max-width: 237px;
	padding: 0 0 10px 0;
}

#header .langs {
	position: absolute;
	top: 20px;
	right: 0;
}

#header .langsMobile {
	display: none;
}

#header .langs > a {
	font-size: 15px;
	color: #666;
	text-decoration: none;
}

#header .mainNav {
	float: right;
	margin: 100px 0 0 0;
}

#header .mainLinks {
	display: block;
	position: relative;
}

#header .mainLinks li {
	float: left;
	margin: 0 0 0 1px;
}

#header .mainLinks a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#header .burger {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	display: none;
}

#header .burger li {
	position: absolute;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background: #00a5ef;
	left: 5px;
	top: 19px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#header .burger li:first-child {
	top: 10px;
}

#header .burger li:last-child {
	top: 29px;
}

#header .burgerClose li:nth-child(2) {
	transform: rotate(45deg);
}

#header .burgerClose li:nth-child(3) {
	transform: rotate(-45deg);
}

#header .burgerClose li:first-child {
	opacity: 0;
}

#header .burgerClose li:last-child {
	opacity: 0;
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/

#footer {
	padding: 20px 0;
}

#footer .tree img {
	max-width: 316px;
	margin: auto;
	display: block;
}

#footer .social {
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}

#footer .newsletter {
	position: relative;
	display: inline-block;
}

#footer .newsletter input {
	padding: 10px 50px 10px 20px;
	border-radius: 2px;
	box-sizing: border-box;
	border: none;
	font-size: 15px;
	width: 100%;
	min-width: 300px;
}

#footer .newsletter button {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: none;
	border-radius: 2px;
	font-size: 31px;
	color: #4d4d4d;
	padding: 3px;
}

#footer .newsletter button:hover {
	background: #00a5ef;
	color: #fff;
}

#footer .network {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

#footer .network li {
	float: left;
	margin: 0 5px;
}

#footer .network a {
	text-decoration: none;
	font-size: 30px;
	color: #00a5ef;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#footer .network a:hover {
	background: #00a5ef;
	color: #fff;
	border: 1px solid #00a5ef;
}

#footer .contacts {
	position: relative;
	text-align: center;
}

#footer .contacts li {
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

#footer .contacts a {
	display: inline-block;
	color: #00a5ef;
	margin: 0 5px;
	text-decoration: none;
}

#footer .disclaimer {
	margin: 20px 0 0 0;
	position: relative;
	text-align: center;
	color: #fff;
}

#footer .disclaimer a {
	display: block;
	color: #fff;
	font-size: 60px;
	text-decoration: none;
}

#footer .disclaimer #footerA {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 5px;
}

/************************************/
/* END FOOTER */
/************************************/


/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

  .wrap {
    max-width: 720px;
  }

	.size48 { font-size: 40px; }
	.size30 { font-size: 26px; }
	.size24 { font-size: 20px; }

	section {
		padding: 50px 0 0 0;
	}

	section:last-of-type {
		padding: 50px 0;
	}

  /************************************/
  /* HEADER */
  /************************************/

	#header .logotipo {
		max-width: 186px;
	}

	#header .mainNav {
		margin: 50px 0 0 0;
	}

	#header .burger {
		display: block;
	}

	#header .langs {
		display: none;
	}

	#header .langsMobile {
		display: block;
		padding-top: 10px;
	}

	#header .langsMobile > a {
		text-decoration: none;
	}

	#header .mainLinks {
		display: none;
		position: absolute;
		right: 0;
		background: #4d4d4d;
		padding: 10px;
		box-sizing: border-box;
		min-width: 230px;
		border-radius: 4px;
		box-shadow: 0 0 4px rgba(0,0,0,.5);
		z-index: 999;
	}

	#header .mainLinks li {
		float: none;
		margin: 0 0 1px 0;
	}

	#header .mainLinks a {
		width: 100%;
		text-align: right;
		padding: 8px 25px;
		text-transform: uppercase;
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

  /************************************/
  /* END FOOTER */
  /************************************/
}


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }

	.size48 { font-size: 30px; }
	.size30 { font-size: 22px; }
	.size24 { font-size: 18px; }
	.size18 { font-size: 16px; }

	section {
		padding: 40px 0 0 0;
	}

	section:last-of-type {
		padding: 40px 0;
	}

  /************************************/
  /* HEADER */
  /************************************/

	#header {
		position: fixed;
	}

	.headerSpace {
		height: 65px;
	}

	#header .logotipo {
		max-width: 115px;
		padding: 10px 0;
	}

	#header .logotipo img {
		content: url("../img/logotipoSmall.png");
	}

	#header .mainNav {
		margin: 10px 0 0 0;
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
  /* FOOTER */
  /************************************/

	#footer .newsletter {
		display: block;
	}

	#footer .newsletter input {
		min-width: initial;
	}

	#footer .network {
		margin: 20px 15px 0 15px;
	}

  /************************************/
  /* END FOOTER */
  /************************************/
}
