/* 
	Naranja oscuro: # ea9422;
	Azul oscuro: # 024da1;
	Gris: # 939597;
*/

/*
	font-family: 'Alegreya Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Yantramanav', sans-serif;
*/

html * {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

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,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

body {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2em;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #024da1;
}

h2 {
  padding: 0;
  font-size: 1.25em;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  color: #000;
}

p {
  font-family: "Titillium Web", sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

span {
  font-family: inherit;
  font-size: inherit;
  color: #000;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  color: #89b5e0;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

a:hover {
  color: #000;
}
strong {
  font-size: inherit;
  font-weight: 700;
}
/* --------------- */

.content_Wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.content {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

#headerWrapper {
  position: relative;
  float: left;
  background: #fff;
}

#topClosingBar {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  background-color: #ea9422;
}

#topBar {
  height: 190px;
}

#menuBar {
  position: relative;
  float: left;
  width: 100%;
  /* padding: 5px 0; */
  height: 35px;
  background: #024da1;
  margin-bottom: 15px;
}

a#logo {
  position: absolute;
  z-index: 1000;
  width: 250px;
  left: 0;
  top: 40px;
}
a#logo img {
  width: 100%;
}

/*! --- MENÚ --- */

ul.menu {
  /*float: right;*/
}
ul.menu > li {
  position: relative;
  border-right: 1px solid #fff;
  display: table-cell;
  text-align: center;
}

ul.menu > li:last-child {
  border: none;
}

/*!  */
/*! #### Language Menu -- */
ul.menu.languageMenu {
  position: relative;
  float: right;
  margin-top: 15px;
  font-family: "Yantramanav", sans-serif;
  text-transform: uppercase;
  left: 2.5%;
}

ul.menu.languageMenu > li > a {
  padding-right: 30px;
  color: #939597;
  font-size: 1em;
}
ul.menu.languageMenu > li > a:hover,
ul.menu.languageMenu > li > a.active {
  color: #092847;
}

/*.rrss_wrapper {
  position: relative;
  float: right;
  clear: right;
  margin-top: 40px;
  margin-right: 50px;
}*/
.rrss_wrapper {
  position: relative;
  float: right;
  clear: right;
  margin-top: 78px;
  margin-right: -30px;
}

.rrss_wrapper li {
  float: left;
  margin-right: 30px;
}

.rrss_wrapper li a i {
  font-size: 1.5em;
  color: #939597;
}

select.menu.languageMenu {
  display: none;
  margin-top: 15px;
}

/*!  */
/*! -- Top Menu -- */

ul.menu.topMenu {
  float: right;
  margin-right: 80px;
  margin-top: 13px;
}
ul.menu.topMenu > li > a {
  padding-right: 0;
  padding-left: 50px;
  font-size: 0.9em;
  color: #767a7e;
  font-weight: 500;
}
ul.menu.topMenu > li > a:hover {
  color: #89b5e0;
}

/*!  */
/*! -- Main Menu -- */

ul.menu.mainMenu {
  position: relative;
  float: left;
  width: 100%;
  display: table;
}

ul.menu.mainMenu > li > a {
  float: left;
  width: 100%;
  height: inherit;
  padding: 4px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1.15em;
  text-transform: uppercase;
}
ul.menu.mainMenu > li > a:hover {
  color: #fff;
}
ul.menu.mainMenu > li > a.active {
  color: #fff;
  background-color: #ea9422;
}

/*!  */
/*! -- Submenú -- */
ul.menu.mainMenu > li > ul {
  display: none;
  width: 100%;
  position: absolute;
  min-width: inherit;
  top: 35px;
  /*left: 45px;*/
  padding: 10px;
  background-color: rgba(147, 149, 151, 1);
  z-index: 99999;
}

ul.menu > li:hover > ul {
  display: block;
}

ul.menu.mainMenu > li > ul > li {
  float: left;
  clear: left;
  width: 100%;
  padding-left: 15px;
  color: #c8cacb;
  background-color: rgba(255, 255, 255, 1);
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}

ul.menu.mainMenu > li > ul > li:last-child {
  margin-bottom: 0;
}

ul.menu.mainMenu > li > ul > li > a {
  display: block;
  padding: 3px 10px;
  padding-left: 0;
  color: #808284;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Yantramanav", sans-serif;
}
ul.menu.mainMenu > li > ul > li > a:hover {
  color: #034ea2;
  /*color:#ea9422;*/
  font-weight: bold;
}
ul.menu.mainMenu > li > ul > li > a > strong {
  font-weight: 700;
  font-size: 1.45em;
  line-height: 0.75em;
}

ul.menu.mainMenu > li > ul > li > a.active {
  color: #ffd400;
}

