/*=============== VARIABLES CSS ===============*/

:root {
  --mrg-left-menu: 3rem;
}

html {
  scroll-behavior: smooth;
}

.modal__list--title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  cursor: pointer;
}

.title-700 {
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 100%;
}

.subtitle-400 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
}

.subtitle-400 strong {
  font-weight: bold;
}

.title--250 {
  font-style: normal;
  font-weight: 250;
  font-size: 5rem;
  line-height: 120%;
}

.title--250 strong {
  font-weight: bold;
}

.modal--title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
}

.modal--label {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.5;
}

.modal--label span,
.modal--data {
  font-size: 1.5rem;
  line-height: 120%;
  color: #0a090c;
  font-weight: 400;
}

.card-subtitulo h5,
.card-empresas h5,
.card-bottom-1 h5,
.card-info h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
  /* or 19px */

  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.5;
}

.card-subtitulo p,
.card-bottom-1 p,
.card-empresas p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 120%;
  color: #0a090c;
  padding: 0.5rem;
}

.card-bottom-2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

li.paragraph--green {
  color: #00c476;
  display: flex;
  align-items: center;
}

li.paragraph--blue {
  display: flex;
  align-items: center;
  color: #6999ff;
}

.titulo-impacts {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 1rem;
}

.effects-title {
  margin: 0 auto;
  font-weight: bold;
}
/* HOME PAGE */





/* MENU HAMBURGER */
.header {
  position: fixed;
  top: 0;

  width: 100%;
  padding: 8px 0 12px;
}

.header.scrolled {
  background: var(--bg-lightgray);
}

.navigation a {
  color: var(--font-dark);
  font-size: 1rem;
}

.hidden-dt {
  display: none;
}

.button-contact {
  background-color: var(--bg-green);
  border-radius: 100px;
  box-shadow: 0 0 11px var(--bg-green);
  color: var(--font-dark);
  display: inline-block;
  padding: 16px 24px;
  white-space: nowrap;
  font-weight: bold;
}

.icone-social-m {
  width: 5rem;
}

.subtitle strong {
  font-weight: var(--bold);
}

.title .underline {
  text-decoration: underline;
}

/* menu novo */

/*=============== NAV ===============*/
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo,
.nav__toggle {
  color: var(--title-color);
}

.nav__close {
  color: var(--bg-green);
}

.nav__logo {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-weight: var(--font-medium);
}

.nav__logo-img {
  width: 1.5rem;
}

.nav__btns {
  background: var(--bg-green);
  padding: 0.6rem;
  border-radius: 6px;
}

.nav__toggle {
  display: inline-flex;
  font-size: 2rem;
  cursor: pointer;
  width: 2rem;
}

@media screen and (max-width: 991px) {
  .nav__menu {
    position: fixed;
    background-color: #17263d;
    background-image: url(../images/discover-background-mi.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -200%;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    height: 100vh;
    box-shadow: 0 1px 4px hsla(0, 4%, 15%, 0.1);
    transition: 0.4s;
    color: white;
  }

  .nav__menu > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
  }

  .nav__menu .logo {
    margin-top: 7rem;
  }
}

.nav__img {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
}

.nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4375rem;
}

.nav__link {
  font-style: normal;
  /* font-weight: 400;*/
  font-size: 2rem;
  line-height: 88%;
  transition: 0.3s;
}

.nav__link:hover {
  color: var(--font-dark);
  text-decoration: underline;
}

li.current-menu-item a.nav__link {
  color: var(--font-lightblue);
  font-weight: 700;
  text-decoration: underline;
}

.nav__close {
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  width: 2.5rem;
  fill: var(--bg-green);
}

.nav__logos {
  margin-left: var(--mrg-left-menu);
}

.nav__logos__item {
  width: 4rem;
  padding-bottom: 2rem;
}

/* Show menu */
.show-menu {
  top: 0;
}

/* Change background header */
.scroll-header {
  background: #f0edee;
  box-shadow: 0 1px 4px hsla(0, 4%, 15%, 0.1);
}

/* Active link */
.active-link {
  color: var(--first-color);
}

