/*

Theme Name: Susteinable Finance 2025
Description: Tema para WordPress.
Author: Henrique
Author URI: #
Version: 1.00
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/



/* Basic WordPress Styles */

@import url('css/wp.css');

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Miriam+Libre:wght@400..700&display=swap');

.lexend-normal{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.miriam-libre--normal{
  font-family: "Miriam Libre", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

body.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
body.loaded {
    opacity: 1;
}

*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    }
html, body {
    overflow-x: hidden;
}

a img{
    border: 0;
}

a:link,
a:active,
a:visited{
    color: #19302b;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

body{
    background: #e6e6e6;
    color: #ffffff;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    height: 100%;
    text-rendering: geometricPrecision;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
}

.relative{
    position: relative;
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
}

.entry-content p{
    margin: 15px 0;
}

@media screen and (max-width: 1080px){
    h1{
        font-size:  15px;
    }
}
h1, h2, h3, h4, h5{
    color: #02976e;
    /*font-family: "Lexend", sans-serif;*/
    font-family: "Miriam Libre", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h2{
    color: #02976e;
    font-size: 41px;
}
h1 img{
    margin: 0 20px;
}

.entry-content a:link,
.entry-content a:active,
.entry-content a:visited{
    color: #19302b;
    text-decoration: underline;
}
.entry-content a:hover{
    color: #e6e6e6;
    text-decoration: underline;
}

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

figure a img{
    max-width: 100%;
    height: auto;
}

#content{
    margin: 30px 0;
}

section{
    margin: 0 auto;
}

/* Animação inicial */
header,
header div#topo a img,
header div#topo nav,
#inicio #destaque .texto,
#inicio #destaque .data_local,
#inicio #destaque figure,
#palestrantes{
    opacity: 0;
}
/* final Animação inicial */

header{
    background-color: rgba(25, 48, 43, 0.9); 
    position: fixed;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
}
header div#topo.wrapper.d_flex nav a:link,
header div#topo.wrapper.d_flex nav a:active,
header div#topo.wrapper.d_flex nav a:visited{
    color: #ffffff;
    font-size: 16px;
    margin: 0 5px;
    padding: 7px;
}
header div#topo.wrapper.d_flex nav a:hover{
    color: #8dd596;
    text-decoration: none;
}
header div#topo.wrapper.d_flex nav a.patrocinador:link,
header div#topo.wrapper.d_flex nav a.patrocinador:active,
header div#topo.wrapper.d_flex nav a.patrocinador:visited{
    background: #02976e;
    color: #102823;
    padding: 7px 15px;
    font-weight: 400;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
header div#topo.wrapper.d_flex nav a.patrocinador:hover{
    background: #e6e6e6;
    color: #19302b;
}

@media screen and (max-width: 980px){
    h2{
        color: #02976e;
        font-size: 30px;
    }
    header{
        padding: 10px 0;
    }
    header div#topo.wrapper.d_flex a img{
        max-width: 65%;
        height: auto;
    }
    header div#topo.wrapper.d_flex nav{
        display: none;
    }
}

/* Inicio */
#inicio{
    background: #19302b url("./imagens/fundo.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 200px;
}
#inicio #destaque{
    margin-bottom: 100px;
}
#inicio #destaque .texto{
    background-color: rgba(25, 48, 43, 0.61); 
    border: #02976e solid 1px;
    padding: 50px 80px 70px 60px;
    max-width: 605px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#inicio #destaque .texto p{
    font-family: "Miriam Libre", sans-serif;
    font-size: 38px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
}
#inicio #destaque .texto a:link,
#inicio #destaque .texto a:active,
#inicio #destaque .texto a:visited{
    background: #02976e;
    color: #102823;
    padding: 7px 15px;
    font-weight: 400;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#inicio #destaque .texto a:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
#inicio #destaque .data_local.d_flex{
    background: #02976e;
    padding: 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    max-width: 495px;
    position: absolute;
    right: 0;
    top: 40px;
    align-items: flex-start;
}
#inicio #destaque .data_local .data{
    background: url("./imagens/ico-data.webp") no-repeat left 10px;
    padding-left: 40px;
    padding-right: 40px;
}
#inicio #destaque .data_local .local{
    background: url("./imagens/ico-local.webp") no-repeat 35px 10px;
    border-left: #19302b solid 1px;
    padding-left: 75px;
    padding-right: 40px;
}
#inicio #destaque .data_local p strong{
    color: #19302b;
    font-size: 34px;
    font-weight: 500;
}
#inicio #destaque .data_local p{
    font-size: 15px;
}
#inicio #destaque figure{
    position: absolute;
    right: -55px;
    top: 165px;
}

