/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0)
  }

  50% {
    top: 12px;
    transform: rotate(0)
  }

  to {
    top: 6px;
    transform: rotate(45deg)
  }
}

@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg)
  }

  50% {
    top: 12px;
    transform: rotate(0deg)
  }

  to {
    top: 0;
    transform: rotate(0deg)
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0)
  }

  50% {
    bottom: 11px;
    transform: rotate(0)
  }

  to {
    bottom: 6px;
    transform: rotate(135deg)
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg)
  }

  50% {
    bottom: 11px;
    transform: rotate(0)
  }

  to {
    bottom: 0;
    transform: rotate(0)
  }
}

@keyframes scaled {

  50%,
  to {
    transform: scale(0)
  }
}

@keyframes scaled-2 {

  0%,
  50% {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth
}

html.overflow {
  overflow: hidden
}

body {
  font-family: "Mulish", sans-serif;
  background-color: #f2f8ff
}

.sr-only,
header {
  position: absolute
}

.only-mobile {
  display: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

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

table thead td {
  color: #9BB5D1;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  padding: 11px 6px;
}

table>tbody>tr:nth-child(odd) {
  background-color: #D7DEE5;
}

table>tbody td {
  padding: 8px;
  color: #1C1F21;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

a {
  text-decoration: none
}

ul {
  list-style: none
}

h2,
p {
  font-style: normal
}

p>a {
  color: inherit;
}

h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px
}

h2.white,
p.white {
  color: #fff
}

p {
  color: #4f555b;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%
}

p.grey {
  color: #4e4e4e
}

.events-none {
  pointer-events: none
}

.otgs-development-site-front-end {
  display: none !important
}

.stars-button {
  color: #262a2c;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 32px;
  background: #fff;
  position: relative;
  width: fit-content;
  transition: all .2s
}

.stars-button:hover {
  background-color: #c4c8cc
}

.stars-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  right: 0;
  width: 29px;
  height: 29px;
  background-image: url(assets/icons/estrelas.svg);
  background-repeat: no-repeat;
  background-size: contain
}

[data-aos=zoom-in] {
  transform: scale(0.8);
}

.know-more {
  color: #000;
  font-size: 17px;
  font-weight: 800;
  gap: 13px;
  margin-top: 20px;
  padding: 8px 16px;
  border-radius: 33px;
  white-space: nowrap;
  margin-left: -16px;
}

.know-more:hover {
  background-color: #d3d9e0;
  margin-left: 0;
}

.grey-button::after,
.know-more::after,
.single-experiencia .project-intro a::after {
  content: " ";
  position: relative;
  align-items: center;
  display: inline-block;
  background-image: url(assets/icons/mais-seta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 9px;
  transition: all .2s
}

.download-button,
.grey-button,
.know-more {
  line-height: 160%;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: all .2s
}

.download-button {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 17px;
  border-radius: 39px;
  background: #d7dee5;
  gap: 8px;
  text-decoration: none !important
}

.download-button:hover {
  background: #c7cdd4
}

.download-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(assets/icons/icone-download.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.grey-button {
  border-radius: 37px;
  background: #e6edf5;
  color: #1c1f21;
  font-size: 17px;
  font-weight: 700;
  padding: 8px 20px;
  position: relative;
  gap: 10px;
  margin-top: 15px
}

.grey-button:hover {
  background-color: #1c1f21;
  color: #e8f1fa
}

.grey-button:hover::after {
  filter: invert(1)
}

.header-container {
  max-width: 1841px;
  margin: 0 auto
}

.footer-container {
  max-width: 1801px;
  margin: 0 auto
}

.container,
.experience-activity-container,
.identity-container,
.location-container {
  max-width: 1796px;
  margin: 0 auto
}

.container {
  max-width: 1670px
}

.experience-container {
  max-width: 1494px;
  margin: 0 auto
}

.colors-container {
  max-width: 1493px;
  margin: 0 auto
}

.related-container {
  max-width: 1413px;
  margin: 0 auto
}

.single-experiencia .related-container {
  margin: 0 auto
}

.talk-to-us-container {
  max-width: 1376px;
  margin: 0 auto
}

.brand-container {
  max-width: 1290px;
  margin: 0 auto
}

.info-section-container,
.not-found-container {
  max-width: 1243px;
  margin: 0 auto
}

.page-banner-container {
  max-width: 1290px
}

.archive-container,
.contacts-social-container {
  max-width: 1190px;
  margin: 0 auto
}

.partners-container {
  max-width: 1489px;
  margin: 0 auto
}

.logo-container {
  max-width: 1322px;
  margin: 0 auto
}

.mediakit-container,
.results-container {
  max-width: 1495px;
  margin: 0 auto
}

.objective-container {
  max-width: 1086px;
  margin: 0 auto
}

.destiny-container {
  max-width: 1435px;
  margin: 0 auto
}

.river-container {
  max-width: 1128px;
  margin: 0 auto
}

.mini-container {
  max-width: 586px;
  margin: 0 auto
}

ul.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.contacts-info-container {
  max-width: 1046px;
  margin: 0 auto
}

.location-map-container {
  max-width: 1267px;
  margin: 0 auto
}

header {
  z-index: 999;
  top: 30px;
  width: 100%;
  padding: 0 2%
}

header .header-container {
  display: flex;
  flex-direction: column;
  width: 100%
}

.header-main-content,
.header-right-content {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-main-content {
  width: 100%;
  gap: 20px
}

.header-right-content {
  gap: 50px
}

.header-logos {
  display: flex;
  gap: 35px;
  align-items: flex-end
}

.menu-top {
  display: flex;
  padding: 0 6px
}

.menu-top>li.menu-item-has-children::before {
  content: "";
  width: 100%;
  height: 25px;
  background-color: transparent;
  position: absolute;
  bottom: -25px;
  left: 0
}

.menu-top>li:first-child {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px
}

.menu-top>li:last-child {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px
}

.menu-top>li {
  background: rgba(242, 248, 255, .09);
  position: relative;
  transition: all .2s;
  cursor: pointer
}

.grey .menu-top>li {
  background: #e1e8f0
}

header.grey .menu-top>li:hover {
  background-color: #D1D9E3
}

header .menu-top>li:hover {
  background-color: rgba(209, 217, 227, .25)
}

.menu-top>li:not(:last-of-type)::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #c4c4c4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
}

.menu-top>li:hover:not(:last-of-type)::after {
  opacity: 0;
}

.menu-top>li>a {
  color: #f2f8ff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  padding: 19.5px 26px;
  display: block
}

.grey .menu-top>li>a {
  color: #1c1f21
}

.menu-top>.menu-item-has-children>a {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center
}

.menu-top>.menu-item-has-children>a::after {
  content: " ";
  width: 13px;
  height: 7px;
  background-image: url(assets/icons/seta.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.grey .menu-top>.menu-item-has-children>a::after {
  background-image: url(assets/icons/seta-preta.svg)
}

.experiences-type ul li a:hover,
header.grey .menu-top .sub-menu {
  background-color: #dae0e8
}

header .menu-top .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  top: 85px;
  padding: 20px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, .3)
}

header .menu-top .sub-menu>li {
  transition: all .2s
}

header .menu-top .sub-menu>li:hover {
  background-color: rgba(255, 255, 255, .2)
}

header.grey .menu-top .sub-menu>li:hover {
  background-color: #c3cad4
}

.menu-top>li:focus-within .sub-menu,
.menu-top>li:hover .sub-menu {
  visibility: visible;
  opacity: 1
}

.sub-menu a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%
}

header .sub-menu a {
  padding: 6px 25px;
  width: 100%;
  display: block
}

header.grey .sub-menu a {
  color: #331e20
}

.socials>div {
  display: flex;
  gap: 9px;
  align-self: flex-end;
  align-items: center
}

header .call-to-action-home {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -9999px
}

header.grey .call-to-action-home {
  color: #000
}

header .call-to-action-home:focus {
  top: 0;
  position: relative
}

footer .socials>div {
  margin-top: 8px
}

.languages a,
header .socials {
  display: flex;
  align-items: center
}

header .socials {
  margin-right: 15px;
  gap: 18px;
  justify-content: flex-end
}

.languages a::before,
.socials .social-button {
  background-repeat: no-repeat;
  background-size: contain
}

.socials .social-button {
  display: block;
  width: 28px;
  height: 28px;
  transition: all .2s
}

.socials a:hover,
footer .socials a:hover {
  filter: opacity(0.5);
}

.socials .facebook {
  background-image: url(assets/icons/facebook.svg)
}

.socials .instagram {
  background-image: url(assets/icons/instagram.svg)
}

.socials .youtube {
  background-image: url(assets/icons/youtube.svg)
}

.socials .linkedin {
  background-image: url(assets/icons/linkedin.svg)
}

.socials .twitter {
  background-image: url(assets/icons/x.svg)
}

.languages {
  gap: 6px;
  display: flex
}

.languages a {
  color: #e1e8f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 18px;
  border-radius: 27.714px;
  transition: all .2s;
  gap: 5px
}

.grey .languages a {
  color: #3e3e3e
}

.languages a::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  width: 23px;
  height: 15px
}

.languages a.selected,
.languages a:hover {
  background-color: rgba(255, 255, 255, .11)
}

.grey .languages a.selected,
.grey .languages a:hover {
  background-color: #e1e8f0
}

.languages .pt::before {
  background-image: url(assets/icons/pt.svg)
}

.languages .en::before {
  background-image: url(assets/icons/en.svg)
}

.languages .es::before {
  background-image: url(assets/icons/es.svg)
}

.languages .gl::before {
  background-image: url(assets/icons/gl.svg)
}

.header-interreg {
  max-width: 180px
}

.header-logo {
  max-width: 110px
}

.custom-logo-link img,
.header-interreg img,
.single-post-content--description table {
  width: 100%
}

.btn-mobile {
  display: none;
  width: 45px;
  cursor: pointer;
  margin-left: auto;
  position: relative
}

.btn-mobile span {
  display: block;
  width: 48%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
  border-radius: 3px;
  height: 1px;
  background: #f2f8ff;
  transition: all .3s;
  position: relative
}

.btn-mobile span+span {
  margin-top: 5px
}

.btn-mobile.active span:nth-child(1) {
  animation: ease .7s top forwards
}

.btn-mobile.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards
}

.btn-mobile.active span:nth-child(2) {
  animation: ease .7s scaled forwards
}

.btn-mobile.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards
}

.btn-mobile.active span:nth-child(3) {
  animation: ease .7s bottom forwards
}

.btn-mobile.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards
}

footer {
  background-color: #e6edf5;
  padding: 120px 2% 40px;
  position: relative
}

.top-button,
footer::after {
  content: " ";
  position: absolute;
  background-repeat: no-repeat
}

footer::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24%;
  height: 65%;
  background-image: url(assets/masks/footer-mask.svg);
  background-size: contain;
  background-position: right
}

.top-button {
  top: -30px;
  right: 6%;
  width: 62px;
  height: 62px;
  background-color: #f2f8ff;
  border-radius: 50%;
  background-image: url(assets/icons/seta-cima.svg);
  background-size: 20px 11px;
  background-position: center;
  border: 0;
  cursor: pointer
}

.top-button:hover {
  background-color: #a2bdda
}

.top-button,
footer .socials a {
  transition: all .2s
}

.partner-title,
.title-span {
  color: #332e20;
  font-size: 9px;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
  display: block
}

.footer-contacts .contacts {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 40px
}

.footer-contacts a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%
}

.footer-contacts .call-to-national {
  color: #6a6a6a;
  font-size: 8px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  text-transform: uppercase;
}

footer .footer-container {
  display: grid;
  grid-template-columns: 11% 53% 1fr;
  gap: 117px
}

footer .socials h4 {
  margin-bottom: 6px
}

.partner-list {
  margin-top: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cbcbcb;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  column-gap: 9px
}

footer .partner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.partner-item {
  display: flex;
  justify-content: center
}

.partner-title {
  margin-top: 25px
}

footer .partner-group:first-of-type .partner-list {
  padding-left: 5%
}

.footer-partners .partner-group:not(:first-of-type) img {
  max-width: 160px;
  object-fit: contain;
  height: fit-content;
  transition: all .2s
}

.footer-partners .partner-group:not(:first-of-type) a:hover img {
  scale: 1.1
}

.menu-bottom {
  display: flex;
  margin-top: 25px;
  gap: 46px
}

.menu-bottom .menu-item-has-children>a,
.menu-bottom .menu-strong>a {
  color: #332e20;
  font-size: 14px;
  font-weight: 700;
  line-height: 128%;
  pointer-events: none;
  display: block
}

.menu-strong a:hover {
  color: #aaa
}

.menu-bottom .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.menu-bottom .sub-menu a:not(.menu-strong>a) {
  color: #332e20;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  transition: all .2s
}

.menu-bottom .sub-menu a:not(.menu-strong>a):hover {
  color: #62686d
}

.menu-bottom>.menu-item {
  max-width: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.footer-links {
  grid-area: 1/2/2/3
}

.icon-blisq {
  grid-area: 1/3/2/4;
  justify-self: flex-end
}

.bottom-footer {
  margin-top: 72px
}

.footer-links {
  display: flex;
  gap: 48px
}

.experience-card--content span,
.footer-links a {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%
}

.hero {
  height: 110vh;
  position: relative;
  background: #000;
  z-index: 100
}

.hero .slick-list,
.hero .slick-track,
.hero img {
  height: 100% !important
}

.hero::after,
.hero::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1
}

.hero::before {
  content: "";
  top: 0;
  background: linear-gradient(to top, rgba(28, 31, 33, 0.00) 0%, rgba(28, 31, 33, 0.62) 100%)
}

.hero::after {
  content: " ";
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 31, 33, 0)0, #1c1f21 100%)
}

.hero-slider {
  height: 100%
}

.hero img {
  object-fit: cover
}

.hero .slick-vertical .slick-slide {
  border: 0 !important
}

.hero-container,
.hero-container::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.hero-container {
  bottom: 180px;
  filter: drop-shadow(0 0 57.3px #000);
  max-width: 484px;
  z-index: 2
}

.page-id-634 .hero-container {
  max-width: 548px;
}

.hero-container::before {
  content: " ";
  top: 10px;
  height: 132px;
  width: 85%;
  border-radius: 228px;
  background: rgba(0, 0, 0, .5);
  filter: blur(45px);
}

.hero h1,
.hero p {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 115%;
  filter: drop-shadow(0 0 16.3px #000)
}

.hero p {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 20px
}

.hero a {
  margin: 0 auto
}

.experiences {
  padding: 110px 6% 90px;
  background-color: #f2f8ff;
  position: relative;
  overflow: hidden
}

.experiences::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 31%;
  height: 83%;
  background-image: url(assets/masks/rio-icone.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain
}

.experiences .wrapper {
  max-width: 570px;
  text-align: center;
  margin: 0 auto
}

.experiences-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  gap: 31px;
  z-index: 1;
  position: relative
}

.experience-card {
  border-radius: 14.282px;
  box-shadow: 0 3.809px 66.459px 0#c6ced7;
  position: relative;
  overflow: hidden;
  max-height: 316px;
  background: #000
}

.experience-card::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(28, 31, 33, 0) 39.16%, #1c1f21 86.1%);
  top: 0;
  left: 0;
  border-radius: 14.282px
}

