body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 1.5em;
    color: #333; 
    /* Cor do texto */
    margin-bottom: 10px;
}
@media (max-width: 768px) {
h1 {
    font-size: 1.2em;
    color: #333; 
    /* Cor do texto */
    margin-bottom: 10px;
}
}

h2 {
    font-size: 1.8em;
    color: #555; /* Cor do texto */
    margin-bottom: 8px;
}

p {
    font-size: 22px;
    color: #707070; /* Cor do texto */
    line-height: 1; /* Espaçamento entre linhas */
    margin-bottom: 0px;
}

a {
    color: #2c2c2c; 
    font-weight: bold;
}

br {
    content: "";
    display: block;
    margin-top: 0px; /* Ajuste conforme necessário */
    line-height: 0px; /* Ajuste conforme necessário */
     /* Cor de fundo, você pode alterar para a cor desejada */
  }

ul {
    list-style-type: none;
    font-size: 18px;
    color: #707070;
}

ul li::before {
    content: ''; /* Defina o conteúdo como vazio para ocultar o marcador */
    margin-right: 5px;
}

li {
    margin-bottom: 10px;
}


ol {
    list-style-type: decimal;
    font-size: 22px;
    line-height: 1.5;
    color: #616161;
    margin-left: 20px; /* Espaçamento à esquerda para alinhar com o conteúdo */
}

/* Estilo para os itens da lista */
ol li {
    margin-bottom: 10px; /* Espaçamento vertical entre os itens */
}




.logo img {
    height: 40px;
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    margin-right: 5%; /* Espaçamento à direita para desktop */
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #f39c12; /* Cor ao passar o mouse */
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.menu-icon img {
    height: 20px;
    width: auto;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px 20px;
}

@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .logo img {
        margin-bottom: 10px;
    }

    .main-nav {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .content {
        padding-top: 120px;
    }

    .main-nav.show {
        display: block;
    }
}







.content {
    padding: 32px 0px;
    margin-top: 0px; /* Adicione margem superior para evitar que o conteúdo fique escondido sob o cabeçalho */
    width: 98%;
}


.logo img {
    width: 14em;
    height: auto;
}

@media (max-width: 768px) {
    .logo img {
        width: 15em; /* Mobile */
    }
}


/* Estilize o ícone do menu */
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.menu-bar {
    width: 30px;
    height: 4px;
    background-color: #333; /* Cor das barras do menu */
}

   /* Estilize o ícone do menu */
   .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    float: left; /* Posiciona à esquerda */
    margin-right: 20px; /* Adiciona espaço entre o ícone e o resto do conteúdo */
}

.menu-bar {
    width: 30px;
    height: 4px;
    background-color: #333; /* Cor das barras do menu */
}



.logo img {
    max-width: 100%;
    height: auto;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}


/* Oculta o menu icon */
@media (min-width: 768px) {
    .menu-icon {
        display: none;
        
    }
}

    /* Estilos para dispositivos móveis */
    @media (max-width: 767px) {
        .menu-icon {                
        margin-top: 2%; /* Adiciona margem superior de 5% */
        float: left;
        }
        .main-nav ul {
        display: flex;
        flex-direction: row; /* Dispor os itens na horizontal */
        width: 100%; /* Largura total da tela */
        padding: 0; /* Remover o padding padrão da lista */
    }

    .main-nav li {
        flex-grow: 1; /* Cada item ocupa a mesma largura */
    }

    /* Estilos para os links em dispositivos móveis */
    .main-nav a {
        display: block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        /* background-color: #f0f0f0; */
        /* border: 1px solid #615d5d; */
        color: #333;
        width: 100%; /* Largura total para os botões */
    }

    .menu-icon {
         margin-top: 20px; /* Adiciona margem superior de 5% */
         margin-left: 3%;
         float: left;
         position: absolute; /* Posiciona a div de forma absoluta */
         top: 0; /* A partir do topo */
         left: 0; /* À esquerda */
         z-index: 2; /* Coloca a div à frente dos outros elementos */
    }
}