/*ACORDION */
.accordion-menu {
  display: none;
  position: relative;
  left: 50%;
  margin: 10px 0;
  transform: translate(-50%, 0);
  max-width: 1400px;
  padding: 10px 20px 20px;
  border-radius: 5px;
}
.accordion-menu h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.accordion-menu p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.accordion__menu ul {
  list-style: none;
  perspective: 900;
  padding: 0 20px 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(255, 255, 255, 0.19);
}

.accordion-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}

li.accordion {
  font-weight: bold;
}

li.accordion:hover {
  text-decoration: underline;
  color: #000;
}

.accordion-menu ul li:nth-child(1) {
  border: none;
}
.accordion-menu ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion-menu ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion-menu ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion-menu ul li:last-of-type {
  padding-bottom: 0;
}

.accordion-menu ul li .arrow {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-menu ul li .fas {
  color: #f6483b;
  font-size: 15px;
  margin-right: 10px;
}
.accordion-menu ul li .arrow:before,
.accordion-menu ul li .arrow:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}
.accordion-menu ul li .arrow:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu ul li .arrow:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-menu ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion-menu ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion-menu ul li input[type="checkbox"]:checked ~ .arrow:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion-menu ul li input[type="checkbox"]:checked ~ .arrow:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.transition,
p,
ul li .arrow:before,
ul li .arrow:after {
  transition: all 0.25s ease-in-out;
}

.flipIn,
h1,
ul li {
  animation: flipdown 0.5s ease both;
}
.no-select,
h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    transform: rotateX(8deg);
  }

  83% {
    transform: rotateX(6deg);
  }

  92% {
    transform: rotateX(-3deg);
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/*LOGISTIC OVERRIDE */
.logistic__content {
  justify-content: flex-start;
  flex-direction: row;
}

.vertical__tabs {
  display: flex;
  align-items: center;
  margin-left: 6rem;
  margin-top: 2rem;
}

/* Style the tab */
.tab {
  margin-right: 3rem;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #0a090c;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-bottom: 2rem;

  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  /* identical to box height, or 24px */

  letter-spacing: 0.1em;
  opacity: 0.5;
}

.tab .active {
  color: #000;
  opacity: 1;
}

#item1 ul li,
#item2 ul li,
#item3 ul li,
#item4 ul li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #0a090c;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border: 1px solid #ccc;
  /*background-color: rgb(138, 34, 34);*/
}

/* Create an active/current "tab button" class */
.tab .link1.active {
  border-bottom: 4px solid #00c476;
}
#item1 ul li {
  border-left: 4px solid #00c476;
}

.tab .link2.active {
  border-bottom: 4px solid #6999ff;
}
#item2 ul li {
  border-left: 4px solid #6999ff;
}

.tab .link3.active {
  border-bottom: 4px solid #2e53a1ed;
}

#item3 ul li {
  border-left: 4px solid #2e53a1ed;
}

.tab .link4.active {
  border-bottom: 4px solid #17263d;
}

#item4 ul li {
  border-left: 4px solid #17263d;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
}

ul.submenu {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
}

div#item1 + ul li {
  border-left: 3px solid #00c476;
  list-style: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

div#item2 + ul li {
  border-left: 3px solid #6999ff;
  list-style: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

div#item3 + ul li {
  border-left: 3px solid #2e53a1ed;
  list-style: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

div#item4 + ul li {
  border-left: 3px solid #17263d;
  list-style: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

/* ACORDION */
/* grid-area: map; */
/* PROJECTS */

.section--whodoes {
  background: #f0edee;
}

.webdoor_content__image {
  display: flex;
  justify-content: center;
}

.webdoor_content__image img {
  width: 80%;
  border-radius: 16px;
}

.projects__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: "text map";
  align-items: flex-start;
}

.projects__text {
  grid-area: text;
  padding-top: 4rem;
}

.projects__legend {
  position: absolute;
  top: 66%;
}

.projects__map {
  grid-area: map;
  position: relative;
}

.projects__map--img {
  padding-left: 5rem;
}

/* ABOUT - PROJECTS ACORDEON */
.accordion {
  cursor: pointer;
  padding: 0px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 1.4s;
}

.active,
.accordion:hover {
  color: #000;
}

.projects__list {
  padding: 0 75px;
  transition: max-height 0.4s ease-out;
  text-align: left;
  width: 70%;
  display: none;
}

