html, body{
    height: 100%;
}
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

h4{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;

}

img{
    max-width: 100%;
}

p{
    color:#000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.subtitulo{
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
    color: #00a78e;
}

.subtitulo:after{
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #00a78e;
    margin: 8px auto;
}

.subtitulo:before{
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #00a78e;
    margin: 8px auto;
}

.font-clara {
    color: white;
}

.font-contato-email {
    color: #000;
    font-weight: bold;
}

a.font-contato-email:hover{
    color:#00a78e;
}

/**************************************
       ESTILO BANNER
***********************************/

/*.introducao{
        width: 100%;
        height: 768px;
        background: url('../_img/capa_coscienza2.jpg') no-repeat center;
        background-size: cover;
        margin-top: 91px;
        text-align: center;
        margin-bottom: 0;
}***/

.introducao
{
    position: absolute;
    width: 100%;
    z-index: 0;
    text-align: center;
}

.introducao
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 999;
}


/*******************************************
CABEÇALHO
**********************************************/

.logo{
    margin-top: -20px;
}

.navbar-nav{
    float: right;

}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #01603e !important;
}

.navbar-inverse{ background:#19b791;}

.header {
    padding-bottom: 20px;
    margin: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-toggle{ background: #f6f6f6;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{ background: #f6f6f6;}

.navbar-inverse .navbar-toggle .icon-bar{background-color: #19b791;}

.navbar-toggle .icon-bar{height: 1px; border-radius: none;}
.navbar-inverse .navbar-toggle{ border: #fff;}
/****************************************************
        FIM CABEÇALHO
***************************************************/


/***********************************************
        SERVIÇOS
*************************************************/

#servicos{
    margin: 20px;
    color: #000;
    padding-top: 55px;
}

h4.tituloServicos{
    text-align: center;
    margin-top: 50px;
}

.info-servico{
    margin-bottom: 50px;
}

.img-servicos{
    width: 100%;
    height: auto;
    box-shadow: 6px 6px 5px #d1d1d1;
    -webkit-box-shadow: 6px 6px 5px #d1d1d1;
    -moz-box-shadow: 6px 6px 5px #d1d1d1;
}



/**************************************************
        GALERIA
*****************************************************/

#portfolio{


    text-align: center;
    margin: 20px;
    color: #000;
    padding-top: 55px;
}

.bg-portfolio{

    height: auto;
    background: #f6f6f6;
    background-position: center center;
    margin-top: 60px;
    background-size: cover; 
}

.jumbotron {
    padding-top: 90px;
    padding-bottom: 48px;
}

.text-center .img-responsive {
    margin: 0 auto;
}

.text-center .text {
    position:relative;
    bottom:20px;
    left:0px;
    visibility:hidden;
    color:#fff;
    height: 120px;
    margin-top: -110px;
}

p.text{
    padding-top: 50px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.text-center:hover .text {
    visibility:visible;
    background-color: rgba(19, 19, 19, 0.8);
    transition: 0.5s linear;
    height: 120px;
}


/**************************************************
        A EMPRESA
*****************************************************/

.bg-empresa{
    height: auto;
    background: #f6f6f6;
    background-position: center center;
    background-size: cover; 
}


#historia{

    margin: 20px;
    color: #000;
    padding-top: 55px;
    margin-bottom: 35px;
}

#eventos{

    margin: 20px;
    color: #000;
    padding-top: 55px;
    margin-bottom: 35px;


}

.info-empresa{
    margin-top: 50px;
    margin-bottom:0;
    text-align: justify;
    font-size: 14px;
}

h4.subtitulo.nossosProfissionais{
    margin-top: 30px;
    font-size: 20px;
}

.nomeProfissionais{
    margin-bottom: 20px;
}


img.img-empresa{
    
    margin-bottom: 40px;
    box-shadow: 6px 6px 5px #d1d1d1;
    -moz-box-shadow: 6px 6px 5px #d1d1d1;
    -webkit-box-shadow: 6px 6px 5px #d1d1d1;
}


/**************************************************
        A EMPRESA
*****************************************************/


/**************************************************
        CONTATO
*****************************************************/

#contatos{

    margin-top: 55px;
}

.bg-contato{
    background-color: #f6f6f6;
    margin-top: 60px;
    padding-bottom: 30px;
}



.subtitulo-contato{
    margin: 60px 0 50px 0;
}

/************************************
        RODAPE
**************************************/

.box-footer{
    position: absolute;
}

.box-footer p{
    color:#000;
    text-align: center;
    font-size: 14px;
}


.bg-contatos {
    padding-bottom: 30px;
}

.formata-contato{
    font-family: 'Roboto', sans-serif;
}

.form-contatos {
    position: absolute;
    right: 50%;
    width: 350px;
    margin-top: -40%;
    margin-right: -200px;
    z-index: 5;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 2%;
    height: 500px;
}


button.btn-contato{
    float: right;
    margin-bottom: 20px;
    background: #00a78e;
    color: #fff;
    font-weight: bold;
}

button.btn-contato:hover{
    background: #ccc;
    color: #000;
    font-weight: bold;
}

.btn-inscricao{


    width: 200px;
    margin-bottom: 20px;
    background: #00a78e;
    padding-top: 20px;
    color: #fff !important;
    font-weight: bold;
    height: 60px;
}

.btn-inscricao:hover{
    background: #ccc;
    color: #000;
    font-weight: bold;
}

.formata-resposta{
    color:#000;
}

address{
    margin: 30px 0 30px 0;
}

.copy{
    background-color: #00a78e;
    padding: 10px;
}

.footer{
    margin-top: 15px;
}

.info-copy{color: #fff; font-size: 13px;}

a.info-mural{color: #fff;}

.info-mural:hover{color: #000;}


/*************************************
MEDIA QUERIES
/*************************************/
/** @media only screen and (max-width : 768px) {
        .introducao {
                margin-top: 50px;
                background: url('../_img/capa_coscienza768.jpg') no-repeat center;
                background-size: cover;
        }

}***/


@media only screen and (max-width : 768px) {
    .navbar-nav {
        float: left;
        margin-top: 30px;

    }


}

@media only screen and (max-width : 768px) {
    .logo {
        width: 90px;
        height: 90px;
    }

    .navbar-inverse .navbar-collapse{
        margin-top: 20px;
    }


    .tituloServicos{
        margin-top: 50px;
    }

    .jumbotron{
        margin-top: -15px;
    }

}

.data-evento{
    background-color: rgba(0,167,142,0.9);
    height: 40px;
    padding: 10px;


}
.data-evento p{
    font-size: 16px;
    text-align: center;
    color: white!important;
}


.accordion {
    background-color: rgba(0,167,142,0.9);
    color: white!important;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.accordion:after {
    content: 'Veja mais';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

@media(max-width:991px){

    .accordion {
        
        height: 95px;
    }
    .accordion:after {
        content: '+';
        color: white;
        font-weight: bold;
        float: bottom;
        
    }
}


.active:after {
    content: "\2212";
    color: white;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


