@import "../../assets/css/font-awesome.min.css";
@font-face {
  font-family: 'san_francisco_displayregular';
  src: url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.eot');
  src: url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.woff2') format('woff2'), url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.woff') format('woff'), url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.ttf') format('truetype'), url('../../assets/fonts/san_francisco_web/sanfranciscodisplay-regular-webfont.svg#san_francisco_displayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
		@font-face {
			font-family: 'Barlow Semi Condensed';
			src: url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.eot');
			src: url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.eot?#iefix') format('embedded-opentype'),
				 //url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.woff2') format('woff2'),
				 url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.woff') format('woff'),
				 url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.ttf') format('truetype'),
				 url('@{fonts_path}/Barlow_Condensed/BarlowCondensed-Light.svg#san_francisco_displayregular') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		// font mixin secondary
		.font_secondary {
			font-family: "Barlow Semi Condensed", sans-serif;
		}
		.font_secondary_bold {
			font-family: "Barlow Semi Condensed", sans-serif;
			font-weight: bold;
		}
		*/
@font-face {
  font-family: 'Comfortaa-Regular';
  src: url('../../assets/fonts/Comfortaa/Comfortaa-Regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Comfortaa/Comfortaa-Regular.woff') format('woff'), url('../../assets/fonts/Comfortaa/Comfortaa-Regular.ttf') format('truetype'), url('../../assets/fonts/Comfortaa/Comfortaa-Regular.svg#Comfortaa-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gradient_page_bg {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
}
.font_menu {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.font_default {
  font-family: "san_francisco_displayregular", sans-serif;
}
.font_default_bold {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
.foto {
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
}
/* reset css
------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
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%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
section {
  padding: 20px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  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;
}
input[type="button"],
input[type="submit"] {
  background-color: #fb8218;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 5px;
  margin: 4px;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}
a {
  color: #2A2A2A;
}
pre {
  opacity: 0.9;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 10px;
}
pre.dump {
  display: table;
}
html,
body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "san_francisco_displayregular", sans-serif;
  line-height: 1.25em;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background-color: #ffffff;
  background-repeat: repeat-x;
  overflow-x: hidden;
}
h1 {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
a:hover {
  color: #96425d;
}
section {
  padding: 0;
}
small {
  font-size: 0.75em;
}
.selected,
.active,
.active > a {
  color: #96425d;
}
.hide {
  display: none !important;
}
.hide_opacity {
  opacity: 0;
}
.go_to_dedalo {
  text-decoration: none;
  color: #e68214;
}
.go_to_dedalo:after {
  content: " ";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: text-top;
  background-image: url('../../assets/images/dedalo_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.15em;
}
#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#wrapper #content {
  flex: 1 0 auto;
}
#wrapper #footer {
  flex-shrink: 0;
}
#wrapper {
  padding: 0;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
#content {
  padding: 40px;
  padding-top: 0.5em;
  padding-bottom: 0;
  font-size: 1.25em;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  #content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#content h1 {
  font-family: 'Comfortaa-Regular', sans-serif;
  font-variant: small-caps;
  padding-bottom: 0.5em;
  color: #515151;
}
.header {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.header #logo_mujer_y_memoria {
  height: 207px;
  width: 100%;
  background-image: url('../../assets/images/header.jpg');
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .header #logo_mujer_y_memoria {
    background-size: auto 85%;
  }
}
.header #nav,
.header #page_lang_selector {
  display: block;
  width: auto;
}
.header #nav {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: -40px;
  float: left;
  font-variant: small-caps;
  font-size: 1.35em;
}
.header #nav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header #nav > ul {
    display: block;
    margin-bottom: 1em;
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 4px;
  }
}
.header #nav > ul > li {
  padding: 0.2em;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .header #nav > ul > li {
    line-height: 1.5em;
  }
}
.header #nav > ul > li > a {
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.header #nav > ul > li > a:hover {
  background-color: #96425d;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .header #nav {
    width: 100%;
    margin-top: 0;
  }
}
.header ul#page_lang_selector {
  display: flex;
  margin-top: -37px;
  margin-right: 10px;
  float: right;
}
.header ul#page_lang_selector > li {
  font-family: "san_francisco_displayregular", sans-serif;
  padding-right: 0.6em;
  font-weight: 400;
  font-size: 95%;
}
#footer {
  background-color: #3e3e3e;
  padding: 40px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 768px) {
  #footer {
    display: block;
  }
}
#footer > div.global_page_title {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  padding-bottom: 3em;
  padding-top: 1em;
}
#footer > div.global_page_title > h1 {
  font-size: 3em;
  letter-spacing: 0.125em;
  font-weight: normal;
  line-height: 1em;
  color: #bdbdbd;
  font-family: 'Comfortaa-Regular', sans-serif;
}
#footer > div.projects_links {
  margin-left: 10px;
}
#footer > div.projects_links > ul > h2 {
  color: #d66b37;
  font-weight: 100;
  font-size: 1.6em;
}
#footer > div.projects_links > ul a {
  color: #bdbdbd;
  font-size: 2em;
  line-height: 1.5em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  #footer > div.projects_links {
    padding-bottom: 1em;
  }
}
#footer > div.www_label {
  display: inline-block;
  margin-top: 4px;
  margin-left: 10px;
  color: #999;
  opacity: 0.8;
  padding-top: 1.8em;
}
#footer > div.www_label > a {
  color: #ffffff;
}
#footer > div.www_label .footer_version {
  display: inline-block;
  line-height: 1em;
  position: relative;
  bottom: 1px;
  font-size: 9px;
  color: #b2b2b2;
}
#footer > div.www_label .powered_by {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.8;
  font-weight: 700;
  display: inline-block;
}
#footer > div.www_label .powered_by a {
  color: #CCC;
}
#footer > div.www_label .addthis {
  display: inline-block;
  padding-top: 17px;
  float: right;
  text-align: right;
  clear: none;
}
#footer #footer_address {
  /*background-color: rgba(238,158,208,.1);*/
  display: inline-block;
  color: #d9d9d9;
  font-family: 'texgyreheroscnregular', sans-serif;
  font-size: 94%;
  line-height: 1.3em;
  text-align: left;
}
#footer #footer_social {
  /*background-color: rgba(238,158,208,.1);*/
  display: inline-block;
  position: relative;
  top: -14px;
  left: 40px;
  height: 37px;
}
#footer #footer_social .icon_social {
  display: inherit;
  background-image: url('../../images/social_icons.png');
  background-repeat: no-repeat;
  width: 51px;
  height: 41px;
  opacity: 0.6;
}
#footer #footer_social .icon_mail {
  background-position: 0 0;
}
#footer #footer_social .icon_twiter {
  background-position: -51px 0;
}
#footer #footer_social .icon_facebook {
  background-position: -98px 0;
}
#footer #footer_social .icon_gmaps {
  background-position: -146px 0;
}
#footer #footer_logos {
  /*background-color: rgba(238,158,208,.1);*/
  display: inline-block;
  float: right;
}
#footer #footer_logos .logo_elkasko {
  background-image: url('../../images/');
  display: inherit;
  width: 232px;
  height: 80px;
  float: left;
  position: relative;
  right: 20px;
  left: 10px;
}
#footer #footer_logos .logo_gov_navarra {
  background-image: url('../../images/');
  display: inherit;
  width: 281px;
  height: 80px;
  float: right;
  opacity: 0.7;
}
.inner_container {
  background-color: #B9B9B9;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 4em;
  padding-bottom: 4em;
}
.btn-primary {
  color: #fff;
  background-color: #ef912b;
  border-color: #f19d43;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e07d11;
  border-color: #ef8f26;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ef912b;
  border-color: #f19d43;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/*# sourceMappingURL=page.css.map */