a#btn_menu_alt {
  display: none;
  position: absolute;
  z-index: 2;
  height: 50px;
  right: 25px;
  top: 2px;
  color: #fff;
}
a.btn {
  padding: 10px 20px;
  border-radius: 3px;
}
a.btn.bg_dark-blue {
  background: #092847;
  color: #fff;
}
a.btn.blue {
  background: #024da1;
  color: #fff;
}
a.btn:hover {
  background: #000;
}

.bg-primary,
a.bg-primary {
  box-sizing: border-box;
  background: #024da1;
  color: white;
}

.bg-secondary,
a.bg-secondary {
  box-sizing: border-box;
  background: #89b5e0;
  color: white;
}

/*!  */
/*! ---Sidebar --- */
.sidebar {
  float: left;
  width: 100%;
  /* 	min-width: 250px; */
  margin-bottom: 15px;
  margin-top: 15px;
  background: #092847;
}
.sidebar:first-child {
  margin-top: 30px;
}
.sidebar:last-child {
  margin-bottom: 30px;
}

.sidebar h2 {
  padding: 5px 15px;
  font-size: 1em;
  background: #024da1;
  color: #fff;
}
.sidebarMenu {
  float: left;
  padding: 5px;
  padding-bottom: 10px;
}

.sidebarMenu > li > span {
  display: inline-block;
  float: left;
  padding: 0 10px;
  padding-top: 10px;
  font-size: 0.8em;
  line-height: 0.85em;
}

.sidebarMenu > li > a {
  float: left;
  padding: 2px 10px;
  color: #c8cacb;
  font-weight: 500;
}
.sidebarMenu > li > a strong {
  font-size: 1.5em;
  line-height: 1em;
}
.sidebar.alt {
  background: #89b5e0;
}

.sidebar.alt .sidebarMenu > li > a {
  color: #003265;
}
.sidebar.alt .sidebarMenu > li > a:hover {
  color: #fff;
}

.sidebarMenu#tagsMenu > li {
  float: left;
  width: auto;
}
.sidebarMenu#tagsMenu > li > a {
  padding-right: 0;
}
.sidebarMenu#tagsMenu > li > a::after {
  content: ", ";
}
.sidebarMenu#tagsMenu > li:last-child > a::after {
  content: "";
}
a.btn_show_tags {
  float: right;
  padding: 10px 20px;
  color: black !important;
}
a.btn_show_tags .show_text {
  display: none;
}

.hiddenTag {
  display: none;
}
.hiddenTag.show {
  display: block;
}

#relatedMenu h2 {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 5px;
  font-size: 1.25em !important;
  background: transparent;
}
#relatedMenu li {
  width: 100%;
}
#relatedMenu li a {
  float: left;
  font-weight: 500;
  padding: 0 5px 10px 5px !important;
  color: #024da1;
}

.text-list {
  list-style: disc;
  margin-left: 10px;
  padding-left: 10px;
}
.text-list li {
  margin-bottom: 5px;
}

/*!  */
/*! --- LISTADO --- */
.list {
  padding-right: 50px;
}
.list .row {
  margin-bottom: 10px;
}
.list .row.year {
  margin-top: 15px;
  font-weight: 500;
  font-size: 1.15em;
}
.list .term,
.list .title a {
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: 500;
  color: #024da1;
}
.list .title a:hover {
  color: #000;
}
/*! */
/*! --- RESULTADOS BÚSQUEDAS --- */

.resultsList {
  width: 100%;
  border-collapse: collapse;
}
.resultsList th {
  text-align: left;
  font-weight: bold;
  color: #024da1;
}
.resultsList thead tr {
  border-bottom: solid 1px #777;
}
.resultsList tbody tr {
  border-bottom: solid 1px #ccc;
}
.resultsList td {
  padding: 5px;
}

/*! -- TAGS --*/
.tag {
  display: inline-block;
}
.tag::after {
  content: ", ";
}
.tag:last-child::after {
  content: "";
}

/*! -- CAJAS DE INFO --*/
#info_Wrapper {
  /*border-top: solid 2px #092847;*/
}
.info-box {
  position: relative;
  padding: 40px;
}

.info-box .icon {
  position: absolute;
  left: 0px;
  top: 40px;
}
.info-box .icon i.fa {
  font-size: 1.45em;
}

div.info div.row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
}

/*! --- FOOTER --- */
#footerLogosWrapper {
  /* 	margin: 30px 0px; */
  margin-bottom: 0;
  padding: 15px 0;
  background: #b8d3ec;
  text-align: center;
}
#footerLogos a {
  text-align: center;
}
#footerLogos a img {
  margin: 2.5%;
  width: 95%;
  /* 	max-height: 120px; */
}

/*! 	--- INFO --- */
.separator-orange {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 4px #ea9422;
}

#sponsors {
  width: 100%;
  padding-bottom: 20px;
}

#sponsors .sponsor {
  width: 20%;
}

#sponsors a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