@media screen and (max-width: 980px){
    /* Animação inicial */
    header,
    header div#topo a img,
    header div#topo nav,
    #inicio #destaque .texto,
    #inicio #destaque .data_local,
    #inicio #destaque figure,
    #palestrantes{
        opacity: 1;
    }
    #inicio #destaque .data_local{
        justify-content: center;
    }
    #inicio #destaque .data_local .data{
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
    }
    #inicio #destaque .data_local .local{
        background: url("./imagens/ico-local.webp") no-repeat left 10px;
        border-left: none;
        padding-left: 40px;
        padding-right: 40px;
    }

    #inicio{
        padding-top: 110px;
    }
    #inicio #destaque {
        margin-bottom: 1px;
    }
    #inicio #destaque .texto{
        background-color: rgba(25, 48, 43, 0.61); 
        border: #02976e solid 1px;
        padding: 5%;
        max-width: 605px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    #inicio #destaque .texto p{
        font-family: "Miriam Libre", sans-serif;
        font-size: 26px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 20px;
    }
    #inicio #destaque .data_local.d_flex{
        background: #02976e;
        padding: 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        max-width: 495px;
        position: relative;
        right: 0;
        top: 40px;
        align-items: flex-start;
    }
    #inicio #destaque figure{
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin: 75px auto 0 auto;
        text-align: center;
    }
}

/* Palestrantes */
#palestrantes{
    margin: 0 auto;
    padding: 0;
}
#palestrantes .wrapper  ul.d_flex{
    justify-content: flex-start;
    max-width: 1120px;
    margin: 0 auto;
}
#palestrantes .wrapper  ul.d_flex li{
    padding: 0 10px 40px 10px;
}
#palestrantes .wrapper  ul.d_flex li p{
    color: #8dd596;
    margin: 5px 0 0 60px;
}
#palestrantes .wrapper  ul.d_flex li p strong{
    color: #ffffff;
    font-size: 21px;
}
#boxes.d_flex{
    margin: 0 auto 0 auto;
    align-items: stretch;
}
#boxes.d_flex .box{
    width: 25%;
    display: flex;
    align-items: center;
}
#boxes.d_flex .box.box_1{
    background: #8dd596;
}
#boxes.d_flex .box.box_1 p{
    background: url("./imagens/susteinable-finance-1.webp") no-repeat 0 0;
}
#boxes.d_flex .box.box_2{
    background: #02976e;
}
#boxes.d_flex .box.box_2 p{
    background: url("./imagens/susteinable-finance-2.webp") no-repeat 0 0;
}
#boxes.d_flex .box.box_3{
    background: #027d5b;
}
#boxes.d_flex .box.box_3 p{
    background: url("./imagens/susteinable-finance-2.webp") no-repeat 0 0;
}
#boxes.d_flex .box.box_4 figure{
    background: #027d5b;
    width: 100%;
    height: 100%;
}
#boxes.d_flex .box.box_4 figure img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#boxes.d_flex .box p{
    color: #19302b;
    font-family: "Miriam Libre", sans-serif;
    font-size: 33px;
    line-height: 39px;
    font-weight: 500;
    padding-top: 70px;
    margin-left: 15%;
}
@media screen and (max-width: 980px){
    #palestrantes{
        margin: -40px auto 0 auto;
        padding: 0;
    }
    #boxes.d_flex{
        margin: 50px auto 0 auto;
        align-items: stretch;
        justify-content: center;
    }
    #boxes.d_flex .box{
        width: 100%;
        max-width: 50%;
        min-width: 300px;
        display: flex;
        align-items: center;
        padding: 5% 0;
    }
    #boxes.d_flex .box.box_4{
        max-width: 100%;
        max-width: 50%;
        min-width: 300px;
        padding: 0;
    }
    #boxes.d_flex .box p{
        color: #19302b;
        font-size: 23px;
        line-height: 29px;
        font-weight: 400;
        padding-top: 50px;
        margin-left: 15%;
    }
    #palestrantes .wrapper  ul.d_flex{
        justify-content: center
    }
    #palestrantes .wrapper  ul.d_flex li{
        margin: 20px;
    }
    #palestrantes .wrapper  ul.d_flex li p{
        color: #8dd596;
        margin: 5px 0;
    }
}

