@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 1020px) {

    * {
        margin: 0%;
        padding: 0%;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #8dc543da;
    }

    header {
      border-bottom: #112c1d85 solid 0.5px;
      background-color: white;
      width: 100%;
    }

    main {
     background-color: white;
     display: block;
     margin: auto;
     border-radius: 10px;
     width: 80%;
     margin-bottom: 5%;
     margin-top: 5%;
   }

    .navbar-brand {
        width: 200px;
        height: 90px;
        margin: 20px 20px 20px 50px;
    }

    .nav-link {
        color: #27553C;
        font-size: 17px;
        font-weight: 500;
        margin: 15px;
    }

    .nav-link:hover {
        background-color: #27553C;
        color: white;
        padding: 5px 20px 5px 20px;
        border-radius: 10px;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .navbar-collapse {
        justify-content: flex-end !important;
        display: flex !important;
    }
    
    h1 {
        color: #27553C;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }

    p {
        font-size: 15px;
        text-align: justify;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .pessoas p {
      text-align: center;
    }

    #logocircular {
        width: 150px;
        height: 150px;
    }

    .col-md-10 {
        margin-right: 5%;
    }

    .container {
      margin: auto;
      padding: 5%;
   }

    h2, h3 {
        color: #27553C;
        padding-top: 10px;
    }

    h2 {
        font-size: 20px;
        font-weight: 600;
    }

    h3 {
        font-size: 15px;
    }

    #imagemnews {
        width: 100%;
        height: auto;
        border-radius: 20px;
        opacity: 90%;
    }

    figcaption {
        font-size: 15px;
    }
 

    footer {
        width: 100%; 
        overflow: hidden !important; 
        background-color: white;
      }
  
      .divimgrodape {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start; 
      }
  
      .divimgrodape img {
        height: 40px; 
        flex-shrink: 0; 
        opacity: 70%;
      }

      .conteudorodape {
        padding: 10px 20px; 
        display: flex;
        justify-content: space-between; 
        align-items: flex-start; 
      }
      
      .cont2 {
        max-width: 100%; 
        padding: 10px 0px 10px 0px;
      }
      
      .logos {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        margin: 0px;
        
      }
      
      #logoplana {
        width: 210px; 
        height: auto; 
        margin-bottom: 10px; 
      }
      
      .icons {
        display: flex; 
        gap: 15px; 
        margin-left: 15%;
      }
      
      ul {
        list-style: none; 
        margin: 0; 
        padding: 0; 
      }
      
      li {
        padding: 2px 0; 
        font-size: 14px; 
      }
      
      .first {
        font-weight: bold;
        margin-bottom: 8px; 
      }
      
      .fa {
        font-size: 24px; 
        color: #27553C; 
      }

      .bi-github {
        font-size: 20px;
        padding-left: 10px;
        color: #27553C;
      }
      
} 

  
@media (max-width: 600px) {
  * {
    margin: 0%;
    padding: 0%;
  } 

  body {
    font-family: 'Montserrat', sans-serif;
   }

  header {
    border-bottom: #112c1d85 solid 0.5px;
  }

  .navbar-brand {
    width: 160px;
    height: 80px;
    margin: 5px;
  }

  .nav-link {
    color: #27553C;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
  }

  h1 {
    color: #27553C;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
  }

  p {
    font-size: 14px;
    text-align: justify;
  }

  #logocircular {
    display: none;
  }

  .container {
   margin: auto;
   padding: 5%;
  }

  .video {
    width: 300px;
    height: 170px;
    border-radius: 10px;
    display: block;
    margin: auto;
  }  

  #imgcoord, #imgsubcoord {
    width: 150px;
    height: 150px;
    margin: 20px;
  }

  h2, h3 {
    text-align: left;
    color: #27553C;
    padding-top: 5px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 14px;
  }
   
  figcaption {
    font-size: 13px;
  }

  #imagemnews {
    width: 340px;
    height: 180px;
  }

  footer {
    width: 100%; 
    overflow: hidden !important; 
  }

  .divimgrodape {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start; 
  }

  .divimgrodape img {
    height: 40px; 
    flex-shrink: 0; 
    opacity: 70%;
  }

  .conteudorodape {
    padding: 10px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
  }
  
  .cont2 {
    max-width: 100%;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
  }
  
  .logos {
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 0px;
    padding-bottom: 20px;
  }
  
  #logoplana {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
  }
  
  .icons {
    display: flex;
    gap: 15px;
    justify-content: center; 
  }
  
  ul {
    list-style: none; 
    margin: 0;
    padding: 0;
    text-align: center; 
  }
  
  li {
    padding: 2px 0;
    font-size: 13px;
  }
  
  .first {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  span.first {
    font-size: 15px;
  }
  
  .fa {
    font-size: 24px;
    color: #27553C;
  }
  
  
  
}

@media (min-width: 601px) and (max-width: 1019px) {
  body {
    font-family: 'Montserrat', sans-serif;
    background-color: #8dc543da;
  }

  header {
    border-bottom: #112c1d85 solid 0.5px;
    background-color: white;
    width: 100%;
  }

  .navbar-brand {
    width: 180px;
    height: 80px;
    margin: 10px 10px 10px 30px;
  }

  .nav-link {
    color: #27553C;
    font-size: 16px;
    font-weight: 500;
    margin: 10px;
  }

  main {
    background-color: white;
    display: block;
    margin: auto;
    border-radius: 10px;
    width: 90%;
    margin-bottom: 5%;
    margin-top: 5%;
    padding-bottom: 1%;
  }

  h1 {
    color: #27553C;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  p {
    font-size: 14px;
    text-align: justify;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .container {
    margin: auto;
    padding: 4%;
  }

  h2, h3 {
    color: #27553C;
    padding-top: 8px;
    font-size: 17px;
  }

  h3 {
    font-size: 14px;
  }

  #imagemnews {
    width: 90%;
    height: auto;
    border-radius: 16px;
    opacity: 90%;
  }

  figcaption {
    font-size: 13px;
  }

      footer {
    width: 100%;
    background-color: white;
    overflow: hidden !important;
  }

  .divimgrodape {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
  }

  .divimgrodape img {
    height: 35px;
    flex-shrink: 0;
    opacity: 70%;
  }

  .conteudorodape {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
  }

  .cont2 {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }

  .logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding-bottom: 10px;
  }

  #logoplana {
    width: 150px;
    height: auto;
    margin-bottom: 8px;
  }

  .icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-left: 0;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  li {
    padding: 2px 0;
    font-size: 13px;
  }

  .first {
    font-weight: bold;
    margin-bottom: 8px;
  }

  .fa {
    font-size: 20px;
    color: #27553C;
  }

  .bi-github {
    font-size: 16px;
    padding-left: 6px;
    color: #27553C;
  }

  span.first {
    font-size: 14px;
  }
}