@charset "utf8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');


#google_translate_element {
  margin-bottom: 20px;
  text-align: right;
}
:root{
    --font-padrao:arial,verdana,helvetica,sans-serif;
    --font-destaque:"Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
body{ 
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-color: #08090b;
}
header{
    padding: 10px;
    background-color: #3d3d3d36;
    

}
header>h1{
    padding-top: 30px;
    padding-bottom: 40px;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight:bolder;
    font-style: normal;
    text-shadow: 3px 3px 6px #797979d0;
    
    
}
header>h2{
    color: #1cd8d27c;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0;
    margin: 0;

}
header>p{
    text-align: center;
    padding: 8px;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.806);
}


header ul{
    background-color: #302f2f56;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
   
   
    
    
    
}
header ul li{
    list-style: none;
    padding: 0 20px 0 20px;
    
}
header ul li a{
   
    text-decoration: none;
    color: #797979;
    font-size: 20px;
    display: block;
    padding: 10px 15px;
    position: relative;
}

header ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1cd8d2;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s;
}
header ul li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1cd8d2;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s;
}
header ul li a:hover{
    color: #1cd8d2;
}

header ul li a:hover:before,ul li a:hover {
    transform: scaleX(1);

}


.linha{
    position: relative;
    top: -5px;
    left: 5px;
}

.navicon{
    display: flex;
    align-items:center;
    

}
.navicon img{
    
    width: 30px;
    cursor: pointer;
    filter: brightness(50%);
}


