/* ================== */
/* ===== HEADER ===== */
/* ================== */
.header_topo {
    width: 50%;
    height: 600px;
    float: left;
}

.header_topo h1 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
}

.header_topo h1 span {
    font-size: 1.6em;
}

.header_subtitulo {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 40px;
}

.header_topo a {
    color: #fff;
    padding: 16px 34px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.3s ease;
}

.header_topo a:hover {
    color: #012743;
    background: #fff;
    font-weight: 700;
}

.header_imagem {
    width: 50%;
    height: 600px;
    background-color: #fff;
    background-image: url(../images/fundo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.master_class {
    font-size: 1.8em;
    color: #ff0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
}

/* ====================== */
/* ==== MAIN_GALERIA ==== */
/* ====================== */

.main_galeria h2 {
    font-size: 1.8em;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}

.main_galeria ul {
    height: auto;
    margin: 20px auto;
}

.main_galeria li {
    list-style: none;
    width: 33.33%;
    height: auto;
    float: left;
}

/* ===================== */
/* ==== PALESTRANTE ==== */
/* ===================== */
.main_palestrante_cv h3 {
    font-size: 2.2em;
    color: #fff;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_palestrante_cv p {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
}

.main_palestrante img{
    float: left;
}


/* =============== */
/* ==== AULAS ==== */
/* =============== */
.aulas {
    background-color: #fff;
    background-image: url(../images/fundo-aulas.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main_aulas h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    color: #00477c;
    font-weight: 800;    
    margin-bottom: 40px;
    line-height: 1.2;
}

.main_aulas hr {
    width: 150px;
    height: 1px;
    background: #fc0;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 1px solid #fc0;
}

.main_aulas ul {
    height: auto;
    float: left;
}

.main_aulas li {
    list-style: none;
    width: 25%;
    height: auto;
    float: left;
    padding:30px 20px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    transition: all 0.4s ease;
}

.main_aulas li:hover {
    background: #00477c;
    cursor: pointer;
    color: #fff;
}

.main_aulas li span {
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    background: #00477c;
    padding: 8px 20px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
}

/*===== DATA =====*/
.main_data span {
    font-size: 2em;
    font-family: Arial, sans-serif;
    color: #FF0000;
    font-weight: 700;
    text-transform: uppercase;
}

.main_data h3 {
    font-family: 'Lato', sans-serif;
    color: #FF0;
    font-size: 2.6em;
    font-weight: 800;
}

.turmas_sabado {
    font-family: 'Lato', sans-serif;
    color: #FF0;
    font-size: 1.6em;
    font-weight: 400;
}

.main_data .local {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 2.6em;
    font-weight: 800;
}

.main_data .endereco {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
}

/*===== PROGRAMACAO =====*/
.main_programacao h1 {
    font-size: 2.2em;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.main_programacao p {
    font-size: 1.4em;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

/*===== DEPOIMENTOS =====*/
/*.main_depoimentos h1{font-family: "Times New Roman", Times, serif; color: #00477c; font-size: 2em; font-weight: 700; font-style: italic; text-transform: uppercase; padding: 0 10%;}
.main_depoimentos p{background-image: url(../_images/aspas.png); background-repeat: no-repeat; width:32%; height:auto; float:left; padding-left:45px; text-align:left; font-size:1em; color:#333; font-weight:400; margin:30px 2% 30px 0;}
.main_depoimentos p:nth-of-type(3n+0){margin-right: 0;}
.main_depoimentos p b{font-size:1em; color:#000; font-weight:700;}*/

/*===== DEPOIMENTOS VIDEO =====*/
.main_depoimentos_videos h3 {
    font-family: "Times New Roman", Times, serif;
    color: #00477c;
    font-size: 2.2em;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.2;
}

.main_depoimentos_videos ul {
    width: 100%;
    list-style: none;
}

/* .main_depoimentos_videos ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
} */
.main_depoimentos_videos ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

/*===== APOSTILA =====*/
.main_apostila h3 {    
    color: #ff0;
    text-align: left;
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.2;
}

/*===== INDICADO =====*/
.main_indicado {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottom-right: 5px;
    -moz-border-radius-bottom-left: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    margin-bottom: 20px;
}

.main_indicado h1 {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 700;
    padding-top: 10px;
}

.main_indicado p {
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 10px;
}

/*===== TABELA VALORES =====*/
.main_tabela_valores {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 15px auto 0 auto;
    border: 2px solid #00477c;
    padding: 15px 5% 15px 5%;
}

.main_tabela_valores h1 {
    color: #333;
    font-size: 1.4em;
    font-weight: 700;
    padding-top: 10px;
}

.main_tabela_valores .h1 {
    color: #333;
    font-size: 1.4em;
    font-weight: 700;
    padding-top: 10px;
}

.tabela_valor {
    color: #d12121;
    font-size: 2.2em;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: line-through;
}

.texto_tabela {
    color: #00477c;
    font-size: 2.6em;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    line-height: 1.2;
}

.tabela_descricao {
    color: #333;
    font-size: 1.1em;
    font-weight: 400;
    padding-top: 10px;
}

/*===== VALORES =====*/
.main_valores h3 {
    color: #00477c;
    font-size: 2em;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 800;
}

.main_valores p {
    color: #333;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;    
}


/*===== FORMULARIO =====*/
.main_formulario h3 {
    font-size: 2.45em;
    color: #00487d;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
}

.formulario {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 30px auto;
}

.campos {
    width: 100%;
    max-width: 700px;
    height: 60px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border: 2px solid #f3f3f3;
    border-bottom: 5px solid #dddddd;
    border-radius: 5px;
    padding-left: 15px;
    text-align: left;
    font-size: 1em;
}

select {
    width: 100%;
    max-width: 700px;
    height: 45px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border: 2px solid #f3f3f3;
    border-bottom: 3px solid #dddddd;
    border-radius: 3px;
    padding-left: 15px;
    text-align: left;
    color: #757575;
    font-size: 1em;
}

textarea {
    width: 100%;
    max-width: 700px;
    height: 100px;
    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: 100%;
    max-width: 700px;
    height: 60px;
    background: #01578e;
    margin-bottom: 20px;
    border: none;
    border-bottom: 4px solid #012f53;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bot:hover {
    background: #014274;
}

/*===== FOOTER =====*/
footer h1 {
    font-family: "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 1.8em;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 40px;
}

.footer_contato {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer_contato strong {
    text-transform: uppercase;
}

.footer_contato a {
    color: #fff;
    text-decoration: none;
}

.footer_contato a:hover {
    color: #d5721b;
}

.footer_copy {
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    color: #fff;
    font-weight: 400;
}


/*===== ===== MOBILE ===== =====*/

@media(max-width: 1024px) {
    /*===== HEADER =====*/
    .header_topo {
        width: 100%;
        height: 600px;
        float: left;
    }

    .header_imagem {
        display: none;
    }
}

/* @media(max-width: 992px) {} */

@media(max-width: 768px) {
    /*===== MAIN_GALERIA */
    .main_galeria h1 {
        font-size: 1.4em;
    }

    /*===== PALESTRANTE =====*/
    .main_palestrante_foto {
        width: 100%;
    }

    .main_palestrante_cv {
        width: 100%;
    }
    .main_palestrante_cv h3 {
        text-align: center;
    }
    .main_palestrante_cv p {
        font-size: 1.1em;
    }

    /*===== AULAS =====*/
    .main_aulas h2 {
        font-size: 2em;
    }
    .main_aulas li {
        width: 50%;
    }

    /*===== DEPOIMENTOS VIDEO =====*/
    .main_depoimentos_videos h3 {
        font-size: 2em;
    }

    /*===== APOSTILA =====*/
    .main_apostila h3 {
        text-align: center;
        font-size: 1.6em;
        margin-bottom: 40px;
    }

    /*===== FORMULARIO =====*/
    .main_formulario h3 {
        font-size: 2em;
    }

}

@media(max-width: 576px) {
    /*===== HEADER =====*/
    .header_topo {       
        height: auto;
        padding: 60px 0 !important;
    }
    .header_topo{
        padding: 0 20px;
    }

    .header_topo h1 {
        font-size: 2.4em;
    }

    .header_topo h1 span {
        vertical-align: baseline;
        font-size: 1em;
    }
    .header_topo h1 br {
        display: none;
    }

    /*===== MAIN_GALERIA */

    .main_galeria li {
        width: 50%;
    }

    /*===== AULAS =====*/
    .main_aulas li {
        width: 100%;
    }

    /*===== DEPOIMENTOS VIDEO =====*/
    .main_depoimentos_videos ul li {
        width: 100%;
    }
}



