@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* ============================
   Reset básico
============================ */
body,
h1,
h2,
h3,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #121212;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-blue {
    color: #1c75f4
}

/* Banner */

.banner-desk {
    display: block !important;
}

.banner-mobile {
    display: none !important;
}

.banner img {
    width: 100%;
    display: block;
}

/* Sobre */
.sobre {
    background: #121212;
    color: #fff;
    padding: 60px 0;
}

.sobre-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Título vertical */
.sobre-titulo-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

/* Imagem */
.sobre-imagem img {
    max-width: 800px;
    height: auto;
    border-radius: 6px;
}

/* Texto */
.sobre-texto {
    flex: 1;
}

.sobre-texto .descricao p {
    line-height: 1.6;
    font-size: 20px;
    color: #d1d1d1;
}

.descricao {
    margin-top: 20px;
}

/* Botões */
.botoes {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.btn {
    background: #69d0c2;
    color: #000;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn:hover {
    background: #52b8a8;
}



.objetivo-evento {
    position: relative;
    padding: 80px 0px;
    background: #1c1c1c;
    color: #fff;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}

.objetivo-evento .container {
    max-width: 1200px;
    margin: 0 auto;
}

.objetivo-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.objetivo-text {
    flex: 1;
    min-width: 300px;
}

.objetivo-text h2 {
    font-size: 39px;
    margin-bottom: 20px;
    position: relative;
}



.objetivo-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #d1d1d1;
}




.objetivo-graphic {
    position: relative;
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.objetivo-graphic img {
    width: 300px;
    border-radius: 20px;
    z-index: 2;
    position: relative;
}

.objetivo-graphic .circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 200px;
    height: 200px;
    background: #002a40;
    top: -50px;
    left: -50px;
}

.circle-2 {
    width: 150px;
    height: 150px;
    background: #125a96;
    bottom: -50px;
    right: -50px;
    animation-delay: 2s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    background: #1c75f4;
    top: -90px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 900px) {
    .objetivo-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .objetivo-graphic img {
        width: 250px;
    }
}


.event-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #6bb09a;
    /* verde da imagem */
    padding: 20px;
    justify-content: center;
    color: #000;
}

