

.breadcrumbs{
    padding-top: 40px;
}

.bd_home a{
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    font-weight: 400;
    background: #eaebee;
    color: #222e40;
    padding: 3px;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    line-height: normal;
    float: left;
    border: none;
    outline: none;
}

.bd_home a:hover{
    background: #222e40;
    color: #eaebee;
}

.bd_sobre a{
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    font-weight: 400;
    background: #eaebee;
    color: #222e40;
    padding: 3px;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    line-height: normal;
    float: left;
    border: none;
    outline: none;
}

.bd_sobre a:hover{
    background: #222e40;
    color: #eaebee;
}

.titulo_sobre{
    color: #222e40;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.linha_container{
    background-image: url("../img/geral/linha_container.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 3px;
    background-size: cover;
}

.img_sobre img{
    width: 100%;
    height: 100%;
}

.texto_sobre{
    font-family: 'Poppins';
    font-size: 17px;
    color: rgba(0,0,0,0.8);
    line-height: 1.5;
    margin-top: 10px;
    padding-left: 15%;
    padding-right: 15%;
    margin-left: auto;
    margin-right: auto;
}

.titulo_destaque_sobre{
    font-family: 'Poppins';
    font-size: 35px;
    color: #e54b4b;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: -10%;
    margin-right: -10%;
    font-weight: bold;
    margin-top: 30px;
}

.linha_titulo_destaque{
    background-image: url("../img/geral/linha_container.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 3px;
    background-size: 100%;
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: 40px;
}

.titulo_dados{
    color: #222e40;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-style: normal;
    width: 142.858%;
    margin-left: -20%;
    margin-right: -20%;
    text-align: left;
}

.caixa_dados{
    background-color: #2ecc71;
    float: left;
    float: left;
    width: 142.858%;
    margin-left: -20%;
    margin-right: -20%;
}

.linha_dados{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.horas_dados, .artigos_dados{
    float: left;
    width: 50%;
    background-color: #2ecc71;
}

.img_palestra, .numeros_palestra, .horas_palestra, .img_artigo{
    float: left;
}

.img_palestra{
    padding: 22px;
}

.img_artigo{
    padding: 19px;
}

.numeros_palestra{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
}

.horas_palestra{
    font-family: 'Poppins';
    font-size: 16px;
    color: #222e40;
    padding: 22px;
    line-height: 25px;
}

.texto_sobre iframe{
    width: 100%;
    top:0;
    left: 0;
}

a .seja_mentorado{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #2ecc71;
    border: 3px solid #ffffff;
    font-style: normal;
}

.hvr-fade:hover{
    background-color: #ffffff;
    color: #2ecc71;
    border: 3px solid #2ecc71;
}

.falam_mim{
    color: #222e40;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-left: 15%;
    padding-right: 15%;
}

.linha_container_falam_mim{
    background-image: url("../img/geral/linha_container.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 3px;
    background-size: cover;
    margin-left: 15%;
    margin-right: 15%;
}

.lista_noticias{
    padding-left: 15%;
    padding-right: 15%;
}

.noticia{
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100px;
    max-width: 200px;
}

/*MOBILE*/
@media screen and (max-width: 1300px){
    .numeros_palestra{
        font-size: 35px;
        margin-top: 9px;
    }
}

@media screen and (max-width: 1100px){
    .horas_palestra{
        padding: 10px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 1050px){
    .img_palestra, .numeros_palestra, .horas_palestra, .img_artigo {
        width: 100%;
        float: none !important;
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .titulo_sobre{
        font-size: 40px;
        line-height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .texto_sobre{
        padding-left: 0;
        padding-right: 0;
    }

    .titulo_destaque_sobre, .linha_titulo_destaque, .titulo_dados, .caixa_dados, .linha_container_falam_mim{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .falam_mim{
        padding: 0;
    }

    .img_palestra, .numeros_palestra, .horas_palestra, .img_artigo {
        float: none !important;
        text-align: center;
    }

    .numeros_palestra{
        font-size: 35px;
    }

    .lista_noticias{
        padding: 0;
    }

    .titulo_destaque_sobre{
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width: 420px){
    .horas_dados, .artigos_dados{
        width: 100%;
    }

    .img_palestra, .numeros_palestra, .horas_palestra, .img_artigo{
        float: none !important;
        text-align: center;
    }

    .numeros_palestra{
        font-size: 40px;
    }

    .popup-gallery a{
        width: 100%;
    }

    .noticia{
        margin-left: auto;
        margin-right: auto;
    }
}