<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
#42b3dc = Azul 
#e365a6 = rosa
*/

html {
    scroll-behavior: smooth;
}

.h4, h4 {
    font-size: calc(1.075rem + .3vw);
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.2rem;
    }
}

.text-justify{
    text-align: justify !important;
}

.bg-gray{
    background: rgba(112, 112, 112, 1);
}

.border-gray{
    border: 1px solid rgba(112, 112, 112, 1);
}

.bg-light-blue{
    background-color: rgba(66, 179, 220, 0.2);
}


.gradient{
    /* background: linear-gradient(to bottom, #3798cb, #e365a6); */
    /* background: linear-gradient(to bottom, #42b3dc 0%, #5caed3 25%, #7b99c9 50%, #a175bd 75%, #e365a6 100%); */
    background: linear-gradient(to bottom, rgba(66, 179, 220, 0.4) 0%, rgba(92, 174, 211, 0.3) 25%, rgba(161, 117, 189, 0.3) 65%, rgba(227, 101, 166, 0.3) 100%);
}

.gradient-1{
    /* background: linear-gradient(to right, #42b3dc, #e365a6); */
    /* background: linear-gradient(to right, #42b3dc 0%, #5caed3 25%, #7b99c9 50%, #a175bd 75%, #e365a6 100%); */
    background: linear-gradient(to right, rgba(66, 179, 220, 0.4) 0%, rgba(92, 174, 211, 0.3) 25%, rgba(123, 153, 201, 0.25) 50%, rgba(161, 117, 189, 0.3) 75%, rgba(227, 101, 166, 0.2) 100%);
}

.gradient-2{
    /* background: linear-gradient(to right, #e365a6, #42b3dc); */
    /* background: linear-gradient(to right, #e365a6 0%, #c676b7 25%, #a88aca 50%, #6faccd 75%, #42b3dc 100%); */
    background: linear-gradient(to right, rgba(227, 101, 166, 0.4) 0%, rgba(198, 118, 183, 0.3) 25%, rgba(168, 138, 202, 0.25) 50%, rgba(111, 172, 205, 0.3) 75%, rgba(66, 179, 220, 0.2) 100%);

}

