*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
html {
      scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
   -webkit-text-size-adjust: 100%;
}
body{    
                min-height: 100vh;
  display: flex;
  flex-direction: column;
width: 100%;
min-width: 100%; 
max-width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: normal;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
 font-style: normal;
}
img{
     opacity: 1;
     display: block;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    filter: contrast(1.02) brightness(1.01);
    border-radius: 1px;
    box-shadow: inset 0 0 20px #00000011;
}
header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
     background-color: #d81b60;
            color: #fff;
            padding: 10px 20px;
            position: relative;
            z-index: 11111111;
            box-shadow: 0 2px 10px 0 #0000001a;
}
.menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
            position: absolute;
            top: 31px;
            right: 20px;
        }
        .menu-toggle span {
            height: 3px;
            width: 25px;
            background: #fff;
            margin: 4px 0;
            border-radius: 2px;
        }
        header ul {
            list-style: none;
            padding: 0;
            margin: 10px 0 0 0;
            display: flex;
        }
        header ul li {
             display: inline-block;
            margin-right: 20px;
        }
        header ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
        }
.hrrh hr{
margin: 0 auto;
border: 0;
border-bottom:  solid 1px  #00000016;
    width: 80%;
}
.conteudo hr{
    display: none;
}
.cff a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6vw;
   
}
.con6 h3{
      font-size: 1.3rem;
      color: #000; 
      padding: 0.3vw 0;
}
.con2 h3{
      font-size: 1.3rem;
      color: #000; 
      padding: 0.3vw 0;
}
.con2 a{
    color: #000;
}
.cff h3{
    font-size: 1.3rem;
}
.cff p{
    font-size: 1rem;
}
header span{
    font-size: 3rem;
  font-family: "Yellowtail", cursive;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2vw;
}
span a{
    text-decoration: none;
    color: #fff;
     cursor: pointer;
}
header li {
      list-style-type: none;
}
.con2 hr{
    border: 0;
    border-bottom: solid 1px #00000026;
}
.caca a{
    color: #000;
      display: flex;
   cursor: pointer;
    align-items: center;
    gap: 1vw;
}
.caca{
    width: 100%;
    display: flex;
    justify-content: center;
  gap: 1vw;
    flex-direction: column;
    
}
.caca img{
    width: 1.3vw !important;
    min-width: 1.3vw !important;
    max-width: 1.3vw !important;
    height: 1.3vw !important;
    max-height: 1.3vw !important;
    min-height: 1.3vw !important;

}
.cofs a{
    color: #000;
     cursor: pointer;
}
.con2 h2{
    width: 100%;
    background-color: #110d27;
    color: #fff;
    padding: 0.5vw 1vw;
     border-radius: 2px;
}
ul li a{
  text-decoration: none;
   cursor: pointer;
font-size: 1rem;
    color: #000;
}
header ul {
    list-style: none;
    display: flex;  /* Abre o menu no desktop */
    gap: 1vw;
    margin: 0;
    padding: 0;
}

header ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.cont{
display: flex;
justify-content: center;

 gap: 3vw;
 padding: 3vw;

}
.login{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.lo h1{
    font-size: 3rem;
}
.lo form{
     display: flex;
    justify-content: center;
width: 16vw;
    flex-direction: column;
 
}
.lo input{
height: 3.9vh;
}
.lo input[type=submit]{
height: 6vh;
}

.con{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
   width: 60vw;
 
padding: 1vw;


}
.con h1{
    padding: 1vw;
}
.con2{
    display: flex;
    flex-direction: column;
   width: 20vw;     
        gap: 1vw;
        padding: 0 1vw;
}
.form_post,.fomtcont{
    width: 100%;
    display: flex;   
    align-items: center;
  
     margin: 0;
  padding: 0;
}
.menulateral{
    width: 16vw;
   display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
   height: 100vh;

     background-color: #b6b6b667;

}
.cke_notification_warning{
    display: none;
}
.form_post form{
    min-height: 100vh;
    padding-top: 0;
    margin-top: 0;
    padding: 3vw;
    width: 100%;
    background-color: #b6b6b61a;
    border-radius: 3px;
}
.form_post h1{
    width: 100%;
    text-align: center;
   
}
.todosposts{
    display: flex;
    background-color: #b6b6b621;
       min-height: 100vh;
  
}

.tdf{
    width: 100%;
     display: flex;
     gap: 3vw;
     align-items: center;
     flex-direction: column;
    
}

.tdf tr{
    width: 100%;
}
.tdf table{
    width: 100%;
    display: flex;
     gap: 1vw;
     align-items: center;
     flex-direction: column;  
      border-collapse: separate;
    border-spacing: 0 0.5vw;
}
.tdf tr{
      border-radius: 3px;
      font-weight: 500;
}
.tdf td{
 
  
  padding: 1vw 2vw;
    background-color: #b6b6b6;
}

.form_post  select{
    width: 20%;
    height: 3.9vh;
    border-radius: 2px;
    outline: none;
    border: solid 1px #00000011;
}
.form_post input {
    width: 70%;
    height: 3.9vh;
    border-radius: 2px;
    outline: none;
    border: solid 1px #00000011;
}
.menulateral ul{
    width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5vw;
    margin: 0;
    padding: 0;
}
.menulateral li{
 background-color: #b6b6b6ce;
    width: 100%;
    padding: 0.6vw;
    font-weight: 500;
    list-style: none;
    box-shadow: inset 0 2px 5px #00000011;
}
.con2 img{
    width: 100%;
    max-width: 100%;
     min-width: 100%;
    height: 10vh;
}
.con2 input{
    width: 100%;
    min-height: 1vw;
    padding: 1vw;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
    border-bottom: solid 1px #00000016;
}
.ppf img{
    width: 100%;
    height: 20vh;
}
.cc3 {
    display: flex;
    align-items: center;
  flex-direction: column;
    gap: 1vw;   
}
.cc3 a{
    display: flex;
    align-items: center;
  
    gap: 0.5vw;
    cursor: pointer;
    color: #000;
  
}
.cc3 h3{ 
    font-size: 1rem;
}
.cc3 p{ 
    font-size: 1rem;
}
.cc3 img{
    width: 5vw;
    max-width: 5vw;
     min-width: 5vw;
    height: 5vw;
}
.cofs{
   width: 49%;
 
    padding: 1vw;
}
.cofs img{
    width: 100%;
     min-width: 100%;
    max-width: 100%;
    height: 30vh;
}
.con3{
    display: flex;

        flex-wrap: wrap;
 
}
.con6{
    width: 50%;
}
.con6 img{
    width: 100%;
    height: 50vh;
}
.con6 h1{
    font-size: 2.5rem;
margin-bottom: 3vw;
margin-top: 1vw;
}
.con6 h2{
    font-size: 1.8rem;
          margin: 5vw 0;
}
.con6 h3{
    font-size: 1.7rem;
       margin: 5vw 0;
}
.con6 h4{
    font-size: 1.6rem;
    margin: 5vw 0;
}
.con6 h5{
    font-size: 1.5rem;
       margin: 5vw 0;
}
.con6 h6{
    font-size: 1.4rem;
          margin: 5vw 0;
}
.con6 p{
      font-size: 1.1rem;
    line-height: 3.2;
    
}
.con6 li{
        line-height: 2.2;
    font-size: 1.1rem;
       margin: 0 2vw ;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    width: 100%;
    background-color: #b6b6b6;
    height: 23vh;
       font-size: 1rem;
    
 
   
}
footer ul{
    display: flex;
    gap:1vw;
   
}
footer li{
    text-decoration: underline;
   list-style-type: none;
}


   
     
@media screen and (max-width: 1024px) {
    .cc3 img {
    width: 15vw;
    max-width: 15vw;
    min-width: 15vw;
    height: 15vw;
}
    .cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3vw;
    padding: 3vw;
}
.con3 {
    display: flex;
    min-width: 90vw;
    flex-wrap: wrap;
}
.con2 {
    display: flex;
    flex-direction: column;
    width: 90vw;
    gap: 1vw;
    padding: 0 1vw;
}
.con6 {
    width: 100%;
}
}
 @media (max-width: 768px) {
           header ul {
        display: none; /* Fechado no mobile */
        flex-direction: column;
        background-color: #d81b60;
        position: absolute;
        top: 92px;
        right: 0;
        width: 100%;
        padding: 10px 0;
    }

    header ul.show {
        display: flex;  /* Abre quando clica no botão */
    }

    .menu-toggle {
        display: flex;
    }

    header ul li {
        margin: 10px 0;
        text-align: center;
    }
}