.img-menu{
    display: none;
}
.menu02 img:hover{
   color: #1cd8d2;
}
main{
    color: white;
       
}
.side-botton{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.esquerda{
    max-width: 500px;
    padding-right: 10px;
}
.esquerda>h1{
    
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    margin-bottom: 1.5rem;
    
      
   
}
.esquerda>h2{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
.esquerda>span{
    font-size: 1.1rem;
    padding-left: 10px;
    color:#797979a8;
    transition: 1s;
}
.esquerda>span:hover{
   
    text-decoration: underline;
    color: #1cd8d27c;
    transition: .5s;
    
    
}
.esquerda>p{
    color: #ffffffe2;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-padrao);
}
.esquerda button{
    background-color: #797979;
    color: (0, 0, 0, 0.806);
    border: none;
    padding: 0.8rem 3.8rem;
    border-radius: 99999px;
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s;
}
.esquerda button a{
  text-decoration: none;
  color: white;
}
.esquerda button:hover{
    cursor: pointer;
    background-color:#1cd8d2;
    color: white;

}
.esquerda button:active{
  transform: scale(1.1);
}
.button2{
  display: block;
  width: 100%;

 
}

.button3{
  display: none;
}


.esquerda {
    height: 100%;
    flex-basis: 50%;

    
 }

 .direita{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-basis: 50%;
    background-color: #4d4b4b30;
    padding: 25px;
    border-radius: 30px;
    
 }
 .direita img{
    width: 95%;
    border-radius: 10px;
    
 }
 .conteiner{
    border-bottom: 1px solid;
 }
 
 .cols>img{
    position: absolute;
    left: 9%;
    top: 4%;
    width: 81%;
    border-radius: 15px;
 }
 .conteiner-geral{
  display: flex;
  justify-content: center;
 
  
  
 }
 .conteiner-geral h2{
  font-family: var(--font-destaque);

 }
 .conteiner-geral p{
  font-family: var(--font-padrao);
 }
 
.tag {
  background: #1cd8d2;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f172a;
}

/* Botões */
button {
  
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
  
}

button:hover{
  transform: translateY(-3px);
  background: linear-gradient(90deg, #0fb9b1, #11998e);
  color: #fff;
}




/* Seções */
.visao-geral, .inner-Visao-geral {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.visao-geral h2, .inner-Visao-geral h2 {
  margin-bottom: 1rem;
  color: #1cd8d2;
}

.visao-geral h3 {
  margin-top: 1rem;
  color: #facc15;
}
 .visao-geral{
  
  padding: 10px 60px 55px 60px;
  margin-top: 25px;
  max-width: 500px;
  background-color: #3d3d3d68;
 }
 .visao-geral h1{
  font-weight: bold;
  font-family: var(--font-destaque);

 }
.visao-geral>p{
  line-height: 25px;
  text-indent: 10px;
  font-family: var(--font-padrao);

}
.inner-Visao-geral{
  padding: 10px;
  margin-top: 25px;
  max-width: 500px;
  line-height: 30px;
 
}

.conteiner-inner-imagm{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}
.inner-imagm{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 80%;
  height: 390px;
  background-color: #3d3d3d68;
  
}
.inner-imagm img{
  width: 90%;
  height: 90%;

}

.esquerda2{
  background-color: #3d3d3d68;
  max-width: 400px;
  padding: 20px;
  border-radius: 20px;
}

.button2{
  width: 100%;
  color: white;
   background-color: #1cd8d26f;
  border: none;
  margin-top: 5px;
}

.esquerda .tag {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  background: linear-gradient(90deg, #1cd8d27c, #00cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.direita2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px;

}
.direita2 img{
  width: 600px;
  

}
.side-botton2{
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      background-color: #101010;
}
 .page-inner-content h2{
  color:#1cd8d2d2;
  padding-left: 20px;
  font-weight:bold ;

 }
 .header-bottom-side{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    
 }
 .header-bottom-side-left h2{
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
 }
.header-bottom-side-left p{
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}
.header-bottom-side-left button{
    background-color: #797979;
    color: (0, 0, 0, 0.806);
    border: none;
    padding: 0.8rem 3.8rem;
    border-radius: 99999px;
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s;
    
}
.header-bottom-side-left button a{
  text-decoration: none;
  color:white ;
}
.header-bottom-side-left button:hover{
    cursor: pointer;
    background-color:#1cd8d2;
    color: white;
}
.header-bottom-side-left button:active{
  transform: scale(1.1);
}
 .header-bottom-side-left{
    height: 100%;
    flex-basis: 50%;

    
 }
 .cor-de-fundo{
  background-color: #3d3d3d36;

 }
 .exclusive{
    color: #fff;
    flex-direction: row-reverse;
    
  }
  .exclusive img{
    max-width: 550px;
    min-width: 300px;
  }
  .header-inner-conteiner{
    margin-bottom: 5%;
  }
  fieldset{
    width: 29%;
  }
  textarea{
    color: white;
    background-color: #6f6e6e1a;
  }
  textarea::placeholder{
    color: white;
    
  }
  
 /* Testemunhos */
.testemunhos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.testemunho {
  border: 1px solid #1cd8d2;
  border-radius: 15px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}
.testemunho:hover {
  transform: translateY(-5px);
  border-color: #0fb9b1;
}
.rate {
  color: #facc15;
  margin: 0.5rem 0;
}

 .testemunhos{
    display: flex;
    padding: 4rem 1rem;
    justify-content: space-evenly;

}
.testemunho{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 flex-basis: 30%;
 text-align: center;
 box-shadow: 0 0 3px #afafaf;
 padding: 1rem;
 border-radius: 1rem;
 cursor: pointer;
 transition: all 0.2s;
}
.testemunho:hover{
 transform: translateY(-5px);
}
.testemunho p{
 margin: 5px 0;
}
.testemunho p:first-child{
 font-weight: bold;
 font-size: 5rem;
 color:#1cd8d2;
 margin-top: 3rem;
 line-height: 2rem;
 
}
.testemunho p:last-child{
 font-weight: bold;
}

 footer{
    color: #1cd8d2;
    background-color: #3d3d3d36;
  }
  .footer-content{
    display: flex;
    align-items: center;
    color: #8f8f8f;
    padding: 4rem 1rem;
    gap: 2rem;
  }
  .download-options h2{
    color: #1cd8d2;
    font-weight: bolder;
  }
  .download-options p{
    color: #797979;
  }
  .download-options>*{
    margin: 1rem 0;
    
  }
  .download-options p:first-child{
    font-weight: bold;
    
  }
  .download-options>div{
    display: flex;
  }
  .download-options>div img{
    width: 180px;
  }
  .logo-footer{
    
    text-align: center;
  }
  .logo-footer h2{
    color: #1cd8d2;
    font-weight: bolder;
  }
  .logo-footer p{
    color: #797979;
  }
  .links-footer h2{
    font-weight: bolder;
    color: #1cd8d2;
    margin-bottom: 0.3rem;
  }
  .links-footer ul{
    list-style: none;
 
  }
  .links-footer ul li{
    margin-bottom: 0.5rem;
    cursor: pointer;
  }


  
  .inner-redes-sociais{
    display: flex;

  }
  .inner-redes-sociais img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .copyright{
    color: #fff;
    padding: 2rem 0;
    text-align: center;
  }







  #h1amaral{
  
  padding-top: 30px;
  padding-bottom: 40px;
  color: white;
  text-align: center;
  font-size: 3rem;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
  text-shadow: 3px 3px 6px #797979d0;
  
}

#h1amaral{
 
   font-size: 3em;
    color: #ffffff;
    list-style: none;
    animation: lighting 1.4s linear infinite;
}


@keyframes lighting {
  0% {
    text-shadow: 0 0 0px #fff, 0 0 0px #1cd8d267, 0 0 0px #1cd8d267;
  }
  50% {
    text-shadow: 0 0 5px #fff, 0 0 5px #1cd8d267, 0 0 5px #1cd8d267;
  }
  100% {
    text-shadow: 0 0 0px #fff, 0 0 0px #1cd8d267, 0 0 0px #1cd8d267;
  }
}


/*Comentario-site*/

.conteiner-comentario{
  display: flex;
  justify-content: center;
  align-items: center;
}
.conteiner-comentario h2 {
  text-align: center;
  color: #ffffff;
}
.comentarios-container {
  width: 90%;
  max-width: 600px;
  background-color: #635f5f3a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#usuario{
  color: white;
  background-color: #635f5f3a;
}
#usuario::placeholder{
  color: white;
  
}
input, textarea {
  width: 95.3%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  resize: none;
}
button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #797979;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
button:hover {
  background-color:#1cd8d2;
}
/* Comentários */
.conteiner-comentario {
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 15px;
}

.comentarios-container input, 
.comentarios-container textarea {
  
  margin: 0.5rem 0;
  padding: 0.8rem;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #f1f5f9;
}

.comentario {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #00000000;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  animation: fadeIn 0.3s ease-in-out;
}
.comentario strong {
  color:#1cd8d2;
  margin-bottom: 5px;
}
.comentario span {
  color: white;
}
.delete-btn {
  align-self: flex-end;
  background-color: #797979;
  color: white;
  border: none;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.3s;
  margin-top: 5px;
  width: 61%;
  margin-right: auto;
  margin-left: auto;
}
.delete-btn:hover {
  background-color:#1cd8d2;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/**/