.experience-card--content::before,
.experience-card::before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  transition: all .4s;
  background-color: var(--experiencia-color)
}

.experience-card::before {
  top: -250px;
  right: -250px;
  width: 180px;
  height: 180px;
  background-image: url(assets/icons/seta-diagonal.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  z-index: 1
}

.experience-card:hover::before {
  right: -50px;
  top: -50px
}

.experience-card img {
  object-fit: cover;
  object-position: center;
  display: flex;
  transition: all .4s;
  width: 100%;
  height: 100%;
  scale: 1.01;
}

.experience-card:hover img {
  scale: 1.1
}

.experience-card--content {
  position: absolute;
  bottom: 17px;
  left: 23px;
  z-index: 1;
  transition: all .4s
}

.experience-card:hover .experience-card--content {
  bottom: 30px
}

.experience-card--content::before {
  left: -38px;
  top: 0;
  width: 30px;
  height: 30px
}

.experience-card:hover .experience-card--content::before {
  left: -60px
}

.experience-card--content h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 115%
}

.experience-card--content span {
  color: #fff;
  font-size: 15px
}

.frontpage-video {
  height: 100vh;
  position: relative;
  cursor: pointer;
  display: flex;
  background: #000
}

.frontpage-video::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2deg, rgba(28, 31, 33, 0) 35.19%, rgba(28, 31, 33, .75) 59%, #1c1f21 83.9%);
  pointer-events: none;
  transition: all .2s
}

.frontpage-video .wrapper.fade,
.frontpage-video.playing::after {
  opacity: 0
}

.frontpage-video video {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.frontpage-video-content .wrapper {
  position: absolute;
  top: 150px;
  left: 11%;
  z-index: 1
}

.frontpage-video .wrapper {
  max-width: 509px;
  transition: all .2s;
  opacity: 1
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  background-image: url(assets/icons/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  outline: 0;
  border: 0;
  background-color: transparent;
  backdrop-filter: blur(5.7px);
  cursor: pointer;
  z-index: 1;
  transition: transform .2s
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1)
}

.frontpage-agenda {
  padding: 80px 3% 100px
}

.frontpage-agenda .container {
  border-radius: 30px;
  background: #e6edf5;
  padding: 86px 87px 101px
}

.agenda-card {
  position: relative;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: all .2s
}

.agenda-card:hover {
  border: 1px solid #bac8d8
}

.agenda-card:hover .agenda-card-content,
.main-new:hover>a {
  scale: .90
}

.agenda-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all .2s
}

.frontpage-agenda .agenda-card:not(:last-child)::after {
  content: " ";
  position: absolute;
  right: -27.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd
}

.frontpage-agenda-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px
}

.frontpage-agenda-grid {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 55px
}

.agenda-card img {
  max-height: 116px;
  border-radius: 11px;
  width: 100%;
  object-fit: cover
}

.agenda-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  margin: 8px 0 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.category-link {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(250, 117, 152, .25);
  margin-top: 14px;
  display: block;
  width: fit-content
}

.agenda-card--info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 5px
}

.agenda-card--info span {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
  align-items: normal;
  gap: 4px;
  text-transform: capitalize;
}

.agenda-card--info span::before,
.see-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain
}

.agenda-card--info span::before {
  left: 0;
  width: 16px;
  height: 16px
}

.agenda-card--info .date::before {
  background-image: url(assets/icons/icone-data.svg)
}

.agenda-card--info .location::before {
  background-image: url(assets/icons/icone-localizacao.svg)
}

.not-found h1,
.see-more {
  color: #000;
  line-height: 115%;
  margin-top: 20px
}

.see-more {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  gap: 10px;
  align-items: center
}

.see-more::after {
  background-image: url(assets/icons/mais-seta-pequena.svg);
  width: 21px;
  height: 7px
}

.frontpage-project {
  background-color: #e6edf5;
  display: grid;
  grid-template-columns: 48% 1fr;
  align-items: center;
  width: 100%
}

.frontpage-project .content {
  padding-left: 17%;
  display: flex;
  align-items: center;
}

.frontpage-project .wrapper {
  max-width: 450px
}

.frontpage-project p {
  margin-bottom: 3px
}

.frontpage-project img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: auto
}

.brand-minho {
  padding: 0 6% 100px
}

.brand-minho .brand-container {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 12%;
  align-items: center
}

.brand-minho-video {
  background-color: #e6edf5;
  border-radius: 15px;
  height: 384px
}

.brand-minho-video video {
  width: 100%;
  height: 100%;
  border-radius: 15px
}

.not-found {
  text-align: center;
  padding: 160px 6% 100px
}

.not-found .wrapper {
  max-width: 758px;
  margin: 10px auto 0
}

.not-found .know-more {
  justify-content: center;
  margin: 20px auto 0
}

.not-found h1 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700
}

.page-banner {
  padding: 206px 6% 31px;
  background-color: #e6edf5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden
}

.page-banner .page-banner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18%;
  margin: 0 auto 0 7%
}

.page-banner p {
  color: #4f555b;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%
}

.page-banner h1 {
  color: #1c1f21;
  font-size: 33px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px
}

.page-banner,
.page-banner-img-content {
  position: relative
}

.page-template-page-resultados .page-banner {
  padding-bottom: 130px
}

.page-template-page-resultados .page-banner img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.page-template-page-resultados .page-banner .page-banner-container {
  gap: 10px;
}

.page-banner .wrapper {
  max-width: 434px
}

.page-banner img {
  max-width: 626px;
  height: auto;
  object-fit: contain;
  pointer-events: none
}

.breadcrumbs {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 36px
}

.breadcrumbs .call-to-action-home {
  width: 11px;
  height: 11px;
  background-image: url(assets/icons/icone-casa-cinza.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.breadcrumbs a,
.breadcrumbs span {
  color: #484f54;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%
}

.breadcrumbs li:not(:last-child) {
  display: flex;
  gap: 7px;
  align-items: center;
  position: relative
}

.breadcrumbs li:not(:last-child)::after {
  content: " ";
  display: inline-block;
  position: relative;
  background-image: url(assets/icons/icone-seta-breadcrumb-cinza.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 7px
}

.partners-list {
  padding: 50px 6% 80px
}

.partners-list .partner-item {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center
}

.partners-group:not(:first-of-type) .partner-item img {
  height: auto;
  object-fit: contain;
  width: 100%
}

.partners-group:not(:first-of-type) .partners-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 35px
}

.partners-group:not(:first-of-type) {
  margin-top: 65px
}

.partners-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-title {
  color: #1c1f21;
  font-size: 12px;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center
}

.media-kit {
  padding: 65px 6% 100px
}

.page-template-page-media-kit .page-banner {
  padding: 206px 6% 150px
}

.mediakit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px
}

.mediakit-item h2 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  line-height: 132%;
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-end
}

.mediakit-item h2::after,
.post-card-content .more-info::after {
  content: " ";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat
}

.mediakit-item h2::after {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #dfe5ed;
  background-image: url(assets/icons/mini-seta-diagonal.svg);
  background-size: 10px;
  background-position: center;
  transition: all .2s
}

.mediakit-item:hover h2::after {
  background-position: calc(50% + 2px) calc(50% - 2px)
}

.mediakit-item {
  padding: 15px;
  border: 1px solid transparent;
  transition: all .2s
}

.mediakit-item:hover {
  border: 1px solid #bac8d8;
  border-radius: 10px
}

.mediakit-item>div {
  margin-top: 15px
}

.mediakit-item figure {
  background-color: #e3e9f0;
  border-radius: 10px;
  min-height: 233px;
  display: flex;
  align-items: center;
  justify-content: center
}

.info-page {
  padding: 200px 6% 80px;
  background-color: #e6edf5
}

.info-page h1,
.info-page-content h2 {
  color: #1c1f21;
  font-size: 33px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 30px
}

.info-page-content h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px
}

.info-page-content li,
.info-page-content p {
  color: #4f555b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}

.info-page-content>table {
  margin: 20px 0 25px 0;
  display: block;
  overflow-x: auto;
}

.info-page-content p>a {
  text-decoration: underline;
}

.info-page-content p {
  margin-bottom: 5px
}

.info-page-content ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #d7e3ef;
  list-style: disc;
  margin: 10px 0 15px 30px
}

.single-post-intro {
  padding: 300px 6% 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background: #000
}

.single-post-intro::after,
.single-post-intro>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.single-post-intro::after {
  content: " ";
  background: rgba(28, 31, 33, .7);
  z-index: 1
}

.single-post-intro>img {
  object-fit: cover;
  filter: blur(10px);
  z-index: 0;
  scale: 1.1;
}

.single-post-intro .mini-container {
  position: relative;
  z-index: 2
}

.single-post-intro h1 {
  margin-top: 8px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 115%
}

.single-post-content {
  padding: 40px 6% 74px;
  background-color: #e6edf5
}

.single-post-content--intro {
  margin: 25px 0 15px
}

.single-post-content--intro p {
  color: #1c1f21;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%
}

.single-post-content--intro p strong {
  font-weight: 700
}

.single-post-content--figure {
  max-width: 721px;
  margin: 0 auto
}

.single-post-content img {
  border-radius: 9.71px;
  max-width: 100%;
  height: auto
}

.single-post-content figcaption {
  margin-top: 10px;
  color: #4e4e4e;
  font-size: 10px;
  font-weight: 700;
  line-height: 160%
}

.single-post-content figcaption span {
  color: #4e4e4e;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%
}

.single-post-content--description {
  margin-top: 20px
}

.single-post-content--description .mini-container {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7e3ef
}

.single-post-content--description li,
.single-post-content--description p,
.single-post-content--description p a,
.single-post-content--description table td,
.single-post-content--description thead th {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%
}

.single-post-content--description thead th {
  font-weight: 16px
}

.single-post-content--description h2 a {
  color: #4e4e4e;
  text-decoration: underline
}

.single-post-content--description p a {
  text-decoration: underline
}

.single-post-content--description table td {
  text-align: center;
  border: none;
}

.single-post-content--description p {
  margin-bottom: 10px
}

.single-post-content--description li {
  margin-bottom: 5px
}

.single-post-content--description ul {
  margin-top: 20px;
  list-style: disc;
  margin-left: 20px
}

.single-post-content--description ol {
  margin: 20px 0 0 20px
}

.single-post-content--description h2 {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin: 10px 0
}

.single-post-content--description h3,
.single-post-content--description h4 {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 10px 0
}

.single-post-content--description h4 {
  font-size: 16px;
  margin: 7px 0
}

.attachment {
  display: flex;
  align-items: center;
  gap: 10px
}

.attachment span,
.single-post-tags span {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%
}

.attachment,
.single-post-tags {
  margin-top: 20px
}

.single-post-tags .mini-container {
  display: flex;
  gap: 15px
}

.results-year>div {
  flex-wrap: wrap;
  display: flex;
  gap: 5px 15px;
}

.fast-access .tag,
.single-post-tags .tag {
  color: #1c1f21;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  padding: 5px 7px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  transition: all .2s
}

#show-more-tags {
  color: #1c1f21;
  font-size: 12px;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 6px;
  border: none;
  transition: all .2s;
  background-color: #e6edf5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Mulish', sans-serif
}

.results-not-found {
  margin-top: 10px
}

.fast-access-title {
  white-space: nowrap;
}

.fast-access-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  width: 100%
}

#show-more-tags:hover,
.fast-access .tag.selected,
.fast-access .tag:hover {
  background-color: #c9c9c9
}

.related-posts {
  background-color: #f2f8ff;
  padding: 80px 6% 140px
}

.single-experiencia .related-posts {
  padding-top: 0
}

.related-posts h2 {
  margin: 0
}

.related-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.related-posts-header .know-more {
  margin: 0;
  position: relative;
  right: -84px
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  margin-top: 30px
}

.related-posts-grid>.agenda-card:not(:last-child)::after {
  content: " ";
  position: absolute;
  right: -22px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.post-card-top-content {
  position: relative
}

.post-card-top-content .category-link {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0
}

.post-card-top-content img {
  width: 100%;
  border-radius: 9.912px;
  max-height: 114px;
  object-fit: cover
}

.post-card-content {
  margin-top: 16px
}

.info-new,
.post-card-content .info {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.info-new {
  justify-content: flex-start
}

.news-info-content {
  margin-top: 20px;
}

.info-new span,
.post-card-content .info span,
.single-post-content--info span {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 500;
  line-height: 115%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px
}

.post-card-content h3,
.post-card-content p {
  overflow: hidden;
  color: #1c1f21;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.post-card-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 7px
}

.post-card-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%
}

.post-card-content .more-info {
  color: #1c1f21;
  font-size: 12px;
  font-weight: 400;
  line-height: 115%;
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 10px
}

.post-card-content .more-info::after {
  width: 21px;
  height: 7px;
  background-image: url(assets/icons/mais-seta-pequena.svg);
  background-size: contain
}

.single-post-content--info span {
  font-size: 14px;
  gap: 4px
}

.info-new span::before,
.post-card-content .info span::before,
.single-post-content--info span::before {
  content: " ";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px
}

.info-new .date span::before,
.post-card-content .info .date span::before,
.single-post-content--info .date span::before {
  background-image: url(assets/icons/icone-data.svg)
}

.single-post-content--info .location span::before {
  background-image: url(assets/icons/icone-localizacao.svg)
}

.info-new .reading-time span::before,
.post-card-content .info .reading-time span::before {
  background-image: url(assets/icons/icone-relogio.svg)
}

.single-post-content--info {
  display: flex;
  column-gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap
}

.archive-agenda-intro {
  padding: 187px 0 22px
}

.archive-agenda-intro h1,
.archive-news-top h1 {
  color: #1c1f21;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px
}

.archive-agenda-intro p {
  text-align: center
}

.archive-agenda-intro .wrapper {
  max-width: 758px;
  margin: 0 auto
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 46px;
  row-gap: 27px;
  margin-top: 44px
}

.archive-agenda-filters .archive-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7e3ef
}

.filters-form input[type=submit] {
  display: none
}

.future-events {
  padding: 30px 0 50px
}

.past-events {
  padding: 70px 5% 90px
}

