/*TOPO*/
.topo {
    margin-top: -80px;
    background-color: #012f53;
    background-image: url(../images/fundo.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 100px 0;
}

.header_linha {
    background-image: url(../images/fundo-tira.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.img_logo_header {
    width: 250px;
    margin-bottom: 5px;
    float: right;
}

.logo-header {
    width: 100%;
    display: inline-block;
}

.header_contador {
    margin-bottom: 60px;
}

.topo h1 {
    font-size: 4em;
    color: #fff;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px #1f1f1f;
    margin-bottom: 10px;
}

.topo h1 b {
    font-size: 1.6em;
    vertical-align: baseline;
    font-weight: 700;
}

.topo h1 strong {
    font-family: 'Oswald', serif;
    font-size: 1.2em;
    color: #ff0;
    font-weight: 700;
    text-transform: uppercase;
}

.topo p {
    font-size: 3em;
    color: #fff;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px #1f1f1f;
}

/* 
.topo p{
    background: #235588;
    display: inline-block;
    padding: 10px 30px;
    font-family: 'Bitter', serif;
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px #1f1f1f;
} */

/* ==== PALESTRANTES ==== */
.main_palestrante h1 {
    font-size: 3em;
    color: #ffcc00;
    font-weight: 700;
    text-transform: uppercase;
}

.main_palestrante p {
    font-size: 1.2em;
    color: #fff;
}

.main_palestrante_titulo {
    font-size: 2.4em;
    text-align: left;
    color: #00ccff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

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

.main_palestrante ul {
    padding: 30px;
}

.main_palestrante ul li {
    font-size: 1.3em;
    color: #fff;
    text-align: left;
}

.main_autoria {
    font-size: 1.2em;
    color: #ffcc00;
    font-weight: 700;
}

/*=== MAIN_GALERIA*/
.main_galeria_palestrante ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.main_galeria_palestrante li {
    list-style: none;
    width: 33.33%;
    height: auto;
    float: left;
}

/* ==== FRASES DESTAQUES ==== */
/* ==== main_frase1*/
.main_frase1 h1 {
    font-size: 2.4em;
    color: #ffcc00;
    font-weight: 700;
    text-transform: uppercase;
}

.main_frase1 p {
    font-size: 1.4em;
    color: #fff;
}

.main_circulo_tam {
    width: 60px;
    height: 60px;
}

.main_circulo {
    border-radius: 50%;
    background: #00ccff;
    font-size: 25px;
    color: #020E2B;
    font-weight: 900;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.main_list ul {
    list-style: none;
}

.main_list ul li {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.main_list ul li span {
  margin-right: 15px;
}

.main_list ul li b {
    padding-top: 15px;
    text-align: left;
    line-height: 1;
  }

/* ==== DATA ==== */
.main_data {
    padding: 60px 0;
    background-image: url(../images/fundo-data.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.main_data h1 {
    font-size: 2.6em;
    color: #ffcc00;
    font-weight: 700;
}

.main_data .local {
    font-size: 2.2em;
    color: #fff;
    font-weight: 300;
}

.main_data .local strong {
    font-size: 1.4em;
    font-weight: 700;
}

.main_data .endereco {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}

/* ==== PROGRAMACAO ==== */
.main_programacao h1 {
    font-size: 2em;
    color: #ffff00;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

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

.main_programacao ul li {
    width: 100%;
    padding: 5px 0;
    float: left;
}

.img_programacao {
    width: 15%;
    float: left;
}

.main_programacao_horario {
    width: 15%;
    float: left;
    font-size: 1.3em;
    color: #00ccff;
    text-align: center;
    font-weight: 700;
    background: #01578e;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 50px;
    padding: 10px;
    margin-top: 15px;
}

.main_programacao_txt {
    width: 70%;
    float: left;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
    font-weight: 700;
    background: #01578e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    min-height: 50px;
    margin-top: 15px;
}

.main_programacao_txt strong {
    vertical-align: baseline;
    font-weight: 300;
}

/* ==== APROVACAO ==== */
.main_aprovacao ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main_aprovacao ul li {
    width: 33.33%;
    padding: 15px;
    float: left;
}

.main_aprovacao .main_aprovacao_numero {
    font-size: 3.5em;
    color: #00ccff;
    font-weight: 700;
}

.main_aprovacao .main_aprovacao_numero strong {
    color: #ff0;
    font-weight: 300;
    vertical-align: baseline;
}

.main_aprovacao .main_aprovacao_desc {
    font-size: 1.2em;
    color: #fff;
}

/* ==== DEPOIMENTO ==== */
.main_depoimento h1 {
    font-size: 2em;
    color: #FF0;
    font-weight: 700;
    margin-bottom: 60px;
}

.main_depoimento p {
    background-image: url(../images/aspas.png);
    background-repeat: no-repeat;
    background-position: 10px top;
    width: 100%;
    height: auto;
    float: left;
    padding-top: 30px;
    padding-left: 60px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    border-left: 1px #00ccff solid;
    border-bottom: 1px #00ccff solid;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
}

/*.depoimento p:nth-of-type(3n+0){margin-right: 0;}*/
.main_depoimento p b {
    font-size: 1.4em;
    color: #fff;
    font-weight: 900;
}

/* ==== LOTE ==== */
.main_lote_promocional {
    padding: 15px;
}

.main_lote_promocional h1 {
    font-size: 2.4em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.main_lote_promocional p {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

.main_lote_promocional p span {
    color: #ff0;
    vertical-align: baseline;
}

/* ==== INVESTIMENTO ==== */
/*VALORES*/
.main_investimento h1 {
    font-size: 2.5em;
    color: #ff0;
    margin-bottom: 15px;
}

.main_investimento ul {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 90px;
    list-style: none;
    border: 1px solid #00ccff;
}

.main_investimento li {
    color: #fff;
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7;
}

.main_investimento li span {
    font-weight: bold;
    vertical-align: baseline;
}

.main_investimento li b {
    font-weight: 300;
    vertical-align: baseline;
}

.forma_pagamento {
    font-size: 2em;
    color: #00ccff;
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.formas {
    font-size: 1.2em;
    color: #fff;
    font-weight: 300;
}

.formas strong {
    color: #ff0;
    vertical-align: baseline;
}

.data_promo01 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
}

.data_promo02 {
    font-size: 1.1em;
    color: #ff0;
    font-weight: 300;
}

.main_data_promocional h1 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 300;
}

.main_data_promocional h1 strong {
    color: #ff0;
    vertical-align: baseline;
    font-weight: 700;
}

.main_data_promocional p {
    font-size: 1.1em;
    color: #ff0;
    font-weight: 300;
}

.main_investimento_vip h1 {
    font-size: 40px;
    color: #ff0;
    margin-bottom: 15px;
}

.main_investimento_vip h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.main_investimento_vip p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.main_investimento_vip ul {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 90px;
    list-style: none;
    border: 1px solid #00ccff;
}

.main_investimento_vip li {
    color: #fff;
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7;
}

.main_investimento_vip li span {
    font-weight: bold;
    vertical-align: baseline;
}

/*FORMULARIO*/
.main_formulario h1 {
    font-size: 2em;
    color: #ff8800;
    font-weight: 700;
}

.formulario {
    width: 700px;
    height: auto;
    margin: 30px auto;
}

.campos {
    width: 700px;
    height: 50px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 3px;
    padding-left: 15px;
    text-align: left;
    font-size: 1em;
}

select {
    width: 700px;
    height: 50px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 3px;
    padding-left: 15px;
    text-align: left;
    color: #757575;
    font-size: 1em;
}

.bot {
    width: 700px;
    height: 55px;
    background: #01578e;
    margin-bottom: 20px;
    border: none;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
}

.bot:hover {
    background: #014274;
    transition: all 0.5s ease;
}

.escolha_pf,
.escolha_pj {
    display: none;
}

/*RODAPE*/
footer h1 {
    font-size: 1.6em;
}

.footer_dados {
    font-size: 0.975em;
}

.footer_copy {
    font-size: 0.875em;
}

/* ===== PATROCINADORES ====== */
.footer_hotel_parceiro p {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}

/*RODAPE CONTATOS*/
.footer_cont {
    font-size: 2em;
    color: #ffcc00;
    font-weight: 700;
    text-transform: uppercase;
}

.footer_contato_titulo {
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.footer_contato_txt {
    font-size: 0.9em;
    color: #fff;
}

.footer_contato_txt a {
    color: #fff;
}

.footer_contato_txt a:hover {
    text-decoration: underline;
}

.main_logos {
    padding: 40px 0;
}

.main_logos b {
    color: white;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}

.img_logos_patrocinador_pequeno {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px 8px 0 8px;
}

.main_logos_topo {
    padding: 50px;
}

.main_logos_topo b {
    color: white;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}

.img_parceiros{
    width: 160px;
}



@media(max-width: 1050px) {
    /* ===== TOPO ===== */

    .topo {
        padding: 0;
        margin-top:-50px;
    }

    .img_logo_header {
        margin: 30px 0;
        float: none;
    }

    .topo h1 {
        font-size: 2.8em;
        text-align: center;
        margin-bottom: 0;
    }

    .topo p {
        font-size: 2em;
        text-align: center;
    }

    /* ==== PALESTRANTES ==== */
    .main_palestrante h1 {
        font-size: 2.4em;
    }

    .main_palestrante p {
        margin-bottom: 30px;
    }

    .main_palestrante_titulo {
        font-size: 1.8em;
        text-align: center;
    }

    .main_palestrante_titulo br {
        display: none;
    }

    .main_palestrante_cv {
        font-size: 1em;
    }

    .main_palestrante ul li br {
        display: none;
    }

    .main_autoria {
        margin: 30px 0 15px 0;
    }

    /* ==== DATA ==== */
    .main_data {
        padding: 30px 0;
    }

    .main_data h1 {
        font-size: 1.9em;
    }

    .main_data .local {
        font-size: 1.6em;
        color: #fff;
        font-weight: 300;
    }

    /* ==== PROGRAMACAO ==== */
    .main_programacao ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .img_programacao {
        width: 20%;
        float: left;
    }

    .main_programacao_horario {
        width: 20%;
        font-size: 1em;
        margin-top: 5px;
    }

    .main_programacao_txt {
        width: 60%;
        font-size: 1em;
        margin-top: 5px;
    }

    .main_programacao_txt strong {
        display: none;
    }

    /* ==== APROVACAO ==== */
    .main_aprovacao ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    /* ==== LOTE ==== */
    .main_lote_promocional h1 {
        font-size: 1.8em;
    }

    /* ==== INVESTIMENTO ==== */
    /*VALORES*/
    .main_investimento h1 {
        font-size: 2.5em;
        color: #ff0;
        margin-bottom: 15px;
    }

    .main_investimento ul {
        padding: 15px 45px;
    }

    .main_investimento li b {
        display: none;
    }

    /*FORMULARIO*/
    .h1_form {
        font-size: 1.8em;
    }

    .formulario {
        width: 650px;
    }

    .campos {
        width: 650px;
        height: 50px;
    }

    select {
        width: 650px;
        height: 50px;
    }

    .bot {
        width: 650px;
        height: 60px;
    }

    /*RODAPE*/
    footer h1 {
        font-size: 1.8em;
    }

    .footer_dados {
        font-size: 0.9em;
    }

    .footer_copy {
        font-size: 0.775em;
    }

}

@media(max-width: 1000px) {

    /* LISTA */
    .main_circulo_tam {
        width: 50px;
        height: 50px;
    }
    
    .main_circulo {
        font-size: 20px;
    }
    
    .main_list ul li {
        font-size: 20px;
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    
    .main_list ul li span {
      margin-right: 15px;
    }
    
    .main_list ul li b {
        padding-top: 15px;
        text-align: left;
        line-height: 1.2;
        width: 75%;
      }


    /*FORMULARIO*/
    .h1_form {
        width: 100%;
        font-size: 1.6em;
    }

    .formulario {
        width: 100%;
    }

    .campos {
        width: 95%;
    }

    select {
        width: 95%;
    }

    .bot {
        width: 95%;
    }
}

@media(max-width: 440px) {

    /*FORMULARIO*/
    .h1_form {
        font-size: 1.3em;
    }

    .img_parceiros{
        width: 140px;
    }

}