/*
Theme Name: Guia do MBA - 2021
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 1.0
.
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=Bungee&family=Fira+Sans+Condensed:wght@200;300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
}
html, body {
    /*overflow-x: hidden;*/
}
a img{
    border: 0;
}
a:link,
a:active,
a:visited{
    color: #333333;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
body{
    background: #ffffff;
    color: #2B1D1A;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: 100%;
}
figure img{
    max-width: 100%;
    height: auto;
}
.wrapper{
    /*max-width: 1180px;*/
    max-width: 1150px;
    margin: 0 auto;
    padding: 10px 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;
}
.entry-content a:link,
.entry-content a:active,
.entry-content a:visited{
    color: #333333;
    text-decoration: underline;
}
.entry-content a:hover{
    color: #AD8D80;
    text-decoration: underline;
}
.txt_center{
    text-align: center;
}
.banner{
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
    padding: 0;
}
.banner img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 980px){
    .banner{
        width: 80vw;
        margin: 20px 0;
    }
}

header#homepage{
    /*background: #5F3677;
    background-size: 100% auto;*/
    /*background-color: #5F3677;*/

    background-color: #5F3677;
    background-image: url('./imagens/2021/bg-header-1.png'), url('./imagens/2021/bg-header-2.png'), url('./imagens/2021/header-bg-menu.png'), url('./imagens/2021/background_topo.jpg');
    background-position: left 100px, right top, center 35px, center center;
    background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
    background-size: auto, auto, auto, cover;
    padding-bottom: 0;
}
header#homepage .realizacao_produzido{
    display: flex;
    width: 300px;
}
header#homepage .realizacao_produzido .realizacao,
header#homepage .realizacao_produzido .produzido{
    margin: 0 15px;
}
header#homepage .realizacao_produzido p{
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
}
header#homepage .realizacao_produzido .produzido figure{
    margin-left: 0;
}
header#homepage .conteudo{
    text-align: center;
}
header#homepage .conteudo h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    max-width: 600px;
    margin: 25px auto;
}

header{
    /*background: #5F3677 url('./imagens/bg-header-2.png') center 40px no-repeat;*/ 
    background-color: #5F3677;
    background-image: url('./imagens/2021/bg-header-2.png'), url('./imagens/2021/background_branco.jpg'), url('./imagens/2021/bg-header-1.png'), url('./imagens/2021/background_topo.jpg');
    background-position: right bottom, center bottom, left top, center center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 100% 50px, 90px auto, cover;

    min-height: 145px;
    padding-bottom: 35px;
}
header#pequena .wrapper.relative.d_flex #guia-do-mba-2021{
    margin-left: 65px;
}
@media screen and (max-width: 980px){
    header#pequena .wrapper.relative.d_flex #guia-do-mba-2021{
        margin: 0 auto;
    }
}

header .realizacao_produzido{
    display: flex;
}
header .realizacao_produzido p{
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
}
header .realizacao_produzido .realizacao,
header .realizacao_produzido .produzido{
    margin: 0 15px;
}

header #menu #menu_desktop{
    margin: 10px 0 0 0;
}
header#homepage #menu #menu_desktop{
    margin: 20px 0 0 0;
}

@media screen and (max-width: 980px){
    header #menu #menu_desktop{
        background: #68438c;
    }
    #menu-item-7072{
        display: none;
    }
}


#menu #menu_desktop ul#menu-principal{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}
#menu #menu_desktop ul#menu-principal li{
    margin: 5px 20px;
}
#menu #menu_desktop ul#menu-principal li a:link,
#menu #menu_desktop ul#menu-principal li a:active,
#menu #menu_desktop ul#menu-principal li a:visited{
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#menu #menu_desktop ul#menu-principal li a:hover{
    color: #84b7dd;
}
@media screen and (max-width: 980px){
    #menu #menu_desktop ul#menu-principal li{
        margin: 5px 10px;
    }
}