.archive-agenda {
  background: linear-gradient(0deg, #e6edf5 0, rgba(230, 237, 245, 0) 100%);
  padding: 0 5%;
  overflow-x: hidden
}

.page-numbers,
.pagination {
  display: flex;
  align-items: center;
  justify-content: center
}

.pagination {
  margin-top: 30px;
  gap: 16px
}

.pagination .page-numbers {
  color: #1c1f21;
  font-size: 12px;
  font-weight: 700;
  line-height: 115%
}

.pagination .nav-links {
  display: flex;
  gap: 5px;
  align-items: center
}

.page-numbers.current {
  background-color: #d3d9e0
}

.page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid transparent
}

.page-numbers:not(.page-numbers.next, .page-numbers.pref):hover {
  border: 1px solid #b7bcc2
}

.custom-input-text,
.pagination .next,
.pagination .prev {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain
}

.pagination .next {
  background-image: url(assets/icons/icone-paginacao-proximo.svg)
}

.page-numbers.next:hover {
  background-image: url(assets/icons/icone-paginacao-proximo-hover.svg)
}

.pagination .prev {
  background-image: url(assets/icons/icone-paginacao-anterior.svg)
}

.pagination .prev:hover {
  background-image: url(assets/icons/icone-paginacao-anterior-hover.svg)
}

.custom-input-text {
  width: 50%;
  padding: 17px 70px;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  background: #e6edf5;
  background-image: url(assets/icons/icone-lupa.svg);
  background-size: 20px;
  background-position: 25px 18px;
  height: 60px;
  color: #1c1f21;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  background-repeat: no-repeat
}

.custom-input-text:focus-visible {
  outline: 0
}

.custom-input-text:focus-visible::placeholder {
  color: #a5a5a5
}

.custom-input-text::placeholder {
  color: #4e4e4e;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%
}

.archive-agenda-filters form,
.archive-container form {
  display: flex;
  gap: 10px;
  align-items: center
}

.last-big-new a {
  display: flex;
  gap: 19.5px;
  transition: all .2s;
  height: 100%;
  align-items: flex-start;
}

.fast-access {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
  align-items: baseline
}

.grey-span,
.palette-card h4 {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%
}

.archive-news-top {
  padding: 187px 5% 63px;
  background: linear-gradient(0deg, #e6edf5 0, rgba(230, 237, 245, 0) 100%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px
}

.archive-news-top .wrapper {
  text-align: center;
  max-width: 758px;
  margin: 0 auto
}

.last-news {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 26px
}

.last-big-new-image img {
  max-width: 500px;
  object-fit: cover;
  height: 100%;
  border-radius: 17px;
  transition: all .2s
}

.last-big-new h2,
.objective-card h3,
.visual-identity h3 {
  color: #1c1f21;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 7px
}

.last-big-new h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 22px;
}

.last-big-new p {
  overflow: hidden;
  color: #1c1f21;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%
}

.last-big-new {
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .2s;
  display: flex;
  align-items: flex-start;
  justify-content: center
}

.last-big-new:hover {
  border-color: #bac8d8;
}

.last-big-new:hover>a {
  scale: 0.95;
  padding: 10px 0;
}

.last-big-new-image {
  position: relative;
  height: 100%;
}

.last-big-new-image>figure {
  overflow: hidden;
  border-radius: 17px;
  height: 100%;
}

.last-big-new-image .category-link {
  position: absolute;
  top: 20px;
  left: 28px;
  margin-top: 0;
  z-index: 1;
}

.side-news {
  display: flex;
  flex-direction: column;
  gap: 6px
}

article.side-news {
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .2s
}

article.side-news:hover {
  border-color: #bac8d8;
}

article.side-news:hover .side-new {
  scale: 0.95;
}

.side-new {
  display: grid;
  grid-template-columns: 37% 1fr;
  gap: 15px;
  padding: 6px 0;
  align-items: center;
  transition: all .2s
}

.main-new img,
.side-new img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
  transition: all .2s;
}

.side-new figure {
  height: 100%;
  overflow: hidden;
  border-radius: 5px
}

.main-new h2,
.side-new h2,
.side-new p {
  color: #1c1f21;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.side-new p {
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%
}

.main-new h2,
.side-new h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 2px
}

.side-new .info-new span {
  font-size: 11px
}

.archive-news-bottom {
  padding: 40px 5% 100px
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-top: 37px
}

.main-new {
  border-radius: 16px;
  border: 1px solid transparent
}

.main-new a {
  display: block;
  transition: all .2s
}

.main-new:hover {
  border: 1px solid #bac8d8
}

.main-new img {
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px
}

.main-new figure {
  margin-bottom: 16px
}

.main-new h2 {
  font-size: 16px;
  margin-bottom: 7px
}

.main-new p,
.result-card h2 {
  overflow: hidden;
  text-overflow: ellipsis
}

.main-new p {
  color: #1c1f21;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.results-list {
  padding: 50px 5% 100px
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px
}

.result-card {
  padding: 15px;
  border: 1px solid transparent
}

.results-year {
  display: flex;
  gap: 15px;
  align-items: center
}

.results-year span,
.year-tag {
  color: #4f555b;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%
}

.year-tag {
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #e3e9f0;
  border: 1px solid transparent;
  transition: all .2s;
}

.year-tag:hover,
.year-tag.active {
  border: 1px solid #8c8c8c;
  background-color: transparent
}

.year-tag.empty {
  color: #a7a7a7;
  pointer-events: none;
  cursor: default;
  background-color: #e3e9f0;
  border: 1px solid #e3e9f0
}

.result-card img {
  transition: all .2s;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.result-card:hover img {
  scale: 1.1
}

.result-card:hover {
  border: 1px solid #bac8d8;
  border-radius: 10px
}

.result-card figure {
  background-color: #e3e9f0;
  justify-content: center;
  border-radius: 10px;
  height: 253px
}

.result-card h2 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  line-height: 132%
}

.result-card>div {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.mini-download-button {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #dfe5ed;
  display: block;
  background-image: url(assets/icons/icone-download.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center
}

.project-intro,
.result-card figure {
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.project-intro {
  min-height: 85vh;
  background: linear-gradient(0deg, #e1e8f0 0, rgba(230, 237, 245, 0) 100%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  padding: 200px 0 240px 0
}

.single-experiencia .project-intro {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  align-items: center;
}

.single-experiencia .project-intro a,
h1.underline {
  color: #1c1f21;
  font-weight: 700;
  position: relative;
  width: fit-content
}

.single-experiencia .project-intro a {
  font-size: 17px;
  line-height: 160%;
  border-radius: 37px;
  background: #D3DCE5;
  padding: 8px 20px;
  margin: 25px auto 0;
  display: block;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all .2s
}

.single-experiencia .project-intro a:hover {
  background: #1c1f21;
  color: #e8f1fa
}

.single-experiencia .project-intro a:hover::after {
  filter: invert(1)
}

.project-intro img {
  position: absolute;
  z-index: 1;
  pointer-events: none
}

.project-intro .left {
  left: -50px;
  bottom: -90px
}

.project-intro .right {
  right: -114px;
  bottom: -85px
}

.project-intro .wrapper {
  max-width: 895px;
  margin: 0 auto;
  text-align: center
}

h1.underline {
  text-align: center;
  font-size: 18px;
  line-height: 110%;
  margin: 0 auto 20px;
  padding: 0 2px
}

h1.underline::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #688bb1
}

.project-intro h2,
.project-intro p,
.reference h2 {
  text-align: center;
  font-weight: 700;
  line-height: 120%
}

.project-intro h2 {
  color: #1c1f21;
  font-size: 43px
}

.project-intro p {
  color: #4f555b;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%
}

.project-objectives {
  background-color: #f2f8ff;
  padding: 91px 5%0
}

.project-objectives .objective-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.objective-card {
  padding: 25px 30px;
  border-radius: 20px;
  background: #e6edf5;
  position: relative;
  overflow: hidden
}

.objective-card::after {
  content: " ";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 55px;
  height: 52px;
  background-image: url(assets/icons/simbolo.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.objective-card h3,
.visual-identity h3 {
  font-size: 19px;
  margin-bottom: 5px
}

.objective-card p {
  color: #4f555b;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%
}

.destiny {
  padding: 80px 5% 100px
}

.destiny-card {
  border-radius: 30px;
  background: #f2f8ff;
  filter: drop-shadow(0 4px 191.7px #d0dce9);
  display: grid;
  grid-template-columns: 37% 1fr;
  gap: 58px;
  align-items: center
}

.destiny-card-image,
.reference .shadow {
  position: relative
}

.destiny-card-image::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(264deg, rgba(242, 248, 255, 0) 51.83%, #f2f8ff 90.42%)
}

.destiny-card-content {
  padding: 50px 0 50px 90px
}

.destiny-card-image img {
  width: 100%;
  display: flex;
  height: auto
}

.reference {
  padding: 160px 5% 385px;
  background-repeat: no-repeat;
  background-size: cover
}

.reference h2 {
  font-size: 30px;
  z-index: 1
}

.reference .shadow::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 228px;
  background: rgba(0, 0, 0, .74);
  filter: blur(62.29999923706055px);
  width: 80%;
  height: 100%
}

.reference p,
.visual-identity .wrapper p {
  text-align: center;
  font-size: 19px;
  line-height: 160%
}

.reference h2,
.reference p {
  color: #f2f8ff;
  position: relative
}

.reference p {
  font-weight: 600;
  z-index: 2
}

.reference .wrapper {
  max-width: 1027px;
  margin: 0 auto
}

.reference .title-wrapper {
  max-width: 700px;
  margin: 0 auto
}

.visual-identity {
  margin-top: -230px
}

.visual-identity .identity-container {
  border-radius: 30px;
  background: linear-gradient(180deg, #cfdbe8 0, #e6edf5 27.08%, #f2f8ff 45%);
  padding: 100px 0 0
}

.visual-identity .wrapper {
  max-width: 770px;
  margin: 0 auto;
  text-align: center
}

.visual-identity h2 {
  font-size: 34px
}

.visual-identity .wrapper p {
  color: #4f555b;
  font-weight: 500
}

.the-logo {
  padding: 0 6%
}

.the-logo .logo-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 157px;
  margin-top: 65px
}

.visual-identity h3 {
  font-size: 30px;
  margin-bottom: 10px
}

.palette video,
.the-logo img {
  border-radius: 20px;
  width: 100%;
  height: auto
}

.the-logo-content {
  padding-left: 100px
}

.palette {
  margin-top: 125px;
  padding: 0 6%
}

.palette video {
  border-radius: 15px
}

.palette .logo-container {
  display: grid;
  grid-template-columns: 53% 1fr;
  gap: 170px
}

.palette-grid {
  columns: 2;
  margin-top: 10px;
  gap: 10px
}

.palette-card {
  border-radius: 15px;
  background: #e6edf5;
  display: flex;
  padding: 11px 13px;
  gap: 14px;
  margin-bottom: 10px;
  align-items: center
}

.palette-card h4 {
  color: #646c71;
  line-height: 115%
}

.about-brand {
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #bac8d8;
  padding: 10px 15px
}

.about-brand .question,
.color-card h3 {
  color: #1c1f21;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%
}

.about-brand p,
.color-card p {
  color: #4f555b;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%
}

.about-brand p a {
  color: #4f555b;
  font-weight: 700;
  text-decoration: underline
}

.colors {
  padding: 85px 6% 100px
}

.colors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px
}

.color-card {
  border-radius: 20px;
  background: #e6edf5;
  padding: 25px
}

.color-card h3 {
  font-size: 23px;
  line-height: 115%;
  margin: 10px 0 5px
}

.color-card p {
  font-size: 15px;
  line-height: 150%
}

.color-card p:not(:last-of-type) {
  margin-bottom: 5px
}

.contacts-banner {
  padding: 271px 6% 120px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(0deg, #e1e8f0 0, rgba(230, 237, 245, 0) 100%);
  position: relative;
  overflow: hidden
}

.contacts-banner img {
  position: absolute;
  bottom: 0;
  pointer-events: none
}

.contacts-banner .left {
  left: -60px
}

.contacts-banner .right {
  right: -80px
}

.contacts-banner h2 {
  color: #1c1f21;
  font-size: 57px;
  font-weight: 700;
  line-height: 107%
}

.contacts-banner h2 strong {
  color: #b0b7bf;
  font-weight: 700
}

.contacts-banner .title-wrapper {
  max-width: 873px;
  margin: 0 auto
}

.contacts-banner .text-wrapper {
  max-width: 675px;
  margin: 0 auto
}

.contacts-banner .know-more {
  margin: 20px auto 0
}

.contact-info-card {
  padding: 50px 0
}

.contact-info-card h3 {
  color: #1c1f21;
  font-size: 14px;
  font-weight: 800;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 5px
}

.contact-info-card a,
.contact-info-card span {
  display: block;
  color: #1c1f21;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%
}

.contact-info-card .call-to-national {
  color: #6a6a6a;
  font-size: 11.036px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 7px;
  text-transform: uppercase
}

.contacts-info {
  padding: 80px 6% 50px
}

.contacts-info .contacts-info-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px
}

.contact-info-card:not(:last-child) {
  border-right: 1px solid #a5aab0
}

.talk-to-us {
  padding: 70px 6% 0
}

.talk-to-us .talk-to-us-container {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(28, 31, 33, 0)0, rgba(28, 31, 33, .58) 78.14%);
  background-image: url(assets/images/fale_connosco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 70px;
  position: relative
}

.contact-social::before,
.talk-to-us-container::after {
  content: " ";
  background-repeat: no-repeat;
  background-size: contain
}

.talk-to-us-container::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/fale-connosco-simbolo.svg);
  background-position: bottom;
  height: 100%;
  width: 33%
}

.talk-to-us h2 {
  color: #f2f8ff;
  margin-bottom: 5px
}

.talk-to-us .wrapper {
  max-width: 600px
}

.talk-to-us p {
  color: #f2f8ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  z-index: 1;
  position: relative
}

.talk-to-us p>a {
  color: inherit;
}

.contacts-social {
  padding: 50px 6% 80px
}

.contacts-socials>.page-contact-socials,
.form-contact form {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.contact-social {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #4e4e4e;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  border-radius: 50px;
  background-color: #e6edf5;
  min-width: 244px;
  background-image: none;
  width: fit-content;
  padding: 10px 36px;
  transition: all .2s;
  position: relative
}

.contact-social:hover {
  background-color: #d8e0e8
}

.contact-social::before {
  position: relative;
  display: inline-block;
  left: 0;
  width: 39px;
  height: 39px
}

.contact-social.facebook::before {
  background-image: url(assets/icons/contact-facebook.svg)
}

.contact-social.twitter::before {
  background-image: url(assets/icons/contact-x.svg)
}

.contact-social.instagram::before {
  background-image: url(assets/icons/contact-instagram.svg)
}

.contact-social.linkedin::before {
  background-image: url(assets/icons/contact-linkedin.svg)
}

.contact-social.youtube::before {
  background-image: url(assets/icons/contact-youtube.svg)
}

.contacts-social .contacts-social-container {
  display: grid;
  grid-template-columns: 1fr 57%;
  gap: 10%
}

.form-contact form {
  gap: 11px
}

.form-contact input[type=email],
.form-contact input[type=text],
.form-contact textarea {
  padding: 12px 30px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d4d8dc;
  width: 100%;
  color: #1c1f21;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%
}

.contact-select.error ~ .contact-select,
.form-contact textarea.error,
.form-contact input[type=email].error,
.form-contact input[type=text].error{
  border-color: #e26c91;
}

.success-form-message{
  color: #009b80;
}

.form-contact textarea {
  resize: none;
  height: 290px
}

.form-contact input:focus,
.form-contact textarea:focus-visible {
  outline: 0;
  border-bottom: 2px solid #1c1f21
}

.input-custom-wrapper {
  position: relative
}

.label-as-placeholder {
  color: #4e4e4e;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px
}

.label-as-placeholder.text-box {
  top: 20px;
  transform: none
}

.input-custom-wrapper input:focus~.label-as-placeholder,
.input-custom-wrapper input:not(:placeholder-shown)~.label-as-placeholder,
.input-custom-wrapper textarea:focus~.label-as-placeholder,
.input-custom-wrapper textarea:not(:placeholder-shown)~.label-as-placeholder {
  display: none
}

.form-contact input[type=submit] {
  color: #f2f8ff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  padding: 16.5px;
  border-radius: 50px;
  background: #1c1f21;
  border: 0;
  cursor: pointer;
  transition: all .2s
}

.form-contact input[type=submit]:hover {
  background: #383d40
}

.form-contact .privacy-policy {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px
}

.response-ajax {
  color: #4f555b;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px
}

span.form-error-message {
    color: #e26c91;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
}

.response-ajax.error {
  color: red;
  text-align: start
}

.form-contact input[type=checkbox] {
  appearance: none;
  border-radius: 6px;
  border: 1px solid #a0a5ab;
  width: 23px;
  height: 23px;
  cursor: pointer
}

.form-contact input[type=checkbox]:checked {
  background-color: #a0a5ab
}

.privacy-policy label {
  color: #4e4e4e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer
}

.privacy-policy label>a {
  color: inherit;
  text-decoration: underline;
}

.the-river {
  background-image: url(assets/images/rio-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 180px 6%
}

.the-river .title-wrapper {
  max-width: 480px;
  margin: 0 auto;
  text-align: center
}

.the-river h2 {
  color: #f2f8ff;
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px
}

.the-river .text-wrapper {
  max-width: 683px;
  margin: 0 auto
}

.page-hero h2,
.the-river p {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 160%
}

.experiences-type {
  margin-top: 15px
}

.experiences-type ul {
  display: flex;
  gap: 15px;
  margin: 0 auto;
  justify-content: center
}

.experiences-type li img {
  width: 15px;
  height: 20px
}

.experiences-type ul li a {
  color: #4e4e4e;
  font-size: 17px;
  padding: 16.5px 25px;
  font-weight: 800;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .2s;
  border-radius: 50px;
  background: #f2f8ff;
  white-space: nowrap
}

.package-info span,
.page-hero {
  display: flex;
  position: relative;
  align-items: center
}

.page-hero {
  padding: 0 6%;
  min-height: 90vh;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(0deg, #e1e8f0 0, rgba(230, 237, 245, 0) 100%)
}

.page-hero .wrapper {
  max-width: 895px;
  margin: 0 auto;
  text-align: center
}

.page-hero h2 {
  color: #1c1f21;
  font-size: 43px;
  font-weight: 700;
  line-height: 120%
}

.page-hero p {
  font-size: 18px
}

.page-hero img {
  position: absolute;
  pointer-events: none
}

.page-hero .left {
  left: -70px;
  bottom: -130px
}

.page-hero .right {
  right: -30px;
  bottom: -90px
}

.page-info-content h3 {
  color: #1c1f21;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px
}

.page-info-content .title-wrapper {
  max-width: 393px
}

.page-info-grid {
  display: grid;
  grid-template-columns: 1fr 51%;
  align-items: center;
  gap: 9%
}

.single-experiencia .page-info-content {
  padding: 100px 6% 120px
}

.single-experiencia .page-info-content .image {
  position: relative;
  z-index: 1
}

.single-experiencia .page-info-content .image::before {
  position: absolute;
  left: -92px;
  bottom: -50px;
  width: 50%;
  height: 70%;
  background-image: url(assets/icons/linhas-simbolo.svg)
}

.experience-packages {
  padding: 70px 6%;
  background-color: #e6eef5
}

.experience-packages .wrapper {
  text-align: center
}

.experience-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
  margin: 30px auto 0;
  max-width: 1196px;
  position: relative
}

.experience-packages-grid::before,
.package-info span::before,
.single-experiencia .page-info-content .image::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: contain
}

.experience-packages-grid::before {
  position: absolute;
  left: -22%;
  top: 30px;
  background-image: url(assets/icons/linhas-simbolo.svg);
  width: 34%;
  height: 91%
}

.package-card {
  background-color: #dbe1e8;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  transition: all .2s;
  overflow: hidden
}

.package-card:hover {
  background-color: #bec7d1
}

.new-tag {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #007cba;
  padding: 3px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 0 10px 10px 0;
  transition: all .5s
}

.package-card:hover .new-tag {
  left: -100px
}

.package-card img {
  width: 100%;
  height: auto
}

.package-card .total-people,
.package-card h3 {
  color: #1c1f21;
  font-size: 18px;
  font-weight: 700;
  line-height: 115%;
  margin-top: 15px
}

.package-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.package-card .total-people {
  font-weight: 500;
  margin-top: 5px;
  display: block
}

.package-info,
.page-info {
  display: flex;
  flex-direction: column
}

.package-info {
  margin-top: 9px;
  gap: 6px
}

.single-experience-activities-others {
  padding: 55px 0;
}

.single-package-meta {
  margin-top: 20px
}

.package-meta {
  display: flex;
  gap: 5px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.package-info span {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
  gap: 2px;
  align-items: center
}

.package-info span::before {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px
}

.package-info .location::before {
  background-image: url(assets/icons/icone-localizacao.svg)
}

.package-info .time::before {
  background-image: url(assets/icons/icone-agenda.svg)
}

.package-card .see-more {
  margin-top: 17px
}

.page-info-content .content {
  padding-left: 25px
}

.page-info-content.inverted .content {
  padding-left: 0;
  padding-right: 50px
}

.location-info h3,
.page-info-grid p {
  margin-bottom: 10px
}

.page-info-grid ul {
  margin-top: 15px
}

.page-info-grid ul li {
  color: #4f555b;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 11px 18px;
  border-bottom: 1px solid #abc8e7
}

.page-info-content.inverted .page-info-grid {
  grid-template-columns: 51% 1fr
}

.page-info-content img {
  height: auto;
  object-fit: cover;
  z-index: 1;
  position: relative
}

.page-info {
  gap: 112px;
  padding: 90px 6% 100px
}

.locations .location-container {
  padding: 50px 50px 90px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #e6edf5 0, rgba(230, 237, 245, 0) 100%)
}

.location-wrapper {
  max-width: 1194px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.location-button {
  color: #1c1f21;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  background-color: transparent;
  padding: 7.5px 7px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  transition: all .2s;
  line-height: 160%;
  font-family: 'Mulish', sans-serif;
}

.location-button.active,
.location-button:hover {
  background-color: #dde6f0;
  border: 1px solid #dde6f0
}

.location-info {
  display: none;
  max-width: 1267px;
  margin: 0 auto
}

.location-info-grid {
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: center;
  gap: 11%
}

.location-info h3 {
  color: #1c1f21;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%
}

.location-info-slider {
  position: relative;
  overflow: hidden
}

.location-info-slider img,
.page-info-content img {
  width: 100%;
  border-radius: 20px
}

.location-info-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
  width: 23px;
  height: 23px;
  border: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  cursor: pointer
}

.location-info-slider .slick-next {
  right: 20px;
  background-image: url(assets/icons/slider-direita.svg)
}

.location-info-slider .slick-prev {
  left: 20px;
  background-image: url(assets/icons/slider-esquerda.svg)
}

.location-info-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 8px;
  bottom: 15px
}

.locations-map .location-map-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 150px
}

.locations-map svg #mapa_organizado>path {
  cursor: pointer
}

.locations-map svg #mapa_organizado>path.selected,
.locations-map svg #mapa_organizado>path:hover {
  fill: #80a2c1
}

