@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&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&display=swap');


/* CARD */

.formulario-card{
    width: 100%;              /* Ajustado de 150% para 95% */
    max-width: 550px;
    margin: 0 auto;          /* Garante que fique centralizado */
    box-sizing: border-box;  /* Evita que o padding aumente o tamanho real */
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}



/* TITULO */

.formulario-card h2{

    text-align:center;

    margin-bottom:30px;

    font-family:"Poppins",sans-serif;

    color:#000000

}



.file-upload{

    display:block;

    margin:10px auto;

    background:#00a69c;

    transform: scale(1.05);

    box-shadow: 0px 0px 16px 0px black;

    color:white;

    border-radius:10px;

    cursor:pointer;

    font-weight:600;

    width:200px;

    height: auto;

    text-align:center;

}



/* BOTÃO ENVIAR */

.botao-enviar{

    margin-top:20px;

    padding:12px;

    background:#08322f;

    color:white;

    border:none;

    border-radius:8px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:0.3s;

}



.botao-enviar:hover{

    background:#0a5a5d;

    transform:scale(1.03);

}

/* Caixa do Modal */
#modal-promo-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 9999;
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}



/* Estilo do Botão de Fechar */
#modal-promo-close-btn {
    padding: 0.6rem 1.2rem;
    background-color: #0088ff;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.3s;
}



#modal-promo-close-btn:hover {
    background-color: #0056b3;
}



/* Corpo do Modal e Imagem */
.modal-promo-body {
    display: flex;
    justify-content: center;
    color: rgb(4, 149, 137);
}



/* Classes de Ocultação */
.modal-promo-hide {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden;
}



/* Ajuste de animação para o modal subir ao fechar */
#modal-promo-container.modal-promo-hide {
    top: 0;
}


.botao {
    width: 120px;
    font-size: 20px;
    background-color: #121F28;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Julius Sans One", sans-serif;
}



.botao:hover {
    background-color: #00a69c;
    transform: scale(1.05);
    box-shadow: 0px 0px 16px 0px black;
}


#input-group button:hover {
    transform: scale(1.05);
    background-color: #00a69c;
    box-shadow: 0px 0px 16px 0px black;
}


.diretoria {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin: 40px 0;
    line-height: 1.8;
}


    .botao{
        display: block;
    }



    .formulario {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }



.botaomaestro {
    width: 100%;
    height: 100%;
    background-color: #081c24;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
}


.botaomaestro:hover {
    transform: scale(1.05);
    background-color: #00a69c;
    box-shadow: 0px 0px 16px 0px black;
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/* SIDEBAR */
.sidebar {
    background: var(--white);
    padding: 25px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}



.photo-wrap {
    width: 190px;
    height: 190px;
    margin: auto;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.box {
    text-align: left;
    margin-top: 25px;
}



.box h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 10px;
}



.box ul {
    list-style: none;
}



.box li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dashed #e0eded;
}



.card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}



.card h3 {
    font-family: "Lora", serif;
    color: var(--accent-dark);
    margin-bottom: 12px;
    font-size: 22px;
}



.card p,
.card li {
    font-size: 16px;
    margin-bottom: 8px;
}



    .card {
        padding: 20px;
    }



    .card h3 {
        font-size: 18px;
    }



    .card p,
    .card li {
        font-size: 14px;
    }


.box-social    {

    margin: auto;
    display: table;

}



.box-social li {

    float:left;
    text-align:center;
    margin: 5px;

}



.icone-box-facebook {
    width: 53px;
    height: 53px;
    background-color:#3b5998;
    color: #fff;
}