/* Estilo para o botão de chamada para ação */
.cta-button {display: inline-block;padding: 10px 20px;background-color: #ff9900;color: #fff;margin-top: 5%;text-decoration: none;border: none;border-radius: 5px;font-size: 28px;transition: background-color 0.3s ease;}

/* Efeito de hover para o botão */
.cta-button:hover {
background-color: #e68200;
}

.call-to-action {
    /* background-image: url('https://s.zst.com.br/cms-assets/2023/08/celular-64gb.webp'); */
    background-size: cover; /* Ajusta o tamanho da imagem para cobrir a div */
    text-align: center; /* Centraliza o conteúdo horizontalmente */
    padding: 51px 20px; /* Espaçamento interno */
    /* margin-top: 27px; */ /* Margem superior */
    color: #fff; /* Cor do texto para contrastar com a imagem */
    background-color: beige;
    clear: both;
    font-size: 36px;
    text-align: center;
    padding: 20px 136px;
}

.call-to-action p{
    font-size: 25px;
    }


/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    .call-to-action {
    /* background-image: url(https://s.zst.com.br/cms-assets/2023/08/celular-64gb.webp); */
    background-size: cover;
    text-align: center;
    padding: 20px;
    /* margin-top: -7px; */
    color: #fff;
}
}

/* Estilos para os cards */
.card-vitrine {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    float: left;
    position: relative;
    height: 450px; /* Define a altura fixa */
    background-color: white;
}

/* Estilos para desktop */
@media (min-width: 768px) {
    .card-vitrine {
        width: 28%;
        float: left;
    }
}

/* Estilos para dispositivos móveis */
    @media (max-width: 800px) {
        .card-vitrine {
            width: 88%;
            float: left;
        }
    }








 /* Estilos para os cards */
.post-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    float: left;
    position: relative;
    height: 336px; /* Define a altura fixa */
    background-color: white;
}



.post-title  {
    float: left;
    width: 100%;
    height: 60px;
    
}
/* Estiliza os links nos elementos do card */
.post-title a {
    color: #363535; /* Cor do link */
    text-decoration: none; /* Remove o sublinhado */
    transition: color 0.3s; /* Transição de cor suave */
    font-size: 15px;
}
.post-category a {
    color: #007bff; /* Cor do link */
    text-decoration: none; /* Remove o sublinhado */
    transition: color 0.3s; /* Transição de cor suave */
    font-size: 15px;
}

.post-title a:hover,
.post-category a:hover {
    color: #545554; /* Cor do link ao passar o mouse */
}

.post img{
  
    border-radius: 10px;
}



.post ul {
    list-style-type: none;
    font-size: 22px;
    color: #707070;
    
     
}

.post ul li::before {
    content: '\2022'; /* Usando um marcador de lista de ponto (•) */
    color: #616161; /* Cor do marcador */
    font-weight: bold; /* Texto em negrito para o marcador */
    margin-right: 5px; /* Espaçamento entre o marcador e o texto */
    
}

.post li {
    margin-bottom: 10px;
    
}






.post-image {
    width: 90%;
    max-height: 190px;
    object-fit: cover;
    border-radius: 5px;
}

.post-title {
    font-size: 18px;
    margin: 10px 0;
    margin-bottom: 10px;
}



.price {
    font-weight: bold; /* Texto em negrito */
    font-size: 30px; /* Tamanho do texto */
    color: #0c7b0f; /* Cor do texto */
    
}

.post-category {
    color: #8d8989;
    margin-bottom: 11px;
    /* margin-top: 98px; */
}

p.post-category {
    font-size: 14px;
}


.buy-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.buy-button {
    background-color: #ff9900;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    bottom: 17px; /* Posição vertical ajustada conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    text-decoration: none !important;
}

.buy-button i {
    margin-right: 15px; /* Espaçamento entre o ícone e o texto */
}



.watch-button {
    background-color: #ff0000;
    color: #fff;
    padding: 5px 30px;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 26px;
}

.watch-button i {
    margin-right: 5px;
}


.rating {
    position: absolute;
    bottom: 101px;
    left: 50%;
    transform: translateX(-50%);
    color: gold;
    font-size: 14px;
    margin-top: 1%; /* Adiciona a margem superior */
}



/* Estilos para desktop */
@media (min-width: 768px) {
    .post-card {
        width: 28%;
        float: left;
    }
}

