* {    
    margin: 0;   
        box-sizing: border-box;  
        scroll-behavior: smooth;    
}

body { 
  display: block;  
            font-size: 16px;  
    font-family: "Inter", arial, sans-serif ;      
     color: #000;     
     line-height: 1.5;      
     letter-spacing: 0.3px; 
      font-style: normal;   
      background: #fff;
     position: relative;
     top: 16vh;
       font-weight: 500;
       font-size: 100%;
  }

  .cont{
    display: flex;
    justify-content: center;

    padding-bottom: 6vw;
  }
  img {
     opacity: 1;
    object-fit: cover;   
    object-position: center; 
    display: block;
     filter: brightness(1.1), contrast(1.2);
  }
   
.painelcp input{
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    height: 3.9vh;
    width: 100%;
        border: solid 1px #000;
}
.painelcp select{
    width: 10vw;
    max-width: 100%;
    font-size: 1rem;
    height:5vh;  
        border: solid 1px #000; 
}
.painelcp textarea{
    width: 10vw;
    max-width: 100%;
    font-size: 1rem;    
}
.cke_reset{
    width: 100%;
    min-height: 30vw;
}
header input[type=search]{
    width: 15vw;
    border-radius: 0.2vw;
    border:solid 1px #00000026;
    margin: 0px;
    font-size: 0.8rem;
    padding: 0.55vw;    
}
header input[type=submit] {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 6vw; /* Largura proporcional à viewport */
    padding: 0.55vw;  /* Altura proporcional para manter proporção quadrada */
    background-color: #000000;
    color: #fff;
    background-size:contain; /* Ajusta a imagem para cobrir todo o botão */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    background-position: center; /* Centraliza a imagem */
    border: none; /* Remove borda padrão do botão */
    cursor: pointer; /* Mostra um cursor de mão ao passar por cima */
    border-radius: 0.2vw;
  }

.faq{
    background-color: #fafafa;
    padding: 60px;
    border-radius: 0.1vw;
}
.faq p{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1em !important;
}
.faq ul{
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 1em !important;
}
.faq li{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1em !important;
}
.faq strong{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1.1em !important;
    font-weight: bold;
}
.mobile-menu ul li {   
    padding: 6px;
    border-bottom: 1px solid #ffffff65;
    margin: 3vw 0;
}
.mobile-menu ul li a {
    color:  #fff; 
    text-decoration: none;
    font-size: 0.8rem;

}

.close-icon {
    font-size: 1.6rem;
    padding: 2vh 0;
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
}
.mobile-menu.active {
    display: block;
    transform: translateX(0);
}
header{
   display: flex;
    justify-content: center;
    align-items: center;    
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 12133333;
    text-align: center;

}
nav{  
    width: 100%;
    max-width: 100%;
    z-index: 160000;  
    display: flex;
  text-align: center;
    justify-content: center;      
    align-items: center;    
  box-shadow:0 0 1px #00000006;
 gap: 6vw;
  background-color: #000000;
  padding: 1vw 0;

}
nav ul{
    margin: 0;
    padding: 0;
  text-align: center;
    display: flex;
    justify-content: center;    
    align-items: center; 
    box-shadow: 0 1px 1px #00000009; 
}
nav li{
    list-style-type: none;      
    font-size: 1rem;
font-weight: normal;  
}
nav a{  
 padding: 0 1vw;
text-decoration: none;
  color: #FFF;
  font-weight: normal;          
}

.vv{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 6px;
    background-color: #19d132d0;
}
.vc{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 6px;
    background-color: #d14419;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;  
  

}
.logo h2 a{   
    text-decoration: none;
   color: #ffffff;
    font-size: 3rem;
    font-family: "Bodoni Moda", serif;
  font-weight: 600;    
    letter-spacing: normal;   
   }
.tcont{    
    display: flex;  
    justify-content: center;
    align-items: center;   
    flex-wrap: wrap;    
      width: 100%;
   
   
}
.tcont2{    
    display: flex;     
    flex-wrap: wrap;      
   width: 100%;
   
}
.tcont5{    
    display: flex;     
    flex-wrap: wrap; 
    flex-direction: column;     
   width: 100%;
   
}

