* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: content-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}


header {
    background-color: #040234;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
}

header .logo img {
    max-width: 100%;
    height: auto;
}
 
header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
 
header nav ul li a {
    color: white; 
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}
 
header nav ul li a:hover {
    color: #6c5ce7; 
}

nav {
    
    text-align: center;
    padding-top: 60px;
    
}

.textnav {
    color: white;
}

.search {
    padding-top: 25px;

}

.textsearch {
    color: white;
    text-align:left;
}


footer{
    background-color: #040234;
    color: white;
    height: 120px;
    display: flex;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footertext {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    margin-left:15px ;
}

.logo_footer {
    margin-top: auto;
    margin-bottom: auto;
}

.imgfooter{
    margin-top: auto;
    margin-bottom: auto;
    margin-left:auto;
    margin-right: 15px;
}

.espaco {
    padding-bottom: 15px;
}

.slider {
    width: 940px;
    position: relative;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.box{
  display: flex;
  margin-bottom: 10px;
}
.box2{
    display: flex;
    color: white;
    background-color: #085488;
    margin:10px;
    width: 470px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
  }

  .box2:hover {
    transform: translateY(-5px);
}
 

.newsletter {
    background-color: #040234;
    display: flex;
    padding: 2%;
    width: 940px;
    margin: 0 auto;
    text-align: center;

}

.bottoncolor {
    background-color: #7F187F;
    color: white;
}


.search {
    padding-top: 25px;

}

.logomail {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 10px;
}



.comunidade-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .input-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 100%; 
  }
  
  .logomail img {
    margin-right: 10px; 
  }
  

.input-whatsapp {
    width: calc(100% - 100px); 
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px; 
    box-sizing: border-box; 
  }
  
  
  .bottoncolor {
    background-color: #800080; 
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%; 
    box-sizing: border-box; 
  }
  

  .bottoncolor:hover {
    background-color: #6a006a; 
  }
  
  footer {    background-color: hwb(239 2% 76% / 0.993); 
    color: #f8f0f0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}