.locations-list .wrapper {
  max-width: 435px
}

.locations-map {
  padding: 100px 6% 120px
}

.slick-dots button {
  font-size: 0;
  width: 20px;
  height: 1px;
  border-radius: 20px;
  border: 0;
  background-color: #fff
}

.slick-dots .slick-active button {
  height: 2px
}

.page-template-page-mapa-interativo .page-hero {
  background: #1c1f21
}

.page-template-page-mapa-interativo .page-hero h2,
.page-template-page-mapa-interativo h1.underline {
  color: #f2f8ff
}

.page-template-page-mapa-interativo .page-hero p {
  color: #b6bcc2
}

.page-hero .stars-button {
  margin: 20px auto 0
}

.page-hero .wrapper {
  position: relative;
  z-index: 1
}

.page-template-page-mapa-interativo .page-hero img {
  position: absolute;
  bottom: -350px;
  right: 0
}

.page-details-grid {
  margin-top: 16.5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px
}

.page-info-detail--value {
  color: #1c1f21;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: .75px;
  border-radius: 6px;
  background-color: #d0dce9;
  padding: 20px 13px;
  display: block;
  width: fit-content
}

.page-info-detail {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative
}

.page-info-detail:first-child::after {
  content: " ";
  position: absolute;
  right: -35px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d0dce9
}

.page-info-detail--title {
  color: #4f555b;
  font-size: 15px;
  font-weight: 800;
  line-height: 130%
}