/* Evento */
section#evento{
    padding: 0;
}
section#evento .d_flex.area_1{
    background: #02976e;
}
section#evento .d_flex.area_1 .texto{
    width: 26%;
    padding: 3% 12%;
}
section#evento .d_flex.area_1 .texto h2{
    color: #19302b;
    font-weight: 500;
    text-align: left;
}
section#evento .d_flex.area_1 .texto p{
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    margin: 25px 0 0 0;
}
section#evento .d_flex.area_1 .texto p strong,
section#evento .d_flex.area_1 .texto p span{
    color: #8dd596;
    font-weight: 400;
}
section#evento .d_flex.area_1 figure{
    width: 50%;
}
section#evento .d_flex.area_1 figure img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
section#evento .d_flex.area_2{
    background: #027d5b;
    align-items: stretch;
    width: 100%;
}
section#evento .d_flex.area_2 .texto{
    width: 26%;
    padding: 5% 19% 5% 5%;
}
section#evento .d_flex.area_2 .imagem_de_fundo{
    background: url("./imagens/AdobeStock_362407352.jpg") no-repeat center center;
    background-size: cover;
}
section#evento .d_flex.area_2 .texto p{
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
section#evento .d_flex.area_2 figure{
    background: #e6e6e6;
    width: 50%;
    height: auto;
}
section#evento .wrapper ul#infos_evento.d_flex{
    margin: 0 auto 50px auto;
    align-items: flex-start;
    padding-top: 44px;
}
section#evento .wrapper ul#infos_evento.d_flex li.info{
    width: 27%;
    padding: 1.5% 2%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
}
section#evento .wrapper ul#infos_evento.d_flex li.info.info_1{
    background:#02976e url("./imagens/linha_verde.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#evento .wrapper ul#infos_evento.d_flex li.info.info_2{
    background:#027d5b url("./imagens/linha_verde.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#evento .wrapper ul#infos_evento.d_flex li.info.info_3{
    background:#19302b url("./imagens/linha_verde.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#evento .wrapper ul#infos_evento.d_flex li.info h4{
    color: #19302b;
    font-size: 29px;
    font-weight: 600;
    padding: 0 15px;
    text-align: left;
    margin-top: 25px;
}
section#evento .wrapper ul#infos_evento.d_flex li.info.info_3 h4{
    color: #02976e;
}
section#evento .wrapper ul#infos_evento.d_flex li.info ul li{
    color: #ffffff;
    font-size: 13px;
    list-style: disc;
    padding-left: -5px;
    margin: 10px 10%;
    width: 80%;
}
#linha_design{
    background-image: url("./imagens/folhas_brancas.webp"), url("./imagens/linha_verde.webp");
    background-position: left 0px, center 380px;
    background-size: auto auto, 100% 2px;
    background-repeat: no-repeat, repeat-x;
    padding-top: 100px;
}
@media screen and (max-width: 980px){
    section#evento .d_flex.area_1 .texto{
        width: 100%;
        padding: 5%;
    }
    section#evento .d_flex.area_1 figure{
        width: 100%;
    }
    section#evento .d_flex.area_2 .texto{
        width: 100%;
        padding: 5%;
    }
    section#evento .d_flex.area_2 figure{
        /*background: #e6e6e6;
        width: 100%;
        height: 150px;*/
        display: none;
    }

    section#evento .wrapper ul#infos_evento.d_flex{
        justify-content: center;
    }
    section#evento .wrapper ul#infos_evento.d_flex li.info{
        background:#ffffff;

        width: 100%;
        max-width: 300px;
        padding: 1.5% 2%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);

        margin: 0 10px 30px 10px;
    }

    section#evento .d_flex.area_1 .texto h2{
        font-size: 24px;
        margin-top: 10px;
    }
    section#evento .d_flex.area_1 .texto p{
        font-size: 20px;
    }
    section#evento .d_flex.area_2 .texto p {
        font-size: 20px;
    }

    section#evento .wrapper ul#infos_evento.d_flex li.info.info_1{
        background:#02976e;
    }
    section#evento .wrapper ul#infos_evento.d_flex li.info.info_2{
        background:#027d5b;
    }
    section#evento .wrapper ul#infos_evento.d_flex li.info.info_3{
        background:#19302b;
    }

    #linha_design{
        background-image: url("./imagens/folhas_brancas.webp");
        background-position: left 0px;
        background-size: auto auto;
        background-repeat: no-repeat;
        padding-top: 100px;
    }
}

