:root {
    --bg-color: #15191F;
    --text-color: aliceblue;
    --border-color: #43464B;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    background-color: var(--bg-color);
    font-family: "Helvetica Neue", sans-serif;
}

nav {
    background-color: var(--bg-color);
    height: 80px;
    border-bottom: solid 1px var(--border-color);
    display: flex;
    justify-content: end;
    align-items: center;
}

ul {
    display: flex;
    gap: 20px;
    padding: 8px;
    margin-right: 30px;
}

nav ul li a {
    text-decoration: none;
    color: var(--text-color);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-color);
    height: 80px;
    border-bottom: solid 1px var(--border-color);
}

.logo img {
    height: 100px;
    width: 200px;
}

.carrocel img {
    width: 100%;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
	margin-bottom: 80px;
}

.card {
    padding: 40px;
    height: 200px;
    width: 200px;
}

.card img {
    width: 100%;
    border-radius: 20px;
}

p{
	display: flex;
	justify-content: center;
	font-size: 20px;
	color: aliceblue;
	padding: 8px;
	font-family: Helvetica Neue;
}

.blog-posts {
    margin: 40px auto;
    padding: 20px;
  width: 90%;
    background-color: #1e232b;
    border-radius: 10px;
}

.blog-posts h2 {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 20px;
}

.post {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: #2b2f36;
}

.post h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.post h3 a {
    color: var(--text-color);
    text-decoration: none;
}

.post p {
    font-size: 16px;
    color: #ddd;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #00bfff;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}


footer {
    background-color: #15191F;
    color: var(--text-color);
    text-align: center;
    padding: 20px 0;
    border-top: solid 1px var(--border-color);
    margin-top: 40px;
}

footer a {
    color: #00bfff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.efeito{
    visibility: hidden;
}

.vf {
    perspective: 1000px; /
}

.vf:hover {
    transform: rotateY(180deg); 
	cursor: pointer;
}
.rotate-img {
    transition: transform 0.10s; 
}

.rotate-img:hover {
    transform: rotateY(180deg);
}

.card:hover p {
    color: green; 
    box-shadow: 0 0 10px #00bfff;
}

.videos {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}

.videos iframe {
    width: 43%; 
    margin: 1%; 
}
h1{
	font-size: 40px;
	color: #ddd;
	justify-content: center;
	display: flex;
	margin: 30px;
}

li, ul, a{
	list-style-type: none; 
}

.mobile{
	display: none;
}
/* Estilos para o menu hambúrguer */
.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    margin-left: 20px; /* Margem à esquerda */
}

.bar {
    height: 3px;
    width: 25px;
    background-color: var(--text-color);
    margin: 4px 0;
}

nav {
    background-color: var(--bg-color);
    position: absolute;
    top: 80px; /* Alinha o menu abaixo do cabeçalho */
    width: 100%;
    display: none; /* Oculta o menu por padrão */
    flex-direction: column; /* Alinha os itens verticalmente */
}

nav ul {
    flex-direction: column; /* Alinha os itens verticalmente */
    width: 100%; /* Largura total */
    padding: 0; /* Remove o padding */
}

nav ul li {
    padding: 10px 0; /* Padding vertical */
    text-align: center; /* Centraliza os links */
}

.botoes {
    position: fixed;
    bottom: 80px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Espaçamento entre os botões */
}
.text-cads{
    text-decoration: none;
    color: aliceblue;
}
.what,
.insta {
    width: 75px;
    height: 75px;
}

.what img,
.insta img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.nav-mobile{
    display: none;
    height: 200px;
    width: 370px;
    position: relative;
    padding: 30px;

    
}

.nav-mobile li :hover{
    background-color: #00bfff;
    padding: 10px;
    
   

    
}
.nav-mobile ul{
    display: flex;
    flex-direction: column;
  
  
}
.nav-mobile ul a{
   text-decoration: none;
   color: aliceblue;
   font-weight: 400;

  
  
}

.xd{
    height: 250px;
}



@media (min-width: 375px) and (max-width: 490px) {

  
   
   .desktop{
    display: none;
   }  
   .mobile{
    display: flex;
   }

   .card-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin-left: 40px;
   }


}

   

/* *********media mobile************ */






@media (min-width: 768px) {
    nav {
        display: flex; /* Exibe o menu em telas maiores */
        position: static; /* Retorna à posição estática */
        flex-direction: row; /* Alinha os itens horizontalmente */
    }
    
    nav ul {
        flex-direction: row; /* Mantém os itens em linha */
        gap: 20px; /* Espaçamento entre os itens */
    }
    
    .hamburger {
        display: none; /* Oculta o ícone em telas maiores */
    }

    
}