.gradient-3{
    background: linear-gradient(to left, #3798cb, #e365a6);
}

textarea{
    width: 100%;
}

.form-wrapper input[type='text'], textarea{

    border: 0px;
    margin: 5px 0;
    padding: 5px 15px;
    background: linear-gradient(to right, rgba(66, 179, 220, 0.4) 0%, rgba(92, 174, 211, 0.3) 25%, rgba(123, 153, 201, 0.25) 50%, rgba(161, 117, 189, 0.3) 75%, rgba(227, 101, 166, 0.4) 100%);
}

.form-wrapper input[type="text"]::placeholder, textarea::placeholder {
    color: #000; /* Exemplo de cor vermelha */
    font-weight: 500;
    opacity: 1; /* Para garantir que o nível de opacidade seja 100% */
}


.profissao-wrapper {
    margin-top: 2rem;
    column-gap: 20px;
}

.coluna-profissao {
    grid-column: 1;
}

.coluna1 {
    grid-column: 2;
}

.coluna2 {
    grid-column: 3;
}

.cform {
    margin-right: 5px;
}

.profissao-wrapper div {
    margin-bottom: 10px;
}

.enunciado-wrapper .texto, .artigo-publicao-wrapper .texto{
    border: 0px;
    margin: 5px 0;
    padding: .5rem 15px;
    font-weight: 500;
    background: linear-gradient(to right, rgba(66, 179, 220, 0.4) 0%, rgba(92, 174, 211, 0.3) 25%, rgba(123, 153, 201, 0.25) 50%, rgba(161, 117, 189, 0.3) 75%, rgba(227, 101, 166, 0.2) 100%) !important;
}

.enunciado-wrapper a, .artigo-publicao-wrapper a{
    color: #000;
    text-decoration: none;
}

.text-inputs-enunciado input{
    margin-top: 30px;
}

.especialidade-enunciado-wrapper {
    column-gap: 20px;
    margin-bottom: 2rem;
}

.coluna-especialidade {
    grid-column: 1;
}


.especialidade-enunciado-wrapper div {
    margin-bottom: 10px;
}

.text-inputs-enunciado{
    margin-left: 1rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* .artigo-publicao-wrapper .text-inputs-enunciado{
    margin-left: 0px;
} */

.text-inputs-enunciado .inputs-enunciado, .artigo-publicao-wrapper .text-inputs-publicacao{
    margin-right: 8rem;
}


@media(max-width: 991px){
    .text-inputs-enunciado .inputs-enunciado, .artigo-publicao-wrapper .text-inputs-publicacao{
        margin-bottom: 20px;
    }
}

@media(min-width: 992px){
    .profissao-wrapper{
        grid-template-columns: 1fr 2fr 2fr;
        display: grid;
    }

    .especialidade-enunciado-wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
    }

    .text-inputs-enunciado{
        display: flex;
        align-items: center;
        /* justify-content: space-around; */
    }
}

.botao_formulario_generico, .botao_formulario_generico_pdf{
    font-weight: 500 !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    /* padding: .375rem .75rem !important; */
    padding: .575rem 1.5rem !important;
    margin-top: 20px;
    font-size: 1rem;
    border-radius: .25rem;
    border: 0px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: rgba(66, 179, 220, 0.5) !important;
}

.botao_formulario_generico, .botao_formulario_generico_pdf, .btn.gradient-3{
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.botao_formulario_generico:hover, .botao_formulario_generico_pdf:hover, .btn.gradient-3:hover{
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.link-palestrante{
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.link-palestrante:hover{
    transform: translateY(-10px);
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
}
.link-palestrante {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.link-palestrante svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-palestrante rect {
    fill: none;
    stroke-width: 4;
    stroke-dasharray: 5000, 0;
    stroke-dashoffset: 0;
}

/* Gradiente da borda */
.link-palestrante rect {
    stroke: url(#gradient);
    stroke-dasharray: 0, 5000;
    stroke-dashoffset: 0;
}

.link-palestrante:hover rect {
    stroke-dasharray: 1000, 0;
    transition: stroke-dasharray .55s linear, stroke .55s linear;
}

.link-palestrante:hover {
    text-decoration: none;
}

.artigo-publicao-wrapper .text-inputs-publicacao{
    /* margin-left: 1rem; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.artigo-publicao-wrapper .text-inputs-publicacao input{
    margin-bottom: 15px;
}

.anexo-artigo input, .anexo-almoco input{
    display: none;
}

.anexo-artigo label, .anexo-almoco label{
    background: linear-gradient(to left, #3798cb, #e365a6);
    color: #fff;
    padding: 0.5rem 0.75rem;
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 250px;
    text-align: center;
}

.anexo-artigo label:hover, .anexo-almoco label:hover{
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.helper{
    margin-bottom: 30px;
    margin-left: 10px;
    font-size: 12px;
}


.text-gradient {
    background: linear-gradient(to bottom, #3798cb, #e365a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-rosa{
    color: #e365a6;
}

.text-shadow{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), 2px 2px 2px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1);
}

.bg-shadow{
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    top: 0px;
    left: 0px;
    background: radial-gradient(circle, rgba(0,0,0, 0.4) 6%, transparent 100%);
    transition: all ease-in-out 0s;
}

#local{
    position: relative;
    z-index: 1;
}

.nav-header li{
    border-bottom: 2px solid transparent;
    width: max-content;
    margin-top: 2px;
    margin-bottom: 2px;
}
.nav-header li a{
    font-size: 18px;
}
.nav-header li:hover{
    border-bottom: 2px solid #e365a6;
}


.btn:not(.btn-sm, .btn-menu), button:not(.btn-close){
    width: 250px !important;
    max-width: 100%;
    font-size: 16px;
}

@media(max-width: 768px){
    .btn:not(.btn-sm, .btn-menu), button:not(.btn-close){
        width: 250px !important;
        max-width: 100%;
    }

    .anexo-artigo label, .anexo-almoco label{
        width: 250px !important;
        max-width: 100%;
    }
} 

#container-divs{
    display: none;
    background: #f6f6f6;
    border-radius: .25rem;
    padding: 15px;
    margin-bottom: 35px;
    transition: all .5s ease-in-out;
}


.presenca-evento {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.presenca-evento.active {
    /* max-height: 500px; Defina um valor suficientemente grande */
    opacity: 1;
}

.proposta-enunciado {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.proposta-enunciado.active {
    /* max-height: 500px; Defina um valor suficientemente grande */
    opacity: 1;
}

.botao_formulario_generico:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: auto !important;
}

.not-form{
    display: none;
}</pre></body></html>