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

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

:root {
  --amarelo: #FFB502;
  --amarelo-opaco: #ffc336;
  --verde-claro: #6AB123;
  --verde-intermediario: #118635;
  --verde-escuro: #055E2B;
  --vermelho: #AD110A;
}

@media (min-width: 1020px) {

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

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: var(--amarelo-opaco);
    }

    header {
      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: 290px;
        height: 80px;
        margin: 20px 20px 20px 50px;
    }

     .nav-link {
      font-family: 'Lato', sans-serif;
        color: var(--verde-claro);
        font-size: 16px;
        font-weight: 600;
        margin: 8px; 
    }

    .nav-link:hover {
        background-color: var(--verde-escuro);
        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 {
        font-family: 'Lato', sans-serif;
        color: var(--verde-escuro);
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }

    h2, h3 {
      font-family: 'Lato', sans-serif;
      text-align: left;
      color: #4b070b;
      padding-top: 10px;
    }

    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 {
        font-size: 20px;
        font-weight: 600;
    }

    h3 {
        font-size: 15px;
    }

    #imagemnews {
        width: 100%;
        height: auto;
        border-radius: 40px;
    }

    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: 80%;
      }

      .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: #ad120ae5; 
      }
      
      .bi-github {
        font-size: 20px;
        padding-left: 10px;
        color: #ad120ae5;
      }
      
      .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
      }

      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: var(--verde-claro);
      }

      input:focus + .slider {
        box-shadow: 0 0 1px var(--verde-claro);
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }

      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

      .language-switch-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 15px;
      }

      .flag-placeholder {
        width: 24px;
        height: 24px;
        background-color: #ddd;
        border-radius: 4px;
      }
} 

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

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

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

  .navbar-brand {
    width: 250px;
    height: 80px;
    padding: 10px;
  }

  .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%;
  }  

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

  h2 {
    font-size: 17px;
  }

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

  #imagemnews {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  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;
  }
  
  .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
      }

      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: var(--verde-claro);
      }

      input:focus + .slider {
        box-shadow: 0 0 1px var(--verde-claro);
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }

      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

      .language-switch-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 15px;
      }

      .flag-placeholder {
        width: 24px;
        height: 24px;
        background-color: #ddd;
        border-radius: 4px;
      }
  
}

@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: 260px;
    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: 300px;
    border-radius: 10px;
  }

  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;
  }

  .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
      }

      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: var(--verde-claro);
      }

      input:focus + .slider {
        box-shadow: 0 0 1px var(--verde-claro);
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }

      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

      .language-switch-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 15px;
      }

      .flag-placeholder {
        width: 24px;
        height: 24px;
        background-color: #ddd;
        border-radius: 4px;
      }
}