.busca_mba{
    background: #D2D3D7;
    position: relative;
}
.busca_simples{
    background: #D2D3D7;
    padding: 10px;
}
.busca_mba .d_flex.wrapper{ 
    justify-content: center;
}
.busca_mba p{
    margin: 5px 0;
}
.busca_mba #busca_avancada{
    background: #D2D3D7;
    padding: 5px 0 0 0;
    display: none;
}
.busca_mba .palavra_chave{
    margin: 0 10px;
}
.busca_mba .palavra_chave label{
    background: #001A71;
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    margin-right: 4px;
    font-family: 'Fira Sans Condensed', sans-serif;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.busca_mba .palavra_chave input {
    height: 25px;
    line-height: 25px;
    color: #3b3b3b;
    border: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 5px;
    width: 220px;
    font-family: 'Fira Sans Condensed', sans-serif;

    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.busca_mba select {
    border-color: #ffffff;
    padding: 10px 5px;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin: 0 10px;
    font-family: 'Fira Sans Condensed', sans-serif;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 135px;

    font-weight: bold;
}
select#vi_nota{
    background: #ffffff url('./imagens/icon-vivencia-internacional.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
select#sq_nota{
    background: #ffffff url('./imagens/icon-selos-de-qualidade.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
select#n_nota{
    background: #ffffff url('./imagens/icon-networking.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
select#c_nota{
    background: #ffffff url('./imagens/icon-conhecimento.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
select#ps_nota{
    background: #ffffff url('./imagens/icon-processo-seletivo.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
select#i_nota{
    background: #ffffff url('./imagens/icon-investimento.png') 5px center no-repeat;
    padding: 10px 5px 10px 30px;
}
.busca_mba div.select_especializacao,
.busca_mba div.select_setoriais{
    display: none;
}

.busca_mba p#limpar{
    background: url('./imagens/2021/ico-limpar.png') 0 center no-repeat;
    color: #351e4a;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 15px;
    position: relative;
    padding: 3px 0 3px 25px;
}
.busca_mba p#abre_busca{
    color: #351e4a;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 15px;
    position: relative;
    padding-left: 20px;
}
.busca_mba p#abre_busca.seta:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 0px;
    height: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #351e4a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.busca_mba p#abre_busca.ativo.seta:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.busca_mba .buscar {
    background: #12206f url('./imagens/lupa.png?2') 70px center no-repeat;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 35px 10px 10px;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 15px;
    width: 100px;
}
.busca_mba .controles.d_flex{
    justify-content: center;
    padding: 5px 0;
    margin-top: 0px;
}

@media screen and (max-height: 800px){
    header#homepage #header_homepage figure{

    }
}
@media screen and (max-width: 980px){
    header#homepage{
        background-color: #5F3677;
        background-image: url('./imagens/2021/background_topo.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        /*background-color: #5F3677;
        background-image: url('./imagens/bg-header-1.png?1'), url('./imagens/bg-header-2.png?2'), url('./imagens/header-bg-menu.png?2');
        background-position: -45% top, 145% top, center 35px;
        background-size: 40% auto, 40% auto, auto 40px;
        background-repeat: no-repeat, no-repeat, repeat-x;*/
    }
    header#homepage .realizacao_produzido{
        position: relative;
        max-width: 100%;
        margin: 15px auto;
        justify-content: center;
    }
    header#homepage .realizacao_produzido img{
        max-width: 75px;
        height: auto;
        margin: 0 10px;
    }
    header .realizacao_produzido {
        display: flex;
        margin: 0 auto;
        text-align: center;
    }
    header .realizacao_produzido img{
        max-width: 75px;
        height: auto;
        margin: 0 10px;
    }
    header{
        background-color: #5F3677;
        background-image: url('./imagens/2021/bg-header-2.png'), url('./imagens/2021/background_branco.jpg'), url('./imagens/2021/bg-header-1.png'), url('./imagens/2021/background_topo.jpg');
        background-position: right bottom, center bottom, left bottom, center center;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: auto, 100% 50px, auto, cover;

        /*background-color: #5F3677;
        background-image: url('./imagens/bg-header-1b.png?1');
        background-position: -25% 50%;
        background-size: 65% auto;*/

        min-height: 145px;
        padding: 0;
    }
    div#guia-do-mba-2020 {
        margin: 0 auto;
    }
    .busca_mba .d_flex.wrapper {
        padding: 0;
    }
    .busca_mba .d_flex.wrapper div{ 
        margin: 5px 0;
    }
    .busca_mba .palavra_chave{
        display: flex;
    }
    
    .busca_mba .palavra_chave label{
        width: 23vw;
        margin: 0;
        padding: 15px 1vw;
        height: fit-content;
        font-size: 14px;
        text-align: center;
    }
    .busca_mba .palavra_chave input {
        width: 53vw;
        padding: 10px 1vw;
    }
    .busca_mba select {
        width: 100%;
        max-width: 100%;
        width: 80vw !important;
        padding: 10px 1vw;
        height: fit-content;
    }
}
@media screen and (max-width: 370px){
    .busca_mba .palavra_chave label{
        width: 28vw;
        margin: 0;
        padding: 15px 1vw;
        font-size: 14px;
    }
    .busca_mba .palavra_chave input {
        width: 48vw;
        padding: 10px 1vw;
    }
}


