@media (max-width: 1440px) {
  
    body {
      font-size: 16px;
    }
  }
  
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  body{
    min-height: 100vh;
    background-color: #FAFAFA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: url('../images/landing/BGDigital.png') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    
  }
  
  nav{
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }
  
  nav ul{
    width: 100%;
    height: 80px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  nav li{
    height: 50px;
    display: flex;
    align-items: center; 
  }
  
  nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
  }
  
  nav a:hover{
    color: #CF812D;
  }
  
  nav li:first-child{
    margin-right: auto;
  }

  .navbar-logo {
    height: 60px; 
    width: auto; 
    margin-left: 20px;
}


  
.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  background-image: url('../images/landing/bg.jpg');
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 999;
}

  
  
  .sidebar li{
    width: 100%;
  }
  
  .sidebar a{
    width: 100%;
  }
  
  .menu-button{
    display: none;
  }
  
  .banner {
    text-align: center;
    padding: 2em;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    color: white;
}

.Banner-Home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}


.image-content img {
    max-width: 40%;
    height: auto;
}

.text-content h2 {
    margin: 0;
    color: #000; 
}

.text-content h3 {
  margin-top: 10px;
  color: #000;
}

.text-content h4 {
  margin-top: 60px;
  color: #000;
  animation: scaleColorChange 1.5s infinite;
}

@keyframes scaleColorChange {
  0% {
    transform: scale(1.5);
    color: #000;
  }
  50% {
    transform: scale(2.5);
    color: #cf812d;
  }
  100% {
    transform: scale(1.5);
    color: #000;
  }
}

/* BANNER INTRO*/

.Banner-Home2 {
display: flex;
justify-content: center; 
align-items: center; 
width: 100%;
padding: 20px; 
background-color: #cf812d21;
}

.text-content2 {
flex: 1;
padding: 20px;
color: white;
max-width: 800px;
align-items: center;
}

.text-content2 h1 {
  margin-top: 0.8em;
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: 3.2em;
  color: black;
  margin-left: 20px;
  text-align: left;
  display: inline-block;
  overflow: hidden;
}

.text-content2 h1 span {
  display: inline-block;
  animation: wave 2.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.2s);
  white-space: nowrap; 
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}




.text-content2 h1 {
  margin-top: 0.8em; 
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: black;
  margin-left: 20px;
  text-align: left;
  }

.text-content2 p {
font-family: "Gabarito", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.3em;
line-height: 1.5;
margin-bottom: 2em;
color: black;
margin-right: 5em;
margin-left: 20px;
}

.text-content2 h2 {
  font-family: "Gabarito", sans-serif;
  color: black;
  margin-bottom: 1em;
  margin-left: 20px;
  font-size: 1.2em;
}

.text-content2 h3 {
font-family: "Gabarito", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.7em;
color: black;
margin-bottom: 1em;
margin-left: 20px;
}

.text-content2 h4 {
font-family: "Gabarito", sans-serif;
font-weight: 500;
font-style: normal;
color: black;
margin-left: 20px;
}

.about-button {
display: inline-block;
background-color: #981F2C;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
margin-left: 20px;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-button:hover {
  background-color: #CF812D;
  transform: scale(1.05);
}


.image-content2 {
display: grid;
gap: 1em;
justify-content: flex-end;
padding: 1em;
}

.image-content2 img {
width: 400px;
height: auto;
display: block;
margin-right: 20px;
border-radius: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
margin: 15px;
}

.icons-container2 {
  display: flex;
  gap: 10px;
  margin-top: 20px; 
  margin-left: 25px;
}

.icon2 {
  width: 50px;
  height: 50px; 
  object-fit: contain; 
}

  .featured-story {
    text-align: center;
    height: 4em;
    align-items: center;
    display: flex;
    background-color: #CF812D;
    color: white;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    justify-content: center;
  }



  .cards-container {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.card-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5em;
    max-width: 85em;
    margin: 0 auto;
    position: relative;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block; 
}

.card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
    transform: scale(1.05);
}

.card-images {
    flex: 1;
    overflow: hidden;
}

