.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.font-open {
  font-family: 'Open Sans', sans-serif;
}

.font-other {
  font-family: 'PT Sans', sans-serif;
}

.font-weight-light {
  font-weight: 100;
}

header, footer {
  overflow: hidden;
}

section {
  height: 100vh;
  overflow: hidden;
}

.yellow {
  color: #FBB315;
}

.blue {
  color: #25408D;
}

.golden {
  color: #FBAE17;
}

.white {
  color: white;
}

.bottom-separator {
  border-bottom: solid 8px #25408D;
}

.extra-bold {
  font-weight: 800;
}

.semi-bold {
  font-weight: 600;
}

.download-link {
  text-decoration: none;
}

.download-link:hover, .download-link:focus {
  text-decoration: none;
}

.download-link img {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.download-link p {
  margin: auto;
  font-size: 14px;
  line-height: 15px;
  font-style: italic;
}

.separator-title {
  font-size: 40px;
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.select-box {
  z-index: 8;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .select-box {
    width: 50%;
  }
}

.select-box__current {
  position: relative;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  background: white;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.status {
  cursor: pointer;
  -webkit-box-shadow: #21252945 1px 4px 8px 4px;
  box-shadow: #21252945 1px 4px 8px 4px;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.status:hover {
  opacity: 1;
}

.status.inactive {
  opacity: 0.6 !important;
  pointer-events: none;
}

.status.activated {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.status.activated:hover {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

[data-toggled] {
  display: none;
}

[data-toggled].active {
  display: block;
}

body {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

body.loaded {
  opacity: 1;
}

.ripple {
  width: 290px;
  height: 290px;
}

.ripple span.big {
  font-size: 19px;
}

.ripple.big {
  width: 450px;
  height: 450px;
}

.ripple.big .ripple-wrapper {
  width: 100%;
  height: 100%;
}

.ripple.big .ripple-wrapper .ripple-text {
  width: 100%;
}

.ripple.medium {
  width: 300px;
  height: 300px;
}

.ripple.small {
  width: 180px;
  height: 180px;
}

.ripple.extra-small {
  width: 60px;
  height: 60px;
}

.ripple.extra-small .ripple-text {
  padding: 10px !important;
}

.ripple .ripple-wrapper {
  width: 100%;
  height: 100%;
}

.ripple .ripple-wrapper .ripple-text {
  /*  top:50%;
          left:50%;
          
        
                  -webkit-transform:translate(-50%,-50%);
          
        
                          transform:translate(-50%,-50%);*/
  background-color: #FBB315;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  color: white;
  padding: 40px;
}

.ripple .ripple-wrapper .ripple-text.blue-background {
  background-color: #25408D;
}

.ripple .ripple-wrapper .ripple-text.white-background {
  background-color: white;
}

.ripple .ripple-wrapper .ripple-text.transparent-background {
  background-color: transparent;
}

.ripple .ripple-wrapper .ripple-text .pre-title {
  text-transform: uppercase;
  font-size: 13px;
}

.ripple .ripple-wrapper .ripple-text .title {
  text-transform: uppercase;
  font-size: 38px;
}

.ripple .ripple-wrapper .ripple-text .title .motto {
  text-transform: none !important;
  font-style: italic;
  font-size: 28px;
}

.ripple .ripple-transparent, .ripple .ripple-white, .ripple .ripple-yellow, .ripple .ripple-blue {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ripple .ripple-white {
  width: 60%;
}

.ripple .ripple-yellow {
  width: 90%;
}

.ripple .ripple-blue {
  width: 100%;
}

.ripple-white {
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
}

.ripple-yellow {
  -webkit-animation: ripple 2.5s linear infinite;
  animation: ripple 2.5s linear infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ripple-blue {
  -webkit-animation: ripple 1.8s linear infinite;
  animation: ripple 1.8s linear infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.slide-in-blurred-right {
  -webkit-animation: slide-in-blurred-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-right 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes ripple {
  0% {
    width: 290px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 150%;
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    width: 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 150%;
    opacity: 0;
  }
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-7-5 17:38:19
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-7-5 17:39:6
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-in-blurred-left
* ----------------------------------------
*/
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
* Generated by Animista on 2019-7-5 18:20:49
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-in-blurred-right
* ----------------------------------------
*/
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-7-5 18:22:40
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation slide-in-blurred-left
* ----------------------------------------
*/
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

body, html {
  font-family: 'PT Sans', sans-serif;
}

header {
  height: 184px;
}

header .mpp-logo {
  max-width: 100%;
  max-height: 100%;
}

#intro {
  background-image: url("../assets/images/capa.png");
  background-size: auto 115%;
  background-position: 0vw 0vh !important;
  background-color: #97CACA;
  height: calc(100vh - 184px);
}

#intro .ripple-effect {
  top: 50%;
  left: 0%;
}

#intro .ripple {
  right: 10%;
  top: 50%;
}

#intro .ripple .pre-title {
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
}

#intro .ripple .title {
  font-size: 39px;
}

#intro .ripple .title .motto {
  font-size: 28px;
  line-height: 32px;
}

#impact-section {
  height: auto;
  background-color: #F0F0F0;
  padding-bottom: 60px;
}

#impact-section .header {
  height: 184px;
  margin-bottom: 60px;
}

#impact-section #map-animation-one .ripple .ripple-wrapper .ripple-text {
  padding: 10px;
}

#impact-section #map-animation-one .ripple .content {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#impact-section #map-animation-one .ripple .content p {
  font-size: 12px;
}

#impact-section #map-animation-one .animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#impact-section #map-animation-one .animation-wrapper .north-america {
  width: 45%;
  height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .north-america .ripples-position {
  right: 0;
}

#impact-section #map-animation-one .animation-wrapper .north-america .ripples-size {
  width: 450px;
  height: 300px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first {
  top: 0;
  left: 30%;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first h2 {
  font-size: 68px;
  line-height: 68px;
  margin-bottom: 0;
}

#impact-section #map-animation-one .animation-wrapper .north-america .first p {
  font-size: 14px;
  line-height: 16px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .second {
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .north-america .second .ripple-text {
  padding: 15px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .second .arrow {
  -webkit-transform: scale(0);
  transform: scale(0);
  position: relative;
  top: 90%;
  left: 30%;
  height: 45px;
  width: 20px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third {
  right: 5%;
  top: 100px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 130px;
  height: 130px;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third h2 {
  font-size: 51px;
  margin-bottom: 0;
  font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .north-america .third p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

#impact-section #map-animation-one .animation-wrapper .europe {
  width: 55%;
  height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .europe .ripples-size {
  width: 640px;
  height: 320px;
}

#impact-section #map-animation-one .animation-wrapper .europe .first {
  top: 10%;
  left: 36%;
  width: 175px;
  height: 175px;
}

#impact-section #map-animation-one .animation-wrapper .europe .first h2 {
  font-size: 39px;
  font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .first p {
  font-size: 12px;
  font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .europe .first .ripple-text .content {
  padding-left: 10px;
  padding-right: 50px;
}

#impact-section #map-animation-one .animation-wrapper .europe .second {
  left: 55%;
  top: 0;
  z-index: 2;
  width: 130px;
  height: 130px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text {
  padding: 5px;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text .margin-fix {
  margin-top: -10px !important;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text h2 {
  font-size: 39px;
  line-height: 34px;
  font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .ripple-text p {
  font-size: 12px;
  font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .europe .second .arrow {
  position: relative;
  top: 90%;
  left: 30%;
  height: 45px;
  width: 20px;
}

#impact-section #map-animation-one .animation-wrapper .europe .third {
  left: 55%;
  top: 35%;
  width: 130px;
  height: 130px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text {
  padding: 5px;
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text h2 {
  font-size: 39px;
  line-height: 34px;
  font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .europe .third .ripple-text p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

#impact-section #map-animation-one .animation-wrapper .europe .fourth {
  left: calc(50% - 14px);
  top: calc(100% - 42px);
  width: 28px;
  height: 28px;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .europe .fourth p {
  font-size: 12px !important;
  font-weight: 600 !important;
}

#impact-section #map-animation-one .animation-wrapper .south-america {
  width: 33.33333%;
  height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .south-america .first {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .south-america .ripple {
  right: 0;
  width: 156px;
  height: 156px;
}

#impact-section #map-animation-one .animation-wrapper .south-america h2 {
  font-size: 51px;
  line-height: 50px;
  margin-bottom: 0;
  font-weight: 900;
}

#impact-section #map-animation-one .animation-wrapper .south-america p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

#impact-section #map-animation-one .animation-wrapper .asia {
  width: 33.33333%;
  height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .asia .ripples-position {
  right: 10%;
}

#impact-section #map-animation-one .animation-wrapper .asia .ripples-size {
  width: 320px;
  height: 320px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first {
  top: 0;
  left: 30%;
  width: 200px;
  height: 200px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p .big {
  font-size: 14px;
  line-height: 16px;
}

#impact-section #map-animation-one .animation-wrapper .asia .first p .super {
  font-size: 19px;
  line-height: 22px;
}

#impact-section #map-animation-one .animation-wrapper .asia .second {
  top: 53%;
  left: calc(50% - 30px);
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#impact-section #map-animation-one .animation-wrapper .asia .second p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

#impact-section #map-animation-one .animation-wrapper .asia .second p .extra-bold {
  font-size: 19px;
  line-height: 20px;
}

#impact-section #map-animation-one .animation-wrapper .africa {
  width: 33.33333%;
  height: 50%;
}

#impact-section #map-animation-one .animation-wrapper .africa .first {
  top: 0;
  left: 30%;
  width: 195px;
  height: 195px;
}

#mission-vision-section {
  background-image: url("../assets/images/imagem_mission_value_colour.png");
  background-size: auto 122%;
  background-position: center center;
  background-color: #97CACA;
  height: calc(800px);
}

#mission-vision-section .download-link {
  right: 15px;
  top: 30px;
}

#mission-vision-section #mission-block {
  top: 20%;
  left: 0%;
}

#mission-vision-section #mission-block .ripple {
  width: 319px;
  height: 319px;
}

#mission-vision-section #mission-block .ripple h2 {
  font-size: 33px;
  line-height: 40px;
}

#mission-vision-section #mission-block .ripple p {
  font-size: 14px;
  line-height: 17px;
}

#mission-vision-section #vision-block {
  top: 50%;
  left: 300px;
}

#mission-vision-section #vision-block .ripple {
  width: 237px;
  height: 237px;
}

#mission-vision-section #vision-block .ripple h2 {
  font-size: 33px;
  line-height: 40px;
}

#mission-vision-section #vision-block .ripple p {
  font-size: 14px;
  line-height: 17px;
}

