.themeBlue {
  color: #2c7c9f; }

.themeYellow {
  color: #FFB500; }

.themeGreen {
  color: #7eb606; }

.themeRed {
  color: #ff0000; }

.themeWhite {
  color: #fff; }

.hide-mobile {
  display: none; }
  @media screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .hide-mobile {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .hide-mobile {
      display: block; } }
  @media screen and (min-width: 1920px) {
    .hide-mobile {
      display: block; } }

.container {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .container {
      width: 90%; } }

.no-padding {
  padding: 0 !important; }

body, html {
  font-family: "futura-pt",sans-serif;
  width: 100%;
  height: 100vh; }

a, a:link, a:focus, a:visited {
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

h1.title, h2.title, h3.title, h4.title {
  color: #fff;
  font-family: "futura-pt-bold",sans-serif; }

.vcenter {
  display: flex;
  align-items: center; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.margin-top100 {
  margin-top: 100px; }

.maskBlue {
  background-color: rgba(22, 62, 79, 0.8); }

.maskYellow {
  background-color: rgba(153, 109, 0, 0.7); }

.maskGreen {
  background-color: rgba(58, 83, 3, 0.8); }

.maskRed {
  background-color: rgba(51, 0, 0, 0.5); }

.navbar-default, .navbar-default-home {
  z-index: 9999;
  background: #000;
  border: 0;
  height: 85px;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .navbar-default .logo-nav, .navbar-default-home .logo-nav {
    width: 80px;
    display: block;
    margin-top: 10px;
    float: left; }
    .navbar-default .logo-nav img, .navbar-default-home .logo-nav img {
      width: 100%; }
  .navbar-default button, .navbar-default-home button {
    float: right;
    background: transparent;
    border: none;
    width: 45px;
    margin-top: 24px;
    height: auto; }
    .navbar-default button:active, .navbar-default-home button:active, .navbar-default button:focus, .navbar-default-home button:focus {
      outline: none; }
    .navbar-default button span, .navbar-default-home button span {
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 9px;
      background-color: #fff; }

.navbar-default-home {
  background: transparent;
  height: 150px; }
  @media screen and (min-width: 1025px) {
    .navbar-default-home .logo-nav {
      width: 150px;
      height: auto; } }

.main-menu {
  float: right;
  margin-top: 10vh; }
  @media screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .main-menu {
      margin-top: 100px; } }
  .main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    font-size: 28px;
    font-weight: bold; }
    @media screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .main-menu ul {
        font-size: 42px; } }
    .main-menu ul li {
      margin-bottom: 4vh;
      padding: 0;
      opacity: 0;
      margin-top: 100vh; }
      @media screen and (min-width: 600px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .main-menu ul li {
          margin-bottom: 25px; } }

.hamburguer-x {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburguer-x span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hamburguer-x span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.hamburguer-x span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.hamburguer-x span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.hamburguer-x.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px;
  left: 8px; }
.hamburguer-x.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }
.hamburguer-x.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

.home-gallery {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .home-gallery .item {
    width: 100%;
    height: 100vh;
    background-position-x: center;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: cover; }
  .home-gallery .image-links {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%; }
  .home-gallery .links {
    float: right;
    width: 100%; }
  .home-gallery .icon {
    height: 50px;
    margin-left: 40; }
  .home-gallery .wd-7 {
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .home-gallery .wd-7 {
        width: 14.28%; } }
  .home-gallery .if-xs {
    display: block; }
    @media screen and (min-width: 1025px) {
      .home-gallery .if-xs {
        width: 14.28%;
        display: none; } }

.content-slide {
  position: absolute;
  bottom: 0;
  left: 100%;
  min-height: 80vh;
  width: 100%;
  opacity: 0; }
  @media screen and (min-width: 1025px) {
    .content-slide {
      min-height: 56vh; } }

.content-home, .content-section {
  position: relative;
  width: 100%;
  color: #fff;
  margin-top: 0; }
  .content-home h1, .content-section h1 {
    text-transform: uppercase;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px; }
    @media screen and (min-width: 1025px) {
      .content-home h1, .content-section h1 {
        font-size: 38px;
        margin-bottom: 45px; } }
  .content-home p, .content-section p {
    font-size: 14px;
    line-height: 22px; }
    @media screen and (min-width: 1025px) {
      .content-home p, .content-section p {
        font-size: 22px;
        line-height: 36px; } }
  .content-home .text-block, .content-section .text-block {
    padding-left: 20%;
    padding-right: 0; }
    @media screen and (min-width: 1025px) {
      .content-home .text-block, .content-section .text-block {
        padding-left: 30%;
        padding-right: 0; } }

.icons-home {
  float: left; }

#home .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: auto;
  text-align: center; }
  #home .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    margin: 0 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
    #home .owl-dots .owl-dot.active {
      background-color: #fff; }
    #home .owl-dots .owl-dot::after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 57%;
      left: 14px; }
      @media screen and (min-width: 1025px) {
        #home .owl-dots .owl-dot::after {
          top: 50%; } }
    #home .owl-dots .owl-dot:last-of-type::after {
      display: none; }

.nav_dots {
  position: fixed;
  left: 20px;
  top: 57%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 5000; }
  @media screen and (min-width: 1025px) {
    .nav_dots {
      top: 50%; } }

.nav_dots a {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 35px;
  border-radius: 50%;
  border: solid 2px #fff; }
  .nav_dots a:first-child {
    background-color: white; }
  .nav_dots a.active {
    background-color: #fff; }
  .nav_dots a::after {
    content: "";
    width: 2px;
    height: 35px;
    display: block;
    margin-top: 18px;
    margin-left: 7px;
    background-color: #fff; }
  .nav_dots a:last-of-type::after {
    display: none; }

.content-section {
  margin-top: 100px; }
  .content-section .text-block {
    padding: 0; }
  .content-section a, .content-section a:link, .content-section a:focus, .content-section a:visited {
    color: white;
    text-decoration: underline !important; }
  .content-section h3 {
    font-size: 32px;
    margin-top: -20px;
    margin-bottom: 25px; }
    @media screen and (min-width: 1025px) {
      .content-section h3 {
        font-size: 50px; } }
  .content-section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; }
    @media screen and (min-width: 1025px) {
      .content-section p {
        font-size: 20px;
        line-height: 26px; } }
  @media screen and (min-width: 1025px) {
    .content-section {
      margin-top: 300px; } }

.general-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative; }

nav.nav-categories {
  background-color: #444;
  color: #fff;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 84px;
  z-index: 2000;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out; }
  nav.nav-categories:hover {
    height: 100px; }
  nav.nav-categories:hover ul li::after {
    height: 80px; }
  nav.nav-categories ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 100%; }
    nav.nav-categories ul li {
      flex-grow: 1;
      margin: 0 auto;
      text-align: center;
      position: relative;
      height: 100%; }
      nav.nav-categories ul li::after {
        content: "";
        width: 1px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 0;
        background-color: #fff;
        opacity: .5;
        transition: height 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out; }
      nav.nav-categories ul li:last-of-type::after {
        display: none; }
      nav.nav-categories ul li a, nav.nav-categories ul li a:link, nav.nav-categories ul li a:active {
        font-size: xx-small;
        display: block;
        width: auto;
        height: auto;
        color: #fff;
        opacity: .3;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out; }
        @media screen and (min-width: 1025px) {
          nav.nav-categories ul li a, nav.nav-categories ul li a:link, nav.nav-categories ul li a:active {
            font-size: inherit; } }
      nav.nav-categories ul li a img {
        display: block;
        margin: 15px auto;
        width: 30px; }
      nav.nav-categories ul li:hover a, nav.nav-categories ul li:hover a img {
        opacity: 1; }
    nav.nav-categories ul li.nav-portfolio-li {
      width: 25%; }

.icons-servicesa, .icons-services a:link, .icons-services a:focus, .icons-services a:visited {
  color: #fff;
  text-decoration: underline !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .icons-servicesa, .icons-services a:link, .icons-services a:focus, .icons-services a:visited {
      color: #fff;
      text-decoration: underline !important;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; } }

.icon-partners {
  height: 45px;
  width: auto;
  max-width: 45px;
  display: block;
  margin-top: 55px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

.icons-services p {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 1025px) {
    .icons-services p {
      font-size: 14px; } }

.nav-tabs {
  display: flex;
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0; }

.nav-tabs li {
  flex-grow: 1; }

.nav-tabs > li > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.nav-tabs li {
  position: relative; }
  .nav-tabs li:nth-child(3)::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 107%;
    background-color: #fff;
    position: absolute;
    top: 88%;
    left: -64%; }
  .nav-tabs li:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 107%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 88%;
    right: -64%; }

.nav-tabs span {
  display: block;
  margin-bottom: 25px; }

.tab-pane {
  margin-top: 45px; }
  .tab-pane h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px; }
  .tab-pane p {
    font-size: 16px;
    margin-bottom: 10px; }
  .tab-pane h5 {
    margin-top: 30px; }

