:root {
  box-sizing: border-box;

  --gray: #7d858b;
  --yellow: #ffdd00;
  --blue: #00a5c1;
}

*,
::before,
::after {
  box-sizing: inherit;
}

@font-face {
  font-family: Frutiger;
  src: url('../fonts/Frutiger-LT-65-Bold.ttf');
}

@font-face {
  font-family: Frutiger-Bold;
  src: url('../fonts/Frutiger_bold.ttf');
}

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Frutiger-Bold';
}

body.active {
  overflow: hidden;
}

header {
  height: 350px;
  background-image: url('../images/Bitmap.png');
  background-position: -43rem -16rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 111px;
}

header::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

header .content-header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding: 0 1rem;
  z-index: 2;
  position: relative;
}

/* asdasdasd */

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  transition: all 250ms ease-in-out;
  background: white;
  z-index: 20;
}

.header::after {
  content: '';
  height: 10px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: var(--yellow);
}

.header.active {
  background-color: var(--blue);
}

.header .container-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 18%;
}

.header .container-logo a img {
  width: 200px;
}

.header .container-nav {
  display: none;
}

.header .container-button {
  background-color: var(--blue);
  height: 90px;
  width: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.header .container-button button {
  width: 35px;
  height: 30px;
  border: unset;
  background: unset;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.header .container-button button span {
  width: 100%;
  height: 3px;
  left: 0;
  background-color: white;
  display: block;
  position: absolute;
  transition: all 250ms ease-in-out;
}

.header .container-button button span:first-child {
  top: 10%;
}

.header .container-button button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header .container-button button span:last-child {
  bottom: 10%;
}

.header .container-button button.open span:first-child {
  transform: rotate(45deg);
  top: 48%;
}

.header .container-button button.open span:nth-child(2) {
  opacity: 0;
  left: -25%;
}

.header .container-button button.open span:last-child {
  transform: rotate(-45deg);
  bottom: 48%;
}

.container-menuMobile {
  position: absolute;
  top: 113px;
  left: 0%;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  height: calc(100vh - 113px);
  width: 100%;
  transition: all 250ms ease-in-out;
  padding: 0 1rem;
}

.container-menuMobile.open {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  background: var(--blue);
}

.container-menuMobile nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 25px;
}

.container-menuMobile nav ul li {
  margin-bottom: 1rem;
  background: var(--gray);
  border-radius: 25px;
  padding: 0.5rem 1rem;
  padding-top: 0.7rem;
}

.container-menuMobile nav ul li a {
  font-family: var(--fontBold);
}

.container-menuMobile nav ul li.special {
  background-color: var(--yellow);
}

.container-menuMobile nav ul li.special a {
  color: var(--gray);
}

.container-menuMobile nav ul li a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.5px;
}

/* asdasd */

.content-header-text h1 {
  font-size: 2.5rem;
  color: #fddb00;
  line-height: 1.2;
  margin: 0rem;
  margin-bottom: 0.5rem;
}

.content-header-text img {
  width: 50px;
}

.content-header .content-header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.content-header-logo img {
  width: 150px;
}

.content-header-bar {
  height: 20px;
  width: 100%;
  position: relative;
}

/* .content-header-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  background-color: #fddb00;
}

.content-header-bar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%;
  background-color: #00a4c3;
} */

.container-campaings {
  margin-top: 3.5rem;
}

.content-campaings {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
}

.swiper-navigation .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}

.swiper-navigation .swiper-wrapper li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.swiper-navigation .swiper-wrapper .swiper-slide.active a {
  color: #00a4c3;
}

.content-campaings-title h1 {
  text-align: center;
  text-transform: uppercase;
  color: #00a4c3;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.content-campaings-title .swiper-navigation ul {
  list-style: none;
}

.content-campaings-title .swiper-navigation .swiper-slide a {
  color: #737d84;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 0.5rem 0;
  text-align: center;
}

.content-campaings-cards {
  margin-top: 1.5rem;
  display: none;
  flex-direction: column;
}

.content-campaings-cards.show {
  display: flex;
}

.content-campaings-cards .cards-wrapper {
  margin-bottom: 1rem;
  position: relative;
}

.content-campaings-cards .cards-wrapper.show {
  display: block;
}

.content-campaings-cards .cards-wrapper:last-child {
  margin-bottom: 0;
}

.cards-wrapper.active .cards-wrapper-docs {
  opacity: 1;
}

.cards-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 165px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.cards-wrapper-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #fddb00;
  z-index: 4;
  transition: all 250ms ease-in-out;
}

.cards-wrapper-content:hover {
  cursor: pointer;
}

.cards-wrapper-content:hover::after {
  background-color: #00a4c3;
}

.cards-wrapper-content:hover .card-overlay {
  background-color: #fddb00;
}

.cards-wrapper-content .card-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
  transition: all 250ms ease-in-out;
}