#strategy-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #25408D;
}

#strategy-section p {
  font-size: 18px;
  line-height: 32px;
}

#strategy-section h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px;
}

#targets-section {
  padding-top: 90px;
  padding-bottom: 90px;
  height: auto;
  background-color: #25408D;
  color: white;
}

#targets-section .header-title h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 60px;
}

#targets-section .target {
  margin-bottom: 30px;
}

#targets-section p.target-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

#targets-section .target-icon {
  width: 60px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pathology-block {
  height: auto;
}

.pathology-block .ripple {
  cursor: pointer;
}

.pathology-block .header-block .content h2 {
  font-size: 60px;
  line-height: 72px;
  font-style: italic;
}

.pathology-block .header-block .content p {
  font-size: 18px;
  line-height: 28px;
}

.pathology-block .download-wrapper {
  height: 100px;
}

.pathology-block .download-wrapper .download-link {
  right: 15px;
  top: 30px;
}

.pathology-block .content-block {
  height: 70vh;
  min-height: 750px;
}

.pathology-block#hiv {
  padding-bottom: 10px;
  border-bottom: 15px solid #FBB315;
}

.pathology-block#hiv .header-block {
  color: white;
  background-color: #FBB315;
}

.pathology-block#hiv .background-image {
  background-image: url("../assets/images/Imagem_HIV.png");
  background-size: cover;
}

