.icon.scrollLeft {
  width: 1.5rem;
  margin-bottom: 1rem;
}
.icon.scrollLeft img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  left: 0rem;
}
.icon.scrollLeft:hover img {
  left: 0.5rem;
}

.icon .scrollBottom {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  top: 0rem;
}
.icon:hover .scrollBottom {
  top: 0.5rem;
}

.anchor, .scrollTop, .scrollLeft, .scrollBottom {
  cursor: pointer;
}

.gradient-bg, .bg-img, .bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 2;
}

.blink svg {
  -webkit-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
  transform-origin: center;
}
.blink svg:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.close {
  cursor: pointer;
}
.close img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.close:hover img {
  transform: rotate(90deg);
}

.learn-more {
  position: absolute;
  right: 4rem;
  top: 5.5rem;
  font-size: 0.8rem;
}
.learn-more img {
  width: 10px;
  margin-top: 0.75rem;
  position: relative;
  top: 0rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.learn-more:hover img {
  top: 0.25rem;
}

.invert-2-w {
  filter: invert(1) brightness(1) contrast(2);
}

.arrow-r {
  transform: rotate(-90deg);
}

.modal {
  z-index: 5000;
}

.modal-dialog {
  background-color: #419D68;
  max-width: 100vw;
  height: 100vh;
  color: #ffffff;
  padding: 6% 6%;
  z-index: 5000;
  pointer-events: all;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  align-content: space-around;
}
.modal-dialog .header {
  display: flex;
  padding-bottom: 0.25rem;
  border-bottom: solid;
  width: 100%;
  justify-content: space-between;
}
.modal-dialog .header .title {
  display: flex;
}
.modal-dialog .header .icon {
  margin: 0rem 0.5rem;
}
.modal-dialog .header .icon img {
  transform: rotate(-90deg);
}
.modal-dialog .header .close {
  opacity: 1;
  text-align: right;
}
.modal-dialog .header .close img {
  width: 70%;
}
.modal-dialog .bottom-text {
  margin-top: 2rem;
  border-top: solid;
  padding-top: 0.25rem;
}
.modal-dialog .content .workshops {
  padding: 1.5rem 1.5rem 0.25rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid;
  margin: 0rem 2rem 0rem 0rem;
}
.modal-dialog .content .workshops .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
.modal-dialog .content .workshops .lista {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}
.modal-dialog .content .workshops .lista div {
  display: flex;
  flex-wrap: nowrap;
  height: max-content;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4rem;
}
.modal-dialog .content .workshops .lista div.icon {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.modal-dialog .content .card-wrapper {
  display: flex;
  margin: 3rem 0rem;
  overflow-x: scroll;
  position: relative;
}
.modal-dialog .content .card-wrapper .card-h {
  display: inline-table;
}
.modal-dialog .content .card-wrapper .card-h .wrapper {
  border-radius: 2rem;
  border: solid 1px;
  display: flex;
  padding: 1.5rem;
  flex-wrap: wrap;
  align-content: end;
  height: 14rem;
}
.modal-dialog .content .card-wrapper .card-h .number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  margin-bottom: 0.25rem;
}
.modal-dialog .content .card-wrapper .card-h .name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.modal-dialog .content .card-wrapper .card-h .links {
  font-size: 0.8rem;
  margin-top: 0.6rem;
}
.modal-dialog .content .card-wrapper .card-h .links a {
  text-decoration: underline;
}
.modal-dialog .content .card-wrapper .card-h .img {
  margin-top: 1rem;
}
.modal-dialog .content .card-wrapper .card-h:first-child {
  padding-left: 0px;
}
.modal-dialog .content .card-wrapper .card-h:last-child {
  padding-right: 0px;
}

#how_3 .content {
  height: 90%;
  align-items: center;
  width: 100%;
}
#how_3 .content .card-wrapper {
  margin: 0rem 0rem;
  align-items: self-end;
}
#how_3 .content .scroll-txt {
  color: #ffffff;
  font-weight: 300;
}

#how_2 .modal-dialog {
  justify-content: flex-end;
  background-color: #ffffff;
  color: #333333;
}
#how_2 .left {
  border-radius: 0rem 2rem 2rem 0rem;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#how_2 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#how_2 .right {
  padding: 0rem 0rem 0rem 3rem;
}
#how_2 .content .card-wrapper {
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 20rem;
  margin: 2rem 0rem 1rem 0rem;
}
#how_2 .content .card-wrapper .workshops {
  margin: 1rem 10% 1rem 10%;
}
#how_2 .content > .icon {
  padding: 0rem 10%;
  text-align: right;
}
#how_2 .content > .icon img {
  transform: rotate(90deg);
  width: 1.5rem;
}

.tooltip-inner, .tooltip {
  --bs-tooltip-color: $white;
  --bs-tooltip-bg: #e4e4e4;
  --bs-tooltip-font-size: 0.8rem;
}

.goal-1 {
  background-color: #e5233d;
}

.goal-2 {
  background-color: #DDA73A;
}

.goal-3 {
  background-color: #4ca146;
}

.goal-4 {
  background-color: #c5192d;
}

.goal-5 {
  background-color: #ef402c;
}

.goal-6 {
  background-color: #27bfe6;
}

.goal-7 {
  background-color: #FBC412;
}

.goal-8 {
  background-color: #a31c44;
}

.goal-9 {
  background-color: #f26a2d;
}

.goal-10 {
  background-color: #e01483;
}

.goal-11 {
  background-color: #f89d2a;
}

.goal-12 {
  background-color: #bf8d2c;
}

.goal-13 {
  background-color: #407f46;
}

.goal-14 {
  background-color: #1F97D4;
}

.goal-15 {
  background-color: #59ba48;
}

.goal-16 {
  background-color: #126a9f;
}

.goal-17 {
  background-color: #13496b;
}

.item-act:nth-child(1).active .i-items > div .tag, .main-act.act-1 .item:nth-child(1).active .i-items > div .tag {
  background-color: #3F7FAF 21;
  font-weight: 500;
}

.t-card.type-1 {
  background-color: #3F7FAF;
}

.item-act:nth-child(2).active .i-items > div .tag, .main-act.act-1 .item:nth-child(2).active .i-items > div .tag {
  background-color: #419D68 21;
  font-weight: 500;
}

.t-card.type-2 {
  background-color: #419D68;
}

.item-act:nth-child(3).active .i-items > div .tag, .main-act.act-1 .item:nth-child(3).active .i-items > div .tag {
  background-color: #E8C15B 21;
  font-weight: 500;
}

.t-card.type-3 {
  background-color: #E8C15B;
}

.item-act:nth-child(4).active .i-items > div .tag, .main-act.act-1 .item:nth-child(4).active .i-items > div .tag {
  background-color: #786FB7 21;
  font-weight: 500;
}

.t-card.type-4 {
  background-color: #786FB7;
}

.item-act:nth-child(5).active .i-items > div .tag, .main-act.act-1 .item:nth-child(5).active .i-items > div .tag {
  background-color: #F7AB6D 21;
  font-weight: 500;
}

.t-card.type-5 {
  background-color: #F7AB6D;
}

