.section1 {
  padding-top: 200px;
  padding-bottom: 20px;
  min-height: 100vh;
  background: url('/images/grandola/hero.jpg') no-repeat center center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: white;
}

.section1-container {
  margin: 0 30px;
}

.section1 p {
  max-width: 300px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--neutral-color-2);
}

.section1 h2 {
  display: none;
}

.section1-footer {
  cursor: pointer;
}

.section1-footer-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: Mont;
  margin-bottom: 7px;
}

.home-tejo-btn {
  padding: 80px 0 80px 0;
  width: max-content;
}

.home-tejo-btn a {
  font-size: 24px;
  line-height: 24px;
}

.section1-footer-icon {
  -webkit-mask: url(/svg/arrow-down-thick.svg) no-repeat 100% 100%;
  mask: url(/svg/arrow-down-thick.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  height: 15px;
  width: 20px;
  margin: 0 auto;
}

.section2 {
  position: relative;
  padding-top: 96px;
  margin-top: -60px;
}

.section2 > h3 {
  display: none;
}

.section2 > h5 {
  text-align: center;
}

.product-container {
  margin: 20px;
  padding: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.product-container img {
  margin-bottom: 40px;
}

.product-container h5 {
  font-family: MuseoSans;
  margin-bottom: 20px;
}

.product-container p {
  font-size: 16px;
  line-height: 19px;
  max-width: 350px;
}

.tejo-container {
  background-color: var(--primary-color-3);
}

.gaia-container {
  background-color: var(--primary-color);
}

.gaia-container h3 {
  color: white;
}

.tejo-container h3 {
  color: var(--primary-color);
}

.gaia-container h5 {
  color: var(--primary-color-3);
}

.tejo-container h5 {
  color: white;
}

.gaia-container p {
  color: rgb(14, 65, 96);
}

.tejo-container p {
  color: white;
}

.grandola-container {
  background-color: var(--primary-color-2);
}

.grandola-container img {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.grandola-container h3 {
  color: white;
}

.grandola-container h5 {
  color: var(--primary-color-3);
}

.aveiro-container {
  background-color: #332437;
  color: #fff;
}

.aveiro-container img {
  max-height: 400px;
  margin: 0 auto 2rem;
}

.aveiro-container .learn-more-text-button {
  color: var(--primary-color-2);
  fill: var(--primary-color-2);
}

.learn-more-text-button {
  display: flex;
  color: var(--primary-color-3);
  fill: var(--primary-color-3);
  align-items: baseline;
  padding: 20px 0;
}

.learn-more-text-button svg {
  margin-right: 10px;
}

.learn-more-text-button span {
  font-size: 18px;
  font-weight: 700;
  font-family: Mont;
}

.tejo-container .learn-more-text-button {
  color: white;
  fill: white;
}

.circle-blue::after {
  background: var(--primary-color-4);
}

.section3 .container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 6%;
}

.section3 .container img {
  width: 100%;
}

.section3 .container > div {
  margin: 30px 20px 0 20px;
  padding-top: 20px;
}

.section3 .container div p {
  margin-top: 40px;
}

.section4-container {
  margin-top: 140px;
  background: linear-gradient(var(--secondary-color), var(--secondary-color));
  background-size: 100vw 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  padding: 40px 30px;
}

.section4 > div {
  margin: 20px 0;
  padding: 40px 40px;
  background-color: white;
  cursor: pointer;
}

.section4 img,
.section4 p {
  max-width: 100%;
  margin: 40px 0;
}

.section4 h6 {
  text-align: center;
}

.section4-img {
  height: 50%;
}

.section4-txt {
  height: 20%;
}

.section4-button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section4-button a {
  padding: 20px 8px;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .section1 {
    padding-top: 100px;
  }

  .section1-container p {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .section1-container {
    margin: auto;
  }

  .section1 p {
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .section1 h3 {
    display: none;
  }

  .section1 h2 {
    display: block;
  }

  .section1-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .section1-footer-icon {
    -webkit-mask: url(/svg/arrow-thick.svg) no-repeat 100% 100%;
    mask: url(/svg/arrow-thick.svg) no-repeat 100% 100%;
    -webkit-mask-position: 0;
    mask-position: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    height: 15px;
    width: 15px;
    margin: 0;
  }

  .section1-footer-text {
    margin-bottom: 0;
  }

  .section2 {
    padding-top: 140px;
  }

  .section2 > h3 {
    text-align: center;
    display: block;
    margin-bottom: 80px;
  }

  .section2 > h5 {
    display: none;
  }

  .product-container {
    margin: 0 0 40px 0;
    padding: 40px 0 20px 0;
    flex-direction: row;
  }

  .gaia-container img {
    width: 45%;
    margin-bottom: 0;
  }

  .tejo-container img {
    width: 55%;
    margin-bottom: 0;
    margin-left: auto;
  }

  .aveiro-container img {
    max-height: 500px;
    max-width: 40%;
    margin: 0;
    margin-left: calc(25% - 200px);
    margin-right: calc(5%);
  }

  .grandola-container img {
    max-width: 40%;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 10%;
  }

  .product-container > div {
    padding-top: 40px;
    padding-left: 80px;
  }

  .section3 .container {
    flex-direction: row;
    margin-top: 240px;
    padding-top: 0;
  }

  .section3 .container img {
    width: 50%;
    margin: 0 2%;
  }

  .section3-text-container {
    width: 50%;
  }

  .section3 .container > div {
    margin: 0 30px;
  }

  .bg-circle-right .container {
    flex-direction: row-reverse;
  }

  .section4-container {
    background-size: 100vw 60%;
  }

  .section4 {
    flex-direction: row;
    position: relative;
  }

  .section4 > div {
    width: 48%;
  }

  .section4-button a {
    padding: 21px 21px 19px;
  }
}
.banner-section {
  overflow: hidden;
  background: var(--primary-color);
  height: 100%;
  position: relative;
}

.banner-container {
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.banner-row {
  height: 100%;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.banner-column-text {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
}

.banner-text {
  color: var(--neutral-color-5);
  display: block;
  text-align: center;
  margin: 10% 0;
}

.banner-column-image {
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner-image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -5px;
  height: auto;
}

@media screen and (min-width: 992px) {
  .banner-container {
    max-width: 940px;
  }

  .banner-section {
    height: 250px;
  }

  .banner-column-text {
    width: 50%;
    float: left;
  }

  .banner-text {
    width: 80vw;
    text-align: left;
    margin: auto;
  }

  .banner-column-image {
    width: 50%;
  }

  .banner-image {
    padding-left: 60px;
    height: 310px;
    margin-top: -58px;
  }
}

@media screen and (min-width: 1320px) {
  .banner-container {
    max-width: 1200px;
  }
}