.pathology-block#hiv .bottom-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  text-align: right;
}

.pathology-block#hiv .content-block .graphic-position {
  left: 40%;
  top: 35%;
}

.pathology-block#hiv .content-block .graphic-size {
  width: 800px;
  height: 600px;
}

.pathology-block#hiv .content-block .first {
  left: 0%;
  top: 100px;
  width: 236px;
  height: 236px;
}

.pathology-block#hiv .content-block .first .title {
  font-size: 60px;
}

.pathology-block#hiv .content-block .first p {
  font-size: 19px;
}

.pathology-block#hiv .content-block .second {
  left: 200px;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 220px;
  height: 220px;
}

.pathology-block#hiv .content-block .second .title {
  font-size: 52px;
}

.pathology-block#hiv .content-block .second p {
  font-size: 18px;
}

.pathology-block#hiv .content-block .arrow {
  left: 430px;
  top: 80px;
  height: 40px;
  width: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#hiv .content-block .pathology-text {
  left: 460px;
  top: 40px;
  font-size: 21px;
  line-height: 25px;
  opacity: 0;
}

.pathology-block#hep {
  padding-bottom: 10px;
  border-bottom: 15px solid #FBB315;
}

.pathology-block#hep .header-block {
  color: #25408D;
  background-color: white;
}