.dates {
    background-color: #1a1a1a;
    /* preto do bloco */
    color: #fff;
    display: flex;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.dates div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dates span {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.schedule,
.location {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    flex: 1;
    min-width: 250px;
    background-color: rgba(255, 255, 255, 0.1);
}

.schedule svg,
.location svg {
    width: 24px;
    height: 24px;
    fill: #000;
    flex-shrink: 0;
}



.programacao {
    background-color: #1c1c1c;
    color: #fff;
    padding: 60px 20px;
}

.programacao h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.programacao h2 span {
    display: block;
    color: #1c75f4;
    /* azul escuro da sua marca */
    font-size: 20px;
    margin-top: 8px;
}

.credenciamento .box-credenciamento {
    border: 1px solid #333;
    padding: 15px 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #d1d1d1;
}

.palestrante {
    margin-bottom: 30px;
}

.palestrante .horario {
    font-weight: 700;
    color: #1c75f4;
    margin-bottom: 10px;
    font-size: 16px;
}

.palestrante .card {
    display: flex;
    gap: 50px;
    border: 1px solid #333;
    padding: 20px;
}

.palestrante .card .foto {
    flex: 1;
}

.palestrante .card .foto img {
    flex: 1;
    /* cada imagem ocupa o mesmo espaço */
    width: 100%;
    height: 300px;
    /* altura padrão */
    object-fit: cover;
    border-radius: 8px;
    /* opcional */
    object-position: top;
}

.foto.grid-palestra {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.foto.grid-palestra img {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* ou 16/9 dependendo do formato que você quer */
    object-fit: cover;
    border-radius: 8px;
}

.foto.grid-palestra img:last-child:nth-child(odd) {
    grid-column: span 2;
    aspect-ratio: auto;
    /* deixa livre para ajustar sozinho */
}



.info {
    flex: 2;
}

.palestrante .card .info .descricao h3 {
    font-size: 40px;
    margin: 0 0 5px;
    font-weight: bold;
}

.palestrante .card .info .descricao p {
    font-size: 20px;
    color: #d1d1d1;
}

.palestrante .card .info h3 {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: bold;
}

.palestrante .card .info .cargo {
    font-weight: 700;
    margin-bottom: 10px;
    color: #1c75f4;
}

.palestrante .card .info .descricao {
    font-size: 14px;
    line-height: 1.5;
    color: #d1d1d1;
}




.sessao-carrossel {
    background-color: #111;
    padding: 60px 0;
}

.carrossel-titulo {
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.carrossel-wrapper {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.carrossel {
    display: flex;
    gap: 20px;
    position: absolute;
    white-space: nowrap;
    animation: scroll-left 100s linear infinite;
    will-change: transform;
}

.carrossel-wrapper:hover .carrossel {
    animation-play-state: paused;
}

.carrossel-item img {
    height: 300px;
    width: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.carrossel-item img:hover {
    transform: scale(1.08);
}

/* agora o translate vai metade (50%), porque duplicamos os itens */
@keyframes scroll-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}


.modal {
    display: none;
    /* escondido por padrão */
    position: fixed;
    /* ocupa a tela toda */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* fundo escuro */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* fica por cima do carrossel */
}

.modal-conteudo {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.fechar {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.download {
    position: absolute;
    top: 29px;
    right: 64px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    z-index: 10000;
    transition: transform 0.2s ease;
}

.download:hover {
    transform: scale(1.2);
    color: #0af;
}


.sessao-ingressos {
    text-align: center;
    padding: 50px 20px;
    background: #f1f1f1;
}

.titulo-ingressos {
    font-size: 39px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #000;
    margin-bottom: 50px;
}



.ingressos-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card-ingresso {
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-header.associado {
    background: #1c75f4;
    /* Verde Água */
}

.card-header.nao-associado {
    background: #002a40;
    /* Azul escuro */
}

.card-body {
    padding: 20px;
    color: #d1d1d1;
}

.preco {
    font-size: 18px;
    margin: 10px 0;
}

.descricao {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.btn-inscricao {
    display: inline-block;
    background: #1c75f4;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-inscricao:hover {
    background: #071137;
}


.logos-section {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
}

.logos-bloco {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid lightgray;
}

.logos-bloco h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;

    padding: 10px 0;
    display: inline-block;
    color: #000;
}

.logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 40px;
    margin-top: 20px;
    align-items: center;
}

.logo-item img {
    max-height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    height: 131px;
    mix-blend-mode: darken;

}

.logo-item {
    width: 200px;
    height: 120px;
    background-color: #f3f3f3;
    display: grid;
    place-items: center;
    border-radius: 5px;
    padding: 20px;
}

#logo-55{
    height: auto !important;
}

.logos-grid.logo-institucional .logo-item:first-child img {
    width: 280px;
    max-width: 100%;
}

.logos-grid.logo-institucional .logo-item:first-child {
    width: 300px;
}

.footer {
    background: #000;
    color: #fff;
    padding: 40px 20px 20px;
    font-size: 15px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-maps {
    flex: 1 1 45%;
    min-width: 300px;
}

.footer-info {
    flex: 1 1 45%;
    min-width: 300px;
}

.footer-info h2 {
    color: #1c75f4;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-info p {
    margin-bottom: 5px;
    color: #d1d1d1;
}

.footer-social {
    margin: 30px 0;
    text-align: center;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    color: #fff;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #1c75f4;
}

.footer-copy {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
}


iframe {
    width: 100%;
    height: 245px;
}


/*page convites*/

.convites {
    padding: 80px 0;
}

.breadcrumbs_cat {
    padding-bottom: 20px;
}

/* Título */
.titulo-principal {
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.aviso {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

/* Container de ingressos */
.ingressos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Card de ingresso */
.ingresso-card {
    background: #fff;
    border-radius: 12px;
    width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
}

.ingresso-card:hover {
    transform: translateY(-5px);
}

/* Cabeçalho */
.ingresso-header {
    background: #1c75f4;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.ingresso-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* Corpo */
.ingresso-body {
    padding: 20px;
    text-align: center;
}

.ingresso-body .preco {
    font-size: 22px;
    font-weight: 700;
    color: #1c75f4;
    margin: 10px 0;
}

/* Rodapé */
.ingresso-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.btn-ingresso {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    background: #2073c0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-ingresso:hover {
    background: #125a96;
}

/* Destaque */
.ingresso-card.destaque {
    border: 2px solid #2073c0;
}

/* Formulário */

.ingresso-body p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.formulario-inscricao {
    margin-top: 60px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
}

.formulario-inscricao h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
}


/* ============================
   Sistema de grid (Bootstrap-like)
============================ */

/* Container flexível */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Colunas padrão */
[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

/* Grid 12 colunas */
.col.s12 {
    width: 100%;
}

.col.m6 {
    width: 50%;
}

/* Responsividade simples */
@media (max-width: 768px) {
    .col.m6 {
        width: 100%;
    }
}

/* ============================
   Inputs e labels
============================ */
.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
}

.input-field input,
.input-field select,
.input-field textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

.input-field input:focus,
.input-field select:focus,
.input-field textarea:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Label */
.input-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

/* Helper text */
.helper-text {
    font-size: 0.875rem;
    color: #6c757d;
    display: block;
    margin-top: 0.25rem;
}

/* ============================
   Checkbox
============================ */
.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #495057;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 0.5rem;
    width: 20px;
}

.wpcf7-list-item.first.last label {
    display: flex;
    align-items: center;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.pix {
    color: #000;
}

.input

/* ============================
   Botão
============================ */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.9;
}

/* Cores */
.btn {
    color: #fff;
    background-color: #1c75f4;
    border-color: #1c75f4;
}

/* ============================
   Outros elementos
============================ */
#total[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.bottom-form {
    margin-top: 1.5rem;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: none;
    -webkit-box-shadow: 0 1px 0 0 #9e9e9e;
    box-shadow: 0 1px 0 0 #9e9e9e;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #9e9e9e;
}

[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #1c75f4;
    border-bottom: 2px solid #1c75f4;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: inherit;
    opacity: 1;
    pointer-events: none;
}

[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    display: none;
}

[type="checkbox"]+span:not(.lever) {
    padding-left: 0;
}

#cdl,
#apcm,
#individual,
#outros {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    color: #353535;

}

.wpcf7-response-output {
    border: 1px solid #1c75f4 !important;
    color: #000 !important;
    max-width: fit-content;
}

.politica {
    padding: 80px 0;
}

.content p {
    margin: 2em 0;
    /* ou o tamanho que quiser */
    line-height: 1.5;
    /* espaçamento entre linhas */
    color: #d1d1d1
}


/* Estilos do Pop-up */
#privacy-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background-color: #1a1a1a;
    color: #d1d1d1;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease;
}

#privacy-popup.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

#privacy-popup h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

#privacy-popup p {
    font-size: 14px;
    margin: 0 0 15px;
}

#privacy-popup button {
    background-color: #fff;
    color: #1c75f4;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#privacy-popup button:hover {
    background-color: #e6f0ff;
}


.tarja {
    width: 100%;
    overflow: hidden;

    padding: 20px 0;
    text-align: center;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 28px;
    font-weight: bold;


}

.marquee h2 {
    color: #fff;
    font-size: 39px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;

}

.signature {
    background: #fff;
    color: #000;
}

.footer-padrao {
    max-width: 100%;
    min-height: 61px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.footer-conteudo {
    min-height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-conteudo p {
    font-size: 15px;
    margin: 0;
    font-family: "Rajdhani", sans-serif
}

.footer-conteudo p strong {
    font-family: "Rajdhani", sans-serif
}

@media(max-width: 992px) {
    .sobre-titulo-vertical {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .sobre-container {
        flex-direction: column;
    }

    .sobre-imagem img {
        max-width: 100%;
    }

}




@media(max-width:767px) {

    .palestrante .card .info h3,
    .palestrante .card .info .descricao h3 {
        font-size: 20px;
    }

    .palestrante .card .info .descricao p {
        font-size: 16px;
    }

    .event-info {
        flex-direction: column;
        align-items: stretch;
    }


    .banner-desk {
        display: none !important;
    }

    .banner-mobile {
        display: block !important;
    }

    .marquee h2 {
        font-size: 15px;
    }

    .foto {
        text-align: center;
        width: 100%;
        flex-direction: column;
    }

    .palestrante .card .foto img {
        width: 100%;
        height: 200px;
    }

    .palestrante .card {
        flex-direction: column;
    }

    .logos-grid {
        flex-direction: column;
    }
}