* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 

}

body {
    font-family: Arial, sans-serif;
    background-color: #89CDA5;
}

.header {
    background: linear-gradient(to bottom, #5CBE7D, #1A5A37); 
    width: 100%;
    height: 200px;
    color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.container {
    max-width: 1200px;
    width: 90%; 
}

.header-cont {
    width: 100%; 
}

h1, h2 {
    margin: 0;
    
}

h1 {
    font-size: 22px;
    margin-bottom: 5px; 
}

h2 {
    font-size: 16px;
    margin-top: 5px; 
}

.menu {
    color: white; 
    text-align: left; 
    margin-top: -20px; 
    margin-left: 10px;
    
}


.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: inline;
    margin-right: 20px;
}

.menu ul li:last-child {
    margin-right: 0; 
}

.menu ul li a {
    color: #fff; 
    text-decoration: none;
    font-weight: bold; 
    
}

.menu ul li a:hover {
    color: #ccc; 
}

.conteudo {
    background-color: #ffffff;
    width: 60%; 
    margin: 20px auto; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
}

.conteudo h1 {
    font-family: "Jazz LET", fantasy;
    color: #1A5A37;
    text-align: center;
    margin-bottom: 20px; 
}

.conteudo p {
    text-align: justify;
    line-height: 1.5; 
}

.mark {
     background-color: #52a56ebb;
}

.titulos{
    background-color: #a8dbbe;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
}

.titulos p{
    font-family: "Jazz LET", fantasy;
    color: #1a5a37;
    font-size: 18px;
}

.img2 {
    width: 100%;
    margin-bottom: 2%;
}

.img3 {
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

video {
    width: 100%;
    border: 2px solid #5CBE7D; 
    background-color: #89CDA5; 
    border-radius: 10px; 
    padding: 10px;
    margin-bottom: 2%;
    margin-top: 1%;
}

.saiba-mais {
    background-color: #f0f0f0; 
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px; 
    margin-bottom: 2%;
}

.pontilhado {
    border-bottom: 1px #000;
    margin-left: 3%;
    margin-bottom: 2%;
}

.footer{
    width: 100%;
    background-color: #1a5a37;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 8px;
}

a{
    text-decoration: none;
    color: #004718;
    font-weight: bold;
}

.linha {
    text-align: center;
    margin-bottom: 2%;
}