/* Patrocinador */
section#patrocinador #apoiadores{
    /*background: #f2f2f2;*/
    background: #ffffff;
    padding: 145px 0 50px 0;
}
section#patrocinador #apoiadores h2{
    color: #19302b;
    font-weight: 400;
}
section#patrocinador #apoiadores p{
    font-size: 23px;
    color: #19302b;
    text-align: center;
    margin: 10px auto 25px auto;
    font-weight: 400;
}
section#patrocinador #apoiadores a.quero_patrocinar:link,
section#patrocinador #apoiadores a.quero_patrocinar:active,
section#patrocinador #apoiadores a.quero_patrocinar:visited{
    background: #02976e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 0 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    white-space: nowrap;
}
section#patrocinador #apoiadores a.quero_patrocinar:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
section#patrocinador #apoiadores ul.d_flex{
    margin: 0 auto;
    justify-content: center;
}
section#patrocinador #apoiadores ul.d_flex li{
    margin: 27px 27px;
}
section#patrocinador #patrocinar{
    padding: 75px 0;
}
section#patrocinador #patrocinar h3{
    color: #19302b;
    font-size: 30px;
    font-weight: 400;
}
section#patrocinador #patrocinar ul#motivos.d_flex{
    margin: 75px auto;
    align-items: stretch;
}
section#patrocinador #patrocinar ul#motivos li.motivo{
    width: 27%;
    padding: 1.5% 2% 2% 2%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
}
section#patrocinador #patrocinar ul#motivos li.motivo p{
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin: 10px 0;
    padding: 0 25px;
}
section#patrocinador #patrocinar ul#motivos li.motivo h4{
    color: #19302b;
    font-size: 28px;
    font-weight: 600;
    padding: 0 25px;
    text-align: left;
    margin-top: 30px;
}
section#patrocinador #patrocinar ul#motivos li.motivo.motivo_1{
    background:#02976e url("./imagens/linha_verde_2.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#patrocinador #patrocinar ul#motivos li.motivo.motivo_2{
    background:#027d5b url("./imagens/linha_verde_2.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#patrocinador #patrocinar ul#motivos li.motivo.motivo_3{
    background:#19302b url("./imagens/linha_verde_2.webp") repeat-x center 182px;
    background-size: 100% 2px;
}
section#patrocinador #patrocinar ul#motivos li.motivo.motivo_3 h4{
    color: #02976e;
}
#linha_design_2{
    background-image: url("./imagens/folhas_brancas.webp"), url("./imagens/linha_verde_2.webp");
    background-position: left 54px, center 519px;
    background-size: auto auto, 100% 2px;
    background-repeat: no-repeat, repeat-x;
    padding-top: 100px;
}

/* Ingressos */
section#ingressos{
    background:#19302b url("./imagens/efeito-de-luz.png") no-repeat center bottom;
    padding: 145px 0 75px 0;
}
section#ingressos #tabela_ingressos{
    background-color:#f2f2f2;

    /* Completa com 5 colunas "Online":
    background-image: 
    url("./imagens/bg_table_branco_cg.webp?1"), 
    url("./imagens/bg_table_branco_cg.webp?1"), 
    url("./imagens/bg_table_branco_cg.webp?1"), 
    url("./imagens/bg_table_verde_cg.webp?1"), 
    url("./imagens/linha_sombra_g.webp?1");
    background-position: 38.5% 10px, 59.65% 10px, 80.75% 10px, 102% 10px, center 117px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; */

    /* 4 colunas - sem a coluna "Online"*/
    background-image: 
    url("./imagens/bg_table_branco_cg.webp?1"), 
    url("./imagens/bg_table_branco_cg.webp?1"), 
    url("./imagens/bg_table_verde_cg.webp?1"), 
    url("./imagens/linha_sombra_g.webp?1");
    background-position: 49% 10px, 74.5% 10px, 100% 10px, center 117px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;

    margin: 50px auto;
    padding-bottom: 150px;
    padding: 60px 0 65px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    z-index: 9;
    position: relative;
}
section#ingressos #tabela_ingressos table{
    color: #19302b;
    width: 100%;
    padding: 0 15px;
}
section#ingressos #tabela_ingressos table tr td{
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
}
section#ingressos #tabela_ingressos table tr td.texto{
    color: #19302b;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
}
section#ingressos #tabela_ingressos table tr td.titulo{
    color: #02976e;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 5px;
}
section#ingressos #tabela_ingressos table tr td.valor{
    color: #19302b;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding: 12px 5px;
}
section#ingressos #tabela_ingressos table tr td.valor.branco{
    color: #ffffff;
}