.pathology-block#hep .background-image {
  background-image: url("../assets/images/image_hep_c.png");
  background-size: cover;
}

.pathology-block#hep .graphic-position {
  left: 50%;
  top: 0%;
}

.pathology-block#hep .graphic-size {
  width: 800px;
  height: 600px;
}

.pathology-block#hep .first {
  left: 0%;
  top: 10%;
  height: 220px;
  width: 220px;
}

.pathology-block#hep .first h2 {
  font-size: 60px;
  margin: 0;
}

.pathology-block#hep .first p {
  font-size: 20px;
  line-height: 24px;
}

.pathology-block#hep .first .extra-size {
  font-size: 22px;
  line-height: 26px;
}

.pathology-block#hep .second {
  left: 280px;
  top: 18%;
  height: 170px;
  width: 170px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#hep .second .extra-size {
  font-size: 35px;
  line-height: 40px;
}

.pathology-block#hep .second .ripple-text {
  background-color: #FFECCD;
}

.pathology-block#hep .third {
  width: 145px;
  height: 145px;
  left: 400px;
  top: 200px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#hep .third .small {
  font-size: 12px;
  line-height: 14px;
}

.pathology-block#hep .third .extra-size {
  font-size: 39px;
  line-height: 47px;
}

.pathology-block#hep .third p {
  font-size: 15px;
  line-height: 18px;
}

.pathology-block#hep .fourth {
  left: 230px;
  top: 280px;
  width: 230px;
  height: 230px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#hep .fourth p {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}

.pathology-block#hep .arrow {
  width: 142px;
  height: 46px;
  left: 200px;
  top: 10%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#hep .bottom-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  text-align: right;
}

.pathology-block#tub {
  padding-bottom: 10px;
  border-bottom: 15px solid #25408D;
}

.pathology-block#tub .graphic-position {
  left: calc(100% - 530px);
  top: 10%;
}

.pathology-block#tub .graphic-size {
  width: 530px;
  height: 500px;
}

.pathology-block#tub .header-block {
  color: #25408D;
  background-color: white;
}

.pathology-block#tub .background-image {
  background-image: url("../assets/images/image_tub.png");
  background-size: cover;
}

.pathology-block#tub .first {
  left: 0;
  top: 0;
  width: 192px;
  height: 192px;
}

.pathology-block#tub .first h2 {
  font-size: 60px;
  line-height: 30px;
}

