@charset "UTF-8";


:root {
  --green: #149699;
  --orange: #F9B550;
  --gray: #676766;
  --lightgray:#f9f9f9;
  --lightgray2:#e1e1e1;
  --darkgreen: #035e60;

  --body-color: #212529;
  --body-bg: #f9f9f9;

  --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
}


a{
  text-decoration: none;
  color: var(--green);
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  font-family: 'Roboto', sans-serif;
  text-align: left !important;
  text-justify: inter-word;
}


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

.orange {
  color: var(--orange);
}

.button-green {
  background-color: var(--green);
  border-color: var(--darkgreen);
  color: #FFF;  
}

.button-green:hover {
  background-color: var(--darkgreen);
  border-color: var(--darkgreen);
  color: #FFF;  
}

.button-light {
  background-color: var(--lightgray);
  border-color: var(--lightgray2);
  color: var(--green);  
}

.button-light:hover {
  background-color: var(--white);
  border-color: var(--lightgray2);
  color: var(--green);
}


#sobre {
  background-color: var(--green);
  margin-top: -1rem;
  position: relative;
  z-index: -1;
}

#sobre a, #sobre-intro a{
  color: var(--white);
  text-decoration: wavy;
}

#projeto h1, #projeto h3, #resultados h1, #resultados h3, #resultados h6{
  color: var(--green);
}


#projeto p{
  color: var(--gray);
}



.display-2 {
  font-size: 2.5rem;
}
.display-4  {
  font-size: 2rem;
}



.bg-img {
  background: url("../static/images/image-4.png") no-repeat center center fixed;
  background-size: cover;
  height: 30vw;
  max-height: 30vw;
}

#compostagem, #quem  {
  margin-top: -1.5vw;
}


.news.image-container {
  overflow: hidden;
  border-radius: 5px;
}

.news img {
  width: 100%;
  height: auto;
}

.news h1 {
  color: var(--green);
}

.news-data, .news-link {
  color: var(--green);
}


.hero {
  background-image: url('../static/images/fundo-1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-green {
  background-image: url('../static/images/fundo-2a.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -20px;
}

#contactos a{
  text-decoration: none;
  color: var(--white);
}


footer  {
  background-color: var(--darkgreen);
  margin-top: -1vw;
}

footer img {
  max-height: 4vw;
}

#sobre-intro {
  margin-top: -1.5vw;
  z-index: 1;
  position: relative;
}





/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}




/* ------------- carousel controls */


.carousel-control-prev-icon {
  background-image: url(../static/images/arrow-alt-circle-left-solid.svg) !important ;
  width: 15em;

}


.carousel-control-next-icon {
  background-image: url(../static/images/arrow-alt-circle-right-solid.svg) !important ;
  width: 15em;
}

.carousel-control-next, .carousel-control-prev {
  margin: -10%;
}


#resultados .card {
  background-color: rgba(20, 150, 153, 0.1);
  margin: 1em;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 85vh !important; */
    max-height: 750px !important;
  }

  .display-2 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .display-4  {
    font-size: 1.5rem !important;
    line-height: 0.8 !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 45vh !important; */
    max-height: 550px !important;
  }
  .display-2 {
    font-size: 3.5rem !important;
    line-height: 1 !important;
  }
  .display-4  {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 45vh !important; */
    max-height: 800px !important;
  }
  .display-2 {
    font-size: 3.5rem !important;
    line-height: 1 !important;
  }
  .display-4  {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 80vh; */
    max-height: 1500px;
  }
  .display-2 {
    font-size: 5rem !important;
    line-height: 1.2 !important;
  }
  .display-4  {
    font-size: 4rem !important;
    line-height: 1.2 !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 120vh !important; */
    max-height: 1700px !important;
  }
  .display-2 {
    font-size: 5rem !important;
    line-height: 1 !important;
  }
  .display-4  {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .hero {
    background-image: url('../static/images/fundo-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 80vh !important; */
    max-height: 1000px !important;
  }
  .display-2 {
    font-size: 7rem !important;
    line-height: 1.2 !important;
  }
  .display-4  {
    font-size: 4.5rem !important;
    line-height: 1.2 !important;
  }
}