#about_us_tabs {
  margin-top: 150px; }
  #about_us_tabs .owl-dots {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }
    @media screen and (min-width: 1025px) {
      #about_us_tabs .owl-dots {
        position: absolute;
        top: -60px;
        left: 50%;
        width: 100%;
        text-align: center; } }
    #about_us_tabs .owl-dots .owl-dot {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      border: solid 1px #fff;
      margin: 0 20px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
      @media screen and (min-width: 1025px) {
        #about_us_tabs .owl-dots .owl-dot {
          margin: 0 100px; } }
      #about_us_tabs .owl-dots .owl-dot.active {
        background-color: #fff; }
      #about_us_tabs .owl-dots .owl-dot:nth-child(1)::after, #about_us_tabs .owl-dots .owl-dot:nth-child(2)::after {
        content: "";
        display: inline-block;
        width: 59px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 20px; }
        @media screen and (min-width: 1025px) {
          #about_us_tabs .owl-dots .owl-dot:nth-child(1)::after, #about_us_tabs .owl-dots .owl-dot:nth-child(2)::after {
            width: 200px; } }
      #about_us_tabs .owl-dots .owl-dot::before {
        display: block;
        height: auto;
        text-align: center;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); }
      #about_us_tabs .owl-dots .owl-dot:nth-child(1)::before {
        content: "A MULTI-STAKEHOLDER \A APPROACH";
        width: 50px;
        font-size: 8px; }
        @media screen and (min-width: 1025px) {
          #about_us_tabs .owl-dots .owl-dot:nth-child(1)::before {
            font-size: 14px;
            width: 180px; } }
      #about_us_tabs .owl-dots .owl-dot:nth-child(2)::before {
        content: "THE ULTIMATE BUSINESS \A VALUE-PROPOSITION";
        width: 50px;
        font-size: 8px; }
        @media screen and (min-width: 1025px) {
          #about_us_tabs .owl-dots .owl-dot:nth-child(2)::before {
            font-size: 14px;
            width: 180px; } }
      #about_us_tabs .owl-dots .owl-dot:nth-child(3)::before {
        content: "THEORY OF CHANGE";
        width: 50px;
        font-size: 8px; }
        @media screen and (min-width: 1025px) {
          #about_us_tabs .owl-dots .owl-dot:nth-child(3)::before {
            font-size: 14px;
            width: 120px; } }