.cards-wrapper-content .card-text span {
  color: white;
  font-size: 1.85rem;
  z-index: 2;
  position: relative;
  transition: all 250ms ease-in-out;
}

.cards-wrapper-docs {
  opacity: 0;
  transition: all 250ms ease-in-out;
}

.cards-wrapper-docs ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
}

.cards-wrapper-docs ul li {
  margin-bottom: 0.5rem;
}

.cards-wrapper-docs ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #737d84;
}

.cards-wrapper-docs ul li a:hover {
  text-decoration: underline;
}

.cards-wrapper-docs ul li a img {
  width: 30px;
  padding-bottom: 5px;
}

.return-nav {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 2.5rem;
}

.return-nav ul {
  list-style: none;
  padding: 0;
}

.return-nav ul li a {
  color: #00a4c3;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}

.return-nav ul li a img {
  width: 20px;
  margin-right: 5px;
  padding-bottom: 4px;
}

.container-inside {
  width: 100%;
  margin-top: 1rem;
  display: none;
}

.container-inside.show {
  display: block;
}

.content-inside .content-inside-docs ul {
  padding: 0;
  list-style: none;
}

.content-inside .content-inside-docs ul li {
  margin-bottom: 0.75rem;
}

.content-inside .content-inside-docs ul li:last-child {
  margin-bottom: 0rem;
}

.content-inside .content-inside-docs ul li a {
  display: flex;
  align-items: center;
  color: #737d84;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.4;
  transition: all 250ms ease-in-out;
}

.content-inside .content-inside-docs ul li a:hover {
  opacity: 1;
}

.content-inside .content-inside-docs ul li a.active {
  opacity: 1;
}

.content-inside .content-inside-docs ul li a img {
  width: 35px;
}

.constent-inside-info {
  margin-top: 2rem;
}

.constent-inside-info .inside-info-title h1 {
  color: #00a4c3;
  text-transform: uppercase;
  text-align: center;
}

.inside-info-pdf .info-pdf-content {
  border: 5px solid #737d84;
  height: 500px;
}

.info-pdf-content object {
  width: 100%;
  height: 100%;
}

.info-pdf-content object iframe {
  width: 100%;
  height: 100%;
}


footer {
  padding: 0 1rem;
  position: relative;
}

/* footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  left: 0;
  width: 70%;
  background-color: #ffdd00;
}

footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  right: 0;
  width: 30%;
  background-color: #00a5c1;
} */

footer .container-footer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 68%;
  margin: auto;
}

.container-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-footer__link-logo {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

footer .container-footer h3 {
  font-size: 1.8rem;
  font-family: "Frutiger";
  text-transform: uppercase;
  color: #00a5c1;
  margin: 3rem 0;
}

footer .container-footer h3 span {
  color: #ffdd00;
}

@media screen and (min-width: 768px) {
  .header .container-logo {
    padding-right: 35%;
  }

  .container-menuMobile nav ul {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 3rem;
  }

  header {
    height: 270px;
  }
  header .content-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .content-header-text {
    width: 100%;
  }

  .content-header .content-header-logo {
    align-items: flex-end;
  }

  .content-campaings-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content-campaings-cards .cards-wrapper {
    max-width: 48%;
    width: 100%;
  }

  .content-inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .content-inside-docs {
    width: 50%;
    margin-top: 2.5rem;
  }

  .constent-inside-info {
    margin-top: 0;
    width: 100%;
  }

  .constent-inside-info .inside-info-title h1 {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    min-height: 85px;
    gap: 1rem;
  }

  .header .container-logo {
    padding-right: 0;
  }

  .header .container-logo a img {
    width: 150px;
  }

  .header .container-button {
    display: none;
  }

  .header .container-nav {
    display: flex;
  }

  .header .container-nav nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header .container-nav nav ul li {
    margin-right: 0.5rem;
    background: var(--gray);
    border-radius: 25px;
    padding: 0.5rem;
    padding-top: 0.8rem;
  }

  .header .container-nav nav ul li a {
    font-family: var(--fontBold);
  }

  .header .container-nav nav ul li.special {
    background-color: var(--yellow);
  }

  .header .container-nav nav ul li.special a {
    color: var(--gray);
  }

  .header .container-nav nav ul li a {
    text-decoration: none;
    color: white;
  }

  .container-menuMobile {
    display: none;
  }

  .content-campaings-cards {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  header {
    margin-top: 85px;
  }

  header .content-header {
    max-width: 800px;
  }

  .cards-wrapper-content {
    height: 200px;
  }

  .container-inside {
    /* max-width: 800px; */
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  header {
    background-position: 0 -14rem;
  }
  .content-campaings-cards {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1600px) {
  header {
    background-position: 0 -18rem;
  }
}

@media (max-width: 768px) {
  footer .container-footer h3 {
    font-size: 1.3rem;
  }
}