.projects__list p {
  line-height: 1.5rem;
  padding-bottom: 1rem;
}

.projects__list p:after {
  content: ">";
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8rem;
  vertical-align: middle;
  margin-left: 0.6rem;
}

/* FIM ABOUT - PROJECTS ACORDEON */

/* POP UP */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 300px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal--close {
  position: absolute;
  right: -10%;
  top: -6%;
}

/* The Close Button */
span.close-modal-1m,
span.close-modal-2m,
span.close-modal-3m {
  background: white;
  font-size: 4rem;
  /* padding: 0.2rem; */
  border-radius: 13%;
  color: black;

  cursor: pointer;

  width: 40px;
  height: 40px;
  z-index: 33232000;
}

span.close-modal-1,
span.close-modal-2,
span.close-modal-3 {
  font-size: 9rem;
  /* padding: 0.2rem; */
  border-radius: 13%;
  color: black;
  cursor: pointer;
  /* width: 40px; */
  height: 40px;
  z-index: 33232000;
  /* float: right; */
}

span.close {
  display: block;
  text-align: center;
  padding-left: 55rem;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/* FIM POP UP */

/* ABOUT CARDS */

.circle--checked {
  background-image: url(../images/green_circle.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-top-d {
  display: block;
}

.card-top-m {
  display: none;
}

.projects {
  padding: 0.2rem 0rem;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  margin: 20px 0;
}
.card-top img {
  display: block;
  height: 585px;
}
.container {
  width: 95%;
  margin: auto;
}
.card {
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  width: 75%;
  position: relative;
}

.car2 .card3 {
  height: 405px;
}
.card-top {
  overflow: hidden;
}

.card .transporte {
  display: flex;
  align-items: center;
}

.card .card2 {
  width: 1052px;
}

.card .card-top {
  width: 60%;
  /* height: 667px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-2 .card-top {
  width: 100%;
}
.card2 .card-top-d,
.card3 .card-top-d {
  min-height: 511px;
  overflow: hidden;
}

.card-subtitulo .col1,
.card-subtitulo .col2 {
  display: flex;
  align-items: center;
}

.col1 img,
.col2 img {
  height: 40px;
}

.col1,
.col2 {
  text-align: center;
}

.card-info {
  padding: 1rem 3rem;
}
.card-info h2 {
  margin: 10px 0 5px 0;
}
.date {
  margin-bottom: 10px;
}
p {
  font-size: 15px;
  display: block;
}
.excerpt {
  color: #aeaeae;
}
.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-empresas {
  gap: 1rem;
  background-color: #f0edee;
  padding: 1rem;
  border-radius: 16px;
}

.card-bottom-1,
.card-bottom-2 {
  margin-top: 20px;
}

.card-bottom-1 {
  align-items: flex-start;
}

.read-more {
  text-decoration: unset;
  color: #000;
  font-weight: 600;
}
.btn-yellow {
  background: #ffb91d;
}
.btn-sky {
  background: #d2f9fe;
}
.btn-dpink {
  background: #e8d3fc;
}

.col5 img {
  display: inline;
}

.card-subtitulo {
  align-items: flex-start;
}

.card-subtitulo div {
  padding: 0.7rem 0rem;
}

.info {
  display: flex;
  align-items: center;
}

/** =======================
 * MENU ACCORDEON
 ===========================*/

.accordeon {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordeon .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0px;
  color: #000;

  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordeon li:last-child .link {
  border-bottom: 0;
}

.accordeon li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordeon li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
/*
.accordeon li.open .link {
 color: #b63b4d;
}

.accordeon li.open i {
 color: #b63b4d;
}*/

.accordeon li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordeon li.default .submenu {
  display: block;
}
/**
* Submenu
-----------------------------*/
.submenu {
  display: none;

  font-size: 14px;
}

.submenu li {
  display: block;
  text-decoration: none;
  padding: 6px 6px;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}

.card1 {
  display: flex;
}

@media only screen and (max-width: 991px) {
  span.close-modal-1m,
  span.close-modal-2m,
  span.close-modal-3m {
    display: none;
  }

  .accordion {
    padding: 0px;
  }

  .paragraph--impacts {
    line-height: 1.6;
  }
  .flex-row,
  .flex-row-top {
    flex-direction: column;
  }

  .card {
    width: 90vw;
    border-radius: 19px;
  }
  .card1 {
    flex-direction: column;
  }

  .card-top img {
    width: 400px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .card-top-d {
    display: none;
  }

  .card-top-m {
    display: block;
  }

  .col5 img,
  .col6 img {
    margin-right: 35px;
  }

  .col3 h5,
  .col4 h5 {
    padding: 0.5rem 0rem;
  }

  .card-bottom-1 {
    margin-bottom: 1rem;
  }

  .card-info {
    padding: 1rem 1rem;
  }

  .col5,
  .col6 {
    width: 100%;
  }
  .card .card-top {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .card1 .card-top {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }

  .card2 .card-top {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }

  .card3 .card-top {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }

  .nav__list {
    margin-top: 15vh;
  }

  .nav__link {
    color: #fff;
  }

  .webdoor_content__image img {
    width: 100%;
  }
}

/*EFFECTS PAGE */

.effects1 {
  display: flex;
  align-items: center;
}

.effects__image1 img {
  width: 89%;
}

.effects__image2 img {
  width: 89%;
}

.effects3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 5rem 0;
}

.effects__image3 {
  text-align: end;
}

.effects__image3 img {
  width: 89%;
}

.white {
  color: #fff;
}

section.effects {
  background-color: #2e53a1;
  padding: 7rem 0rem;
  background-image: url(../images/effects-bg-bottom.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}

.effects__content--text {
  max-width: 600px;
}

.effects .container--bg {
  position: absolute;
  left: 0;
  top: 0;
}

.effects .container--bg img {
  width: 50vw;
}

.container1 {
  width: 100%;
  padding-left: 2rem;
}

.container-1 {
  padding-left: 2rem;
}

#am-1 {
  fill: #00c476;
}

#ma-1,
#ma-2 {
  fill: #6999ff;
}

#am-1 {
  cursor: pointer;
}

/*
#ma-1, #ma-2 {
  cursor: pointer;
}

#ma-1:hover, #ma-2:hover{
  fill: #000;
}
*/
#am-1:hover {
  fill: #000;
}

.accordeon--mobile {
  display: none;
}

.webdoor__image_m {
  display: none;
}


@media only screen and (max-width: 768px) {
  .webdoor__image {
    display: none;
    
  }

  .webdoor__image_m {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 38.75rem;
    left: 0;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
  }

}


@media only screen and (max-width: 1440px) {
  .vertical__tabs {
    display: none;
    align-items: flex-start;
  }

  .accordeon--mobile {
    display: block;
  }
  .logistic__content {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .nav {
    height: calc(var(--header-height) + 1.5rem);
    column-gap: 3rem;
  }
  .nav__toggle,
  .nav__close,
  .nav__img {
    display: none;
  }
  /*
  .nav__menu {
    margin-left: auto;
  }*/
  .nav__list {
    flex-direction: row;
    column-gap: 3rem;
  }

  .nav__link {
    font-size: 1.125rem;
  }

  .nav__link:visited {
    color: var(--font-dark);
  }
}

@media only screen and (max-width: 1200px) {
  /* PROJECTS */
  .projects__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "map";
  }

  .projects__map {
    flex-direction: column;
  }

  .modal--close {
    right: 0;
    top: -15%;
  }

  .projects__list {
    padding: 1.1875rem 0px 0rem 1rem;
    display: block;
    width: 100%;
  }

  .projects__legend {
    position: static;
    margin-top: 2rem;
  }

  .projects__text {
    margin-bottom: 3rem;
  }

  .projects__map--img {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .text__cards {
    display: flex;
    align-items: center;
  }

  section.effects {
    background-image: url(../images/effects-bg-bottom-mobile.svg);
  }

  .effects1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .effects3 {
    display: block;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
  }

  .container1 {
    width: 100%;
    padding: 2rem;
  }

  .effects__image {
    position: relative;
    width: 50%;
  }

  .hidden-m {
    display: none;
  }

  .hidden-dt {
    display: block;
  }

  a.button__contact {
    display: inline-block;
    margin-top: 2.4375rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #17263d;
  }
}