#sponsors a img {
  width: 100%;
  /*min-height: 50px;*/
  /*max-width: 285px;*/
}

#subFooterWrapper {
  height: 60px;
  text-align: center;
  color: #999;
  font-size: 0.85em;
}

#subFooter {
  padding: 30px;
  margin-bottom: 40px;
  border-bottom: solid 4px #024da1;
  text-align: center;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 2.5em;
}

a#firma {
  position: relative;
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  opacity: 0.5;
}

a#firma img {
  float: left;
  width: 100%;
}

.topOption {
  display: none;
}

/*!  */
/*! --- PAGINACIÓN --- */
.pagination_Wrapper {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.count  {
  float: left;
  font-size: 1.5em;
}
.pagination {
  /*float: right;*/
  position: relative;
  float: none;
  width: 240px;
  margin: 0 auto;
}
a.btn_arrow {
  /* 	float: left; */
  font-size: 1.25em;
}
.page {
  /* 	float: left; */
  font-size: 1.25em;
}

/*!  */
/*! --- TEXTOS --- */
.text * {
  /* 	font-family: 'Titillium Web', sans-serif; !important; */
  /* 	color: #000 !important; */
}
.text p {
  margin: 5px 0;
  font-size: inherit !important;
}

.text ul {
  list-style: disc;
  padding-left: 20px;
  font-size: inherit !important;
}
.text em {
  font-style: italic;
  font-weight: 500;
}

.text ul li,
.text ul * {
  padding: 0;
  font-size: inherit !important;
}

#submenu_proyecto {
  display: none;
}

@media (max-width: 768px) {
  /*#compass-wrapper {
    display: none;
  }*/

  #footerWrapper {
    padding-top: 30px;
  }

  /*#sponsors .sponsor {
    width: 100%;
  }*/
  #sponsors .sponsor {
    width: 55%;
    margin-left: 21%;
  }

  #submenu_proyecto {
    display: block;
  }
}

@media (max-width: 1100px) {
  .twitterWrapper {
    display: none;
  }

  #map_Wrapper {
    display: none;
  }
  .info_parthers {
   display: none;
}
}

@media screen and (max-width: 1200px) {
  #map_Wrapper {
    padding-left: 0 !important;
  }

  select.menu.languageMenu {
    display: block;
  }
  ul.menu.languageMenu > li > a {
    display: none;
    font-size: 1em;
    font-weight: 400;
  }

  .topOption {
    display: block;
  }

  a#btn_menu_alt {
    display: block;
  }

  .topMenu {
    display: none;
  }

  ul.menu.mainMenu {
    position: absolute;
    z-index: 2000;
    right: -412px;
    top: 35px;
    width: 300px;
    -webkit-transition: right 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
    -moz-transition: right 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
    transition: right 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s;

    opacity: 0;
  }

  ul.menu.mainMenu.active {
    right: 0;
    top: 35px;
    opacity: 1;
  }

  .mainMenu > li {
    float: left;
    clear: left;
    width: 100% !important;
    background: #fff;
  }

  ul.menu.mainMenu > li > a {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    font-size: 1.25em;
    background: #024da1;
  }
  ul.menu.mainMenu > li > ul {
    display: block !important;
    position: relative;
    float: left;
    clear: left;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    list-style: none;
  }

  ul.menu.mainMenu > li.topOption {
    background: #333;
  }

  ul.menu.mainMenu > li > ul > li {
    float: left;
    clear: left;
    width: 100% !important;
  }
  ul.menu.mainMenu > li > ul > li > a {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.25em;
    font-weight: 300;
    padding-left: 30px;
    color: #024da1;
    box-sizing: border-box;
  }

  ul.menu.mainMenu > li > ul > li > a > strong {
    display: none;
  }

  .sidebarMenu > li > a {
    font-size: 1.25em;
    padding: 5px 15px;
  }

  .languageMenu {
    float: right;
  }

  .rrss_wrapper {
    margin-right: -22px;
  }

  a#logo {
    left: 10px;
  }

  .sponsor {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  #footerInfo div {
    padding-left: 0;
  }
  #footerInfo h3,
  #footerInfo ul,
  #footerInfo li,
  #footerInfo li a {
    width: 100%;
    text-align: center !important;
  }

  .rrss_wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 310px;
    margin-top: 130px;
    margin-bottom: 10px;
    left: 5.5%;
  }

  .sponsor {
    width: 20%;
  }
}

@media screen and (max-width: 428px) {
  ul.menu.mainMenu {
    width: 100%;
  }

  .sponsor {
    padding-top: 0 !important;
  }
}

.orienta-yellow {
  color: #fff100;
  font-weight: 700;
}

#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .twitterWrapper {
    position: relative;
    float: left;
    overflow: auto;
    max-height: 1576px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    /* height: 1051px; */
}
}