.pathology-block#tub .first h2 .small {
  font-size: 28px;
  line-height: 26px;
}

.pathology-block#tub .first p {
  font-size: 18px;
  line-height: 20px;
}

.pathology-block#tub .second {
  left: 340px;
  top: 90px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#tub .second p {
  font-size: 13px;
  line-height: 16px;
}

.pathology-block#tub .second .extra-size {
  font-size: 35px;
  line-height: 42px;
}

.pathology-block#tub .second .small {
  font-size: 19px;
  line-height: 25px;
}

.pathology-block#tub .third {
  left: 180px;
  top: 180px;
  width: 230px;
  height: 230px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#tub .third h2 {
  margin: 0;
}

.pathology-block#tub .third p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 100;
  color: black;
}

.pathology-block#tub .third .extra-size {
  font-size: 51px;
  line-height: 0px;
}

.pathology-block#tub .third .small-extra-size {
  font-size: 30px;
  line-height: 35px;
}

.pathology-block#tub .arrow {
  width: 125px;
  height: 102px;
  left: 170px;
  top: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#tub .pathology-text {
  left: 5%;
  top: 60%;
  font-size: 21px;
  line-height: 25px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pathology-block#tub .bottom-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  text-align: right;
}

.pathology-block .pathology-logo {
  height: 110px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pathology-block .content {
  padding-bottom: 30px;
}

.pathology-block .map-block .trigger {
  cursor: pointer;
  background: #635F5F;
  color: white;
}

.pathology-block .map-block .trigger:before {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  width: 66px;
  height: 81px;
  background-repeat: no-repeat;
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../assets/symbols/map-opener.svg");
}

.pathology-block .map-block .trigger p {
  margin: 10px;
}

.pathology-block .map-block .maps-wrapper img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.pathology-block .map-block .map {
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-in-out 1s;
  transition: height ease-in-out 1s;
}

.pathology-block .map-block .map .map-container {
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.pathology-block .map-block .map .map-container .maps-wrapper, .pathology-block .map-block .map .map-container .utils-area {
  opacity: 0;
  -webkit-transition: all ease-in-out 1.4s;
  transition: all ease-in-out 1.4s;
}

.pathology-block .map-block .map .map-picker {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pathology-block .map-block .map.active {
  -webkit-transition: height ease-in-out 1s;
  transition: height ease-in-out 1s;
  height: 1000px;
}

.pathology-block .map-block .map.active .map-container {
  opacity: 1;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.pathology-block .map-block .map.active .map-container .maps-wrapper, .pathology-block .map-block .map.active .map-container .utils-area {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.pathology-block .map-block .map.active .map-picker {
  opacity: 1;
  -webkit-transition: all ease-in-out 1.4s;
  transition: all ease-in-out 1.4s;
}

.pathology-block .map-block .map .map-container > * {
  display: none;
}

.pathology-block .map-block .map .map-container > *.active {
  display: block;
}

.pathology-block .map-block .map .map-container .status {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pathology-block .map-block .map .map-container .status p {
  text-align: center;
  color: white;
  margin: auto;
  font-size: 10px;
  line-height: 12px;
}

.pathology-block .map-block .map .map-container .status p .number {
  font-size: 27px;
  line-height: 32px;
}

.pathology-block .map-block .map .map-container .status.approved {
  background-color: #27A9E0;
}

.pathology-block .map-block .map .map-container .status.filled {
  background-color: #25408E;
}

.pathology-block .map-block .map .map-container .status.covered {
  background-color: #666666;
}

.pathology-block .map-block .map .map-container .status.sold {
  background-color: #FCB415;
}

.pathology-block .map-block .map .map-picker {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pathology-block .map-block .map .map-picker .instructions {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #635F5F;
  margin: 0;
}

.pathology-block .map-block .map .map-picker .select-box__current {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pathology-block .map-block .map .map-picker .select-box__input-text {
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
  color: #635F5F;
  font-family: 'PT sans',sans-serif;
  text-align: center;
}

.pathology-block .map-block .map .map-picker .separator-top {
  border-top: 1px solid #25408D;
  padding-top: 30px;
}

#technical-section {
  background-color: #F0F0F0;
  height: auto;
}

#technical-section .expertise-wrapper {
  margin-top: 60px;
  height: auto;
}

#technical-section .download-link {
  right: 15px;
  top: 30px;
}

#technical-section .holder {
  margin-bottom: 40px;
}

#technical-section .holder p {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}

#technical-section .holder .ripple-text {
  padding: 20px;
}

#technical-section .container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paroller {
  background-attachment: fixed;
}

#finantial-section {
  background-image: url("../assets/images/Imagem_FINANCIAL.png");
  background-size: auto 122%;
  background-position: center;
  background-color: #97CACA;
  min-height: calc(600px - 184px);
  height: 100vh;
  color: white;
  font-style: italic;
}

#finantial-section .download-link {
  right: 15px;
  top: 30px;
}

