h3.marginTop {
	margin-top: -585px;
}


p,
p.cinza {
    margin: 10px auto;
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 28px;
    font-size: 14px;
}



b, strong {
    font-weight: bold;
}


.menu-fixo {
    position: fixed !important;
    top: 0;
    z-index: 1999;
    width: 100%;
    transition: .25s ease-out;
}

header {
    position: relative;
}

.affix {
    position: fixed;
    top: 0em;
    width: 100%;
    z-index: 1001;
}


nav.cmn-tile-nav.affix a {
    padding: 10px 20px 20px 20px;
    transition: .25s ease-out;
    height: 110px;
}

.padding-top-50 {
	margin-top: 50px;
}

.padding-bottom-50 {
	margin-bottom: 50px;
}

.padding-top-30 {
	margin-top: 30px;
}

.padding-bottom-30 {
	margin-bottom: 30px;
}

.padding-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-30 {
    padding-left: 30px;
}

.pag-marg-0 {
    margin: 0;
    padding: 0;
}

.pag-right-0 {
    padding-right: 0;
}

.wrapper img.col-45 {
    width: 45% !important;
}

.wrapper img.col-37 {
    width: 37% !important;
}
.wrapper img.col-33 {
    width: 33% !important;
}

.wrapper img.col-30 {
    width: 30% !important;
}

.wrapper img.col-25 {
    width: 25% !important;
}

.left {
    text-align: left !important;
}

.arrow {
	width: 100%;
	height: 59px;
	background: url(../img/linha.jpg) repeat-x;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.arrow span {
    width: 80px;
    height: 59px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 10px;
    display: block;
}

.arrow h2 {
	width: 300px;
    height: 59px;
    background-color: #fff;
    padding: 10px 0px;
    margin-left: 50px;
    display: block;
    font-size: 28px;
	font-weight: 500;
	color: #456383;
	font-family: 'Roboto',"Arial Black",Gadget,sans-serif;
}



.wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    left: 0;
    background-color: white;
}

.wrapper img {
	width: 100%;
}

.wrapper img.initial {
    width: initial;
}

.blue {
	background-color: #3477ac;
}


.wrapper .fundo h3 {
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	font-family: 'Roboto',"Arial Black",Gadget,sans-serif;
	text-transform: uppercase;
	text-align: left;
}

.wrapper .fundo p {
	margin: 4px auto;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 24px;
	font-size: 14px;
}


/*********/

.titulo-box {
	background-color: #63a0ca;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 1;
}

.titulo-box h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 19px 30px;
    font-family: 'Roboto',"Arial Black",Gadget,sans-serif;
    text-align: left;
}

.titulo-box .ico-overlay {
    width: 204px;
    height: 126px;
    float: right;
    position: absolute;
    top: -26px;
    z-index: 3;
    right: 0;
}


.texto-box {
	background: #e7e7e7;
	width: 100%;
	padding: 50px 50px 0px 50px;
}

.texto-box p {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
    margin-top: 0px;
}

.texto-box p:last-child {
	padding-bottom:50px;
}


.brown {
	background-color: #d5d0c2;
}

#footer .livro img {
	width: 248px;
}

#footer .bt-completo img {
	width: 389px;
	float: left;
	margin-top: 4%;
	cursor: pointer;
}

#footer .bt-completo img:hover {
	opacity: 0.8;
}

#footer .bt-avalie img {
	width:276px;
	float: left;
	margin-left: 5px;
	margin-top: 4%;
	cursor: pointer;
}

a img:hover {
	opacity: 0.8;
}

a img.noOpacity:hover {
    opacity: 1;
}




/******************************************/

main ul.nav li.active a,
main ul.nav li.active a:hover,
main ul.nav li.active a:focus,
main ul.nav li.active a:active {

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}



.container-ghost {
	display: block;
}


