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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  vertical-align: middle;
  margin-bottom: 2.5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.down-arrow, .slider .prev i, .slider .next i, section.top .slides_wrapper .arrow i {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5ODAwNDZCNjk0QTExMUU2ODEyNEU3MTZDOThCODI5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5ODAwNDZCNzk0QTExMUU2ODEyNEU3MTZDOThCODI5QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk4MDA0NkI0OTRBMTExRTY4MTI0RTcxNkM5OEI4MjlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk4MDA0NkI1OTRBMTExRTY4MTI0RTcxNkM5OEI4MjlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6plv/gAAAMpJREFUeNpi/P//PwPVAdDQSiDeAcTcZOjlhuqthAlM/I8Ap4BYlATDRKF6YGAiE1D8MZIaUyA+CpRQIMIwkJqjUD0w8BgmGQ/Ev5FsegbEengM04OqgQGQ3nh0RZ5A/A1J0UcgtsNimB1UDgZAejxx2WwBxK+RFP8A4iAk+SCoGAyA1FoQChsNIH6IpOkvEKdD8V8kcZAaDWJjTwaIL//HDUByMqSmLwEgPozFMJCYALkJnguI1yMZBmJzUZqLmIF4DhQzE1IPEGAAeCdeyD7tkt8AAAAASUVORK5CYII=') no-repeat center center;
  display: block;
  width: 88px;
  height: 44px;
}

.slider {
  display: block;
  position: relative;
}
.slider .frame {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.slider li {
  position: relative;
  display: inline-block;
}
.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  cursor: pointer;
  padding: 20px;
}
.slider .prev:hover, .slider .next:hover {
  opacity: 0.5;
}
.slider .prev i, .slider .next i {
  width: 44px;
}
.slider .next {
  right: 0;
  transform: rotate(270deg);
}
.slider .prev {
  left: 0;
  transform: rotate(90deg);
}

* {
  outline: none;
}

.placeholder {
  width: 100%;
}

.sans, body {
  font-family: "Open Sans", sans-serif;
}

.condensed, section.top, section.main nav.tabs, section.main .tabcontent .stats .value, section.main .tabcontent .queries, section.main .tabcontent .visualizations, footer {
  font-family: "Open Sans Condensed", sans-serif;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  cursor: pointer;
}

.form1 {
	background: white !important;
}

body {
  background: #cecece !important;
}

header {
  background: #fff;
}
header .lang {
  text-align: right;
}
header .lang a {
  margin-left: 2px;
  font-size: 10px;
  color: #999;
  text-decoration: none;
  border-radius: 4px;
  padding: 2px 5px;
}
header .lang a:hover, header .lang a.active {
  background: #50b7e8;
  color: #fff;
}

