/* ================ */
/* ==== HEADER ==== */
/* ================ */
.header {
    height: 100%;
    background-color: #fff;
    background-image: url(../images/fundo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.header .header_padding {
    padding: 0px 0px 0px 0px;
}

.header .header_img_palestrante {
    /* position: relative;
    bottom: -45px;
    z-index: 9; */
    padding: 0;
}

.header .header_img {
    width: 60%;
    padding: 0px;
}

.header .header_img_palestrante_mobile {
    display: none;
}

.header_number {
    font-size: 130px;
    font-weight: bold;
    color: #00C0FF;
    text-transform: uppercase;
}

.header h2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 4px;
    color: white;
    padding-top: 180px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}

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

.header .header_subtitulo {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;

    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin: 40px 0;
}

/* =========================== */
/* ===== MAIN BENEFICIOS ===== */
/* =========================== */
.main_beneficios {
    padding: 40px 0 40px 0;
}

.main_beneficios h2 {
    font-size: 2.6em;
    color: #008ea7;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.main_beneficios p {
    font-size: 1.1em;
    color: #555;
    text-align: left;
    font-weight: 300;
}

.main_beneficios ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main_beneficios ul li {
    position: relative;
    width: 44%;
    background: #fff;
    float: left;
    margin: 15px 3%;
    padding: 30px 45px 30px 30px;

    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;

}

.main_beneficios .main_beneficios_titulo {
    font-size: 1.6em;
    color: #1f1f1f;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.main_beneficios .main_beneficios_txt {
    font-size: 1em;
    color: #555;
    text-align: left;
    margin-bottom: 5px;
}

.main_beneficios_numero {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #008ea7;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}

/* ================================== */
/* ===== MAIN FRASE DE DESTAQUE ===== */
/* ================================== */

.frase_destaque {
    background: #0a0a0a;
    padding: 30px 100px;
}

.frase_destaque i {
    color: #FFCC00;
    font-size: 42px;
    text-transform: uppercase;
}

.frase_destaque i span {
    font-weight: lighter;
}

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

.main_palestrante {
    background-image: linear-gradient(#111, #07001d);
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 80px 0;

}

.main_palestrante .bg_palestrante {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/fundo-palestrantes.jpg);
    /* opacity: 0.8; */
    /* background-image: url(../images/fundo.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.main_palestrante h2 {
    font-size: 42px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.main_palestrante h2 span {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.main_palestrante .main_palestrante_titulo {
    font-size: 36px;
    font-weight: bold;
    color: #FCFF00;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.main_palestrante p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

.main_palestrante_autoria_cliente .main_palestrante_titulo_autoria_cliente {
    font-size: 24px;
    font-weight: 700;
    color: #008ea7;
    text-transform: uppercase;
    padding-bottom: 15px;
    /* margin-top: 80px; */
}

.main_palestrante_autoria_cliente ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.main_palestrante_autoria_cliente ul li {
    width: 25%;
}

/* ==================================== */
/* ===== MAIN PALESTRANTE TOPICOS ===== */
/* ==================================== */
.main_palestrante_topicos ul {
    list-style: none;
    padding-left: 20px;
}

.main_palestrante_topicos ul li {
    font-size: 26px;
    color: #fff;
    text-align: left;
    padding: 6px;
}

.main_palestrante_topicos h4 {
    font-size: 22px;
    font-weight: bold;
    color: #e6e6e6;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_palestrante_topicos ul li:before {
    position: relative;
    content: 'check_box';
    font-family: 'Material Icons';
    color: #FCFF00;
    margin-left: -21px;
    display: inline-block;
    font-size: 24px;
    /* width: 28px; */
    padding-right: 10px;
    top: 4px;

}

.main_palestrante_topicos ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.main_palestrante_topicos ol li {
    width: 50%;
}

/* QUEM É PALESTRANTE */

.main_palestrante_quem h4 {
    font-size: 38px;
    font-weight: bold;
    color: #008ea7;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_palestrante_quem h4 span{
    font-size: 38px;
    font-weight: bold;
    color: #008ea7;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_palestrante_quem p {
    font-size: 20px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: justify;
}

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

.main_data {
    background-color: #1f1f1f;
    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: 80px;
    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: #333 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: 52px;
    color: #FCFF00;
    font-weight: bold;
    padding-top: 40px;
    clear: both;
}

.main_data_endereco {
    font-size: 19.2px;
    color: #FCFF00;
    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: #FCFF01;
    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 #008ea7;
    transition: all 0.3s ease;
}

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

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

.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: #b1b1b1;
    text-align: left;
    margin-bottom: 10px;
}

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

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

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

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

.main_indicado p {
    font-size: 26px;
    color: #111;
}

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

.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 CONDIÇOES ==== */
/* ====================== */
.main_condicoes_padding {
    padding-bottom: 40px
}

.main_condicoes {
    display: inline-block;
    padding: 5px;
    border: 2px #111 solid;
    margin: 30px 0;
}

.main_condicoes h4 {
    font-size: 32px;
    color: #fff;
    background: #111;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 80px;
}

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

.main_contato h4 {
    font-size: 50px;
    color: #FCFF01;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.main_contato h5 {
    font-size: 38px;
    color: #FCFF01;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.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: #008ea7 1px solid;
    border-bottom: #008ea7 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;
}

/* FORM + TABELA DE VALORES - SILVIO */

select option {
    text-align: left;
}

/* ====================== */
/* ==== MAIN CONTATO ==== */
/* ====================== */
.main_contato ul {
    list-style: none;
}

.main_contato ul li {
    background: #000000;
    width: 24%;
    margin: 0 0.5%;
    margin-bottom: 10px;
    padding: 20px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

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

.main_contato li a img,
.main_contato li .linkout img {
    width: 35px;
}

.main_contato .img_icon {
    width: 100%;
    transition: all 0.3s ease;
}

.main_contato .main_contato_txt {
    width: 100%;
}

.main_contato li:hover,
.main_contato li a:hover {
    background: #1f1f1f !important;
}



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

.main_evento_realizado p strong {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0;
}

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

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

.footer_apoio {
    max-width: 700px;
    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_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: 0px 0 0 0;
    }

    .header h2 {
        padding: 70px 0 0 0;
        font-size: 48px;
        line-height: 1.2;
    }

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

    .header img{
        width: 600px;
        float: center;
    }

    .header .header_padding {
        padding: 0px 0 0 0;
    }

    /* =========================== */
    /* ===== MAIN BENEFICIOS ===== */
    /* =========================== */
    .main_beneficios {
        padding-top: 15px;
    }

    .main_beneficios h2 {
        font-size: 2.2em;
        text-align: center;
    }

    .main_beneficios p {
        margin-bottom: 15px;
    }

    .main_beneficios ul li {
        width: 98%;
        margin: 15px 1%;
    }

    .main_beneficios_titulo br {
        display: none;
    }

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

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

    .main_data_border {
        border-left: none;
    }

    /* ========================== */
    /* ==== MAIN PALESTRANTE ==== */
    /* ========================== */
    .main_palestrante {
        padding: 40px 0;

    }

    .main_palestrante h2,
    .main_palestrante .main_palestrante_titulo {
        text-align: center;
    }

    /* ==================================== */
    /* ===== MAIN PALESTRANTE TOPICOS ===== */
    /* ==================================== */
    .main_palestrante_topicos ul {
        padding-bottom: 40px;
    }

    .main_palestrante_topicos h4 {
        padding-top: 15px;
        text-align: center;
    }

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

    .main_contato h4 {
        text-align: center;
    }

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

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

@media(max-width: 768px) {

    /* ================ */
    /* ==== HEADER ==== */
    /* ================ */
    /* .header {
        background-image: url(../images/fundo-mobile.jpg);
    } */
    .header img{
        padding: 30px 0 10px 0;
    }

    .header .header_subtitulo {
        font-size: 22px;
    }

    /* ================================== */
    /* ===== MAIN FRASE DE DESTAQUE ===== */
    /* ================================== */

    .frase_destaque {
        padding: 30px 20px;
    }

    .frase_destaque i {
        font-size: 25px;
    }


    /* ========================== */
    /* ==== 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_programacao_titulo {
        text-align: center;
        margin-bottom: 40px;
    }

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

    .main_contato h4 {
        font-size: 38px;
    }

    .main_contato h5 {
        font-size: 28px;
    }

    /* ================ */
    /* ==== FOOTER ==== */
    /* ================ */
    
    .footer_apoio ul li {
        width: 100%;

    }

    /* =================== */
    /* ==== 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 .header_data {
        font-size: 32px;
    }

    .header .header_img {
        width: 85%;
    }

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

@media(max-width: 475px) {

    .header h2 {
        font-size: 35px;
        line-height: 1.2;
    }

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