figure#folhas{
    margin: -190px auto 50px auto;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
}

a.comprar:link,
a.comprar:active,
a.comprar:visited{
    background: #02976e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    white-space: nowrap;
}
a.comprar:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
h3.txt_001{
    color: #ffffff;
    font-size: 30px;
    width: 90%;
    margin: 100px auto 0 auto;
}
ul#lista_dados{
    margin: 50px auto;
    align-items: stretch;
}
ul#lista_dados li{
    background: #102823;
    padding: 3%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 13%;
    text-align: center;
}
ul#lista_dados li figure{
    height: 40px;
    text-align: center;
}
ul#lista_dados li h4{
    color: #02976e;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
}
ul#lista_dados li p{
    color: #ffffff;
    font-size: 19px;
    width: 100%;
}

a.saiba_mais:link,
a.saiba_mais:active,
a.saiba_mais:visited{
    background: #02976e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 50px auto;
    position: relative;
    display: table;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.saiba_mais:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
.coluna_1{
    width: 30%;
}
.coluna_2{
    width: 15%;
}
.img_desktop{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.img_mobile{
    display: none;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 980px){
    .img_desktop{
        display: none;
    }
    .img_mobile{
        display: block;
    }
    section#ingressos{
        padding: 90px 0 50px 0;
    }
    section#ingressos #tabela_ingressos{
        width: 100%;
        overflow-x: auto; /* Habilita a rolagem horizontal quando necessário */

        background-color:#f2f2f2;

        background-image: unset;
        background-position: unset;
        background-repeat: unset;

        margin: 50px auto;
        padding-bottom: 50px;
        padding: 10px 0 10px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        z-index: 9;
        position: relative;
    }
    section#ingressos #tabela_ingressos table{
        padding: 0 5px;
        width: 100%;
        border: none;
        border-collapse: collapse;
    }
    section#ingressos #tabela_ingressos table tr td{
        font-size: 11px;
        padding: 4px 5px;
        text-align: center;
    }
    section#ingressos #tabela_ingressos table tr:nth-child(even) {
        background-color: #e6e6e6;
    }
    section#ingressos #tabela_ingressos table tr:nth-child(odd) {
        background-color: #f2f2f2;
    }
    section#ingressos #tabela_ingressos table tr td.titulo{
        color: #19302b;
        font-size: 14px;
        padding: 4px 2px;
        letter-spacing: -1px;
    }
    section#ingressos #tabela_ingressos table tr td.titulo.branco{
        color: #02976e;
    }
    section#ingressos #tabela_ingressos table tr td.valor{
        font-size: 15px;
        padding: 4px;
    }
    section#ingressos #tabela_ingressos table tr td.valor.branco{
        color: #02976e;
    }
    section#ingressos #tabela_ingressos table tr td.comprar{
        padding: 12px 4px;
    }


    section#ingressos .wrapper{
        padding: 0;
    }

    a.comprar:link,
    a.comprar:active,
    a.comprar:visited{
        background: #02976e;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        padding: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin: 0 auto;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    a.comprar:hover{
        background: #e6e6e6;
        color: #19302b;
        text-decoration: none;
    }

    ul#lista_dados{
        justify-content: center;
    }
    ul#lista_dados li{
        background: #102823;
        padding: 3%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 90%;
        max-width: 250px;
        text-align: center;
        margin-bottom: 30px;
    }

    section#patrocinador #patrocinar{
        padding: 0 0 75px 0;
    }
    section#patrocinador #patrocinar ul#motivos{
        justify-content: center;
    }
    section#patrocinador #patrocinar ul#motivos li.motivo{
        width: 100%;
        max-width: 300px;
        padding: 1.5% 2% 2% 2%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
        margin: 0 10px 30px 10px;
    }

    section#patrocinador #patrocinar ul#motivos li.motivo.motivo_1{
        background:#02976e;
    }
    section#patrocinador #patrocinar ul#motivos li.motivo.motivo_2{
        background:#027d5b;
    }
    section#patrocinador #patrocinar ul#motivos li.motivo.motivo_3{
        background:#19302b;
    }

    section#patrocinador #apoiadores{
        padding: 75px 0 50px 0;
    }
    section#patrocinador #apoiadores p{
        font-size: 20px;
        line-height: 40px;
    }

    section#patrocinador #apoiadores ul.d_flex{
        margin: 35px auto;
        justify-content: center;
    }

    #linha_design_2 {
        padding-top: 0;
    }

    #linha_design_2{
        background-image: url("./imagens/folhas_brancas.webp");
        background-position: left 50px;
        background-size: auto auto;
        background-repeat: no-repeat;
        padding-top: 65px;
    }

    h3.txt_001{
        font-size: 28px;
    }
    h3.txt_001 br{
        display: none;
    }

    section#patrocinador #patrocinar ul#motivos.d_flex{
        margin: 75px auto 50px auto;
        align-items: stretch;
    }

}