#look-suggestion {
    background: url('https://www.toptal.com/designers/subtlepatterns/uploads/crossword.png') repeat;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: 20px auto;
    font-family: 'Roboto', sans-serif;
}
#look-suggestion h3 {
    font-size: 3.6rem;
    color: #333;
    margin-bottom: 10px;
}
#look-suggestion p {
    font-size: 1.6rem;
    margin: 10px 0;
    color: #666;
}
#look-suggestion button {
    background: #e91e63;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
#look-suggestion button:hover {
    background: #c2185b;
}
.cont2{    
    display: flex;
   justify-content: center;   
    gap: 3vw;
   width: 100%;
   max-width: 100%;
 
}
.tcont h1{

    display: flex;    
  align-items: center;
 
    font-size: 1.9rem;    
    margin: 0;
    font-weight:600;      
}
.publippc{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publippc img{
    
    
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 13vw; 
}
.contppc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border: solid 1px #00000016;
    margin: 3vw 0;
}
.cont h1{
    width: 100%;   
    display: flex;    
     
    font-size: 1.9rem;
    padding: 2vw 13vw;
    margin: 0;
    font-weight:600;      
}
.about-us{
    padding: 50px;
   width: 50%;  
}
.about-us h1{
    font-size: 2rem;
    padding: 20px 0;
}
.about-us h2{
    font-size: 1.5rem;
    padding: 20px 0;
}
.about-us p{
    font-size: 1.3rem;
    padding: 20px 0;
}
.about-us a{
    font-size: 1rem;
    padding: 20px 0;
}
.about-us li{
    font-size: 1.3rem;
    padding: 20px 0;
}
#sobrecp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact h1{
    font-size: 2.5rrem;
}
.contact p{
    width: 50%; 
    font-size: 1.5rrem;
    margin: 3vw 0;
}
.contact{    
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact form{   
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.contact input{
    border-radius: 0.2vw;
    height: 3.9vh;
}
.contact button{   
    height: 6vh;
    background-color:  #060606; 
    color: #ffff;
    font-size: 1.6rrem;
    border: solid 1px #00000006;   
    margin-top: 1.6vh;
}
footer{
    width: 100%;
    max-width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
    background-color: #f6f6f6; 
 height: 10vw;
 padding-top: 1vw ;
   text-align: center;
}
footer p{
    margin: 2vw 0;
       display: flex;
       align-items: center;
       justify-content: center;

}
footer a{
    color: #000000;
margin: 0 1vw;

    font-size: 1rem; 



}
.publi{   
    display: flex;   
    justify-content: right;   
    align-items: center; 
    flex-wrap: wrap;
    width:100%; 
    max-width: 100%;
    gap: 1vw;
    padding-bottom: 6vw 0;
    
}
.publi5{   
    display: flex;   
    justify-content: center;   
    align-items: center; 
    flex-wrap: wrap;
    width:100%; 
    max-width: 100%;
    gap: 1vw;
    padding-bottom: 6vw 0;
    
}
.tcont5 h2{
    padding: 3vw 15vw;
}
.CONT3{
        position:sticky;
        top: 0;
        right: 0;
    width: 19vw;
    min-width: 19vw;
     padding: 1vw 2vw;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    border-left: solid 1px #00000010;
 box-shadow: -1px -1px 3px  #00000010;  
  margin-right: 6vw;
  margin-left: 3vw;
    gap: 1vw;
height: 200vh;
   
}
.CONT3 h2{ 
width: 100%;
    padding: 2vw 1vw;
padding-top: 0;
    font-size: 1.7rem;
   
}
.CONT3 h3{
    font-size: 1.1rem;
   
}
.CONT3 a{
    font-size: 1.1rem;
    color: #000000;
     padding: 0 1vw;
     display: flex;
flex-direction: column;
    gap: 1vw;
}
.cfg3{
    width: 20vw;
    padding: 0 1vw;
}
.cfg3 a img{
    width: 100%;
    max-width: 100%;
   height: 26vh; 
 
   
}
.cons{
    width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
    margin: 0;
    padding: 0;
}
.cfg3{
    display: flex;
    flex-direction: column;
     gap: 1vw;
}
.publi a{ 
    display: flex;   
    flex-direction: column; 
    justify-content: center;  
    color:  #000;    
    width: 20vw;
        box-shadow: 1px 1px 10px  #00000018;


         
}
.publi5 a{ 
    display: flex;   
    flex-direction: column; 
    justify-content: center;  
    color:  #000;    
    width: 20vw;
 box-shadow: 0 2px 10px #00000010;

         
}
.publi img{
   
    width: 100%;
    max-width: 100%;
    min-width: 100%;   
    height: 50vh;  
      
  }
  .publi5 img{
   
    width: 100%;
    max-width: 100%;
    min-width: 100%;   
    height: 50vh;  
      
  }

  .publi h2{ 
 
    background-color: #fffdfb;
    height: 7vw;
    margin: 0;
    padding: 1.2vw;   
    font-weight: 600 !important;     
    font-size: 1.2rem;

  }
  .publi5 h2{ 
 
    background-color: #fffdfb;
    height: 7vw;
    margin: 0;
    padding: 1.2vw;   
    font-weight: 600 !important;     
    font-size: 1.2rem;
       box-shadow: 0 -1px 3px 0 #00000010;
  }
  .conteudo{
    width: 46%;
    justify-content: right;
   max-width: 46%;
   flex: 1;  
   padding: 3vw;  
   

      
}


.conteudo hr{
    display: none;
}
.conteudo article{
    display: flex;    
    justify-content: center;
    flex-direction: column;
  
}
aside{
    width: auto;
}
article{
    width: auto;
}
.conteudo a{
    width: auto;
}
.conteudo h1{
    font-size: 3rem;     
  margin: 0;
  padding: 2vw;
  box-shadow: -1px -1px 3px  #00000010;  
  border-left: solid 1px #00000010;
}

.conteudo h2{
    font-size: 1.9rem;   
    padding: 6vw 0       
}
.conteudo em{
    font-size: 1rem;   
    font-weight: 560;
}
.conteudo h3{
    font-size: 1.8rem;     
   padding: 6vw 0    
}
.conteudo h4{
    font-size: 1.7rem;    
    padding: 6vw 0       
}
.conteudo h5{
    font-size: 1.6rem;      
  padding: 6vw 0         
}
.conteudo h6{
    font-size: 1.5rem;     
    padding: 6vw 0        
}
.conteudo p{
     font-size: 1.16rem;
    line-height: 2.6;  
    color: #0f0f0f;
    }
    .conteudo a{
        
    font-size: 1.16rem;
        line-height: 2.6;      
        }
.conteudo li{    
    
   font-size: 1.16rem;
    line-height: 2.6;     
}
.conteudo li p{       
    
   font-size: 1.16rem;
    line-height: 2.6;   
}
.conteudo ul{
      font-size: 1.16rem;
    padding: 0 6vh;
}
.conteudo ol{
      font-size: 1.16rem;
    padding: 0 6vh;
}
.conteudo img{ 
    
    
       margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100% ;
    min-width: 100%;
    height: 60vh ;  
   
}

.lo input{
    font-size: 1rem;
    width: 22vw;
    height: 5vh;
    font-size: 1rem;
    font-weight: normal;
    border:none;
    border-radius: 0.5vw;
    padding: 1vw;
    background-color: #FFF;
}
.lo form{
    display: flex;
    justify-content: center;    
    
    flex-direction: column;   
  
}
.lo h1{
    font-size: 3rem;
    
}
.lo p{
    font-size: 1rem;
    
}
.lo [type="submit"]{
padding: 0;
    background-color:  #060606; 
    color: #fff;
    border: none;
}
.login img{
    

   max-width: 50%;
  height: 100vh;
}
.login{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lo{
    width: 100%;
    max-width: 100%;
    display: flex;   
    align-items: center;
    flex-direction: column;
   
}
.conteudo2{
     width: 19vw;      
    display: flex;
    justify-content: left;
    flex: 2;   
    padding: 1vw 2vw;     
    align-items: center;    
    flex-direction: column;
    position: sticky;         
    top: 0; 
  gap: 1vw;
    height: 500vh;
     box-shadow: -1px -1px 3px  #00000010;  
border-left: solid 1px #00000010;
}
.conteudo2 img{
    
    
    max-width: 100%; 
    min-width: 100%;  
    width: 100%;  
    height: 26vh; 
    margin: 0;
    padding: 0;
   }
.conteudo2 h2{
    width: 100%;
   font-size: 1.5rem;
   padding-bottom: 36px;
  margin: 0;
   
}
.conteudo2 p{
 font-weight: 600;
    font-size: 1.1rem;  
 }
.conteudo2 a{ 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;   
    color:  #000; 
    font-size: 1.2rem;  
    font-weight: bold;  
    margin: 0;
    padding: 0;  
    }

.cl0 img{
    object-fit: contain;
}
 .cont_grupo a{
    font-size: 1.6rem; 
    color:  #060606;       
 }
 .cont_grupo h2:hover{
    transition: transform 0.3s ease;
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #0000000a;
 }
 .painelcp{
    font-family: Arial, sans-serif;
 }
 .form_post h1{
    width: 100%;
    max-width: 100%;
    font-size: 2.6rem;
    text-align: center;
 }
.form_post{  
    width: 100%;
    max-width: 100%;
    display: flex;    
}
textarea{
    width: 30vw;
    height: 30vh;
}

.painelcp button{
    width: 100%;
    height: 3vw;
    background-color: #000000;
    color: #ffffff;
    border: 0;
    font-size: 1rem;
    cursor: pointer;
}
.cke_notifications_area{
    display: none;
}
urlset {
    font-family: Arial, sans-serif;   
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
}
url {
    display: block;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #c9c9c9;
}
loc {
    font-weight: bold;
    color: #2c3e50;
    
}
lastmod {
    font-size: 0.9rem;
    color: #7f8c8d;
}
changefreq, priority {
    font-size: 0.8rem;
    color: #95a5a6;
}
.form_post form {
    width: 100%;
      font-size: 1rem;
    padding: 3vw ;
    border: solid 1px #00000016;

    box-shadow: 0 0 3px 0px #00000016;
   
}
.fomtcont{
    display: flex;
    justify-content: center;

    width: 100%;
}
.fomtcont select{
    font-size: 1rem;
    height: 5vh;
}
.fomtcont button{
    width: 100%;
    height: 5vh;
    color: #000000;
   font-size: 1rem;
    margin-top: 1vw;
}
.fomtcont input{
     font-size: 1rem;
    width: 100%;
    height: 5vh;
}
.menulateral ul{
    width: 100%;  
margin: 0;
padding: 0;
 
}
table {
  
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 1vw;
    border-color: gray;
}
th {
  padding: 0.3vw;
    border: solid 1px #000;
}
.tdf{
    display: flex;
    justify-content: center;    
    flex-direction: column;
    width: 100%;
    
    padding: 0 6vw;
    margin-top: 3vw;
}
.tdf td{
    border-bottom: solid 1px #00000036;
    padding: 10px;
    box-shadow: 0 1px 0 0 #00000016;
}
.menulateral{
    width: 15%;
    max-width: 15%;
    min-width: 15%;
    min-height: 100vh;
background-color: #d8d8d8;
box-shadow: inset 1px 0 1px 0 #00000010;
 
}
.todosposts{
    width: 100%;
    display: flex;
   
    
}

.todosposts table{  
        border-collapse: collapse;
       border-spacing: 0 6px; /* 10px entre colunas, 0px entre linhas */
       border-collapse: separate; /* Necessário para que border-spacing funcione */
   }
.menulateral li {
    min-width: 100%;
    padding: 10px;
    margin-bottom: 1px;
   list-style: none;
    background-color: #000000;
    box-shadow:inset 0 1px 1px 0 #00000016;
}
.menulateral li a {
    color: #ffffff;
    text-decoration: none;
}
select {
    height: 4vh;
    padding: 10px;
}
.slider-container {   
    width: 100%;
    max-width: 100%;
   display: flex;
   justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;   
  
   
}
.msgemail{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 3rem;
    
}
.email {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 50vh; /* Altura máxima para o scroll */
    overflow-y: auto; /* Scroll vertical */
    border: 1px solid #ddd; /* Borda para visualização */
    width: 50%; /* Ajuste a largura conforme necessário */
    margin: auto; /* Centraliza horizontalmente */
    margin-bottom: 20vh;
    box-shadow: 0px 0px 6px #00000016;
    border-radius: 0.3vw;   
    color: #ffffff;   
}
.email table {
    width: 100%; /* Garante que a tabela ocupe toda a largura do contêiner */
    border-collapse: collapse; /* Remove espaços extras entre células */
    margin-bottom: 20vh;
}
.email th, .email td {
    color: #000000;
   
    font-size: 1rem;   
    padding: 10px; /* Adiciona espaçamento interno */
    border: 1px solid #ddd; /* Borda entre células */
    text-align: left; /* Alinha o texto à esquerda */
}
.email th {
    background-color: #000000; /* Fundo para o cabeçalho */
}
.emailnew{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1vw;
    width: 100%;
    margin-bottom: 26px;
}
.conteudo2 form{
    width: 100%;
    display: flex;
    flex-direction: column;
       margin: 2vw;
       font-size: 1.1rem;
}
.conteudo2 input{
   height: 3.9vh;
padding: 1vw;
border: none;
border-bottom: solid 1px #00000016;
 border-radius: 0;
 outline: none;
}
.conteudo2 input[type=submit] {
   border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-top: 0.5vw;
    padding: 0;
}
.CONT3 form{
    width: 90%;
    display: flex;
    flex-direction: column;
       margin: 2vw;
       font-size: 1.1rem;
}
.CONT3 input{
   height: 3.9vh;
padding: 1vw ;
border: none;
border-bottom: solid 1px #00000016;
 border-radius: 0;
 outline: none;
}
.CONT3 input[type=submit] {
   border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-top: 0.5vw;
    padding: 0;
}
.emailnew h3{  
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;   
    margin: 3px 0; 
        
 }
.emailnew form,input{
width: 100%;
   margin: 0;
   padding: 0;
}
.emailnew input{
    width: 100%;
    height: 6vh;
    margin: 1vh 0;
    font-size: 1.2rem;
    border: solid 1px #00000016;
    border-radius: 2px;
    padding: 1vw;
    
}
.emailnew input[type=submit]{
    border: 0;
    height: 6vh;
    box-shadow: 0 0 1px 0 #000000;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #000000;
}
.slides {
    display: none; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;   
    padding: 3vw;   
    gap: 1vw;
}
.slide-content {
    display: flex;
    align-items: center;
    justify-content: center;  
 box-shadow: 0 02px 10px #00000010;
    background-color: #000000;
    margin: 0;
    padding: 0;
    
   }
.slider-container h2{  
    font-size: 1.9rem;    
     font-weight:660;
     }
.slide-content a{
    text-decoration: none;
    color:  #060606; 
    padding: 0;
    margin: 0;
}
.slides a {
    display: flex;
    justify-content: center;
    align-items: center;
   flex-direction: column; 
}
.slides img {
    border: 0;
    width: 20vw;
    max-width: 20vw;; 
    height: 30vh;     
    margin-right: 16px;   
    border-radius: 0;  
    
      
}


.slide_info {
    width: 100%;
    max-width: 26vw; 
    margin: 0;    
    padding: 6px;
}
.slide_title {
    font-size: 1.9rem;    
    font-weight:660;
    margin-bottom: 10px; 
    color: #fff;
}
.slide_descri {
    font-size: 1.2rem;
     color: #fff;    
}
.fade {
   animation: fade 0.5s ease-in-out;
}
@keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
}
.menu-icon, .mobile-menu{
    display: none;
   
}
@media screen and (max-width: 1700px) {
     .conteudo h1{
    font-size: 3rem;  
  margin: 0;
  padding: 2vw;
  box-shadow: -1px -1px 3px  #00000009;  
}

.conteudo h2{
    font-size: 1.9rem;
        padding: 8vh 0       
}
.conteudo em{
    font-size: 1rem;
         font-weight: 560;
}
.conteudo h3{
    font-size: 1.8rem;
       padding: 8vh 0   
}
.conteudo h4{
    font-size: 1.7rem;
        padding: 8vh 0        
}
.conteudo h5{
    font-size: 1.6rem;
      padding: 8vh 0         
}
.conteudo h6{
    font-size: 1.5rem;
       padding: 8vh 0        
}
.conteudo p{
     font-size: 1.16rem;
     color: #0f0f0f;
    }
    .conteudo a{
        
    font-size: 1.16rem;
          
        }
.conteudo li{    
    
   font-size: 1.16rem;
  
}
.conteudo li p{       
    
   font-size: 1.16rem;
   
}
           .login{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .publi h2{ 
        height: 9vw;
        margin: 0;
        padding: 1.2vw;   
        font-weight: 560 !important;     
        font-size: 1.2rem;
      
      }
      .publi5 h2{ 
        height: 9vw;
        margin: 0;
        padding: 1.2vw;   
        font-weight: 560 !important;     
        font-size: 1.2rem;
       
      }
    }
@media screen and (max-width: 1413px) {
           .login{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.publi h2{ 
    height: 26vh;
    margin: 0;
    padding: 1.2vw;   
    font-weight: 560 !important;     
    font-size: 1.2rem;
   
  }
  .publi5 h2{ 
    height: 26vh;
    margin: 0;
    padding: 1.2vw;   
    font-weight: 560 !important;     
    font-size: 1.2rem;
  
  }
}
@media screen and (max-width: 1366px) {
.publi h2{ 
    height: 10vw;
      margin: 0;
      padding: 1vw;   
      font-weight: 560;     
      font-size: 1.2rem;
    }
    .publi5 h2{ 
    height: 10vw;
      margin: 0;
      padding: 1vw;   
      font-weight: 560;     
      font-size: 1.2rem;
    }
}
@media screen and (max-width: 1346px) {
    
    main{
        width: 100%;
        max-width: 100%;
        display: flex;
    }
    footer{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;      
         height: auto;   
         background-color: #eeeded;   
        
     }
     footer a{    
        color: #000000;
    margin: 3vw 0;
      
        font-size: 1rem; 
         
    }
    header{
        display: none;
    }
  
    .menu-icon a{
        display:flex;
        align-items: center;
        justify-content: center;
        margin-left: 6vw;       
        text-decoration: none;   
        color: #000;
        
        font-family: "Bodoni Moda", serif, monospace;
        font-optical-sizing:auto;
        font-weight:normal;        
       
    }
    .menu-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 26000;
        font-size: 3rem;
        height: 10vw;
        padding: 0;
        margin: 0;
        cursor: pointer;   
        background-color: #fff;
        color: #000;    
        box-shadow: 0 1px 2px 1px #00000008; 
    }
    .mobile-menu {
        text-align: center;
        display: none;
        background: linear-gradient(to bottom, #000000, #1a1a1a);
        border-right: 1px solid #00000009;
        position: fixed;
        top: 10vw;
        left: 0px;
        width: 73%;
        height: 100vh;
        padding-top: 20px;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        color:  #fff; 
        z-index: 10001;
    }
    .mobile-menu form{
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    padding: 0;
    margin-top: 16px;
    border: solid 1px #00000009;
    }
    .mobile-menu input[type=search]{
        width: 60%;   
        margin: 0px;  
        color: black; 
        border: none; 
        border-radius: 0.5vw;
        height: 5vh;
        font-size: 0.9rem;
    }
    .mobile-menu input[type=submit] {
        margin: 1px;    
        width: 20vw; /* Largura proporcional à viewport */
        height: 5vh; /* Altura proporcional para manter proporção quadrada */    
        border: none; /* Remove borda padrão do botão */
        cursor: pointer; /* Mostra um cursor de mão ao passar por cima */
      background-color: #ffffff;
      padding: 0;
      border-radius: 0.5vw;
      font-size: 0.9rem;
      color: #333;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
       margin-top: 10vw;
       text-align: left;
    }
    nav{  
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 160000;  
        display: flex;
        justify-content: center;
        align-content:normal;
        align-items: center;    
      width: 100%;
      padding: 1vw;   
      box-shadow:0 0 2px #00000006;
      background-color: #000000f6;
      height: 1.6vw;
    }
    nav ul{
        display: flex;
        justify-content: normal; 
        align-content: normal; 
        align-items: normal;  
    }
    .publi{    

        min-width: 100vw;        
        flex-wrap: wrap;
        display: flex; 
        flex-direction: column;  
        justify-content: center;
         
        padding: 0;
        margin: 0;  
    }
      .publi5{    

        min-width: 100vw;        
        flex-wrap: wrap;
        display: flex; 
        flex-direction: column;  
        justify-content: center;
         
        padding: 0;
        margin: 0;  
    }
    .publi img {
        
        
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 80vh;
    }
    .publi a{       
        width: 70%;
       margin: 6vw 0;
       padding: 0;            
    }
     .publi5 a{       
        width: 70%;
       margin: 6vw 0;
       padding: 0;            
    }
    .cont2{   
       flex-direction: column;            
       padding: 0; 
    }
    .conteudo{
        width: 100%;
        min-width: 100%;
        flex: 1;    
         display: flex;  
               
         flex-direction: column;
         padding: 0;
         margin: 0;  
         margin-top: 10vw;
     }
     .conteudo2{
        max-width:100%; 
       min-width:100%;      
       display: flex;
       flex: 1;     
             
       flex-direction: column;
       position: relative;         
       top: 0; 
       padding-left: 0; 
       padding: 3vw;         
       height: auto;
       box-shadow: -1px -1px 3px #00000009;
   }
   .conteudo2 img{
    max-width: 100%;
    min-width: 100%;
    height: 50vh; 
    margin: 0;
    padding: 0;
   }
   .cont{    
    display: flex;
   justify-content: center;
    
   flex-direction: column;   
    flex-wrap: wrap;      
    margin: 16vw 0;   
}
.slide-content {
    max-width: 90% ;
     min-width: 90% ;
    display: flex;
    align-items: center;
    justify-content: normal; 
    align-content: normal;   
    box-shadow: 0px 0px 2px #00000020;
    margin-top: 16vw;
   }
.slider-container h2{  
    font-size: 1.9rem;  
     font-weight:660;
     }
.slide-content a{
    text-decoration: none;
    color:  #060606; 
    padding: 0;
    margin: 0;
}
.slides a {
    display: flex;
    justify-content: center;
    align-items: center;
   flex-direction: column; 
}
.slides img {
    width: 30vw; 
    min-width: 30vw;
    height: 20vh;     
    margin-right: 16px;   
    border-radius: 0;    
}

.slide_info {
    max-width: 100%; 
    margin: 0;    
    padding: 6px;
}
.slide_title {
    font-size: 1.9rem;   
    font-weight:660;
    margin-bottom: 10px; 
}
.slide_descri {
    font-size: 1.2rem;
    color: #555;
 
}
  }
  @media only screen and (orientation: landscape) and (max-width: 1024px){

   
       .login{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 
    .conteudo2 img {
        width: 100vw;
        max-width: 100%;
        min-width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
    }
    .menu-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 26000;
        font-size: 1rem;
        height: 10vw;
        padding: 0;
        margin: 0;
        cursor: pointer;
        background-color: #fff;
        color: #000;
        box-shadow: 0 1px 2px 1px #00000008;
        font-size: 3rem;
    }
    .conteudo img {
        
        
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100vh;
    }
    .menu-icon a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 6vw;
        text-decoration: none;
        color: #000;
        font-family: "Bodoni Moda", serif, monospace;
        font-optical-sizing: auto;
        font-weight: normal;
        font-size: 3rem;
    }
    .publi a {
        width: 100%;
        margin: 6vw 0;
        padding: 0 6vw;
    }
      .publi5 a {
        width: 100%;
        margin: 6vw 0;
        padding: 0 6vw;
    }
    .publi img {
        
        
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100vh;
    }
  }
  @media screen and (max-width: 430px) {
  .CONT3 input[type=submit] {
    border: 0;
    height: 6vh;
    box-shadow: 0 0 1px 0 #000000;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #000000;
}
.CONT3 input {
    width: 100%;
    height: 6vh;
    margin: 1vh 0;
    font-size: 1.2rem;
    border: solid 1px #00000016;
    border-radius: 2px;
    padding: 1vw;
}  
.conteudo2 input[type=submit] {
    border: 0;
    height: 6vh;
    box-shadow: 0 0 1px 0 #000000;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #000000;
}
.conteudo2 input {
    width: 100%;
    height: 6vh;
    margin: 1vh 0;
    font-size: 1.2rem;
    border: solid 1px #00000016;
    border-radius: 2px;
    padding: 1vw;
}
    .cons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 6vw;
}
        .cfg3{
 width: 100%;
    gap: 12vw;
}
        .CONT3 {
            width: 100vw;
     position: static;
         height: auto;
            margin: 0;
            padding: 6vw;
}
        .CONT3 a{
         
          width: 100%;
display: flex;
flex-direction: column;
    gap: 6vw;
}
       .login{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .emailnew h3 {
        width: 100%;
        max-width: 100%;
        font-size: 1.5rem;
        margin: 3px 0;    
        padding: 3vw;
    }
    
    .slide-content {
        max-width: 90% ;
         min-width: 90% ;
        display: flex;
        align-items: center;
        justify-content: normal; 
        align-content: normal;   
        box-shadow: 0px 0px 2px #00000020;
        margin-top: 0;
       }
    .publippc img{
        display: flex;
        align-items: center;
        justify-content: center;    
        height: 33vw;       
    }
    .contppc {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 90%;
        border: solid 1px #00000016;
        margin: 3vw 0;
    }
    .lo input{
        max-width: 100%;
        width: 100%;
        height: 6vh;
        font-size: 1.6rem;
        border: solid 1px #00000016;
        border-radius: 0.1vw;
    }
  
   
    .tcont{    
        display: flex;     
        flex-wrap: wrap;      
        margin: 6vw 0;  
    }
 
    .slides {
       
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; 
        max-width: 100%;
        margin-top: 6vw;  
        padding: 1vw; 
          
    }
    .publi img {
        
        
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 50vh;
        
    }
    .publi a {
        width: 100%;
        margin: 3vw 0;
        padding: 0;
    }
     .publi5 a {
        width: 100%;
        margin: 3vw 0;
        padding: 0 6vw;
    }
    .publi {
        width: 100%;
        min-width: 100%;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        justify-content: center;        
        padding: 0;
        margin: 0;
    }
    .cont{    
        display: flex;
       justify-content: center;
        
       flex-direction: column;   
        flex-wrap: wrap;      
        margin: 0;   
    }
    .cont h1{
        text-align: center;    
        display: flex;    
        align-items: center;
         
        font-size: 1.6rem;
        padding: 0 8vw;
        margin: 0;
        font-weight:600;      
    }
    .conteudo h1{
        font-size: 2.5rem;     
      margin: 0;
      padding: 3vh;
      box-shadow: -1px -1px 3px  #00000009;  
    }
    strong {     
        font-weight: bold;
    }
   
    .conteudo article {
        display: flex    ;
        justify-content: center;
        flex-direction: column;
         padding: 6vw;
    }
    .conteudo2 {
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex: 1;
        flex-direction: column;
        position: relative;
        top: 0;
        padding-left: 0;
        padding: 6vw;
        height: auto;
        box-shadow: -1px -1px 3px #00000009;
        gap: 2vh;
    }
    
    .conteudo em{
        font-size: 1rem;       
    }
   
    .publi h2{ 
        height: 30vw;
        margin: 0;
        padding: 3vw;      
        font-weight: 560;        
        font-size: 1.2rem;
      }
       .publi5 h2{ 
        height: 30vw;
        margin: 0;
        padding: 3vw;      
        font-weight: 560;        
        font-size: 1.2rem;
      }
    .menu-icon {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 26000;
        font-size: 2.2rem;
        height: 16vw;
        padding: 0 6vw;
        margin: 0;
        cursor: pointer;   
        background-color: #fff;
        color: #000;     
    }
    .slides img {
        max-width: 39vw; 
        max-height: 34vw;     
        margin-right: 16px;   
        border-radius: 0;    
    }   
    .slide_info {
        max-width: 100%; 
        margin: 0;    
        padding: 0;
    }
    .slide_title {
        font-size: 1rem;
        font-weight:660;
        margin-bottom: 0; 
    }
    .slide_descri {
        font-size: 1rem;
        color: #fff;       
    }
    .menu-icon {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 26000;
        font-size:2rem;
        height: 16vw;
        padding: 0 6vw;
        margin: 0;
        cursor: pointer;   
        background-color: #fff;
        color: #000;     
    }
     footer{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;      
         height: 20vh;   
         background-color: #eeeded;   
        
     }
  }