nav.cmn-tile-nav .icones {
    background: url(../icones/icones-menu.png);
    width: 70px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

nav.cmn-tile-nav .icones.icones-01 {
    background-position: -45px -11px;
}

nav.cmn-tile-nav .icones.icones-02 {
    background-position: -210px -11px;
}

nav.cmn-tile-nav .icones.icones-03 {
    background-position: -370px -11px;
}

nav.cmn-tile-nav .icones.icones-04 {
    background-position: -530px -11px;
}

nav.cmn-tile-nav .icones.icones-05 {
    background-position: -695px -11px;
}

nav.cmn-tile-nav .icones.icones-06 {
    background-position: -863px -11px;
}

nav.cmn-tile-nav .icones.icones-07 {
    background-position: -1028px -11px;
}

nav.cmn-tile-nav .icones.icones-08 {
    background-position: -1188px -11px;
}


nav.cmn-tile-nav.affix .icones {
    background: url(../icones/icones-menu-affix.png);
    width: 58px;
    height: 44px;
    display: block;
    margin: 0 auto;
}


nav.cmn-tile-nav.affix .icones.icones-01 {
    background-position: -0px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-02 {
    background-position: -125px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-03 {
    background-position: -250px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-04 {
    background-position: -377px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-05 {
    background-position: -508px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-06 {
    background-position: -639px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-07 {
    background-position: -768px 0px;
}

nav.cmn-tile-nav.affix .icones.icones-08 {
    background-position: -892px 0px;
}






/************************************************************************/

#sobre_o_relatorio h1,
#sobre_o_relatorio h2,
#sobre_o_relatorio h3 {
    color: #4d2c51;
    font-weight: 500;
}

#compromissos h1,
#compromissos h2,
#compromissos h3 {
    color: #be8715;
    font-weight: 500;
}

#perfil_afesbj h1,
#perfil_afesbj h2,
#perfil_afesbj h3 {
    color: #456383;
    padding: 0px 0 0px 0;
    font-weight: 500;
}

#ensino_bomjesus h1,
#ensino_bomjesus h2,
#ensino_bomjesus h3 {
    color: #21715f;
    font-weight: 500;
}

#ensino_fae h1,
#ensino_fae h2,
#ensino_fae h3 {
    color: #ddc100;
    font-weight: 500;
}

#institucional_afesbj h1,
#institucional_afesbj h2,
#institucional_afesbj h3 {
    color: #a03903;
    font-weight: 500;
}

#social_afesbj h1,
#social_afesbj h2,
#social_afesbj h3 {
    color: #6a3c6f;
    font-weight: 500;
}

#avalie h1,
#avalie h2,
#avalie h3 {
    color: #0abe8c;
    font-weight: 500;
}


#sobre_o_relatorio h3,
#compromissos h3,
#perfil_afesbj h3,
#ensino_bomjesus h3,
#ensino_fae h3,
#institucional_afesbj h3,
#social_afesbj h3,
#avalie h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    font-family: 'Roboto',"Arial Black",Gadget,sans-serif;
    text-transform: uppercase;
    text-align: left;
}



.circle {
    width: 440px;
    height: 440px;
    display: block;
    border-radius: 100%;
}

.grey {
    background-color: #e7e7e7;
}



/***** menu ****/



.hidden {
    display: none !important;
}


.ghost-content {
    margin: 0!important;
    width: 100%;
    height: 0!important;
    padding: 0!important;
    visibility: hidden;
}




/***********************SLIDER**************************/



    #slides .slidesjs-control img {
        width: initial !important;
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }
    

    #slides .slidesjs-control {
        margin: 0 auto;
        text-align: center;
        width: 222px !important;
        height: 224px !important;
    }

    #slides .slidesjs-previous {
        position: absolute;
        left: 12%;
        top: 45%;
    }

    #slides .slidesjs-next {
        position: absolute;
        right: 10%;
        top: 45%;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../slider/img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination {
        display: none;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
        color: #fff;
        background-color: #737373;
        padding: 10px 15px;
        font-weight: normal;
    }

    #slides a:hover,
    #slides a:active {
      color: #fff;
      text-decoration: none;
      opacity: .8;
    }

    .navbar {
      overflow: hidden
    }


    #slides .slide {
        display: block;
        width: 222px !important;
        height: 300px;
        text-align: center;
        margin: 25% 0%;
        color: #626262;
        font-size: 19px;
        font-weight: bold;
        font-family: 'Roboto',"Arial Black", sans-serif;
    }

    #slides .slide img {
        margin-top: 30px;
    }
/********************************************ENTENDENDO O RELATORIO***********************************************/

#sobre_o_relatorio h2.roxo {
    color: #4d2c51;
    padding: 0px 0 30px 0;
    font-weight: 500;
    text-align: left;
}

/***/

.fundo.ouro {
    background-color: #e8e7b6;
}

#sobre_o_relatorio .fundo.roxo h2.roxo {
    color: #4d2c51 !important;
    padding: 0px 0 20px 0;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

#sobre_o_relatorio .fundo.roxo h3.roxo {
    font-size: 18px !important;
    font-weight: 500;
    padding: 0px 0 20px 0;
    color: #4d2c51 !important;
    text-align: left;
    margin: 0;
}

#sobre_o_relatorio .fundo.roxo p {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
}
/****/