#janela_flutuante{
    position: fixed;
    bottom: 2%;
    width: 100%;
    z-index: 999999;
}
#janela_flutuante .wrapper{
    background-color:#e6e6e6;
    background-image: url("./imagens/folhas_brancas.webp");
    background-position: 100% 20px;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 920px;
    padding: 40px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
#janela_flutuante .wrapper .d_flex figure{
    margin: 0 20px;
}
#janela_flutuante .wrapper .d_flex p{
    color: #19302b;
    font-size: 19px;
    font-weight: 400;
    margin: 0 20px;
    max-width: 330px;
}
#janela_flutuante .wrapper .d_flex p span{
    color: #02976e;
}
#janela_flutuante .wrapper .d_flex .area_botao{
    width: 100%;
    max-width: 300px;
    text-align: center;
}
#janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:link,
#janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:active,
#janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:visited{
    background: #02976e;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 7px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    display: table;
    
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
#janela_flutuante .wrapper .fechar{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}
@media screen and (max-width: 980px){
    #janela_flutuante{
        position: fixed;
        bottom: 2%;
        width: 95%;
        margin: 0 2.5%;
    }
    #janela_flutuante .wrapper{
        background-color:#e6e6e6;
        background-image: url("./imagens/folhas_brancas.webp");
        background-position: 100% 20px;
        background-repeat: no-repeat;
        background-size: auto;
        max-width: 920px;
        padding: 20px;
        position: relative;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    }
    #janela_flutuante .wrapper .d_flex figure{
        margin: 0;
        width: 25%;
    }
    #janela_flutuante .wrapper .d_flex p{
        color: #19302b;
        font-size: 16px;
        font-weight: 400;
        margin: 0 10px 20px 10px;
        width: 60%;
        max-width: 330px;
    }
    #janela_flutuante .wrapper .d_flex{
        justify-content: center;
    }
    #janela_flutuante .wrapper .d_flex .area_botao{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:link,
    #janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:active,
    #janela_flutuante .wrapper .d_flex .area_botao a.inscrevase:visited{
        font-size: 18px;
        padding: 7px 20px;
    }
    #janela_flutuante .wrapper .fechar{
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
    }
}

footer{
    background: #19302b;
    padding: 50px 0 0 0;
}
footer .wrapper.d_flex{
    align-items: flex-start;
    padding: 50px 0 50px 0;
}
footer .wrapper.d_flex .texto{
    width: 100%;
    font-size: 23px;
    text-align: center;
    margin: 0 auto 70px auto;
}
footer .wrapper.d_flex .texto p{
    max-width: 700px;
    margin: 0 auto;
}
footer .wrapper.d_flex .comite_conselho{
    border-left: #02976e solid 1px;
    width: 25%;
    padding: 0 0 0 20px;
    min-height: 100px;
    text-align: left;
}
footer .wrapper.d_flex .comite_conselho.comite_conselho_2{
    width: 70%;
}
footer .wrapper.d_flex .comite_conselho h4{
    font-size: 18px;
    font-weight: 600;
    color: #02976e;
    margin: -10px 0 5px 0;
    text-align: left;
}
footer .wrapper.d_flex .comite_conselho p,
footer .wrapper.d_flex .comite_conselho li{
    font-size: 14px;
    color: #ffffff;
    margin: 5px 0;
    font-style: italic;
}
footer .wrapper.d_flex .comite_conselho p strong,
footer .wrapper.d_flex .comite_conselho li strong{
    font-size: 16px;
    color: #ffffff;
    margin: 5px 0;
    font-style: normal;
}
footer .wrapper.d_flex .comite_conselho ul.lista_comite_conselho{
    column-count: 3;
    break-inside: avoid-column;
    list-style: none;
}

