@font-face {
    font-family: 'poppinsblack';
    src: url('fonts/poppins-black-webfont.woff2') format('woff2'),
         url('fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  
  @font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  @font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  @font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'poppinsthin';
    src: url('fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


html {
    background-color: rgb(0, 0, 0); /* Remove background color */
}
body {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    font-family: 'poppinsregular', sans-serif; /* Default font for body */
    color: #e70d0d; /* White text color for main content */
    font-size: 16px; /* Base font size */
    line-height: 1.5; /* Improved readability */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Arrange elements vertically */
    justify-content: space-between; /* Distribute space between header, body, and footer */
    height: 100vh; /* Full viewport height */
    margin: 0 100px; /* Horizontal margin */
}
main {
    flex: 1; /* Take up remaining space between header and footer */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center content horizontally */
    justify-content: flex-start; /* Align items to the top */
    color: #cfeef8; /* White text color for main content */
    padding: 80px; /* Padding around main content */
}

#inicio, #sobre, #contato {
    width: 100%; /* Full width for each section */
    text-align: center; /* Center text inside each section */
    margin: 20px 0; /* Add spacing between sections */
}

header {
    color: #cfeef8; /* White text color for main content */
    padding: 50px; /* Padding around header */
    text-align: left; /* Centered text in header */
    font-size: 1.5em; /* Larger font size for header */
    font-weight: bold; /* Bold header text */
    font-family: 'poppinsbold', sans-serif; /* Custom font for header */
}

footer {
    color: #ffffff; /* White text color */
    padding: 20px; /* Padding around footer */
    text-align: center; /* Centered text in footer */
    font-size: 1em; /* Smaller font size for footer */
    font-weight: normal; /* Normal weight for footer text */
    width: 98%; /* Full width of the page */
}

@media (max-width: 480px) {
    html {
        font-size: 12px; /* Ajuste o tamanho da fonte para telas muito pequenas */
    }
    header ul {
        flex-direction: center; /* Alterar menu para empilhado em telas menores */
        gap: 10px; /* Reduzir espaçamento entre itens */
    }

}
header {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between h1 and ul */
    align-items: center; /* Align items vertically */
}
@media (max-width: 768px) {
    header ul {
        display: none; /* Esconde o menu */
    }
    header .menu-toggle {
        display: block; /* Mostra o botão hamburguer */
        cursor: pointer; /* Adiciona o cursor de clique */
    }
}
header ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease; /* Animações suaves */
}
header ul li a:hover {
    color: #333; /* Muda a cor do texto ao passar o mouse */
    background-color: #33333300; /* Adiciona um fundo ao hover */
}



header ul {
    list-style: none; /* Remove default list styling */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    display: flex; /* Display list items in a row */
    gap: 5px; /* Add spacing between list items */
    align-items: right; /* Align items to the right */
    justify-content: left; /* Center items horizontally */
}
 header {
   margin-left: 20px; /* Remove left margin */
    padding: 0; /* Remove padding */
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between h1 and ul */
    align-items: center; /* Align items vertically */
}
button {
    background-color: #251414;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'poppinsbold';
    font-size: 1em;
    transition: background-color 0.3s ease;
}
button:hover {
    background-color: #c00;
}
header img {
    height: 50px; /* Set a fixed height for the image */
    margin-right: 20px; /* Add spacing between the image and the h1 */
}

html {
    background-image: url('imagens/238901.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensure the image covers the entire area */
    background-attachment: fixed; /* Make the background image fixed */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: center; /* Center the image */
    position: relative; /* Set position for the pseudo-element */
}

header p {
    font-size: 1.2em; /* Font size for the paragraph */
    margin: 0; /* Remove default margin */
    font-family: 'poppinslight'; /* Custom font for paragraph */
    color: #ffffff; /* White text color for paragraph */
    text-align: center; /* Center text in paragraph */
}
html::before {
    content: ''; /* Add an empty content */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1; /* Place it behind the content */
}
header ul {
    display: flex; /* Display list items in a row */
    padding: 0; /* Remove padding from ul */
    gap: 1px; /* Add spacing between list items */
    margin: 0; /* Remove margin from ul */
    list-style: none; /* Remove default list styling */
}

header ul li {
    background-color: rgba(211, 174, 80, 1); /* White background with 70% transparency */
    padding: 10px; /* Add padding inside the box */
    border-radius: 30px; /* Rounded corners for the list items */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

header ul li a {
    color: #fffdfd; /* Set text color to black */
    text-decoration: none; /* Remove underline from links */
    display: block; /* Make the link fill the li box */
}
section {
    padding: 20px; /* Add padding inside the section */
    border-radius: 5px; /* Rounded corners for the section */
    margin: 20px 0; /* Add spacing between sections */
    width: 100%; /* Full width for each section */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow effect to sections */
}
section h2 {
    font-size: 2em; /* Larger font size for section headings */
    margin-bottom: 10px; /* Space below the heading */
    font-weight: bold; /* Bold section headings *//
}   