section.top {
  background: #accdeb;
}
section.top h1 a {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
section.top .slides_wrapper {
  position: relative;
  padding-bottom: 45px;
  transition: padding 0.4s;
}
section.top .slides_wrapper .slider {
  transition: opacity 0.4s 0.4s, height 0.4s;
  overflow: hidden;
}
section.top .slides_wrapper .arrow {
  padding: 20px;
  position: absolute;
  display: block;
  left: 50%;
  bottom: -48px;
  margin-left: -64px;
}
section.top .slides_wrapper .arrow i {
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  background-color: #083a82;
  transform: rotate(180deg);
}
section.top .slides_wrapper.collapsed {
  padding-bottom: 0px;
  transition: padding 0.4s 0.2s;
}
section.top .slides_wrapper.collapsed .slider {
  transition: opacity 0.2s, height 0.4s 0.2s;
  opacity: 0;
  height: 0px;
}
section.top .slides_wrapper.collapsed .arrow {
  bottom: -38px;
}
section.top .slides_wrapper.collapsed .arrow i {
  transform: rotate(0deg);
  background-color: #accdeb;
}

section.main {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4M2E4MiIvPjxzdG9wIG9mZnNldD0iMTMxcHgiIHN0b3AtY29sb3I9IiMwODNhODIiLz48c3RvcCBvZmZzZXQ9IjEzMXB4IiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #083a82), color-stop(131px, #083a82), color-stop(131px, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#083a82, #083a82 131px, #ffffff 131px, #ffffff);
  background-image: -webkit-linear-gradient(#083a82, #083a82 131px, #ffffff 131px, #ffffff);
  background-image: linear-gradient(#083a82, #083a82 131px, #ffffff 131px, #ffffff);
}
section.main nav.tabs span {
  text-align: center;
  display: block;
  color: #083a82;
  font-weight: bold;
}
section.main nav.tabs a {
  text-decoration: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #cfd6df;
  border-bottom: 1px solid #083a82;
  transition: background 0.4s, border 0.4s;
}
section.main nav.tabs a.active, section.main nav.tabs a:hover {
  background: #fff;
  border-color: #fff;
}
section.main .tabcontent {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
section.main .tabcontent.active {
  height: auto;
  transition: opacity 0.4s 0.4s;
  opacity: 1;
}
section.main .tabcontent p {
  color: #696969;
  line-height: 20px;
  margin-bottom: 13px;
}
section.main .tabcontent p.lead {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px;
}
section.main .tabcontent .stats {
  margin-top: 50px;
}
section.main .tabcontent .stats span {
  font-weight: bold;
}
section.main .tabcontent .stats .label {
  color: #3f3533;
  font-size: 15px;
}
section.main .tabcontent .stats .value {
  color: #00b8ea;
  font-size: 42px;
}
section.main .tabcontent .stats .investments .value {
  font-size: 39px;
}
section.main .tabcontent .queries a {
  margin: 10px 22px 0 4px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background: #083a82 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5ODAwNDZCMjk0QTExMUU2ODEyNEU3MTZDOThCODI5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5ODAwNDZCMzk0QTExMUU2ODEyNEU3MTZDOThCODI5QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4QjBCNTA5OTRBMTExRTY4MTI0RTcxNkM5OEI4MjlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4QjBCNTBBOTRBMTExRTY4MTI0RTcxNkM5OEI4MjlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1HU66AAAAJtJREFUeNpi/P//PwPJAKipAog3AjEbMYob/yPAFiDmwqeeCYjFkPjeQIxfE1CSEYg7/6OCY0DMT8hpzWiaTgKxMDGeRwaXgViUkKZcNE3XgViGkKYMIP6LpOkOEMsR0hSNpukJEKsQ0jQFzXknqGMDSX4gKZRIigeiY5rktASUmI6meB++1ApK3q+Q+FuB2IeRkfEb1XIcQIABAGK3a5zqxhxoAAAAAElFTkSuQmCC') no-repeat right 16px center;
  border-radius: 7px;
  color: #fff;
  padding: 10px 49px 10px 30px;
}
section.main .tabcontent .queries a:hover {
  opacity: 0.5;
}
section.main .tabcontent .visualizations .highlighted {
  padding-bottom: 80px;
}
section.main .tabcontent .visualizations .highlighted a {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  background: #083a82 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQzVFOTE1Nzk0QTQxMUU2ODEyNEU3MTZDOThCODI5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQzVFOTE1ODk0QTQxMUU2ODEyNEU3MTZDOThCODI5QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk4MDA0NkJDOTRBMTExRTY4MTI0RTcxNkM5OEI4MjlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBDNUU5MTU2OTRBNDExRTY4MTI0RTcxNkM5OEI4MjlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PFlT4wAAAExJREFUeNpi+P///1Qg3gnELAxQwATEt4HYDYj7GZABUNXc/xCQgSzIBsSHgPgXEDsgS2hDVd/CrRLImINiJpBRABWYgmwWhjsBAgwApqFeG62+JQQAAAAASUVORK5CYII=') no-repeat right 12px center;
  border-radius: 7px;
  color: #fff;
  padding: 5px 24px 5px 11px;
  margin: 17px 0 0 6px;
}
section.main .tabcontent .visualizations .highlighted a:hover {
  opacity: 0.5;
}
section.main .tabcontent figcaption {
  margin-bottom: 13px;
  padding-left: 2px;
  font-weight: bold;
  font-size: 22px;
  color: #3f3533;
}

footer {
  color: #1f191a;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AodEzgTvxLGzQAAAE1JREFUCNc9yEkKwCAQRcHnNwrq/Q8qaG8cOotAalmh9+4pJdydtRZ7b56cM/de5pxIorWGzjmMMf4AkJkRY6TWirt/KYlSCiEEJGFmvLxHIe2StmVCAAAAAElFTkSuQmCC') repeat;
}
footer .left {
  text-transform: uppercase;
}
footer .left .logo a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  /* background-image: url('../images/footer-logo.png?1478782618'); */
  background-image: url('../images/unasur.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 72px;
  height: 72px;
  display: inline-block;
}
footer .left nav {
  margin-top: 16px;
}
footer .left nav a, footer .left nav span {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
footer .left nav a:hover, footer .left nav a.active {
  background: #083a82;
  color: #fff;
}
footer .left nav i.sep {
  border-left: 2px solid #274797;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
footer .left legend {
  font-size: 10.5px;
  font-weight: bold;
}
footer .right p {
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 17px;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}

.slider li, .slider .frame {
  width: 300px;
}
@media (min-width: 480px) {
  .slider li, .slider .frame {
    width: 480px;
  }
}
@media (min-width: 720px) {
  .slider li, .slider .frame {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .slider li, .slider .frame {
    width: 800px;
  }
}

.slider li * {
  display: block;
  width: 100%;
}

.slider, .slider ul, .slider ul li {
  height: 168.75px;
}
@media (min-width: 480px) {
  .slider, .slider ul, .slider ul li {
    height: 270px;
  }
}
@media (min-width: 720px) {
  .slider, .slider ul, .slider ul li {
    height: 405px;
  }
}
@media (min-width: 960px) {
  .slider, .slider ul, .slider ul li {
    height: 450px;
  }
}

header .lang {
  padding: 22px 10px 0 0;
}
@media (min-width: 720px) {
  header .lang {
    padding: 22px 0 0 0;
  }
}
header .logos {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 20px 30px;
}
header .logos:after {
  content: " ";
  display: block;
  clear: both;
}
header .logos a {
  background-size: contain;
}
header .cosiplan {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  /* background-image: url('../images/cosiplan-logo.jpg?1478782617'); */
  background-image: url('../images/logo2.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 0% 50%;
  margin-top: 36px;
  height: 44px;
}
header .unasur {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  /* background-image: url('../images/unasur-logo.jpg?1478782618'); */
  background-image: url('../images/unasur2.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 100% 50%;
  margin-top: 26px;
  height: 52px;
}

section.top h1 a {
  font-size: 20px;
  line-height: 68px;
  height: 68px;
  white-space: nowrap;
}
@media (min-width: 720px) {
  section.top h1 a {
    font-size: 30px;
    line-height: 98px;
    height: 98px;
  }
}

section.main nav.tabs {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0px;
  text-align: center;
}
section.main nav.tabs:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 720px) {
  section.main nav.tabs {
    padding: 40px 8px;
    text-align: left;
  }
}
section.main nav.tabs span {
  padding: 6px 2px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 480px) {
  section.main nav.tabs span {
    padding: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 25px;
  }
}
@media (min-width: 720px) {
  section.main nav.tabs span {
    padding: 34px 40px;
    font-size: 25px;
    vertical-align: middle;
    line-height: 27px;
  }
}
section.main nav.tabs a {
  height: 90px;
  width: 49.75124%;
  float: left;
  margin-right: 0.49751%;
}
section.main nav.tabs a:last-child {
  float: right;
  margin-right: 0;
}
@media (min-width: 720px) {
  section.main nav.tabs a {
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%;
  }
  section.main nav.tabs a:last-child {
    float: right;
    margin-right: 0;
  }
  section.main nav.tabs a:last-child span {
    padding: 18px 28px;
  }
}
section.main .panels {
  padding: 20px;
}
@media (min-width: 720px) {
  section.main .panels {
    padding: 47px 34px 0 20px;
  }
}
section.main .tabcontent .stats {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.main .tabcontent .stats:after {
  content: " ";
  display: block;
  clear: both;
}
section.main .tabcontent .stats span {
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 720px) {
  section.main .tabcontent .stats span {
    display: block;
    float: left;
  }
}
section.main .tabcontent .stats .label {
  margin-right: 12px;
}
@media (min-width: 720px) {
  section.main .tabcontent .stats .label {
    line-height: 16px;
  }
}
@media (min-width: 720px) {
  section.main .tabcontent .stats .projects {
    float: left;
    width: 183px;
    margin-right: 31px;
    border-right: 1px solid #ccc6c4;
  }
  section.main .tabcontent .stats .projects .label {
    margin: 9px 5px;
    width: 97px;
  }
  section.main .tabcontent .stats .projects .value {
    width: 56px;
  }
}
@media (min-width: 720px) {
  section.main .tabcontent .stats .investments {
    float: left;
  }
  section.main .tabcontent .stats .investments .label {
    margin: 9px 5px;
    width: 126px;
  }
}
section.main .tabcontent .queries {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
section.main .tabcontent .queries:after {
  content: " ";
  display: block;
  clear: both;
}
section.main .tabcontent .queries a {
  display: block;
}
@media (min-width: 720px) {
  section.main .tabcontent .queries {
    margin-top: 54px;
  }
  section.main .tabcontent .queries a {
    display: inline-block;
  }
}
section.main .tabcontent .visualizations {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
section.main .tabcontent .visualizations:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 720px) {
  section.main .tabcontent .visualizations {
    margin-top: 74px;
  }
  section.main .tabcontent .visualizations .grid figure {
    width: 43.03797%;
    float: left;
    margin-right: 1.26582%;
  }
  section.main .tabcontent .visualizations .grid figure:nth-child(2n) {
    width: 49.36709%;
    float: right;
    margin-right: 0;
  }
  section.main .tabcontent .visualizations .grid .chart {
    height: 437px;
    margin-top: 45px;
  }
}

footer {
  padding: 30px;
  margin-top: 1px;
}
@media (min-width: 720px) {
  footer {
    padding: 10px 0 30px;
	margin-top: 1px;
  }
  footer .left {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    padding-left: 46px;
  }
  footer .right {
    width: 23.07692%;
    float: right;
    margin-right: 0;
  }
}
footer legend {
  margin: 20px 0 0 0;
}
@media (min-width: 720px) {
  footer legend {
    margin: 8px 0 0 2px;
  }
}
footer nav .sep {
  display: none;
}
footer nav a, footer nav span {
  padding: 3px 4px;
  font-size: 12px;
}
@media (min-width: 720px) {
  footer nav .sep {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
  }
  footer nav a, footer nav span {
    font-size: 14px;
  }
}
.btnInicio {
  cursor: pointer;
  background: #083a82;
  color: #fff;
}

.titulos {
	display: block;
    overflow: hidden;
    color: #555555;
    margin: 20px 0 10px 0 !important;
    font-size: 20px !important;
    padding: 20px 0 5px 0 !important;
    border-bottom: 4px solid #50b7e8 !important;
}
.popover.fade.right.in {
    line-height: 1.5;
}

.popover.fade.left.in {
    line-height: 1.5;
}

span#Principal_lbl_pais a img {
    width: auto !important;
}