/* Menu Mobile - Estilo base */
.mobile-menu-container {
    display: none;
    margin: 15px 0;
}
@media screen and (max-width: 980px){
    .mobile-menu-container {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
    }
    footer .wrapper.d_flex .texto{
        width: 90%;
        font-size: 20px;
        padding: 0 5% 0 5%;
    }
    footer .wrapper.d_flex .texto{
        margin: 0 auto 40px auto;
    }
    footer .wrapper.d_flex .comite_conselho{
        border-left: #02976e solid 1px;
        width: 90%;
        margin: 5%;
        text-align: left;
    }
    footer .wrapper.d_flex .comite_conselho.comite_conselho_2{
        width: 90%;
        margin: 5%;
    }
    footer .wrapper.d_flex .comite_conselho ul.lista_comite_conselho{
        column-count: 2;
    }
}
.menu-toggle {
    display: block;
    color: #fff;
    padding: 5px 15px;
    font-size: 26px;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    background: none;
}

.mobile-menu {
    display: none;
    background-color: #e6e6e6;
    padding: 5px;
    width: 100%;
    list-style: none;
    margin-top: 15px;
    position: absolute;
    right: 0;
}

.mobile-menu ul{
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
}

.mobile-menu ul li {
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    list-style: none;
    text-align: right;
    width: 100%;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #19302b;
    font-weight: bold;
    font-size: 20px;
}

/* Mostrar o menu quando ativado */
.mobile-menu.open {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 0;
}

.em_breve{
    cursor: not-allowed !important;
    opacity: 0.5;
}

#fundo_area_formulario{
    background-color: rgba(25, 48, 43, 0.9); 
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}
.area_centralizada{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fechar_fundo_area_formulario{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
#area_formulario{
    background: #ffffff;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;

    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#area_formulario form{
    margin: 40px 0 0 0;
}
#area_formulario form p{
    color: #19302b;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    background-color: #e6e6e6;
    color: #000;
    width: 96%;
    padding: 2%;
    border: none;
    font-size: 14px;
}
.wpcf7 input[type="submit"]{
    background: #02976e;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "Miriam Libre", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 40px 0 0 0;
    position: relative;
    display: table;
    
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.wpcf7 input[type="submit"]:hover{
    background: #e6e6e6;
    color: #19302b;
    text-decoration: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #19302b;
}
.wpcf7 form .wpcf7-response-output {
    margin: -10px 0.5em 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #19302b;
}

@media screen and (max-width: 980px){
        #area_formulario{
        background: #ffffff;
        position: relative;
        padding: 5%;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;

        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);

        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;

        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    #area_formulario form{
        margin: 20px 0 0 0;
    }
}


.popup_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    background: #19302b;
    padding: 0;
    max-width: 770px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.popup_modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.popup_content {
    background: #19302b;
    padding: 0;
    overflow-y: auto;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.popup_content figure{
    width: 35%;
}

.popup_content .area_de_texto{
    width: 55%;
    padding: 5%;
}
.popup_content .area_de_texto h3{
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
}
.popup_content .area_de_texto p{
    margin: 10px 0;
}
.popup_content .area_de_texto p.cargo {
    color: #8dd596;
}
.popup_content .area_de_texto a.linkedin{
    color: #ffffff;
}
.popup_close {
    color: #02976e;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 35px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.popup_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.popup_content_sombra{
    background-color: rgba(25, 48, 43, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

    display: none;
}
.popup_content_sombra.act{
    display: block;
}

.palestrante_item figure{
    position: relative;
}
.palestrante_item figure img.bolinha_palestrante{

    height: 128px;
    width: 125px;
    position: absolute;
}
.palestrante_item figure img.foto_palestrante_p{
    height: 110px;
    width: 110px;

    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;

    margin: 8px;

    filter: grayscale(1);
}