/* Estilos para dispositivos móveis */
    @media (max-width: 800px) {
        .post-card {
            width: 88%;
            float: left;
        }
    }

    .full-width-div {
        /* background-color: #ccc; */
        padding: 0px 10px; /* Espaçamento acima e abaixo do conteúdo */
        width: 95%;
        clear: both; /* Limpa a flutuação dos elementos anteriores */
    }

    .separator {
        width: 100%;
        background-color: #f5f5f5;
        padding: 20px 0; /* Espaçamento acima e abaixo do conteúdo */
        text-align: center;
        clear: both;
        /* border-top: 1px solid #ccc; */
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

  

    .separator h2 {
        font-size: 24px;
        margin: 0;
        color: #333;
    }
    
    /* video-card */
    .video-card {
        max-width: 29%;
        position: relative;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: background-color 0.3s ease-in-out;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        margin: 15px;
        height: 350px;
    }

    /* Estilos para dispositivos móveis */
    @media (max-width: 800px) {
        .video-card {
            width: 100%;
            max-width: 95%; /* Largura máxima */
            position: relative;
            border-radius: 9px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: background-color 0.3s ease-in-out;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin: 10px;
        }
    }

    .video-card:hover {
        background-color: rgba(0, 0, 0, 0.1);
        
    }

    .video-thumbnail {
        width: 100%;
        z-index: 100;
    }

    .video-content {
        padding: 10px;
    }

    .video-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .video-description {
        font-size: 14px;
        color: #555;
        /* max-width: 160px; */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .play-icon {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        font-size: 100px;
        color: rgb(255, 255, 255);
    }

    .video-card:hover .play-icon {
        opacity: 1;
    }




.banner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(43 43 43 / 97%), #000000cf);
    z-index: 1;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Metade do banner */
    height: 100%;
    /*background: linear-gradient(to right, transparent, transparent 50%, rgba(0, 0, 0, 0.5)),
                url('https://s.zst.com.br/cms-assets/2023/08/celular-64gb.webp') center/cover no-repeat;*/
    z-index: -2;
}

.banner-content {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 20px;
    text-align: left;
    z-index: 1; /* Garante que o conteúdo fique acima da máscara */
}

.banner-content h1 {
    font-size: 3rem;
    margin: 0;
    line-height: 1.2;
    /* margin-top: 25%; */
    color: #f8f6f6;
}

.banner-content p {
    font-size: 1.5rem;
    margin: 10px 0;
    line-height: 1.5;
    color: #f5f2f2;
    max-width: 700px;
}

.banner-content h2 {
    font-size: 1.4em;
    margin: 10px 0;
    line-height: 1.5;
    color: #ffffff;
    max-width: 700px;
}

.banner-content button {
    background-color: #FF9800;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.banner-content button:hover {
    background-color: #FFB74D;
}

.text-shadow {
    text-shadow: 1px 0px 1px rgb(255 255 255); /* Adiciona uma sombra ao texto */
}

.button-link {
    display: inline-block;
    background-color: #FF9800;
    color: white;
    padding: 10px 20px;
    font-size: 1.5em;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #FFB74D;
}


.banner-image {
    flex: 1;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.base {
    width: 100%;
    margin-top: 60px;
    float: left;
}

/* Estilos para dispositivos móveis */
@media (max-width: 770px) {
.base {
    width: 100%;
    margin-top: 10px;
    float: left;
}
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

/* Estilos para dispositivos móveis */
@media (max-width: 800px) {
    .footer-links {
        display: flex;
        flex-direction: column;
        padding: 19px 0px;
        line-height: 34px;
    }
}

.footer-links li {
    margin: 0 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

/* Paginação */
.box-pagination-cat {
    width: 90%;
    float: left;
    padding: 0px 0px 10px 0px;
    border-color: #EBEBEB;
    border-style: dashed;
    border-width: 1px 0px 0px 0px;
}

.pagination {
    float: left;
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    background: #d1d5d1;
    border-color: #bab6b6;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.pagination2 {
    padding: 5px 8px 5px 8px;
    float: left;
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    background: #E7E4E2;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.pagination a {
    float: left;
    padding: 5px 8px 5px 8px;
    font-size: 13px;
    color: #545050 !important;
    text-decoration: none;
}

.pagination a:hover {
    text-decoration: none;
    color: #625e5e !important;
    background: #dbd8d8;
}





.breadcrumb {
    width: 98%;
    clear: both;
    color: #afadad;
    padding: 0px 0px 5px 5px;
    font-size: 1em;
    margin-top: 21px;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.breadcrumb a {
     
    padding: 1%;
    margin-bottom: 2%;
    text-decoration: none;
}

@media (max-width: 768px) {
    .breadcrumb {
     
        margin-top: 80px;
     
    }
}




.conteudo-page {
    width: 85%;
    margin-left: 5%;
    padding: 0px 0px 100px 1px;
    margin-top: 3%;
}

@media(max-width: 900px) {
.conteudo-page {
    max-width: 100%;
    padding: 2px 0px 100px 0px;
    word-wrap: break-word;
}
}

/* PÁGINAS FIXAS  */
.conteudo-page-fixas {
    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
    padding: 4px 0px 52px 0px;
}

.conteudo-page-fixas a {
    font-weight: bold;
    text-decoration: none;
    line-height: 39px;
}
.conteudo-page-fixas a:hover {
    text-decoration: underline;
    
}


.conteudo-post {
    width: 60%;
    margin-left: 20%;
    padding: 0px 0px 100px 1px;
    margin-top: 3%;
    clear: both;
}

@media(max-width: 900px) {
    .conteudo-post {
        max-width: 100%;
        padding: 2px 0px 13px 0px;
        
        margin-left: 2%;
    }
}




/* VIDEO  */
figure {
    width: 100%;
    min-width: 17.5em;
    float: left;
    padding: 0px 0px 80px 0px;
}

.boxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    /* border-radius: 5px; */
    /* background: black; */
}

.boxVideo iframe {
    position: absolute;
    top: 150;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 600px) {
    figure {
        width: 100%;
        float: left;
        padding: 10px 0px 80px 0px;
    }
}
.pagvalue {
    width: 100%;
    padding: 2% 0% 3% 0%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    color: #4e904e !important;
    font-size: 2.9em;
    font-weight: bold;
}

.lk-edt-pst {
    width: 96%;
    padding: 2%;
    text-align: end; 
    font-weight: bold;
}

.lk-edt-pst a {
    font-size: 1em;
     
    background: #e62117;
    padding: 1% 2%;
    border-radius: 3px;
    text-decoration: none !important;
    color: #f9f6f6 !important;
}

.lk-edt-pst a:hover {
    font-size: 1em;
    
    background: #ef3027;
    padding: 1% 2%;
    border-radius: 3px;
    text-decoration: none !important;
    color: #efebeb !important;
}



.pagbutton {
    width: 100%;
    padding: 2% 0% 2% 0%;
    text-align: center;
    margin-top: 6%;
}

.pagbutton a {
    padding: 2% 5% 2% 5%;
    background: #007bff;
    color: #ffffff !important;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 50px;
    /* margin-top: 100px; */
    text-decoration: none !important;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}

.pagbutton a:hover {
    padding: 2% 5% 2% 5%;
    background: #2b3c4f;
    color: #ffffff !important;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none !important;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}


.conteudo-page-sociais {
    width: 98%;
    float: left;
    padding: 10px 0px 10px 0px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    margin-top: 10px;
}
/* CONTEÚDO POST  */
.post {
    width: 60%;
     
    padding: 0% 0% 0% 1%;
    margin-right: 0%;
    margin-left: 20%;
}
@media (max-width: 770px) {
.post {
    width: 100%;
    margin-left: 2%;
    padding: 0% 0% 0% 1%;
    margin-right: 0%;
     
}
}

.conteudo-page-tit {
    width: 80%;
    margin-left: 5%;
    text-align: center;
    font-size: 1.5em !important;
    padding: 28px 0px 10px 0px;
    border-color: #CCCCCC;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    margin-top: 1%;
    clear:both;
}






.promot {
            background-color: #f5f5f5;
            padding: 20px;
            margin-bottom: 20px;
        }

        .publi-full-content {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .headlinepublib {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

        .conteudo-page-sociais img {
            max-width: 150px;
        }

        .promot {
            background-color: #f5f5f5;
            padding: 20px;
            margin-bottom: 20px;
        }

        .publi-full-content {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .headlinepublib {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

        .conteudo-page-sociais {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .conteudo-page-sociais img {
            max-width: 150px;
        }

        
        
        /*PUBLI*/

        .promot {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            /* max-width: 400px; */
            margin: 0 auto;
            margin-top: 50px;
            padding: 42px 20px;
        }
        
        .headlinepublib2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .image-container {
            margin-bottom: 15px;
        }
        
        .guide-image {
            max-width: 100%;
            width: 150px;
            border-radius: 5px;
        }
        
        .guide-description {
            font-size: 16px;
            line-height: 1.6;
            width: 100%;
            text-align: left;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .guide-description em {
            font-style: italic;
        }
        
        .learn-more a {
            text-decoration: none;
            background-color: #24672e;
            color: #fff;
            font-size: 1.5em;
            padding: 8px 16px;
            border-radius: 5px;
            transition: background-color 0.3s, color 0.3s;
        }
        
        .learn-more a:hover {
            background-color: #3f884a;
        }
/*POST RODAPÉ*/

.postrodape {
    background-color: #fff;
    width: 95%;
    padding: 23px 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
    margin-top: 20px;
}

.postrodape-content {
    /* max-width: 600px; */
    /* margin: 0 auto; */
    margin-left: 5%;
}

/* Estilize o conteúdo interno do postrodape-content conforme necessário */
.postrodape-content p {
     margin-bottom: 20px;
     color: #707070;
}

.postrodape-content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
    text-align: center; /* Adicione esta linha para centralizar o link */
}

.postrodape-content a:hover {
    background-color: #0056b3;
}

/*VER MAIS*/
.ver-mais-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}

.ver-mais-button:hover {
    background-color: #0056b3;
}


/* Estilos para a seção de tags */
.tags {
    margin-top: 20px;
    text-align: center;
    /* background-color: #f0f0f0; */ /* Cor de fundo cinza */
    padding: 10px 0;
}

.tagbutton {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #999; /* Cor de fundo cinza escuro */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.tagbutton a {
    color: #fff;
    text-decoration: none;
}

.tagbutton:hover {
    background-color: #777; /* Cor de fundo cinza médio */
}


/* Estilos gerais para formulários */
form {
    max-width: 500px;
    
     
}

/* Estilos para campos de entrada de texto */
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 70%;
    padding: 19px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #007bff;
}

/* Estilos para caixas de seleção */
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* Estilos para botões */
button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 74%;
}

button:hover {
    background-color: #0056b3;
}

/* Estilos para rótulos */
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Estilos para mensagens de erro */
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

/* Estilos para layout responsivo */
@media (max-width: 768px) {
    form {
        max-width: 100%;
    }
}

.checkout {
    background-color: white;
    padding: 63px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: 100%;
    margin-top: 30px;
    min-height: 400px;
}

.checkout h2 {
    margin-bottom: 50px;
}




.formee-msg-error {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.topicos {
    width: 100%;
   
     
    margin-bottom: 50px;
    margin-top: 30px;
    clear:both;
}
.topicos-title {
    text-align: center;
    padding: 10px 0px 2px 0px;
    clear:both;
    /* box-shadow: 0 2px 0 rgba(200, 200, 200, 0.5); */
}


/* Estilos para o container dos cards */
.card-container {
    display: flex;
    flex-wrap: wrap;
}

/* Estilos para cada card */
.card-topicos {
    width: 100%; /* Define a largura de cada card */
    margin-top: 12px; /* Define a margem entre os cards */
    padding: 15px;
    border: 1px solid #fffafa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra aos cards */
    /* text-align: center; */
}

/* Estilos para o número do card */
.card-topicos h2 {
    font-size: 47px;
    width: 22px;
    margin-bottom: 10px;
    
}
.card-topicos-h2 {
 width: 59px;
 height: 58px;
 font-size: 4em;
 float: left;
 color: #9b9897;
}

/* Estilos para o link no card */
.card-topicos a {
    text-decoration: none;
    color: #3b3c3d;
    font-size: 1.4em;
}

/* Estilos para o título do card */
.card-topicos h3 {
    font-size: 16px;
    margin-top: 10px;
}
.card-topicos-tt {/* background-color: #e2e2e2; */width: 90%;margin-left: 9%;margin-top: 20px;}

