.KenyanCoffeeRg-Bold {
  font-family: KenyanCoffeeRg-Bold;
  font-weight: normal;
  font-style: normal;
}
.KenyanCoffeeRg-Regular {
  font-family: KenyanCoffeeRg-Regular;
  font-weight: normal;
  font-style: normal;
}

/**** GRID ****/
/* Very very simple, semantic and human friendly columns */
/* Column size */
#main-content {
  width: auto;
}
#column-one {
  width: 20%;
}
#column-two {
  width: 20%;
}
/* old fashion table layout */
#main {
  display: table;
  width: 100%;
}
#main-content,
#column-one,
#column-two {
  display: table-cell;
  vertical-align: top;
}
/* margin collumns */
#main-content {
  padding: 20px 46px;
}
#column-one {
  padding: 2%;
}
#column-two {
  padding: 2%;
}
#portal-column-content {
  width: 100%;
  margin-left: -100%;
}


/********** Basic styles **********/
body {
  color: #303030;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  background: #fff;
}

a:link,
a:visited,
#content a:link,
dl.portlet a:link {
  color: #f7941d;
  border-bottom: none;
}
.state-published {
  color: #000 !important;
}
a:hover {
  color: #000;
}
#content a:hover,
dl.portlet a:hover {
  color: #000 !important;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
#main {
  background: transparent;
}
#user {
  float: right;
}
/********** Top **********/
#portal-personaltools {
  position: absolute;
  background: #f7941d;
  color: #fff;
}
#portal-personaltools dd {
  background: #008044;
}
#portal-personaltools a,
#portal-personaltools dd a {
  color: #fff;
}
/* header */
header {
  color: #f7941d;
  background: #231f20;
}
/* banner */
#logo {
  width: 40%;
  float: left;
  padding: 1px 50px;
}
#logo a {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
}
#logo img {
  float: left;
  margin: 0.2em 1em 0.2em 0;
  max-height: 200px;
}

.idiomas {
  float: right;
  width: 160px;
  margin-top: 30px;
}
.idiomas a:link,
.idiomas a:visited {
    color: #f7941d !important;
    font-size:12px;
    display: inline-block;
    margin: 0 5px;
}
.idiomas a.ativo {
    text-decoration: underline;
}
.redes-sociais {
  float: right;
  width: 80px;
  margin-top: 30px;
}