#main{
    background: #ffffff url('./imagens/2021/bg-linhas.png') center left no-repeat;
    min-height: 950px;
}

/* Home Page */
section#apoio{
    background: #F6F4F7;
    margin: 0 auto;
    justify-content: center;
}
section#apoio .wrapper.d_flex{
    max-width: 1250px;
    justify-content: center;
}
section#apoio h2{
    color: #584E4C;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 5px;
}
section#apoio figure{
    margin: 10px 5px;
}
/*section#apoio figure img{
    max-width: 120px;
    max-height: 75px;
    height: auto;
}*/
@media screen and (max-width: 980px){
    section#apoio .wrapper.d_flex{
        justify-content: center;
    }
    section#apoio  .wrapper.d_flex h2{
        width: 100%;
        text-align: center;
    }
}

section#metodologia{
    margin: 50px auto;
    text-align: center;
    max-width: 800px;
}
section#metodologia h2{
    color: #77438E;
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0;
}
section#metodologia h3{
    color: #77438E;
    font-size: 47px;
    margin: 50px 0 25px 0;
    line-height: 60px;
}
section#metodologia h3 strong{
    color: #66B8DE;
    font-size: 60px;
    font-family: 'Bungee', cursive;
    margin: 0;
    text-transform: uppercase;
}
section#metodologia p{
    line-height: 28px;
    margin: 15px 0;
}
section#metodologia a.metodologia{
    background: url('./imagens/bg-btn.png') center center no-repeat;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height: 156px;
    width: 156px;
    line-height: 156px;
    margin: 25px auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
section#metodologia a.metodologia:hover{
    opacity: 0.75;
    text-decoration: none;
}

a.btn_balao{
    background: url('./imagens/bg-btn.png') center center no-repeat;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height: 156px;
    width: 156px;
    height: 156px;
    line-height: 22px;
    margin: -90px auto 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    padding-top: 100px;
}
a.btn_balao:hover{
    opacity: 0.75;
    text-decoration: none;
}
@media screen and (max-width: 980px){
    section#metodologia{
        margin: 0 auto;
    }
    section#metodologia h3{
        font-size: 27px;
        margin: 25px 0;
        line-height: 30px;
    }
    section#metodologia h3 strong{
        color: #66B8DE;
        font-size: 30px;
    }
}

section#noticias{
    margin: 50px auto;
}
section#noticias article{
    justify-content: space-between;
    max-width: 970px;
    margin: 0 auto 50px auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
section#noticias article:hover{
    opacity: 0.75;
}
section#noticias article a{
    text-decoration: none;
}
section#noticias article figure{
    max-width: 470px;
    width: 48%;
}
section#noticias article div.txt{
    max-width: 430px;
    width: 48%;
}
section#noticias article div.txt .categoria{
    color: #D8D8D8;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
section#noticias article div.txt h3{
    font-size: 36px;
    margin: 15px 0;
    font-weight: normal;
}
section#noticias article div.txt p{
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
}
@media screen and (max-width: 980px){
    section#noticias{
        margin: 0 auto;
    }
    section#noticias article figure{
        max-width: 470px;
        width: 100%;
    }
    section#noticias article div.txt{
        max-width: 430px;
        width: 100%;
    }
}

section#artigos{
    margin: 50px auto;
    align-items: flex-start;
    max-width: 950px;
}
section#artigos div.coluna_1{
    max-width: 320px;
}
section#artigos div.coluna_1 article.artigo_1{
    background: #00B8DF;
    padding: 40px;
    margin-bottom: 50px;
}
section#artigos div.coluna_1 article.artigo_2{
    background: #B276C0;
    padding: 40px;
}
section#artigos div.coluna_1 article.artigo_1 .categoria,
section#artigos div.coluna_1 article.artigo_2 .categoria{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
section#artigos div.coluna_1 article.artigo_1 h3,
section#artigos div.coluna_1 article.artigo_2 h3{
    margin: 40px 0 20px 0;
}