.contact {
  width: 100%;
  height: 100vh;
  padding-top: 30vh;
  background-position: 12% 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .contact h1 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px; }
    @media screen and (min-width: 1025px) {
      .contact h1 {
        font-size: 36px;
        margin-bottom: 40px; } }
  @media screen and (min-width: 1025px) {
    .contact {
      padding-top: 30vh;
      background-position: center; } }

.form-contact {
  margin-bottom: 18px; }
  @media screen and (min-width: 1025px) {
    .form-contact {
      margin-bottom: 40px; } }

.from-green {
  background: transparent;
  color: #fff;
  font-size: 11px;
  border-bottom: solid 1px #fff;
  margin-bottom: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #dedede;
  box-shadow: none;
  outline: none; }
  .from-green:focus, .from-green:active {
    outline: none;
    box-shadow: none;
    border-bottom-color: #fff; }
  @media screen and (min-width: 1025px) {
    .from-green {
      margin-bottom: 10px; } }

textarea.from-green {
  resize: none;
  height: 50px;
  margin-bottom: 25px; }
  @media screen and (min-width: 1025px) {
    textarea.from-green {
      min-height: 80px; } }

.from-green::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 11px; }

.from-green::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 11px; }

.from-green:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 11px; }

.from-green:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 11px; }

.from-green-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  float: right; }
  .from-green-btn span {
    display: inline-block;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    border: solid 2px #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 30px;
    line-height: 15px;
    padding-left: 2px; }
  .from-green-btn:focus, .from-green-btn:active {
    outline: none;
    box-shadow: none; }

.info {
  font-size: 18px;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .info {
      text-align: right;
      font-size: 24px; } }

.social-col {
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .social-col {
      text-align: right; } }

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  margin-left: 10px;
  margin-top: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 8px;
  text-align: center; }
  .social-icon i {
    color: #fff;
    font-size: 20px; }