.country_group {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.mapa_paises {
  width: 60%;
  display: inline-block;
  float: left;
}

.mapa_texto {
  width: 40%;
  display: inline-block;
  float: left;
  margin-top: -20px;
}

div.country_group h3{
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: black;
}

div.country_group img{
    margin: 2px;
}

div.delimiter{
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #949494;
}

body.template-summary_view #viewlet-below-content-title,
body.template-summary_view .documentFirstHeading{
    display: none;
}

/* search */
#portal-searchbox {
  float: right;`
  text-align: right;
  padding: 0;
  background: url("img/searchbg.png") no-repeat;
  clear: none;
  margin: 28px 0 0 0;
}
#portal-searchbox input.searchField {
  border: 0;
  padding: 0.5em 0.2em 0.5em 0.2em;
  width: 81%;
  background: transparent;
}
#portal-searchbox input.searchButton {
  padding: 0.5em;
  border: 0;
  background: transparent;
  text-indent: -99999px;
  width: 35px;
}
#LSResult {
  margin-top: 0;
}
#search_box_page {
    background: url("img/searchbglg.png") no-repeat;
    border-color: #cccccc;
    border-style: solid;
}
/* Navigation */
nav {
  clear: both;
  font-size: 20px;
  background: #f7941d;
  padding-left: 37px;
}
nav ul {
  background: #ffffff;
  background: transparent;
  color: #666666;
}
nav li a:link,
nav li a:hover,
nav li a:visited {
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  min-width: 3em;
  display: inline-block;
  font-family: KenyanCoffeeRg-Regular;
  font-style: normal;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}

body.section-home #banner-topo {
    display: none;
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  font-size: 80%;
  clear: both;
  color: #737373;
}
#portal-breadcrumbs a,
.breadcrumbSeparator {
  color: #737373;
}
.section-front-page #portal-breadcrumbs {
  display: none;
}
/* text styles */
p {
  line-height: 1.4em;
  font-family: arial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: KenyanCoffeeRg-Regular;
  font-style: normal;
  letter-spacing: 0;
}
h1 {
  color: #f7941d;
  border: none;
  font-size: 46px;
  line-height: 70px;
  text-transform: uppercase;
}
h2 {
  color: #000000;
  line-height: 42px;
  font-size: 28px;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.15em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
h2.tileHeadline {
  margin-bottom: 0px;
}

.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
padding: .5em .5em .5em .7em;
min-height: 0;
    font-family: KenyanCoffeeRg-Regular;
    font-size: 2.0em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #ccc;
background: #f4f4f4;
font-weight: normal;
color: #000000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #ccc;
background: #f4f4f4;
font-weight: normal;
color: #000000;
}

body.section-faq #content .documentDescription, #content #description {
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
margin-bottom: 1em;
color: #000000;
}
.ui-accordion .ui-accordion-icons {
padding-left: 1.2em;
}

#content .documentDescription,
#content #description {
    font-family: KenyanCoffeeRg-Regular;
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 1em;
    color: #000000;
}

.mapa-titulo-negro{
  font-family: KenyanCoffeeRg-Regular;
  color: #000000;
  font-weight: bold;
  font-size: 2.25em;
}

.mapa-titulo-amarelo{
  font-family: KenyanCoffeeRg-Regular;
  color: #f7941d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.25em;
}

.destaque-amarelo{
  color: #f7941d;
  font-weight: bold;
}

.portaltype-collective-cover-content #main-content,
.portaltype-collective-cover-content #main-content #content {
    padding : 0;
    margin: 0;
}
.portaltype-collective-cover-content #main-content div.width-16 {
width: 100%;
margin-left: -100%;
}
.portaltype-collective-cover-content #main-content div.width-16 .tile {
margin: 0;
}
#portal-breadcrumbs {
    display: none;
}


/********** Tiles **********/
.tile {
  margin: 0 1em 2em 1em;
}
.tile img {
  max-width: 100%;
  height: auto;
}
.tile-header h1,
.tile-header h2,
.tile-header h3,
.tile-header h4 {
  color: #f7941d;
}
.tile-header {
  font-size: 0.8em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.tile .description {
  font-size: 0.9em;
  color: #777;
}
.tile a {
  color: #222222 !important;
}
.collection-item {
  display: inline-block;
  float: left;
  width: 30%;
  margin: 1.1em;
}
/* galeria */
.cover-carousel-tile {
  margin-bottom: 2em;
}
.galleria-stage {
  top: 0;
  left: 0;
  right: 0;
}
.galleria-info-text {
  padding: 0;
}
.galleria-info-title {
  font: bold 2em/1.1 'Open Sans', sans-serif;
  font-weight: normal;
}
.galleria-info-description {
  font: normal 1em/1.4 arial, helvetica, sans-serif;
  margin: 0;
  color: #333333;
}
.slideshow ul,
.slideshow ul li {
  list-style: none !important;
}

#content ol li {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  margin-bottom: 1.25em;
  counter-increment: step-counter;
}

#content ol li::before {
    color: #f7941d;
    content: counter(step-counter)". ";
}

/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d9d9d9 1px solid;
  font-weight: bold;
  background: transparent;
  color: #000000;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #000000;
}
.portlet {
  margin-bottom: 2em;
  padding: 4px 0;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}
.portletNavigationTree li {
  list-style-position: inside;
}
.portletNavigationTree .navTreeLevel0 > li {
  border-bottom: #d9d9d9 1px solid;
  list-style: none;
}
.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
}
.portletNavigationTree a:hover {
  background: #f2f2f2;
}
.navTreeLevel2 a {
  padding-left: 1em;
}
.navTreeLevel3 a {
  padding-left: 2em;
}
.navTreeLevel4 a {
  padding-left: 3em;
}
.navTreeLevel5 a {
  padding-left: 4em;
}
.navTreeLevel6 a {
  padding-left: 5em;
}
dl.portlet ul.navTree .navTreeCurrentItem {
  background: transparent;
}
/********** Config bugs *************/
.label,
.badge {
  color: #333333;
  text-shadow: 0;
  background-color: transparent;
}
.label:empty,
.badge:empty {
  display: inline;
}
/*Theme Customiser*/
#portal-title {
  display: block;
  font-size: 99%;
  font-weight: bold;
  line-height: 30%;
  margin-top: 6%;
}
#header-text {
  padding-left: 0;
}
#portal-description {
  font-weight: normal;
  font-size: 45%;
}
/********** Footer **********/
footer {
  background: #949494;
  padding: 20px 50px 20px 50px;
  font-size: 80%;
  border-top: 1px solid #ccc;
}
footer p {
  margin-bottom: 2em;
}
footer img {
  margin-right: 40px;
  vertical-align: middle;
}

footer select {
    min-width: 120px;
    background: #fff;
    color: #ee8122;
    border-radius: 30px;
    border: 6px solid #fff;
}
footer input {
background: #ee8122;
border: 8px solid #ee8122;
color: #fff;
border-radius: 20px;
}
#content p.tileFooter{
  margin-bottom: 20px;
}

#content p.tileDate{
  color: #f7941d;
  margin-top: -5px;
  margin-bottom: 10px;
}

a.saiba-mais {
  background: #f7941d;
  border: #f7941d;
  color: #ffffff !important;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  bottom: -10px;
}


a.summary:link,
a.summary:visited{
  color: #000000 !important;
}

.tile img {width: 100%;}
.tile-dark {padding-bottom: 50px;}
footer {clear: both;}
footer img {max-width: 100%;}

#listagem-paises{
    display: block;
}

#listagem-paises figure{
    display: inline;
    float: left;
    width: 75px;
}

#listagem-paises figcaption{
  font-family: KenyanCoffeeRg-Regular;
  font-style: italic;
  color: #000;
}

#listagem-paises-mobile{
    display:none;
}

ul.bxslider {
    margin-top: 0px;
    margin-left: -2px !important;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ffffff !important;
-webkit-box-shadow: 0 0 5px #ffffff !important;
box-shadow: 0 0 5px #ffffff !important;
border: 5px #ffffff !important;
}

.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
padding: .5em .5em .5em .7em;
min-height: 0;
    font-family: KenyanCoffeeRg-Regular;
    font-size: 2.0em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #ccc;
background: #f4f4f4;
font-weight: normal;
color: #000000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #ccc;
background: #f4f4f4;
font-weight: normal;
color: #000000;
}

body.section-faq #content .documentDescription, #content #description {
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
margin-bottom: 1em;
color: #000000;
}
.ui-accordion .ui-accordion-icons {
padding-left: 1.2em;
}
div.galleria-info {
   display: none;
}

.cover-carousel-tile {
margin-bottom: 0em;
}

.galleria-stage {
bottom: 0px !important;
}

.ui-accordion .ui-accordion-header {
font-family: Helvetica !important;
font-size: 1.8em !important;
}

#portal-personaltools{
   display:none;
}

fieldset#search-field {
border: none !important;
text-align: left;
}

div.search_filters{
    display: none;
}


.galleria-thumb-nav-left,.galleria-thumb-nav-right,.galleria-info-link,.galleria-info-close,.galleria-image-nav-left,.galleria-image-nav-right
    {
    background-image: url(img/classic-map.png);
    background-repeat: no-repeat;
}

#portal-searchbox input.searchButton {
    background-color: transparent;
    width: 50px;
    margin-left: -15px;
    cursor: pointer;
}

button.search_form_transparent {
    background-color: transparent;
    background-repeat:no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    margin-left: -35px;
}

    table.mapa-de-atuacao{
        width: 411px;
        font-family: Helvetica;
        font-style: normal;
        font-size: 10px;
    }
    table.mapa-de-atuacao thead{
        background: #242526;
        color: #f7941d;
        text-align: left;
    }
    table.mapa-de-atuacao tfoot tr.footer-line1 td {
        padding: 12px;
        background: #242526;
        color: #f7941d;
        text-align: left;
        font-size: 12px;
    }
    table.mapa-de-atuacao thead th{
        padding: 15px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
    }
    table.mapa-de-atuacao thead th.yeapnope {
        text-align: center;
    }
    table.mapa-de-atuacao tbody td{
        padding: 10px 15px 10px 10px;
        font-style: normal;
        border-top: 2px solid #f7941d;
    }
    table.mapa-de-atuacao tbody td.yeapnope {
        text-align: center;
    }
    table.mapa-de-atuacao tbody td.yeapnope.active:before {
        content:url(img/checkmark.png);
    }
    table.mapa-de-atuacao tbody td.yeapnope:before {
        content:url(img/checkmark_empty.png);
    }
    table.mapa-de-atuacao tbody td.attribuicao{
        width: 257px;
    }
    table.mapa-de-atuacao{
        width: 411px;
        font-family: Helvetica;
        font-style: normal;
        font-size: 10px;
    }
    table.mapa-de-atuacao thead{
        background: #242526;
        color: #f7941d;
        text-align: left;
    }
    table.mapa-de-atuacao tfoot tr.footer-line1 td {
        padding: 12px;
        background: #242526;
        color: #f7941d;
        text-align: left;
        font-size: 12px;
    }
    table.mapa-de-atuacao thead th{
        padding: 15px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
    }
    table.mapa-de-atuacao thead th.yeapnope {
        text-align: center;
    }
    table.mapa-de-atuacao tbody td{
        padding: 10px 15px 10px 10px;
        font-style: normal;
        border-top: 2px solid #f7941d;
    }
    table.mapa-de-atuacao tbody td.yeapnope {
        text-align: center;
    }
    table.mapa-de-atuacao tbody td.attribuicao{
        width: 257px;
    }
    div.listingBar {
        font-size: 16px;
        margin: 1em auto;
        width: 310px;
        text-align: center;
    }

    div.listingBar a {
        display: inline-block;
        padding: 0.25em 0.5em;
        border: 0px;
    }

    div.listingBar a:visited {
        color: #f7941d !important;
    }

    div.listingBar .next {
        display: inline-block;
        float: none;
    }
    li#portaltab-busca{
        display:none;
    }
    li#portaltab-busqueda{
        display:none;
    }

div#btnav ul li.selected a{
    color:#FFFFFF;
}

/**** RESPONSIVE ***/
#btnav i {
  display: none;
}

@media (max-width: 480px) {
  body {
    background-image: none;
  }
#listagem-paises{
    display: none;
}
  #listagem-paises-mobile{
        display:block;
  }
  #banner-topo {
     display: none;
  }

 .mapa_paises {
  width: 100%;
  display: block;
  float: left;
 }

 .mapa_texto {
   width: 100%;
   margin-top: 0px;
 }

  #main {
    margin-top: 1em;
    display: block;
  }
  div.cell {
    float: none;
    left: 100%;
    width: 100% !important;
    margin-left: -100% !important;
  }
  #logo {
    float: right;
  }
  #portal-breadcrumbs {
    display: none;
  }

  #logo a img {
    margin-top: 5px;
    width: 140px;
    height: auto;
    top: 40px;
    position: absolute;
  }
  #portal-searchbox {
    display: none;
  }

 .idiomas {
    top: 0;
    position: absolute;
    margin-top: 0;
    }
 .redes-sociais {
    top: 7px;
    right:0;
    position: absolute;
    margin-top: 0;
    }

#btnav {
width: 40px;
height: 40px;
display: block;
top: 50px;
right: 10px;
position: absolute;
background: url(img/mobile-nav.png) no-repeat;
cursor: pointer;
}
#btnav ul {
display: none;
width: 600px;
position: absolute;
right: -10px;
z-index: 100;
text-align: right;
}

  ul.submenu {
    display: none !important;
  }
  nav li {
    display: block;
    height: auto;
    width: 100%;
  }
  div:hover#btnav ul {
    padding-top: 10px;
    display: block;
    top: 40px;
    position: absolute;
    background: #ffffff;
  }
  div:hover#btnav ul li a {
    padding: 10px;
  }
  #btnav i {
    display: block;
    font-size: 2em;
    padding-top: 10px;
    color: #888;
  }

  #main-content,
  #column-one,
  #column-two {
    display: block;
    float: none;
    width: 100%;
    padding: 2%;
  }
  #logo {
    width: 70%;
  }
  header {
      height: 100px;
    }
  div.cell {
    float: none;
    width: 100% !important;
    margin-left: -100% !important;
  }
  footer {
    padding-left: 2em;
    padding-right: 2em;
  }
  form#dest_form {
  display: inline !important;
  }
  .collection-item {
    display: block;
    width: 100%;
  }
  div.galleria-image img{
    top: 0px;
  }
  p.description{
    margin-right: 10px;
  }
    table.mapa-de-atuacao{
        width: 300px;
    }
    table.mapa-de-atuacao tbody td.attribuicao{
        width: 190px;
    }
    li#portaltab-busca{
        display:block;
    }
    li#portaltab-busqueda{
        display:block;
    }

}

@media (min-width: 1040px) {
.galleria-container, .galleria-stage{
   height: 550px;
}
}

@media (max-width: 480px) {
    #search_box_page {
        width: 280px;
    }
}