section#artigos div.coluna_2{
    max-width: 520px;
}
section#artigos div.coluna_2 article.artigo_3 .categoria {
    color: #00B8DF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
section#artigos div.coluna_2 article.artigo_3 h3{
    margin: 20px 0 0 0;
    font-size: 30px;
}
section#artigos div.coluna_2 article.artigo_3 h4{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 300;
    max-width: 380px;
}
section#artigos div.coluna_2 article.artigo_3 .por{
    margin: 10px 0;
    justify-content: flex-start;
}
section#artigos div.coluna_2 article.artigo_3 figure{
    width: 80px;
    margin: 0 20px 0 0;
}
section#artigos div.coluna_2 article.artigo_3 div.assinatura{
    width: 70%;
}

section#artigos div.coluna_2 article.artigo_3 blockquote{
    background: url('./imagens/aspas.png') 0 0 no-repeat;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px 10px 80px;
    margin-bottom: 20px;
    font-style: italic;
}
section#artigos article{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
section#artigos article:hover{
    opacity: 0.75;
}
section#artigos article a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
section#artigos div.coluna_2 article.artigo_4{
    background: #00B8DF;
    padding: 25px 40px;
    margin: 65px 0;
    position: relative;
}
section#artigos div.coluna_2 article.artigo_4 .bolinhas-01{
    position: absolute;
    top: -55px;
    right: -27px;
}
section#artigos div.coluna_2 article.artigo_4 .categoria {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
section#artigos div.coluna_2 article.artigo_4 h3{
    margin: 25px 0 15px 0;
}
@media screen and (max-width: 980px){
    section#artigos{
        margin: 50px auto 0 auto;
    }
    section#artigos div.coluna_2{
        margin: 25px auto;
        max-width: 100%;
    }
    section#artigos div.coluna_2 article.artigo_3 figure{
        width: 30%;
        margin: 0 2% 0 0;
    }
    section#artigos div.coluna_2 article.artigo_3 div.assinatura{
        width: 68%;
    }
    section#artigos div.coluna_2 article.artigo_4 .bolinhas-01 {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* Busca */