.icone-box-instagram {
    width: 53px;
    height: 53px;
    background:hsl(0 0% 10%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#fff;
}


.icone-box-youtube {
    width: 53px;
    height: 53px;
    background: #ff0000;
    background: radial-gradient(circle at 30% 107%, #ff5f5f 0%, #ff2a2a 45%, #cc0000 90%);
    color: #fff;
}


/* SOMBRA BASE */

.sombra-base {

    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 50px;

}



/* FIM SOMBRA BASE */

.slider {
    margin: 0 auto;
    width: 800px;
    height: 400px;
    overflow: hidden;
}


.btn-download {
    background: #1a73e8;
    padding: 12px 20px;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}



.btn-download:hover {
    background: #0f5acf;
}



.box {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #093a44;
    font-weight: 600;
}


.box, texto {
    font-size: 20px;
    text-align: justify;
    align-items: center;
}


ul.box-redes-sociais {

    display: flex;
    background: transparent;
    width: 305px;
    float: none;
    margin: auto;

}



ul.box-redes-sociais li {
    list-style: none;
    margin: auto;
}




ul.box-redes-sociais li a {

    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #eaeaea;
    z-index: 1;

}



ul.box-redes-sociais li a .icon {
    position: relative;
    color: #262626;
    transition: .3s;
    z-index: 3;
}



ul.box-redes-sociais li a:hover .icon {
    color: #fff;
    scale: 1.2;
}



ul.box-redes-sociais li a:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .6s;
    z-index: 2;
}



ul.box-redes-sociais li a:hover:before {
    top: 0;
}



ul.box-redes-sociais li.facebook a:before{
    background: #3b5999;
}



ul.box-redes-sociais li.instagram a:before{
    background:hsl(0 0% 10%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}


ul.box-redes-sociais li a {
    color: #000;
    transition: all 0.3s ease;
}



ul.box-redes-sociais li a:hover {
    color: #fff;
}



.box-redes-sociais {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}



.box-redes-sociais li {
    position: relative;
}



.box-redes-sociais li a {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}



/* Fundo animado */
.box-redes-sociais li a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}



.box-redes-sociais li a:hover::before {
    transform: scale(1);
}



/* Ícone sempre visível */
.box-redes-sociais li a i {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}



/* Hover: ícone branco */
.box-redes-sociais li a:hover i {
    color: #fff;
}



/* CORES */

/* Facebook */
.box-redes-sociais li.facebook a::before {
    background: #1877f2;
}



/* Instagram */
.box-redes-sociais li.instagram a::before {
    background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, 
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%);
}



/* YouTube */
.box-redes-sociais li.youtube a::before {
    background: radial-gradient(circle at 30% 107%, 
        #ff5f5f 0%, 
        #ff2a2a 45%, 
        #cc0000 90%);
}



/* --- ÍCONES DE REDES SOCIAIS --- */
.box-redes-sociais {
    display: flex;
    justify-content: center;
    gap: 25px;
    list-style: none;
    padding: 0;
}


.box-redes-sociais li {
    font-size: 26px;
}



/* Caixa do Modal */
#modal-promo-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 9999;
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}



/* Estilo do Botão de Fechar */
#modal-promo-close-btn {
    padding: 0.6rem 1.2rem;
    background-color: #0088ff;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.3s;
}



#modal-promo-close-btn:hover {
    background-color: #0056b3;
}



/* Corpo do Modal e Imagem */
.modal-promo-body {
    display: flex;
    justify-content: center;
}



/* Classes de Ocultação */
.modal-promo-hide {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden;
}



/* Ajuste de animação para o modal subir ao fechar */
#modal-promo-container.modal-promo-hide {
    top: 0;
}

/*INICIO ABA BOMBALINA*/
.paragrafo {
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
.logobombalina {
    display: block;
    width: 30%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.slideshow {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* Cada slide é um bloco */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade 12s infinite; /* 3 imagens × 4s cada */
}

/* Imagem */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Descrição */
.descricaocar {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 8px 0;
    font-size: 18px;
    font-family: "Julius Sans One", sans-serif;
}

/* Delay para cada slide */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 4s; }
.slide:nth-child(3) { animation-delay: 8s; }

/* Keyframes do fade */
@keyframes fade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    33%  { opacity: 1; }
    43%  { opacity: 0; }
    100% { opacity: 0; }
}

/*FIM ABA BOMBALINA*/
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&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&display=swap');
/* Container da seção */
.secao-modal-evento {
    text-align: center;
}


/* Container da seção */
.secao-modal-evento {
    text-align: center;
}


/* ==== ESTATISTICA ==== */

.estatistica .secao-img{
    width: 280%;
    margin-left: -870px;
}
/*BOTAO PARA DIRECIONAR PARA ABA CONTATO*/
.botaocontact {
        font-size: 20px;
        background-color: #136363;
        color: #ffffff;
        border: none;
        padding: 12px 24px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
        font-family: "Julius Sans One", sans-serif;
        font-weight: bold;
    }

.botaocontact:hover {
    background-color: #66cfcf;
}
/*FIM BOTAO PARA DIRECIONAR PARA ABA CONTATO*/
