@charset "UTF-8";
/* CSS Document */

html,
body {
	width:100%;
	height:100%;
}
body {
	font-family: 'lato';
	font-size:18px;
	line-height:20px;
	color:#005d86;
	padding:0;
	margin:0;
	background:url(../images/bg-web.jpg) top left;
	min-width: 1280px;
}

strong{ font-weight: bold}

/*FONT FACE*/

@font-face {
	font-family: 'lato';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Regular.woff') format('woff'),
	url('../fonts/Lato-Regular.ttf') format('truetype'),
	url('../fonts/Lato-Regular.otf') format('opentype'),
	url('../fonts/Lato-Regular.svg#GLato-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/Lato-Italic.eot');
	src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Italic.woff') format('woff'),
	url('../fonts/Lato-Italic.ttf') format('truetype'),
	url('../fonts/Lato-Italic.otf') format('opentype'),
	url('../fonts/Lato-Italic.svg#GLato-Italic') format('svg');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-Bold.woff') format('woff'),
	url('../fonts/Lato-Bold.ttf') format('truetype'),
	url('../fonts/Lato-Bold.otf') format('opentype'),
	url('../fonts/Lato-Bold.svg#GLato-Bold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/Lato-BoldItalic.eot');
	src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Lato-BoldItalic.woff') format('woff'),
	url('../fonts/Lato-BoldItalic.ttf') format('truetype'),
	url('../fonts/Lato-BoldItalic.otf') format('opentype'),
	url('../fonts/Lato-BoldItalic.svg#GLato-Italic') format('svg');
	font-weight: 600;
	font-style: italic;
}

/*HEADER*/
header {
	display:table;
	width:100%;
	padding: 30px 0 0 0 ;
}
header #logo,
header #page-title {
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding:0;
}
header #logo {
	padding-right:30px;
}
header #logo img {
	width:280px;
	height:auto;
}
header #page-title {
	padding:0 30px;
	padding-right:84px;
}
header #page-title h1,
header #page-title h2 {
	margin:0;
	margin-bottom:20px;
}
header #page-title h1 {
	position:relative;
	font-size:60px;
	line-height: 85%;
	letter-spacing: 2px;
	padding-top:34px;
	text-transform:uppercase;
}
header #page-title h2 {
	font-size:25px;
}
header #page-title h1:before,
header #page-title h1:after {
	position:absolute;
	content:" ";
	top:0;
	left:0;
	right:0;
	height:10px;
	background:#015d8c;
}
header #page-title h1:after {
	top:10px;
	background:#309290;
}
header #page-title h2 {
	position:relative;
	font-size:25px;
	font-weight: 300;
	line-height: 110%;  
	padding-top:24px;
}
header #page-title h2:before {
	position:absolute;
	content:" ";
	top:0;
	left:0;
	right:0;
	height:4px;
	background: url(../images/ico-boleta.svg) repeat-x;
	background-size: auto 80%;
}


/*CONTENT*/

#go-home {
	/*position:fixed;*/
	position:absolute;
	left: 0;
	/*top: 50%;
	transform: translateY(-50%);*/
	top: 594px;
	width: 55px;
	height: 50px;
	background: #fff url(../images/ico-home.svg) no-repeat 17px center;
	background-size: auto 50%;
	border-radius: 0 25px 25px 0;
	cursor:pointer;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#go-home:hover {
	width: 65px;
	background: #fff url(../images/ico-home-h.svg) no-repeat 17px center;
	background-size: auto 50%;
	background-position:27px center;
	
}
.main-content {
	max-width:1557px;
	min-width:1265px;
	margin: auto;
}
#menu {
	position:relative;
	width:90%;
	padding-top:44%;
	/*max-height:690px;*/
	background:url(../images/bg-content.png) no-repeat center center;
	background-size: 100% auto;
	margin:auto;
	margin-bottom:40px;
	transition: all 0.1s 0.1s ease-in-out;
	-moz-transition: all 0.1s 0.1s ease-in-out;
	-webkit-transition: all 0.1s 0.1s ease-in-out;
	-o-transition: all 0.1s 0.1s ease-in-out;
}
#menu.home {
	background:url(../images/bg-content-close.png) no-repeat center center;
	background-size: 100% auto;
}
#menu > ul {
	position:absolute;
	display: block;
	width: auto;
	height: auto;
	top: 7.4%;
	left: 3.4%;
	right: 0.4%;
	bottom: 8.8%;
	margin: 0;
	padding: 0;
}

#menu .accordion--horizontal {
	width: 100%;
}

#menu h2 {
	font-weight: 300;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}
#menu .txt {
	position:relative;
	padding-left:40px;
}
#menu .txt:before {
	position:absolute;
	content:" ";
	top: 4px;
	left: 16px;
	width: 18px;
	height: 14px;
	background: url(../images/ico-fletxa.svg) no-repeat center center;
	background-size: 100% auto;
}
#menu .txt li {
	position:relative;
	list-style-type:none;
	margin-bottom: 10px;
}
#menu .txt li:before {
	position:absolute;
	content:" ";
	top: 0px;
	left: -24px;
	width: 17px;
	height: 19px;
	background: url(../images/ico-llista.svg) no-repeat center center;
	background-size: 100% auto;
}
#menu .txt li ul{
	padding-top: 10px
}

#menu .txt li li:before {
	position:absolute;
	content:"•";
	color:#ff6600;
	top: 0px;
	left: -14px;
	width: 17px;
	height: 19px;
	background: none;
	background-size: 100% auto;
}

@media (max-width: 1600px) {
	header #page-title h1 {
		font-size:30px;
	}
	header #page-title h2 {
		font-size: 20px;
	}
	#go-home {
		top: 575px;
	}
	.paragraph{
		font-size: 16px
	}  
}