.utils-area {
  font-size: 12px;
  bottom: 0;
}

.utils-area .legend .legend-ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.utils-area .legend .legend-ball.low {
  background: #F0F0F0;
}

.utils-area .legend .legend-ball.high {
  background: #d4d0d0;
}

.utils-area .warning {
  line-height: 12px;
}

footer {
  height: 300px;
}

footer img {
  height: 150px;
}

footer p.disclamer {
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: italic;
}

header .mpp-logo {
  width: 200px !important;
  height: auto !important;
}

@media (max-width: 991px) {
  #mission-vision-section .ripple .ripple-wrapper .ripple-text {
    opacity: 0.8;
  }
  .pathology-block .content-block {
    min-height: 600px;
  }
  #intro .ripple-effect {
    top: 50%;
    left: -50%;
  }
  #impact-section {
    height: auto;
    padding-bottom: 90px;
  }
  #impact-section #map-animation-one .animation-wrapper {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #impact-section #map-animation-one .animation-wrapper .africa .first {
    left: 0;
  }
  .pathology-block#hiv .background-image {
    background-size: auto 100%;
    background-position: 93% -61%;
  }
  #mission-vision-section {
    height: auto;
    background-size: cover;
  }
  #mission-vision-section #mission-block {
    top: 100px;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 350px;
    height: 350px;
    position: relative !important;
  }
  #mission-vision-section #vision-block {
    top: 60px;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 350px;
    height: 350px;
    position: relative !important;
  }
  .pathology-block .map-block .map .map-picker {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
  .pathology-block .map-block .map .map-container {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .pathology-block .map-block .map.active {
    height: 760px;
  }
  .pathology-block .map-block .map.active .map-picker, .pathology-block .map-block .map.active .map-container {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
  .pathology-block .map-block .map .map-picker .select-box__input-text {
    font-size: 20px;
    line-height: 25px;
  }
  .pathology-block .status {
    margin: auto;
    margin-bottom: 10px !important;
  }
  .pathology-block .map-block .trigger:before {
    content: '';
    cursor: pointer;
    display: block;
    position: absolute;
    width: 56px;
    height: 71px;
  }
  .pathology-block .map-block .trigger p {
    font-size: 10px;
  }
  .pathology-block .content-block {
    height: auto;
  }
  .pathology-block .graphic-position {
    position: relative !important;
  }
  .pathology-block .background-image {
    background-size: cover !important;
  }
  .pathology-block .header-block .content h2 {
    font-size: 35px;
  }
  .pathology-block .header-block .content p {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 20px;
  }
  .pathology-block .pathology-logo {
    height: 60px;
  }
  .pathology-block#hiv .content-block .graphic-position {
    left: -48px;
    top: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .pathology-block#hiv .content-block .first {
    left: 0%;
    top: 100px;
    width: 236px;
    height: 236px;
  }
  .pathology-block#hiv .content-block .pathology-text {
    left: 250px;
    top: 300px;
    width: 200px;
    font-size: 21px;
    line-height: 25px;
    opacity: 0;
  }
  .pathology-block#tub .content-block .graphic-position {
    left: -70px;
    top: -70px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .pathology-block#tub .content-block .first {
    left: 0%;
    top: 0px;
  }
  .pathology-block#tub .content-block .pathology-text {
    left: 0px;
    top: 300px;
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
  }
  .pathology-block#tub .bottom-text {
    font-size: 8px;
    text-align: right;
    right: 5px;
  }
  .pathology-block#hep .pathology-logo {
    height: 50px;
  }
  .pathology-block#hep .content-block .graphic-position {
    left: -50px;
    top: -50px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .pathology-block#hep .content-block .first {
    left: 0%;
    top: 100px;
    width: 236px;
    height: 236px;
  }
  .pathology-block#hep .content-block .second {
    left: 210px;
    top: 240px;
  }
  .pathology-block#hep .content-block .third {
    width: 145px;
    height: 145px;
    left: 310px;
    top: 370px;
  }
  .pathology-block#hep .content-block .fourth {
    left: 40px;
    top: 360px;
  }
  .pathology-block#hep .content-block .pathology-text {
    left: 250px;
    top: 300px;
    width: 200px;
    font-size: 21px;
    line-height: 25px;
    opacity: 0;
  }
}