.interactive-map .location-container {
  padding: 80px 6% 100px;
  border-radius: 30px;
  background: linear-gradient(180deg, #e6edf5 0, rgba(230, 237, 245, 0) 100%)
}

.experience-activities .wrapper,
.interactive-map .wrapper {
  text-align: center;
  max-width: 890px;
  margin: 0 auto
}

.map {
  margin-top: 60px;
  display: flex;
  justify-content: center
}

.map iframe {
  max-width: 1194px;
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
  min-height: 647px;
  border: none;
}

.experience-activities .wrapper {
  z-index: 1;
  position: relative
}

.experience-activities .experience-activity-container {
  border-radius: 30px;
  background: linear-gradient(180deg, #e6edf5 0, rgba(230, 237, 245, 0) 100%);
  padding: 80px 50px 0
}

.experience-activities.single-experience-activities-others .experience-activity-container {
  border-radius: 0;
  background: unset;
  padding: 0;
}

.experience-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1
}

.grid-wrapper {
  max-width: 1196px;
  margin: 30px auto 0;
  position: relative
}

.grid-wrapper>img {
  position: absolute;
  right: -250px;
  top: -164px;
  pointer-events: none
}

.activity-card-content {
  background-color: #e7eef5;
  padding: 22px 25px;
  border-radius: 15px;
  margin-top: -70px;
  z-index: 1;
  position: relative;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.activity-card-content .localizacao {
  margin-top: auto
}

.activity-card .localizacao span,
.languages-custom-select .current {
  color: #1c1f21;
  font-size: 17px;
  font-weight: 500;
  line-height: 125%;
  align-items: flex-start;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.activity-card .localizacao span::before,
.languages-custom-select .current::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain
}

.activity-card .localizacao.enogastronomia span::before {
  background-image: url(assets/icons/icone-rosa.svg)
}

.activity-card .localizacao.nautico span::before {
  background-image: url(assets/icons/icone-azul.svg)
}

.activity-card .localizacao.natureza span::before {
  background-image: url(assets/icons/icone-verde.svg)
}

.activity-card .localizacao.patrimonio span::before {
  background-image: url(assets/icons/icone-amarelo.svg)
}

.activity-card .localizacao.cultura span::before {
  background-image: url(assets/icons/icone-bege.svg)
}

.experience-icon span::before {
  background-image: url(assets/icons/icone-azul.svg);
  filter: brightness(0)
}

.activity-card-image {
  min-height: 341px;
  overflow: hidden;
}

.activity-card {
  border-radius: 15px;
  overflow: hidden
}

a.activity-card:hover img {
  scale: 1.05
}

.activity-card-image img {
  height: 100%;
  transition: all .2s;
  border-radius: 15px
}

.activity-card-content h3 {
  color: #1c1f21;
  font-size: 18px;
  font-weight: 700;
  line-height: 115%
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.languages-custom-select {
  width: 182px;
  border-radius: 24.867px;
  background: #262a2c;
  border: 0;
  padding: 11px 23px;
  display: none
}

.languages-custom-select .current {
  color: #fff;
  font-size: 12.562px;
  font-style: normal;
  line-height: normal;
  gap: 9px
}

.languages-custom-select .current::before {
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(assets/icons/icone-web.svg)
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/icons/icone-seletor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  position: absolute;
  transition: transform .2s;
  transform-origin: center center
}

.nice-select.open:after {
  transform: translateY(-50%) rotate(-180deg)
}

.contact-select.open {
  border-bottom: 2px solid #1c1f21
}

.contact-select .list {
  width: 100%;
  border-radius: 0 0 20px 20px !important;
  background: #e6edf5
}

.custom-select .current {
  width: 140px;
  overflow: hidden;
  position: relative;
  left: 80px;
  text-align: end
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.custom-select.nice-select.open .list {
  width: 100%;
  margin-top: 8px;
  border-radius: 20px;
  background-color: #e6edf5;
  padding: 10px 0
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50%0;
  -ms-transform-origin: 50%0;
  transform-origin: 50%0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.contact-select .current,
.nice-select .option {
  color: #4e4e4e;
  font-family: "Mulish", sans-serif;
  font-weight: 400
}

.custom-select,
.nice-select .option {
  display: flex;
  align-items: center;
  position: relative
}

.nice-select .option {
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  line-height: 100%;
  min-height: 35px;
  outline: 0;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 0 19px
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #d9e2ed
}

.nice-select .option.selected,
.selector>span {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #474747;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

.custom-select {
  width: 100%;
  background-color: #e6edf5;
  height: 60px;
  border-radius: 50px;
  padding: 0 25px
}

.contact-select {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #d4d8dc;
  border-radius: 0
}

.contact-select .current {
  padding: 12px 30px;
  font-size: 17px;
  line-height: 160%
}

.selector {
  position: relative;
  width: 27%
}

.selector>span {
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e4e4e;
  font-size: 15px;
  line-height: 100%
}

.languages-custom-select .list {
  border-radius: 24.867px;
  background: #262a2c;
  width: 100%;
  padding: 10px 0
}

.languages-custom-select .option.focus,
.languages-custom-select .option.selected.focus,
.languages-custom-select .option:hover {
  background-color: #373d40
}

.languages-custom-select .option {
  color: #fff;
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 12.562px;
  font-weight: 500;
  letter-spacing: .754px
}

@media screen and (min-width:2400px) {
  .page-banner .page-banner-container {
    margin: 0 auto
  }

  .page-hero {
    min-height: 70vh
  }
}

@media screen and (max-width:1745px) {
  .frontpage-agenda .container {
    padding: 80px 60px;
    overflow: hidden
  }

  .frontpage-agenda-grid::-webkit-scrollbar {
    display: none
  }

  .frontpage-agenda-grid .agenda-card {
    flex: 0 0 203px
  }

  .activity-card .localizacao span,
  .menu-top>li>a {
    font-size: 16px
  }

  .languages {
    display: none
  }

  .languages-custom-select {
    display: flex
  }

  .visual-identity h2 {
    font-size: 32px
  }

  .visual-identity h3,
  h2 {
    font-size: 28px
  }

  .color-card h3 {
    font-size: 22px
  }

  .project-intro h2 {
    font-size: 40px
  }

  .project-intro img {
    width: 45%;
    object-fit: contain;
    object-position: bottom
  }

  .header-right-content {
    gap: 110px
  }

  .page-banner h1 {
    font-size: 31px
  }

  .activity-card-content h3 {
    font-size: 17px
  }

  .grid-wrapper>img {
    width: 25%;
    height: auto;
    right: -170px;
    top: -100px
  }

  .related-posts-header .know-more {
    right: 0;
    font-size: 15px
  }

  .locations {
    margin: 0 6%;
  }
}

@media screen and (max-width:1680px) {
  .header-interreg {
    max-width: 160px;
  }

  .header-logo {
    max-width: 100px;
  }

  .hero h1 {
    font-size: 42px
  }

  .hero p {
    font-size: 20px
  }

  .experience-card--content h3,
  .stars-button {
    font-size: 18px
  }

  .experience-card:hover::before {
    right: -40px;
    top: -40px
  }

  .experience-card::before {
    width: 140px;
    height: 140px;
    background-size: 30px
  }

  .page-hero h2 {
    font-size: 41px
  }

  .contact-info-card a,
  .contact-info-card span {
    font-size: 16px
  }

  .package-card .total-people,
  .project-intro p,
  .talk-to-us p {
    font-size: 17px
  }

  .contacts-banner h2 {
    font-size: 54px
  }

  .header-right-content {
    gap: 60px;
    width: 100%;
  }

  .header-main-content {
    gap: 60px;
  }

  .project-intro h2 {
    font-size: 38px
  }

  .page-banner h1 {
    font-size: 29px
  }

  .results-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .location-info h3,
  .page-info-content h3 {
    font-size: 28px
  }

  .the-river h2 {
    font-size: 36px
  }

  h2 {
    font-size: 27px
  }

  .single-post-intro h1 {
    font-size: 33px
  }

  .single-post-content--description h2 {
    font-size: 19px
  }

  .post-card-content h3,
  .single-experiencia .project-intro a {
    font-size: 15px
  }

  .last-big-new p {
    font-size: 14px
  }

  .custom-input-text::placeholder {
    font-size: 16px
  }

  .archive-agenda-intro h1,
  .archive-news-top h1 {
    font-size: 28px
  }

  .grey-button {
    font-size: 16px
  }
}

@media screen and (max-width:1550px) {
  header {
    padding: 0 2%
  }

  .menu-top>li>a {
    font-size: 15px;
    padding: 19.5px 22px
  }

  .socials .social-button {
    width: 25px;
    height: 25px
  }

  .sub-menu a {
    font-size: 14px
  }

  .hero h1 {
    font-size: 40px
  }

  p {
    font-size: 16px
  }

  .agenda-card h3,
  .objective-card h3,
  .the-river p,
  .visual-identity .wrapper p {
    font-size: 18px
  }

  .frontpage-agenda-grid {
    margin-top: 45px
  }

  .project-objectives {
    padding: 70px 6% 0
  }

  .visual-identity h2 {
    font-size: 30px
  }

  .visual-identity h3,
  h2 {
    font-size: 26px
  }

  .palette .logo-container {
    gap: 125px
  }

  .destiny {
    padding: 80px 6%
  }

  .color-card h3 {
    font-size: 21px
  }

  .colors {
    padding: 85px 0
  }

  .colors-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 6%
  }

  .colors-grid::-webkit-scrollbar {
    display: none
  }

  .color-card {
    flex: 0 0 280px
  }

  .color-card img {
    max-width: 90px
  }

  .palette {
    margin-top: 100px
  }

  .page-hero h2,
  .the-river h2 {
    font-size: 37px
  }

  .project-intro p,
  .reference p,
  h1.underline {
    font-size: 17px
  }

  .page-info-content h3 {
    font-size: 26px
  }

  .page-info-detail--value {
    font-size: 23px
  }

  .page-info-grid {
    gap: 8%
  }

  .contacts-info {
    padding: 70px 6% 50px
  }

  .contact-social,
  .experiences-type ul li a {
    font-size: 16px
  }

  .contact-social::before {
    width: 36px;
    height: 36px
  }

  .contacts-banner h2 {
    font-size: 52px
  }

  .contacts-banner {
    padding: 240px 6% 150px
  }

  .not-found img {
    width: 70%
  }

  .archive-agenda-intro h1,
  .archive-news-top h1 {
    font-size: 28px
  }

  .custom-input-text,
  .custom-input-text::placeholder {
    font-size: 16px
  }

  .header-logos {
    gap: 20px
  }

  .page-hero .left,
  .page-hero .right {
    bottom: -145px;
    width: 35%;
    object-fit: contain
  }

  .project-intro h2 {
    font-size: 35px
  }

  .reference {
    padding: 140px 6% 350px
  }

  .page-banner h1,
  .reference h2 {
    font-size: 28px
  }

  .visual-identity .identity-container {
    padding: 80px 0 0
  }

  .page-banner .page-banner-container {
    gap: 10%
  }

  .page-banner img {
    max-width: 530px
  }

  .page-template-page-resultados .page-banner img {
    max-width: 60%
  }

  .results-year span,
  .single-post-content--intro p,
  .year-tag {
    font-size: 14px
  }

  .results-grid {
    margin-top: 20px
  }

  .locations-map .location-map-container {
    gap: 100px
  }

  .location-info h3 {
    font-size: 27px
  }

  .grid-wrapper>img {
    width: 18%;
    right: -115px;
    top: -90px
  }

  .activity-card-image {
    height: 300px;
    min-height: auto
  }

  .activity-card-image img {
    object-fit: cover
  }

  .know-more,
  .new-tag {
    font-size: 15px
  }

  .single-post-intro h1 {
    font-size: 30px
  }

  .single-post-content--description h3 {
    font-size: 17px
  }

  .main-new p,
  .post-card-content p {
    font-size: 13px
  }

  .post-card-content .info {
    flex-direction: column
  }

  .side-new h2 {
    font-size: 14px
  }

  .main-new h2,
  .mediakit-item h2 {
    font-size: 15px
  }
}

@media screen and (max-width:1440px) {
  body {
    overflow-x: hidden;
  }

  footer {
    padding: 80px 2% 40px;
  }

  .frontpage-agenda-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .frontpage-agenda-grid .agenda-card:last-child {
    display: none;
  }

  .frontpage-agenda-grid .agenda-card:nth-child(5)::after {
    display: none;
  }

  .info-page h1 {
    font-size: 30px;
    margin-bottom: 20px
  }

  .info-page {
    padding: 180px 6% 70px;
    background-color: #e6edf5
  }

  .info-page-content li,
  .info-page-content p {
    font-size: 15px
  }

  header {
    top: 15px;
  }

  .header-logo {
    max-width: 95px
  }

  .header-interreg {
    max-width: 150px
  }

  .hero-container {
    bottom: 130px
  }

  .hero h1 {
    font-size: 36px
  }

  .hero p {
    font-size: 19px
  }

  .contact-info-card a,
  .contact-info-card span,
  .stars-button,
  p {
    font-size: 15px
  }

  .experience-card::before {
    width: 125px;
    height: 125px;
    background-size: 28px
  }

  .experience-card:hover::before {
    right: -30px;
    top: -30px
  }

  .experiences {
    padding: 90px 6%
  }

  .experiences-grid {
    gap: 30px
  }

  .play-button {
    width: 85px;
    height: 85px
  }

  .frontpage-agenda .container {
    padding: 60px 50px
  }

  .know-more {
    font-size: 13px
  }

  .reference p,
  h1.underline {
    font-size: 16px
  }

  .grey-button,
  .selector>span {
    font-size: 14px
  }

  .frontpage-agenda-grid .agenda-card {
    flex: 0 0 195px
  }

  .archive-agenda-intro h1,
  .archive-news-top h1,
  h2 {
    font-size: 24px
  }

  .experience-card--content h3,
  .page-hero p,
  .visual-identity .wrapper p {
    font-size: 17px
  }

  .experience-card--content::before {
    left: -34px;
    width: 25px;
    height: 25px
  }

  .frontpage-video-content .wrapper {
    top: 120px
  }

  footer::after {
    right: -15%;
    width: 35%;
  }

  footer .footer-container {
    grid-template-columns: 13% 60% 1fr;
    gap: 80px
  }

  .reference {
    padding: 130px 6% 350px
  }

  .not-found h1,
  .reference h2 {
    font-size: 27px
  }

  .visual-identity h3 {
    font-size: 25px
  }

  .page-hero h2 {
    font-size: 35px
  }

  .contact-select .current,
  .label-as-placeholder,
  .talk-to-us p,
  .the-river p {
    font-size: 16px
  }

  .talk-to-us-container::after {
    width: 28%
  }

  .the-river h2 {
    font-size: 33px
  }

  .the-river {
    padding: 140px 6%
  }

  .color-card p,
  .grey-span,
  .nice-select .option {
    font-size: 14px
  }

  .custom-input-text,
  .custom-input-text::placeholder {
    font-size: 15px
  }

  .destiny {
    padding: 60px 6%
  }

  .destiny-card-content {
    padding: 40px 0 40px 60px
  }

  .palette .logo-container,
  .the-logo .logo-container {
    gap: 80px
  }

  .project-intro h2 {
    font-size: 33px
  }

  .color-card h3 {
    font-size: 19px
  }

  .contacts-banner h2 {
    font-size: 44px
  }

  .page-banner h1,
  .visual-identity h2 {
    font-size: 27px
  }

  .project-intro p {
    font-size: 16px
  }

  .page-banner .page-banner-container {
    grid-template-columns: 43% 1fr;
    gap: 7%;
    margin: 0 auto
  }

  .result-card h2 {
    font-size: 15px
  }

  .locations-map .location-map-container {
    gap: 80px
  }

  .minho-map svg {
    width: 100%;
    height: auto
  }

  .locations-map {
    padding: 80px 6%
  }

  .location-info h3 {
    font-size: 26px
  }

  .page-info-content h3 {
    font-size: 25px
  }

  .grid-wrapper>img {
    width: 16%;
    right: -62px;
    top: -68px
  }

  .activity-card-content h3,
  .package-card .total-people {
    font-size: 16px
  }

  .package-card h3 {
    font-size: 17px
  }

  .single-experiencia .page-info-content {
    padding: 100px 6%
  }

  .single-post-intro h1 {
    font-size: 29px
  }

  .single-post-intro {
    padding: 250px 6% 50px
  }

  .single-post-content--description h3 {
    font-size: 16px
  }

  .post-card-content h3 {
    font-size: 14px
  }

  .info-new span,
  .post-card-content .info span,
  .post-card-content p {
    font-size: 12px
  }

  .related-posts-grid {
    gap: 20px
  }

  .related-posts-grid>.agenda-card:not(:last-child)::after {
    right: -10px;
  }

  .last-big-new-image img {
    max-width: 430px;
  }

  .last-big-new h2 {
    font-size: 21px
  }

  .last-news {
    grid-template-columns: 1fr 36%;
    margin-top: 30px
  }

  .experience-card {
    max-height: 280px
  }

  .agenda-card h3 {
    font-size: 17px
  }

  .stars-button::after {
    width: 25px;
    height: 25px
  }

  .page-template-page-mapa-interativo .page-hero img {
    bottom: -420px
  }

  .mediakit-item h2 {
    font-size: 14px
  }

  .media-kit h2::after {
    min-width: 30px;
    width: 30px;
    height: 30px
  }

  .mediakit-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .page-template-page-media-kit .page-banner {
    padding: 180px 6% 100px
  }

  .experiences-type ul li a {
    padding: 12px 23px;
    font-size: 15px
  }

  .project-intro {
    padding: 150px 0 190px 0
  }

  .single-experiencia .page-info-content {
    padding: 65px 6%;
  }

  .page-hero .left,
  .page-hero .right {
    width: 45%;
  }

  .page-hero .right {
    right: -125px;
  }

  .page-hero .wrapper>div {
    padding: 0 15%;
  }

  .page-info-grid {
    grid-template-columns: 38% 50%;
    justify-content: space-between;
  }
}

@media screen and (max-width:1376px) and (max-height:639px) {
  .project-intro {
    min-height: 100vh;
    padding: 150px 0 215px
  }
}

@media screen and (max-width:1376px) {
  .hero h1 {
    font-size: 30px
  }

  .hero p {
    font-size: 17px
  }

  .stars-button {
    padding: 10px 20px
  }

  .experience-card img {
    width: 100%;
    height: 325px
  }

  .archive-agenda-intro h1,
  .archive-news-top h1,
  h2 {
    font-size: 23px
  }

  .visual-identity h2 {
    font-size: 25px
  }

  .frontpage-video .wrapper {
    left: 7%
  }

  .agenda-card h3,
  .page-hero p,
  .visual-identity .wrapper p,
  h1.underline {
    font-size: 16px
  }

  .agenda-card--info span {
    font-size: 13px
  }

  footer {
    padding: 100px 2% 40px
  }

  /* footer::after {
    width: 15%
  } */

  footer .footer-container {
    gap: 50px
  }

  .menu-top>li>a {
    font-size: 14px;
    padding: 17px 19px
  }

  .experience-card::before {
    width: 110px;
    height: 110px;
    background-size: 23px
  }

  .frontpage-agenda-grid .agenda-card {
    flex: 0 0 180px
  }

  .page-hero h2 {
    font-size: 32px
  }

  .page-info-content.inverted .page-info-grid {
    grid-template-columns: 50% 38%;
    justify-content: space-between;
  }

  .page-info-content h3 {
    font-size: 23px
  }

  .page-info-detail--value {
    font-size: 22px
  }

  .experience-card--content span,
  .page-info-detail--title,
  p {
    font-size: 14px
  }

  .map iframe {
    min-height: 530px
  }

  .interactive-map .location-container {
    padding: 80px 6%
  }

  .talk-to-us .talk-to-us-container {
    padding: 50px 30px;
  }

  .contact-social,
  .experiences-type ul li a {
    font-size: 15px
  }

  .contact-social::before {
    width: 30px;
    height: 30px
  }

  .the-river h2 {
    font-size: 32px
  }

  .contacts-banner h2 {
    font-size: 38px
  }

  .contacts-banner .left {
    left: -125px
  }

  .contacts-banner .right {
    right: -125px
  }

  .not-found h1,
  .page-banner h1,
  .reference h2 {
    font-size: 26px
  }

  .grey-button {
    font-size: 13px
  }

  .palette,
  .the-logo .logo-container {
    margin-top: 60px
  }

  .visual-identity h3 {
    font-size: 24px
  }

  .project-intro h2 {
    font-size: 30px
  }

  .stars-button {
    font-size: 15px
  }

  .package-info span,
  .single-experiencia .project-intro a,
  .single-post-content--description li,
  .single-post-content--description p,
  .single-post-content--description table td,
  .single-post-content--description thead th,
  .year-tag {
    font-size: 13px
  }

  .mini-download-button {
    min-width: 30px;
    height: 30px;
    background-size: 11px
  }

  .location-info h3 {
    font-size: 25px
  }

  .activity-card .localizacao span,
  .activity-card-content h3,
  .package-card .total-people {
    font-size: 15px
  }

  .activity-card-image img {
    width: 100%;
    height: 100%;
    object-position: top
  }

  .activity-card-content {
    margin-top: -50px
  }

  .form-contact input[type=submit],
  .package-card h3 {
    font-size: 16px
  }

  .new-tag,
  .page-banner p {
    font-size: 14px
  }

  .single-post-intro h1 {
    font-size: 28px
  }

  .last-big-new h2 {
    font-size: 20px
  }

  .last-big-new-image img {
    max-width: 420px
  }

  .page-info-grid {
    gap: 6%
  }

  .past-events {
    padding: 50px 6%
  }

  .package-card img {
    max-height: 150px
  }
}

@media screen and (max-width:1280px) {
  .header-navigation {
    overflow-y: auto;
  }

  .grey .socials .facebook {
    background-image: url(assets/icons/icon-facebook.svg);
  }

  .grey .socials .twitter {
    background-image: url(assets/icons/icon-x.svg);
  }

  .grey .socials .instagram {
    background-image: url(assets/icons/icon-instagram.svg);
  }

  .grey .socials .linkedin {
    background-image: url(assets/icons/icon-linkedin.svg);
  }

  .grey .socials .youtube {
    background-image: url(assets/icons/icon-youtube.svg);
  }

  header .socials {
    width: 100%;
  }

  header .socials {
    margin-right: 0;
    justify-content: flex-start;
  }

  .only-mobile {
    display: flex;
  }

  .info-page h1 {
    font-size: 28px
  }

  .info-page-content h2 {
    font-size: 19px
  }

  .related-posts-grid>.agenda-card:not(:last-child)::after {
    right: -16px;
  }

  .know-more,
  .page-info-grid ul li,
  .stars-button,
  .talk-to-us p {
    font-size: 15px
  }

  .languages a {
    padding: 10px
  }

  .archive-agenda-intro h1,
  .archive-news-top h1,
  h2 {
    font-size: 22px
  }

  .experience-card img {
    width: 100%;
    height: 300px
  }

  .experience-card--content h3 {
    font-size: 16px
  }

  .color-card p,
  .contact-info-card a,
  .contact-info-card span,
  .experience-card--content span {
    font-size: 14px
  }

  .frontpage-project .content {
    padding: 50px 13%;
    height: 100%;
  }

  .frontpage-project figure,
  .frontpage-project img {
    height: 100%
  }

  .partner-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px
  }

  footer .footer-container {
    grid-template-columns: 16% 60% 1fr
  }

  .bottom-footer {
    margin-top: 60px
  }

  .page-hero h2 {
    font-size: 29px
  }

  .page-info-content h3 {
    font-size: 23px
  }

  .page-info-detail--value {
    font-size: 20px
  }

  .page-info-detail--title {
    font-size: 13px
  }

  .map {
    margin-top: 40px
  }

  .contacts-info .contacts-info-container {
    gap: 60px
  }

  .contact-info-card {
    padding: 15px 0
  }

  .the-river h2 {
    font-size: 31px
  }

  .the-river {
    padding: 120px 6%
  }

  .contacts-banner h2 {
    font-size: 37px
  }

  .contact-info-card {
    margin-top: 15px
  }

  .custom-select .current {
    width: 120px
  }

  .header-right-content {
    position: fixed;
    right: -100vw;
    transition: all .2s;
    justify-content: flex-start
  }

  .header-right-content.active {
    right: 0
  }

  .btn-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 52.838px;
    background: rgba(242, 248, 255, .35);
    box-shadow: 0 0 41.279px 0 rgba(0, 0, 0, .1);
    height: 47px;
    width: 47px
  }

  header.grey .btn-mobile {
    background: #ccd4de
  }

  header.grey .btn-mobile span {
    background: #1c1f21
  }

  .header-right-content {
    background-color: #1c1f21;
    top: 0;
    height: 100dvh;
    flex-direction: column;
    width: 60vw;
    gap: 0;
    padding: 150px 6%
  }

  header.grey .header-right-content {
    background-color: #e1e8f0
  }

  .languages-custom-select {
    display: none
  }

  .languages {
    display: flex
  }

  .menu-top {
    flex-direction: column
  }

  .header-navigation {
    overflow-y: auto;
    margin-bottom: 20px;
  }

  .header-navigation,
  .menu-top {
    width: 100%
  }

  .menu-top>li {
    background: 0 0
  }

  .menu-top>li:not(:last-of-type)::after {
    display: none
  }

  .menu-top>li>a {
    font-size: 18px;
    border-bottom: 1px solid #BAC2CF;
    display: block;
    width: 100%;
  }

  .menu-top>li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .menu-top>li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .menu-top>.menu-item-has-children>a {
    justify-content: space-between;
  }

  .menu-top>li .sub-menu {
    position: relative;
    top: 1px
  }

  .menu-top>li .sub-menu,
  header .menu-top>li:hover,
  header.grey .menu-top .sub-menu,
  header.grey .menu-top>li:hover {
    background-color: transparent
  }

  header .menu-top .sub-menu {
    padding: 0;
    max-height: 0
  }

  .menu-top>li:focus-within .sub-menu,
  .menu-top>li:hover .sub-menu {
    max-height: fit-content
  }

  .menu-top .sub-menu a {
    font-size: 16px
  }

  .languages {
    width: 100%;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .grey .languages a.selected,
  .grey .languages a:hover {
    background-color: #D3DCE5;
  }

  header {
    padding: 0 6%
  }

  .color-card img {
    max-width: 80px
  }

  .color-card h3 {
    font-size: 19px
  }

  .destiny-card {
    grid-template-columns: 50% 1fr;
    overflow: hidden
  }

  .destiny-card-image {
    width: 100%;
    height: 100%
  }

  .destiny-card-image img {
    object-fit: cover;
    height: 100%
  }

  .project-intro h2 {
    font-size: 30px
  }

  .page-banner h1 {
    font-size: 25px
  }

  .single-experiencia .project-intro a {
    font-size: 14px
  }

  .partners-group:not(:first-of-type) {
    margin-top: 40px
  }

  .experience-activities .experience-activity-container {
    padding: 80px 0 0
  }

  .experience-activities .wrapper {
    padding: 0 6%
  }

  .experience-activity-grid {
    padding: 0 6%;
  }

  .experience-activity-grid::-webkit-scrollbar,
  .related-posts-grid::-webkit-scrollbar {
    display: none
  }

  .activity-card {
    flex: 0 0 300px
  }

  .activity-card-image {
    height: 260px
  }

  .related-posts-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 6%;
    gap: 30px
  }

  .related-posts-grid .agenda-card,
  .related-posts-grid article {
    flex: 0 0 200px
  }

  .related-posts {
    padding: 80px 0 100px
  }

  .related-posts-header {
    padding: 0 6%;
    gap: 10px 30px;
  }

  .single-post-intro {
    padding: 200px 6% 50px
  }

  .post-card-content {
    margin-top: 10px
  }

  .download-button {
    font-size: 13px
  }

  .project-intro p {
    font-size: 15px
  }

  .experience-card {
    max-height: 250px
  }

  .result-card figure {
    height: 230px
  }

  .activity-card-content {
    gap: 10px;
  }

  .last-big-new-image img {
    max-width: 345px;
  }
}

@media screen and (max-width:1180px) {
  .frontpage-agenda-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .partners-group:not(:first-of-type) .partner-item img {
    width: 85%;
  }

  .frontpage-agenda-grid .agenda-card:nth-child(4)::after,
  .frontpage-agenda-grid .agenda-card:nth-child(4) {
    display: none;
  }

  .info-page h1 {
    font-size: 26px
  }

  .hero p {
    font-size: 16px
  }

  .play-button {
    width: 80px;
    height: 80px
  }

  .frontpage-agenda-grid {
    gap: 40px
  }

  .frontpage-agenda .agenda-card:not(:last-child)::after {
    right: -20px
  }

  .frontpage-agenda-header {
    align-items: center
  }

  .hero h1 {
    font-size: 29px
  }

  .page-hero h2 {
    font-size: 30px
  }

  .the-river p,
  h1.underline {
    font-size: 16px
  }

  .page-info-grid {
    gap: 7%
  }

  .contact-info-card a,
  .contact-info-card span {
    font-size: 13px
  }

  .contact-select .current,
  .label-as-placeholder,
  .reference p {
    font-size: 15px
  }

  .the-river h2 {
    font-size: 29px
  }

  .experiences-type ul li a {
    font-size: 14px
  }

  .contacts-banner h2 {
    font-size: 43px
  }

  .contacts-banner {
    padding: 200px 6% 180px
  }

  .contacts-banner img {
    width: 50%;
    height: auto
  }

  .contacts-banner .right {
    right: -195px
  }

  .not-found .know-more {
    margin: 10px auto 0
  }

  .location-info h3,
  .not-found h1,
  .reference h2 {
    font-size: 24px
  }

  .archive-agenda-filters form,
  .archive-container form {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .custom-input-text {
    width: 100%
  }

  .about-brand p,
  .grey-span {
    font-size: 13px
  }

  .custom-input-text,
  .custom-input-text::placeholder {
    font-size: 14px
  }

  .selector {
    position: relative;
    width: 32%
  }

  .custom-select .current {
    width: 130px
  }

  .events-grid,
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    gap: 40px
  }

  .grey-button,
  .palette-card h4 {
    font-size: 14px
  }

  .objective-card {
    padding: 25px;
  }

  .reference {
    padding: 100px 6% 315px
  }

  .visual-identity .identity-container {
    padding: 60px 0 0
  }

  .the-logo-content {
    padding-left: 40px
  }

  .about-brand .question,
  .page-banner p {
    font-size: 14px
  }

  .breadcrumbs {
    margin-bottom: 25px
  }

  .results-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .result-card img {
    width: 100%;
    height: auto
  }

  .locations-map .location-map-container {
    gap: 50px
  }

  .location-info-grid {
    grid-template-columns: 38% 1fr
  }

  .partners-group:not(:first-of-type) {
    margin-top: 40px
  }

  .partners-group:not(:first-of-type) .partners-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .experiences-type ul {
    overflow-x: scroll;
    padding: 0 6%
  }

  .experiences-type ul,
  .single-experiencia .experiences-type ul {
    justify-content: center
  }

  .experience-packages-grid::-webkit-scrollbar,
  .experiences-grid::-webkit-scrollbar,
  .experiences-type ul::-webkit-scrollbar {
    display: none
  }

  .the-river {
    padding: 110px 0
  }

  .experience-packages .wrapper,
  .the-river .text-wrapper {
    padding: 0 6%
  }

  .grid-wrapper {
    margin: 40px auto 0
  }

  .activity-card .localizacao span::before {
    width: 12px
  }

  .experience-packages {
    padding: 70px 0
  }

  .experience-packages-grid {
    padding: 0 6%;
  }

  .package-card {
    flex: 0 0 270px
  }

  .single-post-content--intro {
    margin: 15px 0
  }

  .single-post-intro h1 {
    font-size: 26px
  }

  .footer-links {
    gap: 30px;
    grid-area: auto;
    flex-wrap: wrap
  }

  footer .footer-container:nth-of-type(2) {
    grid-template-columns: 1fr 10%
  }

  .icon-blisq {
    grid-area: auto
  }

  .experiences-grid {
    display: flex;
    overflow-x: scroll;
    padding: 60px 6% 70px;
    margin-top: 0
  }

  .experiences {
    padding: 80px 0 0
  }

  .experiences .wrapper {
    margin: 0 auto
  }

  .experience-card {
    flex: 0 0 250px;
    max-height: 316px;
  }

  .mediakit-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .partners-row {
    gap: 25px;
  }
}

@media screen and (max-width:1024px) {
  .last-news {
    grid-template-columns: 100%;
  }

  div.side-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
  }

  .activity-card-image img {
    object-position: center;
  }

  .experience-packages-grid,
  .experience-activity-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 12%;
  }

  .page-hero {
    min-height: auto;
    padding: 150px 0 220px 0;
  }

  .location-button {
    padding: 5.5px 5px;
  }

  .frontpage-agenda-grid {
    display: flex;
    overflow-x: auto;
  }

  .frontpage-agenda-grid .agenda-card:nth-last-child(-n + 3) {
    display: flex;
  }

  .frontpage-agenda-grid .agenda-card:nth-last-child(-n + 3)::after {
    display: block;
  }

  .info-page h1 {
    font-size: 25px
  }

  .info-page-content h2 {
    font-size: 18px
  }

  .info-page-content li,
  .info-page-content p {
    font-size: 14px
  }

  .hero h1,
  .page-hero h2 {
    font-size: 28px
  }

  .hero {
    height: 100vh
  }

  .hero-container {
    bottom: 75px;
    width: 100%;
    padding: 0 6%
  }

  .experience-card::before {
    width: 90px;
    height: 90px
  }

  .experience-card:hover::before {
    right: -20px;
    top: -20px;
    background-size: 18px
  }

  h2 {
    font-size: 21px
  }

  .play-button {
    width: 75px;
    height: 75px
  }

  .frontpage-agenda-grid {
    margin-top: 30px
  }

  .frontpage-agenda .container {
    padding: 60px 0
  }

  .frontpage-agenda {
    padding: 80px 6%
  }

  .brand-minho {
    padding: 0 6% 80px
  }

  footer {
    padding: 70px 6% 40px
  }

  .frontpage-agenda-grid,
  .frontpage-agenda-header {
    padding: 0 50px
  }

  .page-info-content h3 {
    font-size: 22px
  }

  .page-info-grid {
    gap: 5%
  }

  .page-info {
    gap: 60px
  }

  .page-info-detail--value {
    font-size: 18px;
    padding: 15px 11px
  }

  .page-info-content .content,
  .page-info-content.inverted .content {
    padding: 0
  }

  .page-info {
    padding: 70px 6%
  }

  .interactive-map .location-container {
    padding: 60px 6%
  }

  .contacts-info .contacts-info-container {
    gap: 40px
  }

  .contact-info-card .call-to-national {
    font-size: 10px
  }

  .contacts-info {
    padding: 50px 6%
  }

  .contacts-social .contacts-social-container {
    grid-template-columns: 1fr 60%;
    gap: 7%
  }

  .experiences-type ul li a {
    padding: 13px 17px
  }

  .the-river {
    padding: 90px 0;
    background-attachment: fixed;
  }

  .experiences-type ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .contacts-banner {
    padding: 170px 6%
  }

  .contacts-banner .left {
    left: -160px;
  }

  .contacts-banner h2 {
    font-size: 40px
  }

  .not-found h1 {
    margin-top: 10px;
    font-size: 23px
  }

  .nice-select .option,
  .selector>span {
    font-size: 13px
  }

  .selector {
    width: 36%;
    flex: 1 0 36%;
  }

  .custom-select {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .custom-select .current {
    width: fit-content;
    left: -35px;
  }

  .page-hero .left,
  .page-hero .right {
    width: 38%
  }

  .project-objectives {
    padding: 50px 6% 0
  }

  .destiny {
    padding: 50px 6%
  }

  .palette .logo-container,
  .the-logo .logo-container {
    gap: 40px
  }

  .visual-identity .wrapper p {
    font-size: 15px
  }

  .visual-identity h3 {
    font-size: 21px
  }

  .palette,
  .the-logo .logo-container {
    margin-top: 50px
  }

  .color-card img {
    max-width: 65px
  }

  .colors {
    padding: 50px 0
  }

  .project-intro img {
    width: 50%
  }

  .project-intro .right {
    bottom: -130px
  }

  .project-intro h2 {
    font-size: 28px
  }

  .page-banner img {
    max-width: 425px
  }

  .page-template-page-resultados .page-banner {
    padding-bottom: 60px
  }

  .results-list {
    padding: 50px 6% 70px
  }

  .page-banner h1 {
    font-size: 24px
  }

  .page-banner {
    padding: 180px 6% 30px
  }

  .year-tag {
    font-size: 12px
  }

  .result-card h2 {
    font-size: 14px
  }

  .results-grid {
    margin-top: 15px
  }

  .locations-map .location-map-container {
    grid-template-columns: 58% 1fr
  }

  .locations-map {
    padding: 50px 6%
  }

  .location-info h3 {
    font-size: 23px
  }

  .page-banner figure {
    align-self: flex-end
  }

  .single-experiencia .page-info-content {
    padding: 70px 6%
  }

  .experience-activities .experience-activity-container {
    padding: 50px 0 0
  }

  .related-posts {
    padding: 80px 0
  }

  .know-more {
    font-size: 14px
  }

  .related-posts-grid {
    margin-top: 20px
  }

  .project-intro .wrapper {
    padding: 0 6%
  }

  .category-link {
    font-size: 11px
  }

  .single-post-intro h1 {
    font-size: 25px
  }

  .single-post-content--description h2 {
    font-size: 18px
  }

  .single-post-content--description h3 {
    font-size: 14px
  }

  .about-brand.single-post-tags span,
  .attachment span,
  .download-button {
    font-size: 13px
  }

  .info-new {
    flex-wrap: wrap;
  }

  .page-template-page-mapa-interativo .page-hero img {
    right: -50%
  }

  .events-grid,
  .news-grid {
    gap: 20px
  }
}

@media screen and (max-width:890px) {
  div.side-news {
    grid-template-columns: 100%;
  }

  .side-new {
    padding: 10px 0;
  }

  .hero h1 {
    font-size: 27px
  }

  .experience-card {
    flex: 0 0 240px
  }

  .experience-card img {
    height: 285px
  }

  .frontpage-video {
    height: auto
  }

  .frontpage-video-content .wrapper {
    top: 50px
  }

  .play-button {
    width: 70px;
    height: 70px
  }

  .archive-agenda-intro h1,
  .archive-news-top h1,
  h2 {
    font-size: 22px
  }

  .category-link {
    font-size: 11px
  }

  .frontpage-agenda-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .frontpage-agenda-header .know-more {
    margin-top: 0
  }

  .brand-minho .brand-container,
  .frontpage-project,
  footer .footer-container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .frontpage-project figure {
    max-height: 350px
  }

  .frontpage-project .content {
    padding: 0 6% 50px
  }

  .frontpage-project .wrapper {
    max-width: 100%
  }

  .top-button {
    width: 50px;
    height: 50px;
    background-size: 18px 9px
  }

  footer .footer-container {
    gap: 30px
  }

  .footer-contacts {
    display: flex;
    gap: 60px
  }

  .footer-contacts .contacts {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px
  }

  .know-more {
    font-size: 14px
  }

  footer::after {
    display: none
  }

  .talk-to-us .talk-to-us-container {
    padding: 50px 30px 125px 30px;
  }

  footer .partner-item {
    justify-content: flex-start
  }

  .menu-bottom .sub-menu a:not(.menu-strong>a) {
    font-size: 13px
  }

  .footer-links a {
    font-size: 12px
  }

  .page-info-content.inverted .page-info-grid,
  .page-info-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .page-info-content.inverted .image {
    order: 2
  }

  .page-info-content.inverted .content {
    order: 1
  }

  .page-info {
    gap: 80px
  }

  .contacts-info .contacts-info-container {
    display: flex;
    overflow-x: auto;
    padding: 0 6%
  }

  .contacts-info .contacts-info-container::-webkit-scrollbar {
    display: none
  }

  .contact-info-card {
    flex: 0 0 280px
  }

  .contacts-info {
    padding: 50px 0
  }

  .talk-to-us-container::after {
    width: 200px;
    height: 150px;
    pointer-events: none;
  }

  .talk-to-us .wrapper {
    max-width: 100%
  }

  .nice-select .option,
  .reference p {
    font-size: 14px
  }

  .form-contact input[type=email],
  .form-contact input[type=text],
  .form-contact textarea {
    padding: 10px 25px
  }

  .contact-social {
    font-size: 14px;
    min-width: 215px;
    gap: 6px
  }

  .the-river h2 {
    font-size: 28px
  }

  .contacts-banner h2 {
    font-size: 30px
  }

  .contacts-banner .know-more {
    margin: 10px auto 0
  }

  .contacts-banner img {
    bottom: -60px;
    width: 53%
  }

  .not-found {
    padding: 140px 6% 80px
  }

  .custom-input-text,
  .custom-select {
    height: 50px
  }

  .custom-input-text {
    background-size: 16px
  }

  .events-grid,
  .news-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .reference h2 {
    font-size: 22px
  }

  .visual-identity h2 {
    font-size: 23px
  }

  .the-logo-content {
    padding-left: 0
  }

  .palette .logo-container,
  .the-logo .logo-container {
    grid-template-columns: 1fr
  }

  .palette video,
  .the-logo-img img {
    width: 70%
  }

  .logo-container {
    text-align: center
  }

  .palette-video {
    order: 2
  }

  .palette-content {
    order: 1
  }

  .objective-card h3 {
    font-size: 17px
  }

  .visual-identity .wrapper {
    padding: 0 6%
  }

  .project-intro img {
    width: 57%
  }

  .page-banner img {
    max-width: 380px
  }

  .locations-map .location-map-container {
    grid-template-columns: 1fr
  }

  .minho-map {
    order: 2
  }

  .locations-list {
    order: 1;
    overflow: hidden
  }

  .locations-list .wrapper {
    max-width: 100%
  }

  .location-wrapper {
    flex-wrap: nowrap;
    overflow-x: scroll
  }

  .location-wrapper::-webkit-scrollbar {
    display: none
  }

  .location-button {
    white-space: nowrap
  }

  .locations-map {
    padding: 50px 0
  }

  .location-wrapper,
  .locations-list .wrapper,
  .locations-list h2,
  .minho-map {
    padding: 0 6%
  }

  h2 {
    margin-bottom: 7px
  }

  .location-info h3 {
    font-size: 22px
  }

  .location-info-grid {
    gap: 8%
  }

  .partners-group:first-of-type a {
    max-width: 230px;
    margin: 0 auto
  }

  .partners-group:first-of-type img {
    width: 100%;
    object-fit: contain
  }

  .grid-wrapper>img {
    top: -50px
  }

  .single-post-content--info span,
  .single-post-content--intro p {
    font-size: 13px
  }

  .single-post-content img {
    width: 100%;
    height: auto
  }

  .last-big-new h2 {
    font-size: 18px
  }

  .last-big-new-image img {
    max-width: 390px
  }

  .side-news {
    flex-direction: column
  }

  .side-new {
    grid-template-columns: 24% 1fr
  }

  .mediakit-grid {
    gap: 10px
  }

  .media-kit {
    padding: 50px 6% 70px
  }

  .result-card figure {
    height: 200px
  }
}

@media screen and (min-width:600px) and (max-width:900px) and (orientation:portrait) {
  .single-experiencia .project-intro {
    min-height: 60vh
  }

  .project-intro img {
    width: 60%
  }
}

@media screen and (width:1024px) and (height:1366px) {
  .single-experiencia .project-intro {
    min-height: 60vh
  }

  .project-intro img {
    width: 60%
  }
}

@media screen and (width:1366px) and (height:1024px) {
  .single-experiencia .project-intro {
    min-height: 60vh
  }

  .project-intro img {
    width: 60%
  }
}

@media screen and (max-width:768px) {
  .destiny-card {
    grid-template-columns: 100%;
    gap: 0;
  }

  .destiny-card-image::before {
    display: none;
  }

  .project-objectives .objective-container {
    display: flex;
    flex-direction: column;
  }

  .results-year>div {
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }

  .year-tag {
    white-space: nowrap;
  }

  .contacts-banner img {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .contacts-banner {
    padding: 170px 6% 42% 6%;
  }

  .single-experiencia .project-intro {
    padding-bottom: 50%;
    min-height: auto;
  }

  .project-intro img {
    width: 100%;
    height: auto;
    bottom: 0;
  }

  .page-template-page-mapa-interativo .page-hero img {
    bottom: -15%;
  }

  .experiences-grid {
    gap: 15px;
  }

  .page-hero img {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .hero h1,
  .page-hero h2 {
    font-size: 26px
  }

  .stars-button {
    font-size: 14px
  }

  .experiences {
    padding: 60px 0 0
  }

  p {
    font-size: 13px
  }

  .frontpage-agenda {
    padding: 50px 6%
  }

  .know-more {
    padding: 0;
    padding-left: 16px;
  }

  .related-posts-header .know-more {
    padding-left: 0;
  }

  .know-more:hover {
    background-color: transparent
  }

  .page-hero p {
    font-size: 16px
  }

  .page-hero {
    min-height: 66vh;
    padding: 150px 6% 48% 6%;
    align-items: flex-start;
  }

  .contacts-social {
    padding: 50px 0
  }

  .contacts-social .contacts-social-container {
    display: flex;
    flex-direction: column;
    gap: 40px
  }

  .contacts-socials>.page-contact-socials {
    flex-direction: row;
    overflow-x: scroll;
    height: fit-content;
    padding: 0 6%
  }

  .contact-info-card {
    padding: 0 6%;
    margin-top: 50px
  }

  .contacts-socials>.page-contact-socials::-webkit-scrollbar {
    display: none
  }

  .form-contact {
    padding: 0 6%
  }

  .agenda-card h3,
  .form-contact input[type=submit] {
    font-size: 15px
  }

  .form-contact .privacy-policy,
  .mediakit-item>div {
    margin-top: 10px
  }

  .form-contact input[type=checkbox] {
    min-width: 20px;
    height: 20px;
    width: 20px
  }

  .form-contact input[type=email],
  .form-contact input[type=text],
  .form-contact textarea,
  .privacy-policy label,
  .results-year span {
    font-size: 13px
  }

  .label-as-placeholder.text-box {
    top: 15px
  }

  .contact-social {
    min-width: 200px
  }

  .form-contact textarea {
    height: 200px
  }

  .the-river h2 {
    font-size: 27px
  }

  .contacts-banner .right {
    right: -125px
  }

  .contacts-banner .left {
    left: -125px
  }

  .contacts-banner h2 {
    font-size: 28px
  }

  .not-found h1,
  .visual-identity h2,
  .visual-identity h3 {
    font-size: 21px
  }

  .not-found img {
    width: 75%
  }

  .events-grid,
  .news-grid {
    gap: 25px
  }

  .custom-select .current {
    left: auto;
    right: 40px;
    font-size: 12px
  }

  .custom-select {
    justify-content: flex-end
  }

  .fast-access {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .header-right-content {
    width: 100vw
  }

  .header-logos {
    z-index: 999
  }

  .header-right-content {
    padding: 150px 30px 60px
  }

  .reference {
    padding: 70px 6% 280px
  }

  .palette video,
  .the-logo-img img {
    width: 80%
  }

  .project-intro h2 {
    font-size: 26px
  }

  .project-intro .left {
    bottom: -30px
  }

  .project-intro .right {
    bottom: -70px
  }

  .page-banner .page-banner-container {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .page-banner h1 {
    font-size: 23px
  }

  .page-template-resultados .page-bannner-img-content {
    position: relative;
    bottom: 0;
    overflow: hidden;
    max-height: 230px
  }

  .page-template-page-resultados .page-banner {
    padding-bottom: 0
  }

  .page-template-page-resultados .page-banner img {
    position: relative;
    bottom: -5px;
    max-width: 100%
  }

  .result-card h2 {
    font-size: 13px
  }

  .locations-map .location-map-container {
    gap: 30px
  }

  .location-button {
    padding: 5px
  }

  .location-info-grid {
    grid-template-columns: 1fr
  }

  .locations .location-container {
    padding: 50px 6% 90px
  }

  .page-banner {
    padding: 180px 6% 50px
  }

  .partners-group:first-of-type a {
    max-width: 210px;
    margin: 0 auto
  }

  .partners-group:not(:first-of-type) {
    margin-top: 30px
  }

  .single-experiencia .page-info-content {
    padding: 50px 6%
  }

  .activity-card {
    flex: 0 0 270px
  }

  .activity-card-content {
    padding: 20px
  }

  .experience-packages {
    padding: 50px 0
  }

  .package-card {
    flex: 0 0 240px
  }

  .package-card .total-people {
    font-size: 14px
  }

  .package-card h3 {
    font-size: 15px
  }

  .last-big-new p,
  .new-tag {
    font-size: 13px
  }

  .related-posts {
    padding: 50px 0
  }

  .single-post-content {
    padding: 40px 6% 50px
  }

  .last-big-new-image img {
    max-width: 290px
  }

  .last-big-new h2 {
    font-size: 17px
  }

  .last-news {
    gap: 15px
  }

  .info-new {
    flex-direction: row
  }

  .main-new h2 {
    font-size: 14px
  }

  footer .footer-container:nth-of-type(2) {
    grid-template-columns: 1fr
  }

  .info-page-content h2 {
    font-size: 17px
  }

  .mediakit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .frontpage-agenda-grid,
  .frontpage-agenda-header {
    padding: 0 30px
  }

  .frontpage-agenda-grid .agenda-card {
    flex: 0 0 175px
  }

  .page-banner img {
    max-width: 100%;
    width: 100%
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .fast-access-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    margin-left: -6%;
    scrollbar-width: none;
  }

  #show-more-tags,
  .fast-access .tag {
    white-space: nowrap;
  }

  .fast-access .tag:last-child,
  #show-more-tags {
    margin-right: 6%;
  }

  .fast-access .tag:first-child {
    margin-left: 6%;
  }

  .hero h1 {
    font-size: 30px;
  }

  .page-hero .wrapper>div {
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  .selector {
    flex: 1 0 100%;
  }

  .experience-packages-grid,
  .experience-activity-grid {
    padding: 0 6%;
  }

  .hero-container>div {
    max-width: 75%;
    margin: 0 auto;
  }

  .menu-bottom>.menu-item:first-child {
    order: 2;
  }

  .menu-bottom>.menu-item.menu-strong {
    order: 4;
  }

  .menu-bottom>.menu-item:nth-child(2) {
    order: 1;
  }

  .menu-bottom>.menu-item:nth-child(3) {
    order: 0;
  }

  .info-page h1 {
    font-size: 23px
  }

  .last-big-new a {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c8cc
  }

  .info-page-content li,
  .info-page-content p {
    font-size: 13px
  }

  .breadcrumbs {
    margin-bottom: 25px
  }

  .hero p,
  .the-river p,
  h1.underline {
    font-size: 15px
  }

  .hero p br {
    display: none
  }

  .experience-card {
    flex: 0 0 220px
  }

  .experience-card img {
    height: 265px
  }

  .experiences-grid {
    padding: 50px 6% 60px
  }

  .experience-card--content h3 {
    font-size: 17px
  }

  .experience-card--content span,
  .talk-to-us p {
    font-size: 14px
  }

  .frontpage-video-content .wrapper {
    top: 35px
  }

  /* .footer-contacts {
    flex-direction: column;
    gap: 30px
  } */

  .footer-contacts .contacts {
    grid-template-columns: 100%;
    row-gap: 10px;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .frontpage-agenda-grid,
  .frontpage-agenda-header {
    padding: 0 30px
  }

  .partner-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .menu-bottom {
    flex-wrap: wrap;
    gap: 30px;
    order: 2;
  }

  .footer-contacts {
    order: 1;
  }

  .footer-links {
    flex-wrap: wrap;
    row-gap: 15px
  }

  .icon-blisq {
    grid-area: auto;
  }

  .bottom-footer {
    margin-top: 30px
  }

  .map iframe {
    min-height: auto
  }

  .page-hero h2 {
    font-size: 25px
  }

  h1.underline::after {
    bottom: -4px
  }

  .contacts-banner h2,
  .the-river h2 {
    font-size: 26px
  }

  .the-river {
    padding: 80px 0
  }

  .frontpage-agenda .container {
    padding: 30px 0
  }

  .play-button {
    width: 55px;
    height: 55px
  }

  .experiences .wrapper {
    padding: 0 6%
  }

  .events-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .custom-input-text {
    padding: 17px 60px
  }

  .know-more {
    margin-top: 10px
  }

  header .call-to-action-home {
    display: none
  }

  .header-right-content {
    padding: 120px 25px 60px;
    gap: 0
  }

  .destiny-card-content {
    padding: 30px 30px 0
  }

  .destiny-card-image {
    height: 250px
  }

  .destiny-card {
    gap: 20px
  }

  .visual-identity .identity-container {
    padding: 50px 0 0
  }

  .palette video,
  .the-logo-img img {
    width: 90%
  }

  .archive-agenda-intro h1,
  .archive-news-top h1,
  h2 {
    font-size: 21px
  }

  .project-intro h2 {
    font-size: 24px
  }

  .project-intro p {
    font-size: 15px
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
  }

  .result-card {
    padding: 0
  }

  .partners-group:not(:first-of-type) .partners-container {
    grid-template-columns: repeat(3, 1fr)
  }

  .archive-agenda-filters .archive-container {
    padding-bottom: 20px
  }

  h1.underline {
    margin: 0 auto 15px
  }

  .single-post-intro h1 {
    font-size: 23px
  }

  .single-post-intro {
    padding: 170px 6% 50px
  }

  .last-big-new-image img {
    max-width: 100%
  }

  .last-big-new h2 {
    font-size: 16px
  }

  .custom-input-text {
    flex: 1 0 70%
  }
}

@media screen and (max-width:540px) {

  .the-logo-content>div>p,
  .palette-content>div>p,
  .visual-identity .wrapper p {
    text-align: start;
  }

  .palette-grid {
    margin-top: 20px;
  }

  .related-posts-header {
    flex-wrap: wrap;
  }

  .not-found h1,
  .page-info-content h3,
  h2 {
    font-size: 22px
  }

  .brand-minho {
    padding: 0 6% 60px
  }

  .page-info {
    gap: 50px
  }

  .page-hero h2 {
    font-size: 24px
  }

  .page-hero p {
    font-size: 15px
  }

  .the-river h2 {
    font-size: 25px
  }

  .contacts-banner h2 {
    font-size: 24px
  }

  .know-more {
    font-size: 13px
  }

  .not-found img {
    width: 90%
  }

  .archive-agenda-intro {
    padding: 160px 0 22px
  }

  .frontpage-video-content h2 {
    margin-bottom: 5px
  }

  .frontpage-video video {
    height: 350px
  }

  .project-intro p {
    font-size: 14px
  }

  .header-interreg {
    max-width: 120px
  }

  .header-logo {
    max-width: 70px
  }

  .project-intro .right {
    bottom: 0
  }

  .partners-group:first-of-type a {
    max-width: 190px;
    margin: 0 auto
  }

  .contact-info-card {
    margin-top: 30px
  }

  .last-big-new a {
    flex-direction: column
  }

  .last-big-new-image img {
    max-width: 100%
  }

  .page-hero .left,
  .page-hero .right {
    display: block
  }

  .page-info {
    padding: 50px 6%
  }

  .talk-to-us {
    padding: 50px 6% 0
  }

  .info-page {
    padding: 130px 6% 70px
  }

  .custom-input-text {
    font-size: 12px
  }

  .custom-input-text::placeholder {
    font-size: 12px
  }

  .archive-news-bottom {
    padding: 40px 6% 50px
  }

  .mediakit-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .page-template-page-media-kit .page-banner {
    padding: 180px 6% 70px
  }

  .footer-contacts {
    justify-content: space-between;
  }
}

@media screen and (max-width:440px) {
  .result-card figure {
    height: 170px;
  }

  .location-button {
    min-height: 44px;
    padding: 7px;
  }

  .hero-container>div {
    max-width: 85%;
  }

  .icon-blisq {
    justify-self: flex-start;
  }

  .experience-card--content h3 {
    font-size: 15px
  }

  .experience-card--content span {
    font-size: 13px
  }

  .experiences-grid {
    gap: 25px
  }

  .play-button {
    width: 50px;
    height: 50px
  }

  .know-more {
    font-size: 13px
  }

  .experiences {
    padding-top: 30px;
  }

  .experiences-grid {
    padding: 20px 6% 30px;
  }

  .agenda-card h3,
  .form-contact input[type=submit],
  .page-hero p,
  h1.underline {
    font-size: 14px
  }

  .brand-minho-video {
    height: auto
  }

  footer {
    padding: 50px 6% 40px
  }

  .footer-logo img {
    width: 100%;
    object-fit: contain
  }

  footer .partner-group:first-of-type .partner-list {
    grid-template-columns: 1fr
  }

  footer .partner-group:first-of-type .partner-list img {
    width: 90%
  }

  .footer-partners .partner-group:not(:first-of-type) img {
    max-width: 100%
  }

  .menu-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  footer .footer-container {
    gap: 20px
  }

  .stars-button::after {
    width: 23px;
    height: 23px
  }

  .page-info-content h3 {
    font-size: 20px
  }

  .page-info-detail--value {
    font-size: 17px
  }

  .interactive-map .location-container,
  .page-info {
    padding: 50px 6%
  }

  .map iframe {
    height: 350px
  }

  .partner-list {
    margin-top: 10px;
    padding-bottom: 10px;
    grid-template-columns: repeat(2, 1fr)
  }

  .frontpage-agenda .container {
    padding: 30px 0
  }

  .experiences-type ul {
    grid-template-columns: repeat(1, 1fr)
  }

  .contact-info-card {
    flex: 0 0 250px
  }

  .contacts-banner {
    padding: 150px 6% 42% 6%;
  }

  .contacts-banner .text-wrapper>p {
    display: none;
  }

  .contacts-banner .know-more {
    margin: 20px auto;
  }

  .contacts-banner h2 {
    font-size: 22px
  }

  .label-as-placeholder {
    left: 20px
  }

  .page-info-grid ul li,
  .response-ajax,
  .visual-identity .wrapper p {
    font-size: 14px
  }

  .contact-select .current {
    padding: 12px 20px
  }

  .not-found h1 {
    font-size: 18px
  }

  .hero {
    height: 76dvh
  }

  .experience-card {
    box-shadow: none;
  }

  .activity-card .localizacao span,
  .nice-select .option,
  .objective-card p,
  .page-banner p,
  .palette-card h4,
  .project-intro p,
  .the-river p {
    font-size: 13px
  }

  .agenda-card--info span,
  .experiences-type ul li a,
  .grey-button {
    font-size: 12px
  }

  .objective-card h3 {
    font-size: 16px
  }

  .destiny-card-image {
    height: 200px
  }

  .reference h2,
  .visual-identity h3 {
    font-size: 20px
  }

  .page-banner img,
  .palette video,
  .the-logo-img img {
    width: 100%
  }

  .page-banner h1,
  .single-post-intro h1,
  .visual-identity h2 {
    font-size: 21px
  }

  .palette,
  .the-logo .logo-container {
    margin-top: 40px
  }

  .color-card {
    padding: 20px
  }

  .color-card h3 {
    font-size: 18px
  }

  .project-intro .right {
    bottom: -30px
  }

  .page-banner {
    padding: 140px 6% 30px
  }

  .location-info h3 {
    font-size: 19px
  }

  .partners-group:not(:first-of-type) .partners-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px
  }

  .partners-group:not(:first-of-type) {
    margin-top: 20px
  }

  .partners-list {
    padding: 50px 6% 60px
  }

  .page-info-grid ul li {
    padding: 10px
  }

  .activity-card-content h3 {
    font-size: 14px
  }

  .page-hero .wrapper>div>p {
    display: none;
  }

  .the-river h2 {
    font-size: 23px
  }

  .activity-card {
    flex: 0 0 230px
  }

  .activity-card-image {
    height: 200px
  }

  .activity-card-content {
    min-height: 100px;
    margin-top: -25px;
  }

  .contact-social {
    padding: 10px;
    font-size: 0;
    min-width: fit-content;
    gap: 0;
  }

  .contact-social::before {
    width: 27px;
    height: 27px
  }

  .category-link {
    margin-top: 10px
  }

  .menu-top>li>a,
  .single-post-content--description h2 {
    font-size: 16px
  }

  .single-experiencia .project-intro a,
  .single-post-content--description h3 {
    font-size: 13px
  }

  .attachment span,
  .download-button,
  .single-post-tags span {
    font-size: 12px
  }

  .single-post-content--description p {
    margin-bottom: 5px
  }

  .side-new {
    grid-template-columns: 34% 1fr
  }

  .archive-news-top {
    padding: 130px 6% 50px
  }

  .single-experiencia .project-intro {
    padding: 150px 0 52% 0;
    background-size: 200vw
  }

  .page-hero {
    padding: 150px 6% 210px
  }

  .page-hero,
  .page-template-page-o-projeto .project-intro {
    min-height: auto
  }

  .page-info-content.inverted .page-info-grid,
  .page-info-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .package-card {
    flex: 0 0 215px
  }

  .menu-top .sub-menu a,
  .package-card h3 {
    font-size: 14px
  }

  .package-card .see-more {
    margin-top: 10px
  }

  .new-tag,
  .package-info span {
    font-size: 12px
  }

  .package-card .total-people {
    font-size: 13px
  }

  .footer-logo {
    max-width: 110px;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .events-grid,
  .news-grid {
    gap: 20px
  }

  .info-page h1 {
    font-size: 22px
  }

  .top-button {
    width: 40px;
    height: 40px;
    background-size: 16px 7px;
    top: auto;
    bottom: 30px;
  }

  .archive-agenda-intro {
    padding: 130px 0 22px
  }

  .tag {
    font-size: 11px
  }

  .single-post-intro {
    padding: 130px 6% 50px
  }

  .main-new .info-new {
    flex-direction: column
  }

  .see-more {
    font-size: 11px
  }

  .page-hero .left,
  .page-hero .right {
    width: 45%
  }

  .page-hero .left {
    left: -30px;
    bottom: 0;
    height: auto
  }

  .page-hero .right {
    height: auto;
    bottom: -50px
  }

  .experience-card {
    flex: 0 0 174px;
    max-height: 202px;
  }

  .footer-partners .partner-group:not(:first-of-type) img {
    max-height: 50px;
  }

  .page-template-page-mapa-interativo .page-hero img {
    scale: 1.5;
  }

  .experience-packages-grid,
  .experience-activity-grid {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width:390px) {
  .contacts-banner h2 {
    font-size: 23px
  }

  .custom-input-text {
    background-size: 12px;
    padding: 17px 17px 17px 40px;
    background-position: 15px 20px
  }
}