div:focus, div:focus-visible, div:active {
  outline: none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.black {
  background-color: #333333;
  color: #ffffff;
}

.white {
  background-color: #ffffff;
  color: #333333;
}

.close-btn .white {
  background-color: transparent !important;
}

a {
  font-weight: initial;
}

body, html {
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 0;
}

.global-header .navbar img {
  filter: none;
}

.container {
  padding: 0px;
}

.resources .d-flex {
  overflow-x: scroll;
}

section.quote {
  font-size: 2.3rem;
  color: #ffffff;
  background-color: #333333;
  display: flex;
  justify-content: center;
  padding: 8rem 0rem;
}
section.quote span.underline {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
section.quote .author {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 1rem;
}
section.quote .author span {
  font-weight: 400;
}

.city-picture {
  height: 90vh;
  overflow: hidden;
  margin: 7rem 0rem 4rem 0rem;
}
.city-picture img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}

section {
  transform: unset;
  padding: 5rem 0rem;
  transition: unset;
}
section .picture {
  border-radius: 2rem;
  height: 21rem;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section .picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section .tag {
  border: 1px solid;
  border-radius: 100px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  padding: 0rem 0.8rem;
  line-height: 1.6rem;
}
section .how {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform-origin: center;
  align-self: center;
}
section .how:hover svg {
  transform: rotate(-60deg);
}
section .how svg {
  width: 65%;
  height: auto;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform-origin: center;
}
section .how-2 svg {
  width: 75%;
  top: 1rem;
  position: relative;
}
section .how_r {
  justify-content: flex-end !important;
}
section.resources {
  margin-top: 1rem;
}
section.intro {
  padding: 5rem 0rem;
}
section.intro .share {
  font-size: 0.7rem;
  display: flex;
  margin-top: 1rem;
  font-weight: 500;
  line-height: 0.7rem;
}
section.intro .share a:nth-of-type(1) {
  margin-left: 0.5rem;
}
section.intro .share a:nth-of-type(2) {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  padding: 0rem 0.5rem;
  margin: 0rem 0.5rem;
}
section.intro .d-flex {
  flex-direction: column;
}
section.priorities {
  height: 700px;
  padding: 2vh 0px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #f6f6f6;
}
section.priorities .big-arrow.out {
  position: absolute;
  left: 80vw;
  text-align: center;
  bottom: 1rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.priorities .big-arrow.out .txt {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 0.5rem;
  opacity: 0.5;
}
section.priorities .big-arrow.out .arrow-r {
  transform: rotate(90deg);
  width: 5%;
}
section.priorities .big-arrow.out.active {
  opacity: 1;
}
section.priorities .container {
  height: 100%;
}
section.priorities #panel-1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-right: 2rem;
  padding: 0px;
  opacity: 1;
}
section.priorities #panel-1.active {
  opacity: 0;
}
section.priorities #panel-1 .container {
  width: 90%;
  margin-left: auto;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  padding: 3rem 5% 3rem 0rem;
}
section.priorities #panel-1 .container .d-flex {
  height: 100%;
  flex-wrap: wrap;
}
section.priorities #panel-1 .arrow-r {
  transform: rotate(90deg);
  opacity: 1;
}
section.priorities #panel-1.visible {
  margin-right: 0rem;
}
section.priorities #panel-1.visible .container {
  margin: auto;
}
section.priorities #panel-2 .container {
  margin-left: -3%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.priorities h3 {
  margin-top: 2rem;
  line-height: 3rem;
}
section.priorities .d-flex {
  justify-content: space-between;
}
section.priorities .d-flex .big-arrow {
  text-align: right;
}
section.priorities .top-bar {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  flex-direction: initial;
  padding: 2.5rem 2%;
  position: absolute;
  width: 100vw;
  z-index: 100;
  opacity: 0;
}
section.priorities .top-bar .priority {
  position: relative;
}
section.priorities .top-bar .priority .name {
  background-color: transparent;
  border-radius: 10rem;
  color: #333333;
  font-size: 1.2rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
}
section.priorities .top-bar .priority.active .tag {
  opacity: 1;
}
section.priorities .top-bar .priority.active .name {
  background-color: #333333;
  color: #ffffff;
}
section.priorities .top-bar .priority .tag {
  background-color: #ffffff;
  color: #333333;
  line-height: unset;
  opacity: 0;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.1rem 0.5rem;
  display: inline-block;
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .top-bar.active {
  opacity: 1;
}
section.priorities .wrapper {
  width: 95vw;
  height: 100%;
  padding: 5.5rem 0rem 3rem 0rem;
  position: relative;
}
section.priorities .wrapper#panel-2 {
  /*width: 110vw;
  padding-right: 8rem;*/
}
section.priorities .wrapper .priority {
  position: relative;
}
section.priorities .wrapper .priority .intro {
  display: block;
  font-weight: 300;
}
section.priorities .wrapper .priority .intro b {
  font-weight: 400;
}
section.priorities .wrapper .priority .content.active .intro {
  display: none;
}
section.priorities .wrapper.visible .priority.active .tag {
  opacity: 1;
}
section.priorities .content-wrapper {
  padding: 3rem 0rem 0rem 0rem;
  height: 100%;
}
section.priorities .content-wrapper .priority {
  height: 100%;
  justify-content: flex-start;
  display: none;
}
section.priorities .content-wrapper .priority .photo {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin-right: 5rem;
}
section.priorities .content-wrapper .priority .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.priorities .content-wrapper .priority .content {
  padding: 0px;
  align-self: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .content-wrapper .priority .content .pills {
  padding: 1rem 0rem;
  font-size: 0.8rem;
}
section.priorities .content-wrapper .priority .content .pills .pill {
  opacity: 0.5;
  border-radius: 10rem;
  border: 1.5px solid;
  padding: 0.1rem 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 400;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .content-wrapper .priority .content .pills .pill.active, section.priorities .content-wrapper .priority .content .pills .pill:hover {
  opacity: 1;
}
section.priorities .content-wrapper .priority .content .drivers, section.priorities .content-wrapper .priority .content .risks {
  display: none;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.425rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .content-wrapper .priority .content .drivers.active, section.priorities .content-wrapper .priority .content .risks.active {
  display: block;
}
section.priorities .content-wrapper .priority .content .drivers .desc, section.priorities .content-wrapper .priority .content .risks .desc {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
}
section.priorities .content-wrapper .priority .content .drivers .item, section.priorities .content-wrapper .priority .content .risks .item {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .content-wrapper .priority .content .drivers .item .title-wrapper, section.priorities .content-wrapper .priority .content .risks .item .title-wrapper {
  border-bottom: 1.5px solid;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 0.9rem;
  justify-content: space-between;
  cursor: pointer;
}
section.priorities .content-wrapper .priority .content .drivers .item .text, section.priorities .content-wrapper .priority .content .risks .item .text {
  display: none;
  margin-bottom: 1rem;
  line-height: 1rem;
  padding: 0.1rem 0rem;
}
section.priorities .content-wrapper .priority .content .drivers .item.expanded .text, section.priorities .content-wrapper .priority .content .risks .item.expanded .text {
  display: block;
}
section.priorities .content-wrapper .priority .content .arrow {
  display: none;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin: 1rem 0rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.priorities .content-wrapper .priority .content .arrow.left {
  transform: rotate(90deg);
}
section.priorities .content-wrapper .priority .content .arrow.right {
  transform: rotate(-90deg);
}
section.priorities .content-wrapper .priority .content .arrow.active {
  display: block;
}
section.priorities .content-wrapper .priority .content.active {
  align-self: baseline;
}
section.priorities .content-wrapper .priority.active {
  display: flex;
}
section .desc {
  font-size: 0.8rem;
  line-height: 1.425rem;
  align-self: end;
}
section .desc a {
  text-decoration: underline;
  font-weight: 500;
}
section h2 {
  font-size: 4.5rem;
  margin-bottom: 0px;
}
section h3 {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: normal;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section.priorities.medellin #panel-2 {
  width: auto;
}

section.medellin.resources h3 {
  margin-top: 0rem;
}

section.medellin.intro .logos-desc {
  padding: 0px;
}
section.medellin.intro .logos-desc img {
  width: 30%;
  margin-right: 1rem;
}
section.medellin.intro .right {
  justify-content: space-between !important;
  grid-gap: 1rem;
}

section.priorities.medellin #panel-2 .container {
  width: auto !important;
  max-width: unset !important;
  /*margin-right: 5rem;*/
}

section.priorities.medellin #panel-2 .container p {
  width: 560px;
  margin-right: 1rem;
}

section.priorities.medellin #panel-1.active {
  opacity: 1;
}

.a-4-r {
  margin-bottom: 5rem;
}
.a-4-r .short-intro {
  font-size: 0.8rem;
  padding-right: 5rem;
  font-weight: 300;
  line-height: 1rem;
}
.a-4-r .actions-wrapper {
  margin-top: 5rem;
  position: relative;
}
.a-4-r .actions-wrapper .main-act {
  height: 640px;
  margin-bottom: 100px;
  position: relative;
}
.a-4-r .actions-wrapper .main-act .act-wrapper {
  padding: 2rem 2rem;
  border: 1px solid;
  border-radius: 3rem;
  background-color: #f6f6f6;
  height: 100%;
  position: relative;
}
.a-4-r .actions-wrapper .main-act.act-2 {
  padding-top: 1rem;
}
.a-4-r .actions-wrapper .main-act.act-3 {
  padding-top: 2rem;
}
.a-4-r .actions-wrapper .main-act h2 {
  font-size: 1.2rem;
  line-height: 1rem;
  padding: 2rem 0rem 1.2rem 0rem;
}
.a-4-r .actions-wrapper .main-act .container {
  margin: auto;
  height: 100%;
}
.a-4-r .actions-wrapper .main-act .container.intro .d-flex {
  flex-wrap: wrap;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions {
  width: 40%;
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action .name {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  height: auto;
  z-index: 4;
  position: relative;
  width: 100%;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action .name span {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action .name span.active {
  opacity: 1;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action .icon {
  display: inline-block;
  margin-right: 0.5rem;
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .recomended-actions .action .icon img {
  transform: rotate(-90deg);
  filter: invert(1) contrast(3);
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper {
  display: flex;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper {
  width: 100%;
  padding-left: 0rem;
  overflow: hidden;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper .content {
  height: 480px;
  flex-wrap: nowrap;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type {
  display: flex;
  flex-wrap: wrap;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .it-wr, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type .it-wr {
  display: flex;
  margin-top: 1rem;
  width: 100%;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .it-wr .item, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type .it-wr .item {
  width: 100%;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act h3, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type h3 {
  padding-right: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block !important;
  width: 100%;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .icon, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type .icon {
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .icon img, .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type .icon img {
  transform: rotate(-90deg);
  width: 20px;
  margin-bottom: 1rem;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act {
  flex-wrap: nowrap;
  height: fit-content;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .t-card {
  width: 15rem;
  position: relative;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type {
  flex-wrap: nowrap;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-type.active {
  background-color: red;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .i-items > div {
  margin-right: 1rem;
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);*/
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .i-items > div .desc {
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture {
  width: 100%;
  position: relative;
  color: #ffffff;
  height: 360px;
  overflow: hidden;
  z-index: 100;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture img {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture img.active {
  opacity: 1;
  z-index: 1;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture img:last-of-type {
  opacity: 1;
  z-index: 0;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture .r-title {
  margin-bottom: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 0.5rem;
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture .type {
  font-size: 0.9rem;
  line-height: 1rem;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  margin-top: 0rem;
  padding: 0.6rem 0rem;
  margin-bottom: 1rem;
  left: 1.5rem;
  font-weight: 400;
  backdrop-filter: blur(10px) brightness(1.1) drop-shadow(2px 4px 6px #000);
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture .type span {
  display: none;
  padding: 0rem 1rem;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture .type span.active {
  display: initial;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .picture .action {
  top: 0px;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .timeline {
  padding-left: 5rem;
  display: none;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .timeline .titles {
  justify-content: space-between;
}
.a-4-r .actions-wrapper .main-act .container .rec-wrapper .timeline .titles div:not(.circle) {
  padding: 0rem 0.5rem;
}
.a-4-r .actions-wrapper .main-act .number {
  border-radius: 100px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  height: 2rem;
  font-size: 1rem;
  margin-right: 1rem;
  line-height: 2rem;
  padding: 0rem 1.5rem;
  position: relative;
  z-index: 1;
  width: max-content;
}
.a-4-r .actions-wrapper .main-act .tag {
  line-height: 1.8rem;
  height: 2rem;
  padding: 0rem 1.5rem 0rem 2.5rem;
  position: relative;
  left: -3rem;
  z-index: 0;
}
.a-4-r .actions-wrapper .main-act .top-wrapper .title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.a-4-r .actions-wrapper .main-act .top-wrapper .top {
  top: -0.5px;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
.a-4-r .actions-wrapper .main-act .top-wrapper .sdgs {
  padding: 0.5rem 0rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #333333;
  font-weight: 300;
  width: inherit;
  justify-content: flex-end;
}
.a-4-r .actions-wrapper .main-act .top-wrapper .sdgs .circle {
  cursor: pointer;
  color: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 500;
  font-size: 0.5rem;
  border-radius: 100px;
  text-align: center;
  line-height: 1.25rem;
  margin-right: 0.25rem;
}
.a-4-r .actions-wrapper .main-act .timeline {
  margin: 1rem 0rem 0rem;
  display: none;
}
.a-4-r .actions-wrapper .main-act .timeline .titles div {
  color: #bababa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 2rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
  font-size: 0.8rem;
  z-index: 1;
}
.a-4-r .actions-wrapper .main-act .timeline .titles div.active {
  color: #333333;
}
.a-4-r .actions-wrapper .main-act .timeline .titles div.active .circle {
  background-color: #333333;
}
.a-4-r .actions-wrapper .main-act .timeline .titles div .circle {
  height: 0.7rem;
  width: 0.7rem;
  border: 1px solid #333333;
  background-color: #ffffff;
  border-radius: 100px;
  margin: 1rem 0rem 0rem 0rem;
  padding: 0rem;
}
.a-4-r .actions-wrapper .main-act .line {
  height: 1px;
  width: 100%;
  background-color: #333;
  top: -0.4rem;
  position: relative;
  z-index: 0;
  opacity: 0.3;
}
.a-4-r .actions-wrapper .main-act .content {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
  padding-bottom: 0px;
}
.a-4-r .actions-wrapper .main-act .content::-webkit-scrollbar {
  width: 0;
}
.a-4-r .actions-wrapper .main-act .content .picture {
  overflow: hidden;
  margin-top: 0rem;
  width: 25vw;
  height: 100%;
}
.a-4-r .actions-wrapper .main-act .content .item {
  flex: 0 0 auto;
  height: fit-content;
}
.a-4-r .actions-wrapper .main-act .content .t-card {
  margin-right: 1rem;
  width: 13rem;
  height: 100rem;
  line-height: 1.6rem;
  padding: 1rem;
  border-radius: 1rem;
  height: 16rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}
.a-4-r .actions-wrapper .main-act .content .t-card .bottom {
  position: absolute;
  bottom: 1rem;
  display: flex;
  width: calc(100% - 2rem);
  justify-content: space-between;
}
.a-4-r .actions-wrapper .main-act .content .t-card .bottom .tag {
  left: unset;
  padding: 0rem 0.8rem;
  font-size: 0.6rem;
}
.a-4-r .actions-wrapper .main-act .content .t-card .bottom .number {
  background-color: unset;
  width: auto;
  border: 1px solid;
  padding: 0rem;
  width: 2rem;
  height: 2rem;
  margin-right: 0px;
  font-size: 0.8rem;
  line-height: 2rem;
}
.a-4-r .actions-wrapper .main-act .content .i-items {
  align-items: start;
  height: fit-content;
}
.a-4-r .actions-wrapper .main-act .content .i-items .tag {
  left: unset;
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
  line-height: unset;
  height: unset;
}
.a-4-r .actions-wrapper .main-act .content .i-items .m-tag {
  font-weight: 600;
  font-size: 0.6rem;
}
.a-4-r .actions-wrapper .main-act .content .i-items .title {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 2rem);
}
.a-4-r .actions-wrapper .main-act .content .i-items .desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
  align-self: end;
  display: none;
}
.a-4-r .actions-wrapper .main-act .content .i-items > div {
  margin-right: 2vw;
  width: 13rem;
  height: 100rem;
  line-height: 0.8rem;
  border: 1px solid;
  padding: 1rem;
  border-radius: 1rem;
  height: 16rem;
  position: relative;
}
.a-4-r .actions-wrapper .main-act.active .picture .action {
  opacity: 1;
}
.a-4-r .actions-wrapper .main-act.act-2 .timeline, .a-4-r .actions-wrapper .main-act.act-3 .timeline {
  margin-top: 0.5rem;
  display: none;
}
.a-4-r .actions-wrapper .main-act.act-2 .rec-wrapper .picture .type, .a-4-r .actions-wrapper .main-act.act-3 .rec-wrapper .picture .type {
  display: none;
}
.a-4-r .actions-wrapper .main-act.act-2 .bg-img, .a-4-r .actions-wrapper .main-act.act-3 .bg-img {
  transform: rotate(180deg);
}
.a-4-r .actions-wrapper .main-act.act-3 .top-wrapper .title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.a-4-r.tunis .actions-wrapper .main-act .top-wrapper .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.a-4-r .container.intro .d-flex {
  flex-wrap: wrap;
}

.quick-facts {
  padding: 4rem 0rem;
  width: 100%;
  background-color: #f6f6f6;
  transform: unset;
  position: relative;
  top: 0px;
  height: 700px;
  overflow: hidden;
  z-index: 100;
  position: relative;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.quick-facts .justify-content-center {
  pointer-events: all;
}
.quick-facts.ontop {
  pointer-events: none;
}
.quick-facts.ontop .facts-wrapper {
  pointer-events: all;
}
.quick-facts .facts-wrapper {
  pointer-events: none;
  overflow-y: scroll;
  height: 90%;
  padding: 0rem 10% 0rem;
  justify-content: end;
  margin-bottom: 1rem;
  position: relative;
  top: -1rem;
  flex-wrap: wrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.quick-facts.fixed {
  position: fixed;
}
.quick-facts.fixed .facts-wrapper {
  overflow-y: scroll;
}
.quick-facts .facts-wrapper::-webkit-scrollbar {
  display: none;
}
.quick-facts h2 {
  position: absolute;
  top: 9rem;
  left: 10%;
  z-index: 10;
  color: #333333;
  pointer-events: none;
}
.quick-facts .fact {
  align-self: end;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: sticky;
  top: 0rem;
  padding: 2rem 0rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.quick-facts .fact .picture {
  margin-top: 0rem;
  height: 100%;
}
.quick-facts .fact .text {
  align-self: end;
  opacity: 1;
  background-color: #f6f6f6;
  bottom: 1rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-top: 1rem;
}
.quick-facts .fact .text .desc {
  font-size: 1rem;
  margin-top: 1.2rem;
}
.quick-facts .fact.first .text {
  opacity: 1;
}
.quick-facts .fact .text.animated {
  opacity: 0;
}
.quick-facts .fact.visible .picture {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.quick-facts .fact.visible .picture img {
  transform: rotate(0deg);
}
.quick-facts .fact.visible .tag {
  color: #ffffff;
  background-color: #333333;
}
.quick-facts .fact.visible:nth-child(0n) .picture {
  transform: rotate(calc(0.2deg - 0deg));
}
.quick-facts .fact.visible:nth-child(1n) .picture {
  transform: rotate(calc(0.2deg - 2deg));
}
.quick-facts .fact.visible:nth-child(2n) .picture {
  transform: rotate(calc(0.2deg - 4deg));
}
.quick-facts .fact.visible:nth-child(3n) .picture {
  transform: rotate(calc(0.2deg - 6deg));
}
.quick-facts .fact.visible:nth-child(4n) .picture {
  transform: rotate(calc(0.2deg - 8deg));
}
.quick-facts .fact.visible.first .picture {
  transform: unset;
}

.underline {
  text-decoration: underline;
}

.global-header .navbar {
  color: #ffffff;
}

.hero {
  height: 106vh;
}

.hero .title {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

.hero .title.animated {
  position: fixed;
}

.hero .title.hidden {
  opacity: 0;
}

.hero .title .city, .hero .title.animated .country, .left, .right, .top, img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.left, .top {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.right {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

section h2 {
  opacity: 0;
}
section .left {
  opacity: 0;
  position: relative;
  left: -1rem;
}
section .right, section .fact .text {
  opacity: 0;
  position: relative;
  right: -1rem;
}
section .top {
  opacity: 0;
  position: relative;
  top: -1rem;
}
section .d-flex .d-flex {
  justify-content: space-between;
  flex-flow: wrap;
}
section.visible .top {
  top: 0;
  opacity: 1;
}
section.visible h2 {
  opacity: 1;
}
section.visible .left {
  opacity: 1;
  left: 0;
}
section.visible .right {
  opacity: 1;
  right: 0;
}
section.quick-facts .top {
  top: 7rem;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
section.quick-facts .fact .text {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
section.quick-facts.visible .top {
  top: 8rem;
}
section.quick-facts.visible .fact .text {
  right: 0;
}
section.a-4-r .right {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
section.resources .top {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
section.city-picture img {
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
section.city-picture.visible img {
  transform: translateY(-50%) scale(1.1);
}

.hero .title.animated .country {
  display: none;
}
.hero .title.animated .city {
  color: transparent;
  font-size: 4.5rem;
}

.map-wrapper {
  padding: 0px;
}

.map-wrapper .mapa {
  border-radius: 0rem;
  overflow: hidden;
  position: relative;
  top: unset;
}

#map {
  height: 105vh;
}

#scrollHorizontal {
  display: flex;
  width: 200%;
  flex-flow: nowrap;
  min-width: fit-content;
}

#scrollHorizontal.medellin {
  width: 100%;
}

.h-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  z-index: 99;
}

.arrow.mobile {
  text-align: right;
  width: 100%;
  font-size: 0.5rem;
  margin-top: 1rem;
}
.arrow.mobile img {
  transform: rotate(-90deg);
  margin-left: 0.25rem;
  margin-top: -0.1rem;
  width: 0.4rem;
}

.priorities.tunis .bg-title, .priorities.medellin .bg-title {
  position: absolute;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.priorities.tunis .photo, .priorities.medellin .photo {
  height: 380px;
}
.priorities.tunis .n-ind, .priorities.medellin .n-ind {
  font-size: 1.5rem;
  font-weight: 100;
  position: absolute;
}
.priorities.tunis #panel-2.medellin, .priorities.medellin #panel-2.medellin {
  /*width: 110vw;*/
  /*padding-right: 8rem;*/
}
.priorities.tunis #panel-2.medellin .priority, .priorities.medellin #panel-2.medellin .priority {
  top: -15%;
}
.priorities.tunis #panel-2 .bg-title, .priorities.medellin #panel-2 .bg-title {
  top: 50%;
  left: -4%;
}
.priorities.tunis #panel-2 .n-ind, .priorities.medellin #panel-2 .n-ind {
  bottom: -8%;
  left: 20%;
}
.priorities.tunis #panel-3 .priority, .priorities.medellin #panel-3 .priority {
  top: 4%;
}
.priorities.tunis #panel-3 .bg-title, .priorities.medellin #panel-3 .bg-title {
  top: -26%;
  left: 22%;
}
.priorities.tunis #panel-3 .n-ind, .priorities.medellin #panel-3 .n-ind {
  top: -28%;
  left: 0rem;
}
.priorities.tunis #panel-4 .priority, .priorities.medellin #panel-4 .priority {
  top: -5%;
}
.priorities.tunis #panel-4 .bg-title, .priorities.medellin #panel-4 .bg-title {
  top: -20%;
  left: 0%;
}
.priorities.tunis #panel-4 .n-ind, .priorities.medellin #panel-4 .n-ind {
  top: 0%;
  left: 28%;
}

section.priorities.medellin .content-wrapper .priority .content .pills {
  padding: 0rem 0rem 0rem 0rem;
}
.priorities.medellin .wrapper {
  padding-top: 3rem;
}
.priorities.medellin .photo {
  height: 400px;
}
.priorities.medellin .wrapper {
  width: 100vw;
  padding-top: 0px;
}
.priorities.medellin .content-wrapper .priority .content.active {
  align-self: center;
}
.priorities.medellin .content-wrapper {
  padding: 0rem 0rem 0rem 0rem;
}
.priorities.medellin .content-wrapper .priority {
  align-items: center;
}
.priorities.medellin .content-wrapper .priority .content {
  top: 0rem;
}
.priorities.medellin #panel-2 .priority, .priorities.medellin #panel-3 .priority, .priorities.medellin #panel-4 .priority, .priorities.medellin #panel-5 .priority, .priorities.medellin #panel-2.medellin .priority {
  top: 0%;
}
.priorities.medellin .content-wrapper .priority .photo {
  width: 16rem;
}
.priorities.medellin #panel-2 .container {
  margin-left: 0%;
}
.priorities.medellin #panel-5 .n-ind, .priorities.medellin #panel-4 .n-ind, .priorities.medellin #panel-3 .n-ind, .priorities.medellin #panel-2 .n-ind {
  top: 2rem;
  left: 0%;
  height: 40px;
}
.priorities.medellin .bg-title, .priorities.medellin #panel-3 .bg-title, .priorities.medellin #panel-2 .bg-title {
  position: relative;
  left: unset;
  top: unset;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.3rem;
}
.priorities.medellin .intro {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.medellin.map-wrapper .g-map-wrapper .city-info .data div {
  line-height: 0.8rem;
  font-size: 0.6rem;
}

.medellin.modal .modal-dialog {
  background-color: #765EB7;
}

.medellin.city-picture {
  height: 600px;
}

.medellin .actions-wrapper .content-wrapper {
  padding: 0rem 1rem;
}

.medellin.city-picture.sec {
  margin-top: 10rem;
  height: 800px;
}
.medellin.city-picture.sec .container {
  height: 100%;
  position: relative;
}
.medellin.city-picture.sec .big-phrase {
  z-index: 3000;
  position: absolute;
  color: white;
  font-size: 2.53rem;
  line-height: 3rem;
  bottom: 0rem;
  width: 60%;
  font-weight: 300;
  -moz-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.medellin.city-picture.sec .big-phrase.visible {
  bottom: 2rem;
  opacity: 1;
}
.medellin.city-picture.sec .big-phrase span {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}

.medellin.resources {
  margin-bottom: 4rem;
}

.medellin.city-picture audio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 30%;
  height: 50px;
  opacity: 0.8;
}

.medellin #report-wrapper {
  column-gap: 3rem;
}

.medellin.hero .gradient-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.57)) !important;
}

.medellin .discover-more .item .image {
  height: 440px;
  margin: 0rem 1rem;
}

.medellin .discover-more.rec-list {
  padding-top: 0px;
}

.medellin .discover-more.rec-list .item .image {
  height: 300px;
  margin: 0rem;
}

.medellin #report-wrapper:hover .btn {
  background-color: #765EB7;
  border-color: #765EB7;
  color: white;
}
.medellin #report-wrapper:hover .item .tags div {
  background-color: #ffffff;
  color: #333333;
}
.medellin #report-wrapper:hover .tags div img {
  filter: unset;
}

.medellin .discover-more .desc .desc {
  /*font-size: 0.7rem;
     line-height: 1rem;*/
}

.medellin .discover-more .btn {
  border: 1.5px solid;
  border-radius: 3rem;
  margin-top: 1rem;
}

.tunis.quick-facts .fact .text {
  padding-top: 3rem;
}

.tunis.quote {
  font-size: 2rem;
}

.tunis.a-4-r .actions-wrapper .main-act .content .t-card {
  width: 20rem;
  height: 20rem;
  position: relative;
}
.tunis.a-4-r .actions-wrapper .main-act .content .i-items .desc {
  display: block;
}
.tunis.a-4-r .actions-wrapper .main-act .content .i-items .tag {
  margin-bottom: 0.5rem;
}
.tunis.a-4-r .actions-wrapper .main-act .content .i-items > div {
  width: 22rem;
  height: 20rem;
}
.tunis.a-4-r .actions-wrapper .main-act .content .item:nth-child(1).active .i-items > div {
  border-color: #3F7FAF;
}
.tunis.a-4-r .actions-wrapper .main-act .content .item:nth-child(2).active .i-items > div {
  border-color: #419D68;
}
.tunis.a-4-r .actions-wrapper .main-act .content .item:nth-child(3).active .i-items > div {
  border-color: #E8C15B;
}

.lang {
  gap: 0.25rem;
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  right: 0;
}
.lang div {
  padding: 0.05rem 1rem;
  border-radius: 3rem;
  cursor: pointer;
}
.lang div.active {
  border: 1px solid;
  cursor: unset;
}

.underline, a:hover {
  text-decoration: underline 7%;
  text-underline-offset: 10%;
}

.gm-style .gm-style-iw-tc {
  top: 0 !important;
}

.mobile {
  display: none;
}

.medellin.a-4-r .actions-wrapper .main-act .sdgs-wrapper {
  /*
  padding: 0.5rem;
     border-radius: 1rem;
     background-color: rgb(255,255,255,0.58);
     position: relative;
     top: -1rem;
     right: -1rem;
     */
}
.medellin.a-4-r .actions-wrapper .main-act .sdgs-wrapper .title {
  position: relative;
  bottom: unset;
  margin-top: 0rem;
  font-size: 0.5rem;
  color: #b0b0b0;
  margin-bottom: 0rem;
  width: 100%;
  display: none;
}

.medellin.quick-facts {
  min-height: 700px;
  height: 100vh;
  font-size: 0.9rem;
  padding-top: 0px;
}
.medellin.quick-facts .facts-wrapper {
  max-height: 480px;
  top: 40%;
  transform: translateY(-50%);
}
.medellin.quick-facts .facts-wrapper .fact {
  justify-content: end;
  gap: 1.5rem;
}
.medellin.quick-facts .facts-wrapper .fact .text .desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.medellin.quick-facts.visible .top {
  top: 25%;
}

.medellin.a-4-r .actions-wrapper .main-act .card-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 0.25rem;
}

.medellin .main-act .scrollLeft, .medellin .main-act .scrollRight {
  top: 50%;
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 10rem;
  background-color: white;
  border: 1px solid;
  cursor: pointer;
  z-index: 1000;
}
.medellin .main-act .scrollLeft .arrow, .medellin .main-act .scrollRight .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
}
.medellin .main-act .scrollLeft .arrow.left, .medellin .main-act .scrollRight .arrow.left {
  transform: translate(-50%, -50%) rotate(90deg);
}
.medellin .main-act .scrollLeft .arrow.right, .medellin .main-act .scrollRight .arrow.right {
  transform: translate(-50%, -55%) rotate(-90deg);
}
.medellin .main-act .scrollLeft.ini, .medellin .main-act .scrollLeft.end, .medellin .main-act .scrollRight.ini, .medellin .main-act .scrollRight.end {
  opacity: 0.4;
}
.medellin .main-act .scrollLeft {
  left: 0.5rem;
}
.medellin .main-act .scrollRight {
  right: 0.5rem;
}

section.priorities.medellin .content-wrapper .priority {
  width: 100vw;
}

section.medellin.quote {
  padding: 3rem 0rem;
  position: relative;
}
section.medellin.quote.visible .photo {
  right: 0rem;
}
section.medellin.quote .photo {
  position: absolute;
  transition: all 0.3s ease-in;
  height: 100%;
  right: -3rem;
  top: 0px;
  padding-left: 3rem;
  padding-right: 0px;
}
section.medellin.quote .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.medellin.quote span.underline {
  text-decoration-thickness: 2px;
  font-weight: 300;
}
section.medellin.quote .d-flex {
  /*justify-content: end;*/
  margin-top: 2rem;
}
section.medellin.quote .d-flex > div {
  padding-left: 0px;
  padding-right: 0px;
}
section.medellin.quote h1 {
  font-size: 2rem;
  font-weight: 400;
}
section.medellin.quote p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

section.priorities.medellin .wrapper {
  margin-right: 5rem;
}

.medellin.a-4-r .actions-wrapper .main-act .content .i-items .tag {
  height: fit-content;
}

.medellin.a-4-r .actions-wrapper .main-act .content .i-items > div {
  margin-right: 15px;
}

.medellin.a-4-r .actions-wrapper .main-act .sdgs {
  justify-content: flex-start;
  padding: 0.5rem 0rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #333333;
  font-weight: 300;
  width: 100%;
  padding-top: 0;
}
.medellin.a-4-r .actions-wrapper .main-act .sdgs .circle {
  cursor: pointer;
  color: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 500;
  font-size: 0.5rem;
  border-radius: 100px;
  text-align: center;
  line-height: 1.25rem;
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .medellin .scrollLeft, .medellin .scrollRight {
    display: none;
  }
  .medellin .actions-wrapper .content-wrapper {
    padding: 0rem;
    margin-top: 1rem;
  }
  section.medellin.priorities .container .content-wrapper, section.tunis.priorities .container .content-wrapper {
    align-items: flex-start;
    flex-flow: inherit;
  }
  section.tunis.priorities .h-box:not(#panel-1) .container {
    position: relative;
    top: 5rem;
  }
  #scrollHorizontal.medellin {
    margin-right: 2rem;
  }
  .priorities.medellin #panel-2 {
    width: auto;
  }
  #panel-2.medellin .priority .intro p {
    width: 80vw !important;
  }
  section.tunis.priorities #panel-1 .container {
    padding: 1.5rem 1rem;
  }
  .priorities.medellin #panel-3, .priorities.medellin #panel-4, .priorities.medellin #panel-5, .priorities.medellin #panel-2 {
    margin-right: 3rem;
  }
  .priorities.medellin #panel-5 {
    margin-right: 8rem;
  }
  .priorities.medellin #panel-2 .bg-title, .priorities.medellin #panel-2 .n-ind {
    /*position: relative;*/
    top: 0rem !important;
    left: 0rem !important;
  }
  .priorities.medellin .n-ind {
    position: relative;
  }
  section.medellin.priorities #panel-2 .container .content-wrapper .intro {
    position: relative;
    left: 0;
  }
  section.medellin.priorities #panel-1 .container {
    padding: 2rem 1rem;
  }
  section.medellin.priorities .big-arrow.out {
    left: 65vw;
  }
  section.medellin.priorities #panel-1 .desc {
    align-self: flex-start;
    margin-top: 0.7rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  section.priorities.medellin .big-arrow.out .arrow-r {
    width: 15%;
  }
  section.priorities.medellin .big-arrow.out {
    opacity: 1;
  }
  section.medellin.priorities #panel-1 .container .d-flex {
    align-content: flex-start;
  }
  section.medellin.priorities .h-box:not(#panel-1) .container {
    position: relative;
    top: 0rem !important;
  }
  .medellin.city-picture audio {
    width: 60%;
  }
  .medellin.a-4-r .actions-wrapper .main-act .top-wrapper .sdgs .circle, .medellin.a-4-r .actions-wrapper .main-act .sdgs .circle {
    width: 1.2rem;
    height: 1.2rem;
  }
  .medellin #report-wrapper {
    flex-wrap: wrap;
  }
  .medellin .discover-more .btn {
    padding: 0.5rem 1rem !important;
  }
  .medellin #report-wrapper .desc {
    padding: 0rem 0.5rem !important;
  }
  section.medellin.quote {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 3rem 0rem !important;
  }
  .learn-more {
    display: none !important;
  }
  .global-header .navbar {
    color: #fff;
    padding: 1rem;
  }
  section.quote {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 3rem 0rem;
  }
  section.quote .author {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.5rem;
  }
  .how {
    display: none;
  }
  .container {
    padding: 1rem;
  }
  .container > .d-flex {
    flex-flow: wrap;
  }
  .hero {
    height: 90vh;
    overflow: hidden;
  }
  .hero .container {
    padding: 0rem 1rem;
  }
  .hero .container > .d-flex {
    flex-flow: nowrap;
  }
  .hero .title {
    bottom: 10rem !important;
  }
  .hero .lang {
    bottom: 4rem;
    right: 1rem;
  }
  .tunis.quote {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .tunis.quote .author {
    display: none;
  }
  .tunis.quote .mt-4 {
    margin-top: 0px !important;
  }
  section {
    padding: 1rem 0rem;
  }
  section h3 {
    font-size: 2rem;
  }
  section.intro {
    padding: 1rem 0rem;
  }
  section.priorities {
    height: 100vh;
  }
  section.priorities.tunis .intro h1 {
    display: none !important;
  }
  section.priorities .h-box {
    padding: 2rem 0rem;
  }
  section.priorities .wrapper {
    padding: 0rem 0rem;
    height: auto;
  }
  section.priorities .wrapper .priority {
    padding-top: 0rem;
    align-content: baseline;
    padding: 0;
    height: auto;
  }
  section.priorities .wrapper .priority .name {
    padding: 0.25rem 0.5rem;
    display: none;
  }
  section.priorities .wrapper .priority.active .name {
    display: block !important;
  }
  section.priorities .wrapper .photo {
    height: 40%;
    margin-bottom: 0.75rem;
    display: none;
  }
  section.priorities .container {
    width: 100%;
    margin: 0px 1rem;
    padding: 1rem 0rem;
    padding-right: 0px !important;
  }
  section.priorities .container .d-flex div {
    padding: 0px;
  }
  section.priorities .container .big-arrow {
    display: none;
  }
  section.priorities .container .content-wrapper {
    padding: 0rem 0rem;
    display: flex;
    flex-flow: column-reverse;
  }
  section.priorities .container .content-wrapper .intro {
    font-size: 1rem;
  }
  section.priorities .container .content-wrapper .intro h2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  section.priorities .container .content-wrapper .bg-title {
    position: unset;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  section.priorities .container .content-wrapper .n-ind {
    top: -15% !important;
    left: 0 !important;
  }
  section.priorities .container .content-wrapper .priority {
    flex-flow: wrap;
  }
  section.priorities .container .content-wrapper .priority .content {
    padding: 0rem 0.25rem;
  }
  section.priorities .container .content-wrapper .priority .content .desc {
    margin-bottom: 0.5rem;
  }
  section.priorities .big-arrow.out {
    left: 74vw;
    text-align: center;
    top: 0.5rem;
  }
  section.priorities .big-arrow.out .txt {
    margin-bottom: 0rem;
  }
  section.priorities .big-arrow.out .arrow-r {
    width: 25%;
  }
  section.priorities #panel-1 .container {
    width: 100%;
    padding: 2.5rem 1rem;
  }
  section.priorities .top-bar {
    padding: 0rem;
    margin: 1.5rem 0rem 1rem 0rem;
    justify-content: center;
    display: none !important;
  }
  section.priorities .top-bar .priority {
    display: none;
  }
  section.priorities .top-bar .priority.active {
    display: initial;
  }
  section.priorities .top-bar .priority .tag {
    top: -1.75rem;
    left: 1rem;
    display: none;
  }
  section.priorities h3 {
    margin-top: 0rem;
    line-height: 2rem;
  }
  section.priorities #panel-1 {
    border-radius: 0px;
    padding-top: 0px;
    margin-right: 6rem;
  }
  section.priorities #panel-2 {
    width: auto;
  }
  section.priorities #panel-2 .container, section.priorities #panel-3 .container, section.priorities #panel-4 .container {
    margin-right: 0rem;
  }
  section.priorities #panel-3 .container {
    padding-right: 1.5rem !important;
  }
  section.priorities #panel-4 .container {
    margin-right: 2rem;
    position: relative;
    left: -1rem;
  }
  section.resources {
    flex-flow: nowrap;
  }
  section.resources .scroll-txt {
    text-align: right;
    padding-left: 0rem;
  }
  section.resources .d-flex {
    flex-flow: nowrap;
  }
  section.resources .d-flex div:not(.desc, .tags, .tags > div) {
    padding: 0px;
  }
  section.resources .desc {
    padding: 0rem 0.5rem;
  }
  section.resources h4 {
    padding: 0rem 1rem;
  }
  section.quick-facts {
    padding: 2rem 1rem;
  }
  section.quick-facts.visible .top {
    top: 0rem !important;
  }
  section.quick-facts .fact .picture {
    height: 10rem;
  }
  section.quick-facts h2 {
    position: relative;
    top: 0;
    left: initial;
  }
  section.quick-facts .facts-wrapper {
    margin-top: 2rem;
    flex-wrap: wrap;
    height: 100%;
    padding: 0rem;
    flex-direction: column;
    pointer-events: all;
  }
  section.quick-facts .facts-wrapper .fact {
    height: 100%;
    flex-flow: wrap;
    padding: 0rem;
    align-content: start;
    margin-right: 2rem;
  }
  section.quick-facts .facts-wrapper .fact:last-of-type {
    margin-right: 0px;
  }
  section.quick-facts .facts-wrapper .fact .text {
    bottom: unset;
    padding-top: 0rem;
    padding: 0.75rem 0.25rem !important;
    opacity: 1;
  }
  section.quick-facts .facts-wrapper .fact .text .desc {
    margin-top: 0.75rem;
  }
  section.quick-facts .facts-wrapper .fact.visible img {
    transform: unset;
  }
  section.quick-facts .facts-wrapper .fact.visible:nth-child(0n) .picture {
    transform: unset;
  }
  section.quick-facts .facts-wrapper .fact.visible:nth-child(1n) .picture {
    transform: unset;
  }
  section.quick-facts .facts-wrapper .fact.visible:nth-child(2n) .picture {
    transform: unset;
  }
  section.quick-facts .facts-wrapper .fact.visible:nth-child(3n) .picture {
    transform: unset;
  }
  section.quick-facts .facts-wrapper .fact.visible:nth-child(4n) .picture {
    transform: unset;
  }
  section h2 {
    font-size: 2.5rem;
  }
  section h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  section .desc {
    font-size: 0.8rem;
    line-height: 1.25rem;
  }
  section .picture {
    z-index: 1000;
    height: 10rem;
  }
  .a-4-r.tunis .top-wrapper .tag {
    display: none;
  }
  .a-4-r.tunis .actions-wrapper .main-act .top-wrapper .title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .a-4-r.tunis .main-act .content .t-card {
    height: 18rem !important;
    width: 76vw !important;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .a-4-r.tunis .actions-wrapper .main-act .content .i-items > div {
    height: 18rem;
    width: 76vw;
    padding: 0.5rem;
  }
  .a-4-r.tunis .actions-wrapper .main-act .content .i-items > div .tag {
    display: none;
  }
  .a-4-r.tunis .actions-wrapper .main-act .content .i-items > div .desc {
    font-size: 0.65rem;
    line-height: 0.86rem;
  }
  .a-4-r.tunis .actions-wrapper .main-act .content .i-items > div .desc p {
    margin-bottom: 0.6rem;
  }
  .a-4-r .actions-wrapper {
    margin-top: 2rem;
  }
  .a-4-r .actions-wrapper .top.d-flex {
    flex-wrap: nowrap;
    width: 100%;
  }
  .a-4-r .actions-wrapper .timeline {
    display: none;
  }
  .a-4-r .actions-wrapper .main-act {
    padding-top: 0px;
  }
  .a-4-r .actions-wrapper .main-act .act-wrapper {
    padding: 1rem;
  }
  .a-4-r .actions-wrapper .main-act .number {
    padding: 0rem 0.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
  }
  .a-4-r .actions-wrapper .main-act .tag {
    padding: 0rem 0.5rem 0rem 2.2rem;
    line-height: 1.4rem;
    height: 1.5rem;
  }
  .a-4-r .actions-wrapper .main-act h4 {
    line-height: 1.2rem;
    font-size: 0.9rem;
  }
  .a-4-r .actions-wrapper .main-act .t-card {
    width: 15rem;
  }
  .a-4-r .actions-wrapper .main-act .container {
    padding: 1rem 1rem 1rem 1rem;
  }
  .a-4-r .actions-wrapper .main-act .container .recomended-actions {
    display: none;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper {
    width: 100%;
    padding-left: 0rem;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper .left {
    margin-top: 0;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper .item-act h3 {
    width: 240px;
    margin-right: 1rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper .item-act .icon img {
    transform: rotate(-90deg);
    width: 1.5rem;
    margin-bottom: 1rem;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .content-wrapper .i-items {
    padding-right: 0rem;
  }
  .a-4-r .actions-wrapper .main-act .arrow.mobile {
    margin-top: 0rem;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .title .mobile {
    display: initial !important;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .sdgs {
    left: 0px;
    flex-flow: wrap;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .sdgs .mr-2 {
    width: 100%;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .top {
    flex-wrap: wrap;
    text-align: right;
  }
  .a-4-r .actions-wrapper .main-act .top-wrapper .top .short-intro {
    display: none;
  }
  .a-4-r .actions-wrapper .main-act .content {
    margin-top: 0.5rem;
    flex-flow: nowrap !important;
  }
  .a-4-r .actions-wrapper .main-act .content .picture {
    display: none;
  }
  .a-4-r .actions-wrapper .main-act .content .i-items {
    padding-left: 0rem;
  }
  .a-4-r .actions-wrapper .main-act .content .i-items .desc {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
  .a-4-r .actions-wrapper .main-act .content .i-items > div {
    width: 70vw;
    padding-right: 0.5rem;
    line-height: 0.8rem;
  }
  .a-4-r .actions-wrapper .main-act.act-3 .top-wrapper .title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
  }
  .global-header .navbar-light .navbar-toggler-icon {
    filter: invert(1) contrast(20);
  }
  .hero .container {
    height: 100%;
  }
  .a-4-r .actions-wrapper .main-act .container .rec-wrapper .item-act .t-card {
    width: 13rem;
  }
  .medellin.city-picture.sec .big-phrase {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0rem !important;
  }
  .medellin.quick-facts {
    padding-top: 2rem;
    overflow-y: hidden;
  }
  .medellin.quick-facts .facts-wrapper {
    overflow-y: hidden;
  }
  .medellin.city-picture.sec {
    margin-top: 14rem;
    height: 680px;
    margin-bottom: 0rem;
  }
  section.quick-facts.medellin .facts-wrapper {
    margin-top: 1rem;
  }
  .medellin.quick-facts .justify-content-center {
    display: none !important;
  }
  .medellin .discover-more .item .image {
    margin: 0px;
  }
  section.priorities.medellin .content-wrapper .priority .content .drivers .item.expanded .text, section.priorities.medellin .content-wrapper .priority .content .risks .item.expanded .text {
    display: none;
  }
  .medellin.a-4-r .actions-wrapper .main-act .top-wrapper .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  section.priorities.medellin .container .content-wrapper .priority .content {
    padding: 0rem 1.5rem;
  }
  .priorities.medellin .wrapper {
    padding-top: 0rem;
  }
  section.priorities.medellin .container .content-wrapper .n-ind {
    padding-left: 1.5rem;
    display: none;
  }
  .priorities.medellin .bg-title, .priorities.medellin #panel-3 .bg-title, .priorities.medellin #panel-2 .bg-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.priorities .content-wrapper .priority .content .drivers .item .title-wrapper, section.priorities .content-wrapper .priority .content .risks .item .title-wrapper {
    line-height: 1.2rem;
  }
  section.priorities.medellin .content-wrapper .priority .content .pills {
    padding: 0rem 0rem 0.5rem 0rem;
  }
  section.priorities.medellin .items-list .title-wrapper .icon {
    display: none;
  }
  .medellin.a-4-r .actions-wrapper .main-act .act-wrapper {
    padding: 2rem 1.5rem;
  }
  .medellin.a-4-r .actions-wrapper .main-act .number {
    padding: 0.2rem 0.75rem;
    font-size: 0.8rem;
    line-height: unset;
    height: unset;
  }
  section.medellin.quote h1 {
    font-size: 1.4rem;
  }
  section.medellin.quote .photo {
    display: none;
  }
}
@media (max-width: 1100px) {
  .medellin.city-picture.sec .big-phrase {
    width: calc(100% - 2rem);
    padding: 0rem 2rem;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
  .col-xxl-3 {
    width: 41.66666667%;
  }
  .col-xxl-8 {
    width: 91.66666667%;
  }
  section.priorities .content-wrapper {
    padding: 6rem 0rem 0rem 0rem;
    height: 90%;
  }
  .quick-facts .facts-wrapper {
    height: 80%;
  }
  .a-4-r .actions-wrapper .main-act {
    height: 740px;
  }
  .a-4-r .actions-wrapper .main-act .act-wrapper {
    padding: 4rem 2rem;
    margin-top: 3rem;
  }
  .learn-more {
    top: 10.5rem;
  }
}

/*# sourceMappingURL=teresina-style.css.map */