#intro {
  min-height: 600px;
}

@media (max-width: 767px) {
  .warning {
    text-align: left !important;
  }
  header {
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .logo-wrapper {
    padding-right: 0;
  }
  header h1 {
    font-size: 20px;
  }
  .download-link p {
    max-width: 100%;
    margin: auto;
    font-size: 8px !important;
    line-height: 9px !important;
  }
  .download-link img {
    height: 18px;
    width: 18px;
  }
  #intro {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    background-size: auto 120%;
    background-position: 50% -15vh !important;
  }
  #intro .ripple-effect {
    top: 50%;
    left: 0;
  }
  #intro .ripple {
    width: 210px;
    height: 210px;
  }
  #intro .ripple .title {
    font-size: 29px;
  }
  #intro .ripple .title .motto {
    font-size: 23px;
    line-height: 28px;
  }
  #intro .ripple .pre-title {
    font-size: 10px;
  }
  .separator-title {
    font-size: 20px;
    font-style: italic;
  }
  #impact-section {
    height: auto;
  }
  #impact-section .header {
    height: auto;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  #impact-section #map-animation-one .animation-wrapper {
    position: relative !important;
    height: auto !important;
  }
  #impact-section #map-animation-one .animation-wrapper .north-america {
    width: 100%;
    height: 250px;
  }
  #impact-section #map-animation-one .animation-wrapper .south-america {
    width: 100%;
    height: 150px;
  }
  #impact-section #map-animation-one .animation-wrapper .south-america .first {
    -webkit-transform: none;
    transform: none;
  }
  #impact-section #map-animation-one .animation-wrapper .africa {
    width: 100%;
    height: 250px;
  }
  #impact-section #map-animation-one .animation-wrapper .africa .first {
    left: 15px;
  }
  #impact-section #map-animation-one .animation-wrapper .europe {
    width: 100%;
    height: 260px;
  }
  #impact-section #map-animation-one .animation-wrapper .europe .first {
    left: 0;
  }
  #impact-section #map-animation-one .animation-wrapper .europe .second {
    left: 120px;
  }
  #impact-section #map-animation-one .animation-wrapper .europe .third {
    left: 120px;
  }
  #impact-section #map-animation-one .animation-wrapper .asia {
    width: 100%;
    height: 300px;
  }
  #strategy-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #strategy-section p {
    font-size: 14px;
    line-height: 28px;
  }
  #targets-section .header-title h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
  }
  #targets-section p.target-text {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  #targets-section .target-icon {
    width: 45px;
  }
  #technical-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #technical-section p {
    font-size: 14px;
  }
  #finantial-section h2 {
    font-size: 20px;
  }
  footer img {
    height: auto;
    width: 80%;
  }
  footer p.disclamer {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }
}
/*# sourceMappingURL=styles.css.map */