#container.buscas{
    margin: 50px auto;
}
h3.contagem{
    font-weight: lighter;
    text-align: center;
}
.lista_mbas{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.lista_mbas article{
    background: #FAFAFA;
    margin: 25px auto;
    padding: 15px;
    width: 40%;
    font-size: 18px;
    padding: 25px 50px;
}
.lista_mbas article h4{
    border-bottom: #d8d8d8 solid 1px;
    color: #0394D3;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}
.lista_mbas article h2{
    color: #0394D3;
    font-size: 23px;
    font-weight: bold;
    margin: 10px 0;
}
.lista_mbas article div.descricao{
    margin: 25px 0;
    font-size: 16px;
}
.lista_mbas article .dados p{
    margin: 15px 0;
}
.lista_mbas article .dados p.instituicao{
    text-transform: uppercase;
}

.setinha:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 0px;
    height: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0394D3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ativo.setinha:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
h3.accordion{ 
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 0 7px 20px;
    position: relative;
}
h3.accordion.ativo{ 
    cursor: pointer;
    color: #0394D3;
}

h3.accordion div.vi_nota,
h3.accordion div.sq_nota,
h3.accordion div.n_nota,
h3.accordion div.c_nota,
h3.accordion div.ps_nota,
h3.accordion div.i_nota{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    height: 24px;
}
h3.accordion div.vi_nota i{
    background: url('./imagens/icon-vivencia-internacional.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
h3.accordion div.sq_nota i{
    background: url('./imagens/icon-selos-de-qualidade.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
h3.accordion div.n_nota i{
    background: url('./imagens/icon-networking.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
h3.accordion div.c_nota i{
    background: url('./imagens/icon-conhecimento.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
h3.accordion div.ps_nota i{
    background: url('./imagens/icon-processo-seletivo.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
h3.accordion div.i_nota i{
    background: url('./imagens/icon-investimento.png') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

div.accordion{ 
    display: none; 
    margin-bottom: 15px;
}
.lista_mbas article .dados div.accordion p{
    background: #EAEAEA;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    margin: 0;

    /*white-space: pre;*/
}
.lista_mbas article .dados div.accordion p.branco{
    background: #FAFAFA;
}
.lista_mbas article .dados div.accordion p span span,
.lista_mbas article .dados div.accordion p.branco span span{
    display: block;
}
.lista_mbas article .dados2{
    background: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    margin: 15px 0;
}
.lista_mbas article .dados2 p{
    margin: 10px 0;
}
.lista_mbas article .dados2 span{
    color: #0394D3;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}
.lista_mbas article .dados2 span span{
    margin-left: 0;
}
.lista_mbas article .endereco{
    background: url('./imagens/ico-local.png') left 0 no-repeat;
    padding-left: 30px;
}
.lista_mbas article .telefone{
    background: url('./imagens/ico-telefone.png') left 0 no-repeat;
    padding-left: 30px;
}
.lista_mbas article .site{
    background: url('./imagens/ico-site.png') left 0 no-repeat;
    padding-left: 30px;
}
@media screen and (max-width: 980px){
    .lista_mbas{
        padding: 0;
    }
    .lista_mbas article{
        background: #FAFAFA;
        margin: 50px auto;
        padding: 15px;
        width: 100%;
        font-size: 18px;
        padding: 25px 4%;
    }
    h3.accordion div.vi_nota,
    h3.accordion div.sq_nota,
    h3.accordion div.n_nota,
    h3.accordion div.c_nota,
    h3.accordion div.ps_nota,
    h3.accordion div.i_nota{
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: fit-content;
        height: 15px;
    }
    h3.accordion div.vi_nota i{
        background: url('./imagens/icon-vivencia-internacional.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
    h3.accordion div.sq_nota i{
        background: url('./imagens/icon-selos-de-qualidade.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
    h3.accordion div.n_nota i{
        background: url('./imagens/icon-networking.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
    h3.accordion div.c_nota i{
        background: url('./imagens/icon-conhecimento.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
    h3.accordion div.ps_nota i{
        background: url('./imagens/icon-processo-seletivo.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
    h3.accordion div.i_nota i{
        background: url('./imagens/icon-investimento.png') center center no-repeat;
        background-size: auto 15px;
        display: block;
        width: 15px;
        height: 15px;
        margin: 7px 3px 0 0;
    }
}

/* index Artigos  */

/* Single Artigos  */
figure#post_thumbnail {
    width: 100%;
    text-align: center;
}
#container.single.artigos .wrapper{
    
    max-width: 980px;
}
#container.single.artigos .wrapper #titulos{
    width: 100%;
    text-align: center;
    margin: 25px auto;
}
#container.single.artigos .wrapper #titulos h1{
    color: #784290;
    font-size: 47px;
}
#container.single.artigos .wrapper #titulos h2{
    color: #784290;
    font-size: 25px;
}
#container.single.artigos .wrapper #titulos h3{
    color: #312926;
    font-size: 18px;
    margin: 20px 0;
    font-style: italic;
}
#container.single.artigos .wrapper .entry-content p{
    margin: 25px 0;
    line-height: 28px;
}
#container.single.artigos .wrapper .entry-content blockquote{
    /*background: #753F8B url('./imagens/aspas2.png') 30px 15px no-repeat;*/
    background-color: #753F8B;
    background-image: url('./imagens/aspas2.png'), url('./imagens/branco.png');
    background-position: 30px 0, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, 100% 18px;
    color: #ffffff;
    padding: 35px 50px 25px 100px;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    margin: 25px auto;
}

#container.single.artigos .wrapper .entry-content blockquote.estilo2{
    color: #6a468a;
    padding: 0 25px 25px 25px;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 25px auto;
    max-width: 100%;
    font-style: normal;
    
    background: -webkit-linear-gradient(-45deg, #813F93, #553974);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#container.single.artigos .wrapper .entry-content blockquote.estilo2 p:first-child{
    padding: 50px 0 0 0;
    background-image: url('./imagens/aspas.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#container.single.artigos .wrapper .entry-content blockquote.estilo2 p em{
    color: #2B1D1A !important;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
}

#container.single.artigos .wrapper .entry-content blockquote.estilo3{
    color: #6a468a;
    padding: 0 25px 25px 25px;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 25px auto;
    max-width: 300px;
    float: right;
    font-style: normal;
    
    background: -webkit-linear-gradient(-45deg, #813F93, #553974);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#container.single.artigos .wrapper .entry-content blockquote.estilo3 p:first-child{
    padding: 50px 0 0 0;
    background-image: url('./imagens/aspas.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
#container.single.artigos .wrapper .entry-content blockquote.estilo3 p em{
    color: #2B1D1A !important;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
}

#container.single.artigos .wrapper .entry-content h2{
    background: #330643;
    color: #ffffff;
    padding: 5px;
    width: fit-content;
    font-size: 22px;
}
#container.single.artigos .wrapper .entry-content ul {
    margin: 25px;
}
#container.single.artigos .wrapper .entry-content div.d_flex{
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 25px auto;
}
#container.single.artigos .wrapper .entry-content div.d_flex div.box{
    background: #553974;
    padding: 20px;
    width: 40%;
}

#container.single.artigos .autor{
    margin: 50px auto;
}
#container.single.artigos .autor .d_flex{
    justify-content: flex-start;
    align-items: flex-start;
}
#container.single.artigos .autor .d_flex figure{
    max-width: 180px;
    width: 27%;
    position: relative;
}
#container.single.artigos .autor .d_flex figure img{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: auto;
    height: auto;
}
#container.single.artigos .autor .d_flex figure .bolinhas-01{
    position: absolute;
    bottom: -45px;
    right: 30px;
}
#container.single.artigos .autor .d_flex .txt{
    width: 68%;
    margin: 0 0 0 2%;
}

@media screen and (max-width: 980px){
    #container.single.artigos .wrapper .entry-content div.d_flex div.box{
        background: #553974;
        padding: 5%;
        width: 90%;
        margin: 25px auto;
    }
}

.entry-content blockquote{

}
.entry-content blockquote p{

}
@media screen and (max-width: 980px){
    .entry-content blockquote{

    }
}

footer{  
    background-image: url('./imagens/2021/bg-footer1.png'), url('./imagens/2021/bg-footer2.png');
    background-position: top right, center bottom;
    background-repeat: no-repeat, repeat-x;
    color: #ffffff;
    padding: 50px 0 10px 0;
    font-weight: 200;
    min-height: 343px;
}
footer .area_1{
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}
footer .area_1 .guia-do-mba-2020{
    margin: 25px auto;
}
footer .area_1 .anteriores{
    margin: 25px auto 65px auto;
}
footer .area_1 .anteriores p strong{
    color: #77438E;
    font-size: 20px;
}
footer .area_1 .anteriores nav{
    margin: 20px 0 0 0;
}
footer .area_1 .anteriores nav a:link,
footer .area_1 .anteriores nav a:active,
footer .area_1 .anteriores nav a:visited{
    background: #EFEFEF;
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
footer .area_1 .anteriores nav a:hover{
    background: #abd9ef;
    text-decoration: none;
}
footer .wrapper.d_flex{
    margin: 0px auto 20px auto;
}
footer .wrapper.d_flex .produzido p,
footer .wrapper.d_flex .social p{
    margin: 0 10px;
    font-weight: bold;
    font-size: 17px;
}
footer .wrapper.d_flex p{
    font-size: 15px;
}
@media screen and (max-width: 980px){
    footer{  
        background-image: none;
        padding: 0 0 10px 0;
        font-weight: 200;
        min-height: 100px;
    }
    footer .produzido.d_flex{
        width: fit-content;
        margin: 15px auto;
        text-align: center;
    }
    footer .wrapper.d_flex{
        background-color: #5F3677;
        text-align: center;
    }
    footer .wrapper.d_flex p{
        margin: 15px auto;
    }
    footer .social.d_flex {
        margin: 15px auto;
    }
}






.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
    width: 100%;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Paginação */
#pagination{
    clear: both;
    display: table;
    padding-bottom: 10px;
    margin: 20px auto;
    width: 100%;
    width: fit-content;
}
#pagination a, #pagination .dots, #pagination .next, #pagination .prev {
    padding: 5px;
    margin: 2px;
    color:#575757;
    text-decoration:none;
    float: left;
    font-size: 18px;
    background-color:#F2F2F2;
    min-width: 20px;
    text-align: center;
}
#pagination a:hover, #pagination .next:hover, #pagination .prev:hover {
    background-color:#9f1e7e;
    color:#fff;
}
#pagination .current {
    padding: 5px;
    margin:2px;
    text-decoration:none;
    float: left;
    font-size: 18px;
    background-color:#005192;
    min-width: 20px;
    text-align: center;
    color:#fff;
}
#pagination .next {
    float: left;
}
#pagination .prev {
    float: left;
}

.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}