#sobre_o_relatorio h2.roxo {
    color: #4d2c51;
    padding: 0px 0 20px 0;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

#sobre_o_relatorio h3.roxo {
    font-size: 18px !important;
    font-weight: 500;
    padding: 0px 0 20px 0;
    color: #4d2c51;
    text-align: left;
    margin: 0;
}

.fundo.ouro p {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
}

#sobre_o_relatorio .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
}

#sobre_o_relatorio .box.roxo {
    border-color: #4d2c51;
}

#sobre_o_relatorio .box.roxo h2 {
    color: #4d2c51;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 370px;
    text-transform: none;
}

#sobre_o_relatorio .box.roxo ul {
    width: 50%;
    float: left;
}

#sobre_o_relatorio .box.roxo ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}

/********************************************PERFIL AFESBJ***********************************************/

#perfil_afesbj #slides .slidesjs-control {
    margin: 0 auto;
    text-align: center;
    width: 380px !important;
    height: 160px !important;
    overflow: hidden;
    margin-top: 15px;
}


#perfil_afesbj #slides .slide {
    display: block;
    width: 100% !important;
    height: auto;
    text-align: center;
    margin: 0;
    color: #626262;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Roboto',"Arial Black", sans-serif;
}

#perfil_afesbj #slides .slide span {
    color: #fff;
    text-align: left;
    font-size: 24px;
    display: block;
    clear: both;
}

#perfil_afesbj #slides .slide p {
    margin: 5px auto;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}

#perfil_afesbj #slides a:link, #perfil_afesbj #slides a:visited {
    background-color: transparent;
    padding: 10px 15px;
    font-weight: normal;
    z-index: 1999;
}
#perfil_afesbj #slides .slidesjs-previous {
    position: absolute;
    left: 5%;
    top: 62%;
}

#perfil_afesbj #slides .slidesjs-next {
    position: absolute;
    right: 5%;
    top: 62%;
}

#perfil_afesbj .slidesjs-container {
    height: auto !important;
}


#perfil_afesbj h3 {
    font-size: 30px !important;
    font-weight: 600;
    padding-top: 10px;
}

#perfil_afesbj h2.roxo {
    color: #6A3C6F;
    padding: 0px 0 30px 0;
    font-weight: 500;
}


#perfil_afesbj .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
}

#perfil_afesbj .box.azul {
    border-color: #456282;
}

#perfil_afesbj .box.azul h2 {
    color: #456282;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 290px;
    text-transform: none;
}

#perfil_afesbj .box.azul ul {
    width: 50%;
    float: left;
}

#perfil_afesbj .box.azul ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}


/********************************************COMPROMISSOS***********************************************/

#compromissos #slides .slidesjs-control {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
}


#compromissos #slides .slide {
    display: block;
    width: 100% !important;
    height: auto;
    text-align: center;
    margin: 15% 0;
    color: #626262;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Roboto',"Arial Black", sans-serif;
}

#compromissos #slides a:link, #compromissos #slides a:visited {
    background-color: #e4aa31;
    padding: 10px 15px;
    font-weight: normal;
}

#compromissos #slides a:hover {
    text-decoration: none;
}
#compromissos #slides .slidesjs-previous {
    position: absolute;
    left: 10%;
    top: 38%;
}

#compromissos #slides .slidesjs-next {
    position: absolute;
    right:10%;
    top: 38%;
}

#compromissos .slidesjs-container {
    height: auto !important;
}

/***/

.fundo.ouro {
    background-color: #e8e7b6;
}

#compromissos .fundo.ouro h2.ouro {
    color: #be8715;
    padding: 0px 0 20px 0;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

#compromissos .fundo.ouro h3.ouro {
    font-size: 18px !important;
    font-weight: 500;
    padding: 0px 0 20px 0;
    color: #be8715;
    text-align: left;
    margin: 0;
}

#compromissos .fundo.ouro p {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
}
/****/

#compromissos h2.ouro {
    color: #be8715;
    padding: 0px 0 20px 0;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

#compromissos h3.ouro {
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0 20px 0;
    color: #be8715;
    text-align: left;
    margin: 0;
}



#compromissos .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
}

#compromissos .box.ouro {
    border-color: #be8715;
}

#compromissos .box.ouro h2 {
    color: #be8715;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 492px;
    text-transform: none;
}

#compromissos .box.ouro ul {
    width: 50%;
    float: left;
}

#compromissos .box.ouro ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}

/*#compromissos .col-lg-2 img {
    padding-bottom: 15px;
}*/

