body {
	background-color: #eaeaea;
}

.hamburguer {
	text-align: right;
}

.image-logo {
	width: 100px;
	margin-left: 40px;
	float: left;
}

.header-title {
	color: white;
	font-size: 1.5em;
	margin: 36px 0px 0px 10px;
	float: left;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	line-height: 1em;
}

.top-bar {
	background-color: #CD474A;
}

.menu > li > a {
	background-color: #CD474A;
	color: white;
	font-weight: 700;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: white transparent transparent;
}

#responsive-menu {
	margin-top: 30px;
	margin-right: 40px;
}

.menu-icon.dark::after {
	background: white;
	box-shadow: 0 7px 0 white, 0 14px 0 white;
}

.top-bar, .top-bar ul {
	background-color: #CD474A;
}

.content {
	background-color: white;
	min-height: 700px;
	border-bottom: 1px solid #ccc;
}

.hero1 {
	padding: 30px 0px 80px 0px;
	background-color: #CD474A;
	background: linear-gradient(#CD474A, #A93A3D);
}

h2.hero-title {
	margin-bottom: 50px;
	text-align: center;
	color: white;
	font-weight: lighter;
}

.spacer {
	height: 120px;
}

.spacer-small {
	height: 80px;
}

.footer-text {
	text-align: center;
	margin: 60px;
}

h1.content-title {
	font-family: 'Roboto', 'sans-serif';
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
	color: #CD474A;
}

h1.content-subtitle {
	font-family: 'Roboto', 'sans-serif';
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 30px;
	color: #CD474A;
}

h3.content-subtitle {
	font-family: 'Roboto', 'sans-serif';
	font-size: 1.4em;
	font-weight: 700;
	margin: 30px 0px;
}

.side-container {
	border-left: 1px solid #CD474A;
	margin-bottom: 40px;
}

.download-container {
	margin-top: 50px;
}

.side-container-title {
	background-color: #CD474A;
	padding: 15px;
}

.side-container-content {
	padding: 15px;
}

.side-container-NB {
	margin-bottom: 40px;
}

h2.subtitle {
	font-family: 'Roboto', 'sans-serif';
	font-size: 1.2em;
	font-weight: 700;
	color: white;
	margin: 0px;
	padding: 0px;
}

p.hero-text {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}

.image-credits {
	color: #999;
	font-size: 0.8em;
}

.categories-container {
	border: 1px solid #CD474A;
	padding: 10px 20px;
	margin-bottom: 30px;
}

h4.categories {
	color: #CD474A;
	font-size: 1.4em;
	font-weight: bold;
}

span.categories-subtitle {
	font-size: 1.1em;
}

.continuous-container {
	border: 1px solid #CD474A;
	padding: 10px 20px 1px 20px;
	margin-bottom: 30px;
}

h4.continuous {
	color: #CD474A;
	font-size: 1.4em;
	font-weight: bold;
}

span.continuous-subtitle {
	font-size: 0.7em;
	color: #333;
	margin-left: 10px;
}

.bottom-container {
	border-left: 1px solid #CD474A;
	margin-bottom: 40px;
}

.bottom-container-title {
	background-color: #CD474A;
	padding: 15px;
	margin-bottom: 24px;
}

.bottom-container-content {
	padding-left: 20px;
}

.page-title {
	margin-top: 50px;
}

@media (max-width: 600px) {
  
  .example-image {
    margin-bottom: 60px;
  }

  .spacer {
		height: 60px;
	}

	.titol-etiquetes {
		font-size: 1.3em;
		font-weight: bold;
	}

}

