/* Estilos CSS */
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
.urbanist {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  .logo {
    margin-right: 20px;
  }
  
  header {
    background-color: #1a5b3b;
    font-size: 30px;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: flex;
    align-items: center;
  }
  
  header img {
    width: 150px;
  }
  
  nav {
    flex-grow: 1;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
  }
  
  nav ul li {
    display: inline;
    margin: 0 10px;
  }
  
  nav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
  }
  
  nav ul li a:hover {
    background-color: #0a4228;
  }
  
  .destaque {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    
  }

  .carousel {
    text-align: center;
    width: 100%;
    height: auto;
  }
  
  .carousel img {
    width: 100%;
    height: auto;
  }

  .destaque2 {
    overflow: hidden;
  }

  .destaque h2 {
    margin-bottom: 10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .destaque p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .block {
    flex: 1;
    margin-right: 20px;
  }

  .intro {
    background-color: azure;
    padding: 50px 0;
    text-align: center;
    display: flex;
  }

  .intro p {
    text-align: justify;
    text-decoration: double;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }
  
  .info {
    background-color: #ddd;
    padding: 50px 0;
    text-align: center;
  }
  
  .info h2 {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .info p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }
  
  .social {
    background-color: #ccc;
    padding: 30px 0;
    text-align: center;
  }
  
  .social h2 {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .social a {
    display: inline-block;
    margin: 0 10px;
  }
  
  .apps {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
  }
  
  .apps h2 {
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .apps p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }
  
  .apps img {
    margin: 0 20px;
  }

  .info ul li {
    text-decoration: none;
    list-style-type: none;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .left-img {
    float: left;
    margin-right: 20px;
    max-width: 500px;
    height: auto;
  }
  .right-img {
    float: right;
    margin-left: 20px;
    max-width: 500px;
    height: auto;
  }

  .bloco {
    display: inline-flex;
    background-color: #1A478F;
  }

  .bloco2 {
    display: inline-flex;
    flex-direction: row-reverse;
    background-color: #0a4228;
  }

  .info1 {
    background-color: #c7c7c7;
    padding: 50px 0;
    text-align: center;
    align-items: center;
  }

  .info2 {
    background-color: #bebebe;
    padding: 50px 0;
    text-align: center;
  }

  .info3 {
    background-color: #a0a0a0;
    padding: 50px 0;
    text-align: center;
  }

  .info h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .info1 h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .info2 h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .info3 h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .info1 p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }

  .info2 p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }

  .info3 p {
    margin-bottom: 40px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 50px;
  }
  
  nav ul li a.selected {
    background-color: #1A478F;
    color: #FFF11B;
  }

  .btn {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }

  h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 40px;
    text-align: center;
  }

  .rodape {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .rodape img {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: center;
        padding: 20px;
      }
    
      nav ul li {
        display: block;
        margin: 10px 0;
      }

    .intro {
      flex-direction: column;
    }
  
    .block {
      margin-right: 0;
      margin-bottom: 20px;
    }

  }