#compromissos #slides .slidesjs-control img {
    width: 100% !important;
}

/************************************* ENSINO, PESQUISA E EXTENSÃO BOM JESUS*******************************************************/

#ensino_bomjesus .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
    border-color: #20705e;
}

#ensino_bomjesus .box.verde h2 {
    color: #20705e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 510px;
    text-transform: none;
}

#ensino_bomjesus .box.verde ul {
    width: 50%;
    float: left;
}

#ensino_bomjesus .box.verde ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}


#ensino_bomjesus .box-dashed {
    border: 2px dashed;
    padding: 30px;
    margin-top: 50px;
    border-color: #a7a7a7;
    display: block;
}

#ensino_bomjesus .box-dashed.verde h2 {
    color: #20705e;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    background-color: #e8e7b6;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    margin-left: 30%;
    width: 44%;
    text-transform: none;
}


/************************************* ENSINO, PESQUISA E EXTENSÃO FAE*******************************************************/

#ensino_fae .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
    border-color: #e1ba41;
}

#ensino_fae .box.amarelo h2 {
    color: #e1ba41;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 450px;
    text-transform: none;
}

#ensino_fae .box.amarelo ul {
    width: 50%;
    float: left;
}

#ensino_fae .box.amarelo ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}


#ensino_fae .box-dashed {
    border: 1px dashed;
    padding: 30px;
    margin-top: 50px;
    border-color: #e1ba41;
    display: block;
}

#ensino_fae .box-dashed.amarelo h2 {
    color: #e1ba41;
    text-transform: uppercase !important;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    margin-left: 10%;
    width: 80%;
    text-transform: none;
}


/****/

#ensino_fae #slides .slidesjs-control {
    margin: 0 auto;
    text-align: center;
    width: 455px !important;
    height: 350px !important;
    overflow: hidden;
    margin-top: 40px;
}


#ensino_fae #slides .slide {
    display: block;
    width: 100% !important;
    height: auto;
    text-align: center;
    margin: 0;
    color: #626262;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Roboto',"Arial Black", sans-serif;
}

#ensino_fae #slides .slide span {
    color: #be8715;
    text-align: left;
    font-size: 24px;
    display: block;
    font-weight: 500;
    clear: both;
    font-family: 'Roboto',"Arial Black", sans-serif;
}

#ensino_fae #slides .slide p {
    margin: 5px auto;
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    margin-top: 30px;
}

#ensino_fae #slides a:link, #ensino_fae #slides a:visited {
    background-color: transparent;
    padding: 10px 15px;
    font-weight: normal;
    color: #333333;
}
#ensino_fae #slides .slidesjs-previous {
    position: absolute;
    left: 5%;
    top: 50%;
}

#ensino_fae #slides .slidesjs-next {
    position: absolute;
    right: 7%;
    top: 50%;
}

#ensino_fae .slidesjs-container {
    height: auto !important;
}


/************************************* INSTITUCIONAL AFESBJ *******************************************************/

#institucional_afesbj .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
    border-color: #983c0e;
}

#institucional_afesbj .box.laranja h2 {
    color: #983c0e;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 350px;
    text-transform: none;
}

#institucional_afesbj .box.laranja ul {
    width: 50%;
    float: left;
}

#institucional_afesbj .box.laranja ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}


#institucional_afesbj .box-dashed {
    border: 2px dashed;
    padding: 70px;
    margin-top: 50px;
    border-color: #d8c526;
    display: block;
}

#institucional_afesbj .box-dashed img {
    width: 119px;
	float: right;
	padding-left: 25px;
}

#institucional_afesbj .box-dashed.laranja h2 {
    color: #983c0e;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    background-color: #e8e7b6;
    padding: 0px 20px 10px 20px;
    margin-top: -90px;
    margin-left: 20%;
    width: 60%;
    text-transform: none;
}

#institucional_afesbj .box-dashed.laranja h3 {
    color: #333333;
    font-size: 19px;
    text-align: center;
    padding: 0px 20px 10px 20px;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
}

#institucional_afesbj .box-dashed.laranja h3 span {
    color: #333333;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
}

#institucional_afesbj .box-dashed.laranja p {
    color: #333333;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
}


table.table.institucional.table-bordered thead {
    background-color: #983c0e;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

table.table.institucional.table-bordered thead tr th {
    text-align: center;
}

table.table.institucional.table-bordered tbody tr td {
    background-color: #d9ceab;
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 15px;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #E8E7B6;
}




/************************************* SOCIAL AFESBJ *******************************************************/

#social_afesbj .box {
    border: 2px solid;
    padding: 30px;
    margin-top: 50px;
    border-color: #6a3c6f;
}