.card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.cards-text {
    padding: 1rem;
}

.cards-text h3 {
    font-size: 1.4rem;
}

.cards-text h4 {
    font-weight: 500;
    font-size: 0.8rem;
    color: #CF812D;
    padding-bottom: 10px;
}

.cards-text p {
    font-weight: 500;
}

.category {
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #CF812D;
    margin-top: 2rem; 
    margin-bottom: 2rem; 
}

.category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #CF812D;
}

  
.final-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #981F2C;
  color: white;
}

.final-footer .go-home {
  width: 100px;
}

.final-footer .go-home img {
  width: 100%;
  height: auto;
}

.final-footer img {
  max-width: 80px;
  height: auto;
}

.navigationfooter {
  margin: 0;
  padding: 0;
}

.footer-text {
  text-align: center;
  margin-top: 10px;
}

.navigationfooter a {
  margin: 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.25s ease-in-out;
}

.navigationfooter a:hover {
  color: #CF812D;
}

.footer-icons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.footer-icons a {
  margin: 0 10px;
}

.footer-icons img {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.footer-icons a:hover img {
  transform: scale(1.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-push {
  flex-grow: 1;
}


  
  /* TABLET */
  
  @media(max-width:936px){
    .hideOnMobile{
      display: none;
    }
    .menu-button{
      display: block;
    }

    
    
    .Banner-Home {
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    
    .image-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .image-content img {
        max-width: 50%;
        height: auto;
    }
    
    .text-content h2 {
        margin: 0;
        color: #000; 
    }

    .Banner-Home2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
    }
  
    .text-content2 {
      flex: 1;
      padding: 10px;
      color: white;
      width: 100%;
    }
  
    .text-content2 h1 {
      margin-top: 0.8em; 
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 3em;
      color: black;
      text-align: center;
  }
  
    .text-content2 p {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.2em;
      line-height: 1.5;
      color: black;
      margin: 10px;
      text-align: left;
      justify-content: center;
    }
  
    .text-content2 h3 {
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5em;
      color: black;
      margin-bottom: 1em;
      margin: 0;
    }
  
    .text-content2 h4 {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: black;
      margin: 0;
    }

    .about-button {
      margin-right: 15px;
      display: inline-block;
      background-color: #981F2C;
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 15px;
      transition: background-color 0.3s ease, transform 0.3s ease;
      }
      
      .about-button:hover {
        background-color: #CF812D;
        transform: scale(1.05);
      }
  
    .image-content2 {
      display: grid;
      gap: 1em;
      justify-content: center;
      padding: 1em;

    }
  
    .image-content2 img {
      width: 100%;
      max-width: 350px;
      height: auto;
      display: block;
      margin: 0 auto; 
      border-radius: 20px;
    }

    .icons-container2 {
      display: flex;
      gap: 10px;
      margin-top: 20px; 
      justify-content: center; 
    }
    
    .icon2 {
      width: 50px;
      height: 50px; 
      object-fit: contain; 
    }
  
    .featured-story {
    height: 4em;
    align-items: center;
    display: flex;
    background-color: #CF812D;
    color: white;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
  }

  .cards-container {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.card-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5em;
    max-width: 28em;
    margin: 0 auto;
    position: relative;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block; 
}

.card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
    transform: scale(1.05);
}

.card-images {
    flex: 1;
    overflow: hidden;
}

.card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.cards-text {
    padding: 1rem;
}

.cards-text h3 {
    font-size: 1.2rem;
}

.cards-text h4 {
    font-weight: 500;
    font-size: 0.8rem;
    color: #CF812D;
    padding-bottom: 10px;
}

.cards-text p {
    font-weight: 500;
}

.category {
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #CF812D;
    margin-top: 2rem; 
    margin-bottom: 2rem; 
}

.category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #CF812D;
}


    /* FOOTER */
  
    .final-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
      background-color: #981F2C;
      color: white;
    }
    
    .final-footer .go-home {
      width: 100px;
    }
    
    .final-footer .go-home img {
      width: 100%;
      height: auto;
    }
    
    .final-footer img {
      max-width: 80px;
      height: auto;
    }
    
    .navigationfooter {
      margin: 0;
      padding: 0;
    }
    
    .footer-text {
      text-align: center;
      margin-top: 10px;
    }
    
    .navigationfooter a {
      margin: 0 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.25s ease-in-out;
    }
    
    .navigationfooter a:hover {
      color: #CF812D;
    }
    
    .footer-icons {
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    
    .footer-icons a {
      margin: 0 10px;
    }
    
    .footer-icons img {
      margin-top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }
    
    .footer-icons a:hover img {
      transform: scale(1.05);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .footer-push {
      flex-grow: 1;
    }
  }
  
  /* MOBILE */
  
  @media (max-width: 530px) {
    .sidebar {
      width: 100%;
    }
  
    .Banner-Home {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .image-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .image-content img {
        max-width: 80%;
        height: auto;
    }
    
    .text-content h2 {
        margin: 0;
        color: #000; 
        font-size: 1em;
    }

    .Banner-Home2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
  
    .text-content2 {
      flex: 1;
      padding: 10px;
      color: white;
      width: 100%;
    }
  
    .text-content2 h1 {
      margin-top: 0.8em; 
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.2em;
      color: black;
      text-align: center;
      padding-bottom: 10px;
  }
  
    .text-content2 p {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.2em;
      line-height: 1.5;
      color: black;
      margin: 0;
      justify-content: center;
    }
  
    .text-content2 h3 {
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5em;
      color: black;
      margin-bottom: 1em;
      margin: 0;
    }
  
    .text-content2 h4 {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-style: normal;
      color: black;
      margin: 0;
    }

    .about-button {
      display: inline-block;
      background-color: #981F2C;
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease, transform 0.3s ease;
      }
      
      .about-button:hover {
        background-color: #CF812D;
        transform: scale(1.05);
      }
  
    .image-content2 {
      display: grid;
      gap: 1em;
      justify-content: center;
      padding: 1em;
    }
  
    .image-content2 img {
      width: 100%;
      max-width: 300px;
      height: auto;
      display: block;
      margin: 0 auto; 
      border-radius: 20px;
    }

    .icons-container2 {
      display: flex;
      gap: 10px;
      margin-top: 20px; 
      justify-content: center; 
    }
    
    .icon2 {
      width: 50px;
      height: 50px; 
      object-fit: contain; 
    }


    .featured-story {
    height: 4em;
    align-items: center;
    display: flex;
    background-color: #CF812D;
    color: white;
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
  }

  .cards-container {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.card-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5em;
    max-width: 20em;
    margin: 0 auto;
    position: relative;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block; 
}

.card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
    transform: scale(1.05);
}

.card-images {
    flex: 1;
    overflow: hidden;
}

.card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.cards-text {
    padding: 1rem;
}

.cards-text h3 {
    font-size: 1.2rem;
}

.cards-text h4 {
    font-weight: 500;
    font-size: 0.8rem;
    color: #CF812D;
    padding-bottom: 10px;
}

.cards-text p {
    font-weight: 500;
}

.category {
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid #CF812D;
    margin-top: 2rem; 
    margin-bottom: 2rem; 
}

.category h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #CF812D;
}

    
    /* FOOTER */
  
    .final-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 20px;
      background-color: #981F2C;
      color: white;
    }
    
    .final-footer .go-home {
      width: 100px;
    }
    
    .final-footer .go-home img {
      width: 100%;
      height: auto;
    }
    
    .final-footer img {
      max-width: 80px;
      height: auto;
    }
    
    .navigationfooter {
      margin: 0;
      padding: 0;
    }
    
    .footer-text {
      text-align: center;
      margin-top: 10px;
    }
    
    .navigationfooter a {
      margin: 0 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.25s ease-in-out;
    }
    
    .navigationfooter a:hover {
      color: #CF812D;
    }
    
    .footer-icons {
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    
    .footer-icons a {
      margin: 0 10px;
    }
    
    .footer-icons img {
      margin-top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    }
    
    .footer-icons a:hover img {
      transform: scale(1.05);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .footer-push {
      flex-grow: 1;
    }
  }
  