.portfolio_card {
  width: 100%;
  height: 300px; }
  .portfolio_card img {
    display: block;
    max-height: 180px;
    width: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

.logo_sdg {
  margin-top: 80px;
  margin-bottom: 100px; }

.texto-descricao {
  display: none; }
  @media screen and (min-width: 1025px) {
    .texto-descricao {
      font-size: medium;
      color: #fff !important;
      display: block; } }

section.banner_portfolio {
  margin-top: 184px;
  height: auto;
  overflow: hidden;
  position: relative; }
  section.banner_portfolio .description-text {
    display: none; }
    @media screen and (min-width: 1025px) {
      section.banner_portfolio .description-text {
        font-size: medium;
        color: #fff !important;
        display: block; } }
  @media screen and (min-width: 1025px) {
    section.banner_portfolio {
      margin-top: 80px; } }
  section.banner_portfolio img.banner_background {
    z-index: -1000;
    width: 100%; }
  section.banner_portfolio img.logo_banner {
    max-width: 280px;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 60px; }
  section.banner_portfolio .title_banner {
    color: #999;
    margin-bottom: 30px;
    font-size: 22px;
    text-align: right;
    font-weight: 800;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 1025px) {
      section.banner_portfolio .title_banner {
        font-size: 36px; } }

section.banner_portfolio_single {
  margin-top: 80px;
  overflow: visible; }
  section.banner_portfolio_single .short_description {
    margin-top: 50px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000; }
    @media screen and (min-width: 1025px) {
      section.banner_portfolio_single .short_description {
        margin-top: 150px;
        color: #fff;
        font-size: 18px; } }
    section.banner_portfolio_single .short_description img {
      width: 50%; }
      @media screen and (min-width: 1025px) {
        section.banner_portfolio_single .short_description img {
          width: 100%; } }

.single_portfolio {
  margin-top: 150px;
  text-align: right; }

.title_portfolio {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 60px; }

h5.title_portfolio {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out; }
  h5.title_portfolio a, h5.title_portfolio a:link, h5.title_portfolio a:focus, h5.title_portfolio a:visited {
    color: #000;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out; }
  h5.title_portfolio:hover a {
    color: #999; }
  h5.title_portfolio a > span > span {
    font-size: 12px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  h5.title_portfolio a .circle {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    border: solid 2px #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }

.portfolio_description, .portfolio_description_rigth, .sdgDesc {
  text-align: left;
  font-size: 18px;
  margin-bottom: 100px; }

.portfolio_description_rigth {
  text-align: right; }

.sdgDesc {
  margin-top: 60px; }

.sdg_dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .sdg_dot span {
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 19px; }
  .sdg_dot span.two_sdgs {
    width: 88px; }
    @media screen and (min-width: 1025px) {
      .sdg_dot span.two_sdgs {
        width: 274px; } }

.dots-row div:last-of-type .sdg_dot span {
  display: none; }

article.news_card {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c7c9f;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out; }
  article.news_card:hover {
    background-color: #163e4f; }
  article.news_card h5 {
    color: #FFB500; }
  article.news_card h1, article.news_card h5, article.news_card p {
    font-weight: bolder; }
  article.news_card p {
    position: relative;
    padding-right: 45px; }
  article.news_card span.card_btn {
    position: absolute;
    right: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 2px #fff;
    font-size: 18px;
    text-align: center;
    padding-left: 1px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
    article.news_card span.card_btn:hover {
      right: -10px; }

.banner_stories {
  position: relative;
  color: #fff;
  padding-top: 137px; }
  .banner_stories .short_description {
    position: absolute;
    top: 35%; }
  .banner_stories .logo_banner {
    width: 190px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 100px;
    margin-bottom: 50px; }
  .banner_stories h1.header, .banner_stories h1.header_title {
    font-size: 42px;
    font-weight: bold; }
  .banner_stories h1.header_title {
    font-size: 34px; }
  .banner_stories p {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold; }
    .banner_stories p a:link, .banner_stories p a:focus, .banner_stories p a:active {
      color: #fff;
      text-decoration: underline !important; }
  .banner_stories .story_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5); }

.article_title {
  font-weight: bold;
  margin-top: 150px;
  margin-bottom: 60px; }

.article_content main {
  padding-left: 50px; }
  .article_content main p {
    font-size: 20px;
    line-height: 40px; }

.article_content aside figure {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 100px; }
  .article_content aside figure:first-child {
    margin-top: 11px; }

.portfolio_description .read-more, .portfolio_description_rigth .read-more, .sdgDesc .read-more {
  text-align: right; }
  .portfolio_description .read-more a, .portfolio_description_rigth .read-more a, .sdgDesc .read-more a {
    color: #000;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out; }
    .portfolio_description .read-more a:hover, .portfolio_description_rigth .read-more a:hover, .sdgDesc .read-more a:hover {
      color: #999; }

/*# sourceMappingURL=app.css.map */
