/* ================ */
/* ==== HEADER ==== */
/* ================ */
.header {
    width: 100%;
    height: auto;
    background-color: #333;
    background-image: url(../images/fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center top;
    padding: 0 0 110px 0;
    transition: all 0.2s ease;
}

.header img {
    padding: 80px 0 120px 0;
}

.header h2 {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
    padding-top: 120px;
}

.header h2 span {
    font-size: 138px;
    font-weight: bold;
    color: #ffcc00;
    text-transform: uppercase;
}

.header .header_data {
    display: inline-block;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

    color: #fff;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
}

.header_frase_destaque {
    font-size: 38px;
    color: #FEDE0F;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}

/* ===== FRASE LIVRO ===== */
.main_frase_livro h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

/* ========================== */
/* ===== FRASE DESTAQUE ===== */
/* ========================== */
.main_frase_destaque h2 {
    font-size: 44px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.main_frase_destaque .box50 {
    padding: 0 20px;
}

.main_frase_destaque .destaque-video {
    background: rgba(255, 255, 255, 0.1);
}

.main_frase_destaque .frase_destaque_um {
    font-size: 26px;
    color: #fff;
    /* color: #473173; */
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2283d6;
    font-weight: 400;
    padding: 20px;
}

.main_frase_destaque .frase_destaque_dois {
    font-size: 22.6px;
    color: #ffcc00;
    font-weight: 500;
    padding: 0 40px;
}

.main_frase_destaque .frase_destaque_tres {
    font-size: 40px;
    color: #fff;
    /* color: #473173; */
    font-weight: 900;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2283d6;
    font-weight: 400;
    padding: 20px;
    text-transform: uppercase;
}

.main_frase_destaque .frase_destaque_quatro {
    font-size: 35.2px;
    color: #d12121;
    /* color: #473173; */
    font-weight: 700;
    margin-bottom: 20px;
}

/* =============================== */
/* ==== CONTEÚDO PROGRAMATICO ==== */
/* =============================== */
.main_conteudo_programatico {
    padding: 60px 0;
}

.main_conteudo_programatico .box100{
    display: flex;
}

.main_conteudo_programatico h3 {
    font-size: 48px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 60px;
}

.main_conteudo_programatico h3 strong {
    font-weight: bold;
}

.main_conteudo_programatico .main_conteudo_programatico_titulo {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.main_conteudo_programatico .main_conteudo_programatico_titulo span {
    font-size: 38px;
    background: #ffcc00;
    color: #07001d;
    font-weight: bold;
    display: inline-block;
    padding: 10px 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 15px 0;
}

.main_conteudo_programatico_caixa {
    background: #14746d;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 10px;
}

.main_conteudo_programatico ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
}

.main_conteudo_programatico ul li {
    width: 100%;
    /* background: #f8f8f8; */
    padding: 12px;
    /* margin: 5px 1%;
    border: 2px rgba(34, 131, 214, 0.9) solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; */

    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 300;

    list-style-image: url(../images/li-icon.png);
    /* list-style-image: url(../style/icons/check_box-black-18dp.svg); */
    list-style-position: inside;

}


/* ========================== */
/* ==== MAIN PALESTRANTE ==== */
/* ========================== */
.main_palestrante {
    width: 100%;
    height: auto;
    background-color: #FFF;
    background-image: url(../images/fundo-palestrante.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center top; */
    padding: 0;
    transition: all 0.2s ease;

}

.main_palestrante_nome_mobile {
    display: none;
    width: 100%;
    background: #ffcc00;
    color: #111;
    font-size: 44.8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px 20px;
}

.main_palestrante_nome {
    color: #fff;
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_palestrante_cv {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
}

/* ========================================== */
/* ==== MAIN PALESTRANTE [AREA CLIENTES] ==== */
/* ========================================== */
.main_palestrante_clientes_titulo {
    font-size: 40px;
    color: #2283d6;
    font-weight: bold;
    margin-bottom: 20px;
}

.main_palestrante_clientes ul {
    list-style: none;
    padding: 0 80px
}

.main_palestrante_clientes ul li {
    width: 16.66%;
    padding: 0 10px;

}

/* ========================================= */
/* ==== MAIN PALESTRANTE [AREA GALERIA] ==== */
/* ========================================= */
.main_palestrante_galeria_titulo {
    font-size: 35.2px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-right: 20px;
}

.main_palestrante_galeria ul {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
}

.main_palestrante_galeria ul li {
    width: 33.33%;
    float: left;
}

.main_palestrante_galeria ul li img {
    margin-bottom: -3px;
}

/* BTN LIVRO */
.btn_participar a{
    padding: 20px 40px;
    color: #fff;
    background: #14746D;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 25px;
    display: inline-block;

}

.btn_participar a:hover {
    background: #105a55;
}

/* =================== */
/* ==== MAIN DATA ==== */
/* =================== */

.main_data {
    background-color: #0b000f;
    background-image: url(../images/fundo-data.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center top; */
    padding: 40px 0;
    transition: all 0.2s ease;
}

.main_data .main_data_data {
    font-size: 104px;
    color: #fff;
    font-weight: bold;
    line-height: 0.5;
}

.main_data .main_data_data strong {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.main_data_border {
    border-left: #e5e5e5 4px solid;
}

/* .main_data_padding_left{
    padding-left: 20px;
} */

.main_data .main_data_horario {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    /* text-align: left; */
    line-height: 1.2;
}

.main_data .main_data_horario strong {
    font-weight: bold;
}

.main_data_local {
    font-size: 51.2px;
    color: #ffcc00;
    font-weight: bold;
    padding-top: 40px;
    clear: both;
}

.main_data_endereco {
    font-size: 19.2px;
    color: #ffcc00;
    font-weight: 400;
    clear: both;
    margin-bottom: 40px;
}

.main_data ul {
    list-style: none;
    overflow: hidden;
    margin-bottom: 40px;
}

.main_data ul li {
    width: 25%;
    float: left;
}

.main_data ul li img {
    margin-bottom: -3px;
}


/* ========================== */
/* ==== MAIN PROGRAMACAO ==== */
/* ========================== */

.main_programacao {
    padding: 30px 0;
}

.main_programacao h2 {
    font-size: 42px;
    color: #ffcc00;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.main_programacao ul {
    list-style: none;
}

.main_programacao ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-top: 1px dotted #2283d6;
    transition: all 0.3s ease;
}

.main_programacao ul li:nth-child(1) {
    border-top: none;
}

.main_programacao ul li:hover {
    background: #001736;
}

.main_programacao_hora {
    width: 15%;
    color: #fff;
    font-size: 22.4px;
    font-weight: 700;
    padding: 35px 0;
}

.main_programacao_foto_palestrante {
    width: 15%;
}

.main_programacao_foto_palestrante img {
    width: 65px;
}

.main_programacao_dados_palestrante p {
    font-size: 22.4px;
    color: #babafc;
    text-align: left;
    margin-bottom: 10px;
}

.main_programacao_titulo {
    font-size: 22.4px;
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.main_programacao_titulo strong {
    font-size: 11.2px;
    font-weight: bold;
}

/* ========================== */
/* ==== MAIN DEPOIMENTOS ==== */
/* ========================== */

.main_depoimentos .box40 {
    padding-right: 20px;
}

.main_depoimentos h4 {
    font-size: 44.8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}

.main_depoimentos h4 strong {
    font-weight: bold;
}

.main_depoimentos ul {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
}

.main_depoimentos ul li {
    width: 33.33%;
    float: left;
    padding: 5px;
}

.main_depoimentos ul li img {
    margin-bottom: -3px;
    border: 4px #ccc solid;
}

/* ======================= */
/* ==== MAIN INDICADO ==== */
/* ======================= */
.main_indicado h4 {
    font-size: 48px;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 300;
}

.main_indicado h4 strong {
    font-weight: bold;
}

.main_indicado p {
    font-size: 19.2px;
    color: #fff;
    font-weight: 300;
}

/* ====================== */
/* ==== MAIN INCLUSO ==== */
/* ====================== */
.main_incluso_padding {
    padding-bottom: 80px
}

.main_incluso {
    display: inline-block;
    padding: 5px;
    border: 2px #2283d6 solid;
    margin: 30px 0;
}

.main_incluso h4 {
    font-size: 32px;
    color: #fff;
    background: #2283d6;
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 80px;
}

.main_incluso h4 strong {

    font-weight: 700;
}

/* ========================= */
/* ==== MAIN FORMULARIO ==== */
/* ========================= */

.main_contato h4 {
    font-size: 54.4px;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.main_contato h4 span {
    font-weight: 300;
}

.contato_form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.contato_form label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.contato_form span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
}

.contato_form input,
.contato_form select,
.contato_form textarea {
    width: 100%;
    background: none;
    border: none;
    padding: 10px;
    float: left;
    font-family: 'Arial', sans-serif;
    text-align: left;
    color: #fff;

    border-left: #2283d6 1px solid;
    border-bottom: #2283d6 1px solid;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.contato_form select option {
    color: #333;
}

.contato_form input,
.contato_form select {
    height: 55px;
}

.contato_form textarea {
    height: 120px;
}

.contato_form input::placeholder,
.contato_form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

.contato_form input:-ms-input-placeholder,
/* Internet Explorer 10-11 */
.contato_form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.contato_form input::-ms-input-placeholder,
/* Microsoft Edge */
.contato_form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.contato_form input:hover,
.contato_form textarea:hover {
    border-left: #23d064 1px solid;
    border-bottom: #23d064 2px solid;
    transition: all 0.2s ease;
}

.contato_form input:focus,
.contato_form textarea:focus {
    border-left: #23d064 1px solid;
    border-bottom: #23d064 2px solid;
    transition: all 0.2s ease;
}

.contato_form .btn {
    width: 100%;
    border: 1px #23d064 solid;
    background: #23d064;
    padding: 20px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19.2px;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

}

.contato_form .btn:hover {
    background: #23d064;
    color: #fff;
    transition: all 0.3s ease;
}

.contato_form .btn:focus {
    background: #23d064;
    color: #fff;
    transition: all 0.3s ease;
}

/* ====================== */
/* ==== MAIN CONTATO ==== */
/* ====================== */

.main_contato ul {
    list-style: none;
}

.main_contato ul li {
    background: #000d1f;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.main_contato li a,
.main_contato li .linkout {
    text-align: left;
    display: block;
    font-size: 19.2px;
    color: #fff;
    transition: all 0.3s ease;
}

.main_contato li a img,
.main_contato li .linkout img {
    margin-bottom: -2px;
    width: 35px;
}

.main_contato .img_icon {
    width: 25%;
    background: #000914;
    float: left;
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.main_contato .main_contato_txt {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px;
}

.main_contato li a:hover,
.main_contato li a:hover .img_icon {
    background: #2283d6 !important;
}

/* ============================= */
/* ==== MAIN CONTATO MOBILE ==== */
/* ============================= */

.main_contato_mobile {
    display: none;
}

.main_contato_mobile ul {
    list-style: none;
}

.main_contato_mobile ul li {
    background: #000d1f;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.main_contato_mobile li a,
.main_contato_mobile li .linkout {
    text-align: left;
    display: block;
    font-size: 19.2px;
    color: #fff;
    transition: all 0.3s ease;
}

.main_contato_mobile li a img,
.main_contato_mobile li .linkout img {
    margin-bottom: -2px;
    width: 35px;
}

.main_contato_mobile .img_icon {
    width: 25%;
    background: #000914;
    float: left;
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.main_contato_mobile .main_contato_txt {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px;
}

.main_contato_mobile li a:hover,
.main_contato_mobile li a:hover .img_icon {
    background: #197394 !important;
}

/* ========================== */
/* ==== EVENTO REALIZADO ==== */
/* ========================== */
.main_evento_realizado h3 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.main_evento_realizado a {
    margin-top: 20px;
}

/* ================ */
/* ==== FOOTER ==== */
/* ================ */

footer p {
    font-size: 19.2px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_apoio {
    max-width: 780px;
    width: 100%;
}

.footer_apoio ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_apoio ul li {
    width: 25%;
    padding: 10px;
    float: left;
    margin-bottom: 15px;
}

.footer_apoio li img {
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.footer_apoio li a {
    display: block;
    font-size: 14.4px;
    color: #babafc;
    font-weight: 300;
}

.footer_apoio li a:hover {
    font-size: 15.2px;
}

.footer_redes_sociais p {
    font-size: 12.8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px
}

.footer_copy {
    background: #ffcc00;
    padding: 20px;
    color: #111;
    font-size: 12.8px;
    font-weight: 300;
}

.footer_copy a {
    color: #000;
    font-weight: bold;
}

.footer_copy a:hover {
    color: #3591fa;
}

/* ================ */
/* ==== MOBILE ==== */
/* ================ */

@media(max-width: 1024px) {

    /* ================ */
    /* ==== HEADER ==== */
    /* ================ */
    .header {
        padding: 0 0 80px 0;
    }

    .header h2 {
        padding-top: 80px;
    }

    .header img {
        padding: 40px 0 40px 0;
    }

    /* ========================== */
    /* ===== FRASE DESTAQUE ===== */
    /* ========================== */
    .main_frase_destaque h2 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }

    .main_frase_destaque .frase_destaque_um {
        font-size: 24px;
    }

    .main_frase_destaque .frase_destaque_dois {
        font-size: 20px;
    }

    .main_frase_destaque .frase_destaque_tres,
    .main_frase_destaque .frase_destaque_quatro {
        font-size: 32px;
    }

    /* =============================== */
    /* ==== CONTEÚDO PROGRAMATICO ==== */
    /* =============================== */
    .main_conteudo_programatico .box100 {
        display: block;
    }

    .main_conteudo_programatico_caixa {
        margin: 10px 0;
    }

    .main_conteudo_programatico h3 {
        font-size: 48px;
    }

    .main_conteudo_programatico .main_conteudo_programatico_titulo {
        margin-bottom: 20px;
    }

    /* ========================== */
    /* ==== MAIN PALESTRANTE ==== */
    /* ========================== */

    .main_palestrante_nome_mobile {
        display: inline-block;

    }

    .main_palestrante_nome {
        display: none;
    }

    .main_palestrante_cv {
        margin-bottom: 80px;
    }

    /* ========================================= */
    /* ==== MAIN PALESTRANTE [AREA GALERIA] ==== */
    /* ========================================= */
    .main_palestrante_galeria_titulo {
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }

    /* =================== */
    /* ==== MAIN DATA ==== */
    /* =================== */

    .main_data {
        background-position: 50% top;
    }

    .main_data_border {
        border-left: none;
    }

    /* ========================== */
    /* ==== MAIN DEPOIMENTOS ==== */
    /* ========================== */

    .main_depoimentos h4 {
        text-align: center;
        margin-bottom: 40px;
    }

    /* ========================= */
    /* ==== MAIN FORMULARIO ==== */
    /* ========================= */

    .main_contato h4 {
        text-align: center;
    }

    /* ====================== */
    /* ==== MAIN CONTATO ==== */
    /* ====================== */

    .main_contato ul {
        display: none;
    }

    .main_contato_mobile {
        display: block;
        padding: 40px 0 !important;
    }

    /* ===== FRASE LIVRO ===== */
    .main_frase_livro h2 {
        text-align: center;
    }
}

@media(max-width: 768px) {

    /* ========================================== */
    /* ==== MAIN PALESTRANTE [AREA CLIENTES] ==== */
    /* ========================================== */
    /* ========================================== */

    .main_palestrante_clientes ul {
        padding: 0;
    }

    .main_palestrante_clientes ul li {
        width: 33.33%;
    }

    /* ========================== */
    /* ==== MAIN PROGRAMACAO ==== */
    /* ========================== */


    .main_programacao_hora {
        width: 100%;
        padding: 15px 0;
    }

    .main_programacao_foto_palestrante {
        width: 100%;
    }

    .main_programacao_foto_palestrante img {
        margin-top: 10px;
        width: 80px;
    }

    .main_programacao_dados_palestrante {
        width: 100%;
    }

    .main_programacao_dados_palestrante p {
        text-align: center;
        margin-bottom: 40px;
    }

    /* ========================== */
    /* ==== MAIN DEPOIMENTOS ==== */
    /* ========================== */

    .main_depoimentos ul li {
        width: 50%;
    }

    /* ================ */
    /* ==== FOOTER ==== */
    /* ================ */

    .footer_apoio ul li {
        width: 50%;

    }

    /* =================== */
    /* ==== MAIN DATA ==== */
    /* =================== */

    .main_data {
        background-position: 70% top;
    }

    /* ======================== */
    /* ==== CONTATO E-MAIL ==== */
    /* ======================== */
    .main_contato_email_menor {
        font-size: 0.832px;
    }

}

@media(max-width: 576px) {

    /* ================ */
    /* ==== HEADER ==== */
    /* ================ */
    .header {
        padding: 0 0 80px 0;
    }

    .header h2 {
        font-size: 36px;
    }

    .header h2 span{
        font-size: 70px;
    }

    .header .header_data{
        font-size: 32px;
    }

    /* =============================== */
    /* ==== CONTEÚDO PROGRAMATICO ==== */
    /* =============================== */
    .main_conteudo_programatico h3 {
        font-size: 41.6px;
    }

    .main_conteudo_programatico ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    /* ========================== */
    /* ==== MAIN DEPOIMENTOS ==== */
    /* ========================== */

    .main_depoimentos h4 br {
        display: none;
    }

    /* ====================== */
    /* ==== MAIN INCLUSO ==== */
    /* ====================== */
    .main_incluso_padding {
        padding: 0 10px;
    }
}