#social_afesbj .box.roxo h2 {
    color: #6a3c6f;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -43px;
    width: 300px;
    text-transform: none;
}

#social_afesbj .box.roxo ul {
    width: 50%;
    float: left;
}

#social_afesbj .box.roxo ul li {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
}


#social_afesbj .box-dashed {
    border: 2px dashed;
    padding: 30px 30px 0px 30px;
    margin-top: 50px;
    border-color: #a7a7a7;
    display: block;
}

#social_afesbj .box-dashed.roxo h2 {
    color: #6a3c6f;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    background-color: #e8e7b6;
    padding: 0px 20px 10px 20px;
    margin-top: -46px;
    margin-left: 30%;
    width: 40%;
    text-transform: none;
}

#social_afesbj .box-dashed.roxo p {
    color: #333333;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: 18px;
}




/*************************************************BACKGROUNDS FLUIDS*********************************************************/

@media (max-width: 1370px) and (min-width: 1170px) {
    #perfil_afesbj .bg {
        background: #3477ac url(../perfil-afesbj/bg-perfil.jpg) top right no-repeat;
        background-position: 800px 0px;
    }
}

@media (min-width: 1371px) {
    #perfil_afesbj .bg {
        background: #3477ac url(../perfil-afesbj/bg-perfil.jpg) top right no-repeat;
        background-position: 1100px 0px;

    }
}

@media (max-width: 1370px) and (min-width: 1170px) {
    #ensino_bomjesus .bg {
        background: #e8e7b6 url(../ensino-bomjesus/bg-ensino-bj.jpg) top right no-repeat;
        background-position: 845px 0px;
    }
}

@media (min-width: 1371px) {
    #ensino_bomjesus .bg {
        background: #e8e7b6 url(../ensino-bomjesus/bg-ensino-bj.jpg) top right no-repeat;
        background-position: 1100px 0px;

    }
}

@media (max-width: 1370px) and (min-width: 1170px) {
    #institucional_afesbj .bg-laranja {
        background: #983c0e url(../institucional-afesbj/bg-institucional.jpg) top right no-repeat;
        background-position: 800px 0px;
    }
}

@media (min-width: 1371px) {
    #institucional_afesbj .bg-laranja {
        background: #983c0e url(../institucional-afesbj/bg-institucional.jpg) top right no-repeat;
        background-position: 1100px 0px;

    }
}

@media (max-width: 1370px) and (min-width: 1170px) {
    #social_afesbj .amarelo-claro {
        background: #e8e7b6 url(../social-afesbj/bg-social.jpg) top right no-repeat;
        background-position: 800px 0px;
    }
}

@media (min-width: 1371px) {
    #social_afesbj .amarelo-claro {
        background: #e8e7b6 url(../social-afesbj/bg-social.jpg) top right no-repeat;
        background-position: 1100px 0;

    }
}


#ensino_bomjesus .bg-ouro {
    background: #e8e7b6;
}
/*******************************TITULOS E TEXTOS*************************************/

h3.verde {
    color: #60996f !important;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 500 !important;

}

h2.cinza {
    color: #4e4e4e !important;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500 !important;
    text-align: left !important;

}

h3.cinza {
    color: #4e4e4e !important;
    font-size: 28px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    text-align: left !important;

}


h2.branco {
    color: #fff !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500 !important;
    text-align: left !important;

}

h3.branco {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-transform: none !important;
    padding: 20px 0

}

p.branco {
    color: #fff !important;
}



h2.roxo {
    color: #634766 !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500 !important;
    text-align: left !important;

}

h3.roxo {
    color: #634766 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-transform: none !important;
    padding: 20px 0

}

h3.ouro,
h2.ouro {
    color: #be8715 !important;
}

p.roxo {
    color: #634766 !important;
}

/**********************/

.green {
    background-color: #c9e87e;
}


.bg-amarelo {
    background-color: #ead967;
}

.bg-amarelo-claro {
    background-color: #e8e7b6;
}

.bg-laranja {
    background-color: #983c0e;
}

.bg-roxo {
    background-color: #634766;
}




/***SOBRE O RELATORIO***/
#sobre_o_relatorio .box-dashed {
    border: 2px dashed;
    padding: 30px;
    margin-top: 50px;
    border-color: #e1ba41;
}

#sobre_o_relatorio .box-dashed.amarelo h2 {
    color: #e1ba41;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    margin-top: -50px;
    width: 33%;
    text-transform: none;
    margin-left: 33%;
    text-align: center;
}
