.bkgCorDegrade0 {
	background-color: rgb(11,92,155);
}
.bkgCorDegrade1 {
	background-color: rgb(18,101,166);
}
.bkgCorDegrade2 {
	background-color: rgb(25,110,177);
}
.bkgCorDegrade3 {
	background-color: rgb(32,119,188);
}
.bkgCorDegrade4 {
	background-color: rgb(39,128,199);
}
.bkgCorDegrade5 {
	background-color: rgb(46,137,210);
}
.bkgCorDegrade6 {
	background-color: rgb(53,146,221);
}
.bkgCorDegrade7 {
	background-color: rgb(60,155,232);
}
.bkgCorDegrade8 {
	background-color: rgb(67,164,243);
}
.bkgCorDegrade9 {
	background-color: rgb(74,173,254);
}

.bkgCorCinza1 {
	background-color: rgb(180,180,180);
}

.bkgCorLightInstitucional {
	background-color: rgb(216,238,249);
}
.bkgCorLightAmbiental  {
	background-color: rgb(237,245,220);
}
.bkgCorLightDireitosHumanos {
	background-color: rgb(252,220,228);
}
.bkgCorLightIntegridade_Governanca {
	background-color: rgb(204,230,236);
}
.bkgCorLightGestaoResp_Estrategica  {
	background-color: rgb(254,236,214);
}
.bkgCorLightEconomica {
	background-color: rgb(216,238,249);
}
.bkgCorLightConferencia {
	background-color: rgb(216,238,249);
}
.bkgCorLightAgendaPublica {
	background-color: rgb(125,125,125);
}

.ethAberta {
}

.ethCollapsible {
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
}

.ethCollapsible:after {
    content: '\02C3';
    font-size: 25px;
    color: white;
    float: right;
    margin-left: 5px;
}

.ethCollapsible.ethAberta:after {
    content: "\02C5";
    font-size: 25px;
    color: white;
}

.ethConteudoInicialEscondido {
    padding: 10px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.ethDadosAssociacao, .ethDadosPagamento,
.ethDadosParceria, .ethDadosOportunidade,
.ethDadosEvtsCourses {
}

.ethDadosAssociacao h2, .ethDadosPagamento h2,
.ethDadosParceria h2, .ethDadosOportunidade h2,
.ethDadosEvtsCourses h2 {
    color: #606060;
    font-size: 1.1em;
    padding-bottom: 4px;
    padding-top: 10px;
}

.ethDadosAssociacao h3, .ethDadosPagamento h3,
.ethDadosParceria h3, .ethDadosOportunidade h3,
.ethDadosEvtsCourses h3 {
    color: #707070;
    font-size: 1.1em;
	margin-left: 10px;
    padding-bottom: 4px;
    padding-top: 6px;
}

.ethDadosAssociacao ul, .ethDadosPagamento ul,
.ethDadosParceria ul, .ethDadosOportunidade ul,
.ethDadosEvtsCourses ul {
	list-style: none;
	margin-left: 20px;
}

.ethDadosAssociacao li, .ethDadosPagamento li,
.ethDadosParceria li, .ethDadosOportunidade li,
.ethDadosEvtsCourses li {
    font-size: 1.1em;
    margin-left: 20px;
}

.ethPartGT {
}

.ethPartGT li {
}

.ethCourtesyUsedBy, .ethDiscountUsedBy {
	list-style: none;
	margin-left: 25px;
}

.ethCourtesyUsedBy li, .ethDiscountUsedBy li{
}

.ethMsgTipDiv {
    position: relative;
    display: inline-block;
}

.ethMsgTipDiv .ethMsgTipSpan {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ethMsgTipDiv .ethMsgTipSpan::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ethMsgTipDiv:hover .ethMsgTipSpan {
    visibility: visible;
    opacity: 1;
}

.ethCalAnualMainDiv {
    width: 760px;
    display: table;
    background-color: #f4f4f4;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}

.ethCalAnualBold {
    font-weight: bold;
}

.ethCalAnualDiv {
    width: 340px;
    display: table-cell;
}

.ethCalAnualSep {
    height: 20px;
}

.ethCalAnualDiv, .ethCalAnualSep {
    background-color: #f4f4f4;
    margin: auto;
}

.ethCalAnualDivRow {
    display: table-row;
}

.ethCalAnualGraphDiv, .ethCalAnualListDiv {
    width: 340px;
    margin: auto;
    background-color: #ffffff;
}

.ethCalAnualTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    color: #8d8d8d;
    width: 100%;
}

.ethCalAnualListTable {
    border-collapse: collapse;
}

.ethCalAnualH2 {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ethCalAnualTh {
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 6px;
}

.ethCalAnualTd {
    text-align: right;
    padding: 6px;
}

.ethCalAnualListTr {
    border-bottom: 2px solid #f4f4f4;
}

.ethCalAnualListTdLeft {
    width: 15px;
    text-align: center;
    padding: 8px;
    font-weight: bold;
}

.ethCalAnualListTdRight {
    width: 305px;
    text-align: left;
    padding: 8px;
}

.ethCalAnualTdDiv {
    padding: 4px;
}

.ethCalAnualDivAnchor {
    width: 100%;
    height: 40px;
    margin: auto;
    display: inline-flex;
    display: -webkit-inline-flex;
    vertical-align: bottom;
    font-size: 1.3em;
}

.ethCalAnualAnchor {
    color: #0091d7;
    margin: auto;
}

.ethAgendaInscrAnchor {
	font-size: 14px;
	width: 180px; 
	background:#0091d7; 
	font-size:16px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	color:#fff;
	border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0,0,0, .1) inset;
    box-sizing: border-box;	
    margin: auto;
	cursor: pointer;
}

.ethGenBlkContainer {
    display: inline-flex;
}

.ethGenBlk {
    position: relative;
    text-align: center;
}

.ethGenBlkBkgColor1 {
    background-color: rgb(210,240,255);
}

.ethGenBlkBkgColor2 {
    background-color: rgb(218,242,255);
}

.ethGenBlkBkgColor3 {
    background-color: rgb(226,245,255);
}

.ethGenBlkBkgColor4 {
    background-color: rgb(234,247,255);
}

.ethGenBlkBkgColor5 {
    background-color: rgb(242,250,255);
}

.ethGenBlkBkgColor6 {
    background-color: rgb(250,252,255);
}


.ethGenBlkTopLeft {
    position: absolute;
    top: 10px;
    left: 25px;    
}

.ethGenTextGrayReg {
    color: #808080;
}

.ethGenTextGrayDark {
    color: #707070;
}

.ethGenTextGrayLiht {
    color: #909090;
}

.ethGenTextWeightReg {
    font-weight: 400;
}

.ethGenTextWeightBold {
    font-weight: 700;
}

.ethGenTextLineSpace1 {
    line-height: 1.4em !important;
}
.ethGenTextSize14em {
    font-size: 1.4em;
}

.ethGenTextSize13em {
    font-size: 1.3em;
}

.ethGenTextSize12em {
    font-size: 1.2em;
}

.ethGenTextSize11em {
    font-size: 1.1em;
}

.ethGenTextSize10em {
    font-size: 1.0em;
}

.ethGenTextSize09em {
    font-size: 0.96em;
}

.ethGenBlkLeftMid1 {
    top: 27px;
}

.ethGenBlkLeftMid2 {
    top: 130px;
}

.ethGenBlkLeftMid1, .ethGenBlkLeftMid2 {
    position: absolute;
    left: 60px;
    text-align: left;    
    width: 75%;
}

/* Do wordPress */
img.alignright { 
    float: right; 
    margin: 0 0 1em 1em; 
}
img.alignleft { 
    float: left; 
    margin: 0 1em 1em 0; 
}
img.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}
.alignright { 
    float: right; 
}
.alignleft { 
    float: left; 
}
.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

/* For Mobiles: 940px or less */  
@media screen and (max-width: 940px){
    .ethCalAnualMainDiv {
        width: 350px;
        display: block;
        padding: 0;
    }
    .ethCalAnualDiv {
        display: block;
    }
    .ethCalAnualDivRow {
        display: block;
    }
}

.divRespDisclaimer {
	text-align: right;    
    font-size: 10px;
    margin-top: 35px;
}

/* Tabelas planos associação */
.ulTabelasPrincipal {
    border-radius: 10px;    
	list-style-type: none;    
	text-align: center;    
	margin: 0 auto;    
	display: table;    
	overflow: hidden;    
	background: linear-gradient(to right, #0091d7, #005f8d);    
}
.liTabelasPrincipal {    
	float: left;    
	padding: 0px;    
	border-radius: 10px;    
	background-color: #ffffff;    
}
.liTabelasPrincipalWidth300 {    
	width: 280px;    
}
.liTabelasPrincipalWidth210 {    
	width: 206px;    
}       
.liTabelasPrincipalWidth200 {    
	width: 190px;    
}
.liTabelasPrincipalWidth190 {    
	width: 190px;    
}        
.liTabelasPrincipalWidth160 {    
	width: 160px;    
}        
.ulTabelasInterno {    
	list-style: none;    
}
.ulSemPadding {
    padding: 0px !important;
}   
.liPlMarginC {
    margin: 10px 5px 10px 5px !important;
}
.liPlMarginL {
    margin: 10px 5px 10px 10px !important;
}
.liPlMarginR {
    margin: 10px 10px 10px 5px !important;
}
.liPlHeight180 {
    height: 260px;
    text-align: left;
}
.liPlMargin2 {
    margin: 20px 20px !important; 
}
.liTabelasCabecalhoConexao {    
    background-color: rgb(51,187,255);
}
.liTabelasCabecalhoEssencial {    
    background-color: rgb(21,157,225);
}
.liTabelasCabecalhoVivencia {    
    background-color: rgb(0,127,195);
}
.liTabelasCabecalhoInstitucional {    
    background-color: rgb(0,97,165);
}

.liTabelasCabecalhoConexao, .liTabelasCabecalhoEssencial, .liTabelasCabecalhoVivencia, .liTabelasCabecalho, .liTabelasCabecalhoInstitucional {    
    margin: 0px !important;
    border-top-left-radius: 10px;    
    border-top-right-radius: 10px;
    display: inline-flex;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;    
}
.liTabelasCabecalho {    
    height: 39px;
    display: block;
}

.liTabelasCabecalhoConexaoImg, .liTabelasCabecalhoEssencialImg, .liTabelasCabecalhoVivenciaImg, .liTabelasCabecalhoInstitucionalImg {
    margin-left: 2px;
}
.liTabelasCabecalhoConexaoImg2, .liTabelasCabecalhoEssencialImg2, .liTabelasCabecalhoVivenciaImg2, .liTabelasCabecalhoInstitucionalImg2 {
    margin-left: 10%;
}
.liTabelasCabecalhoConexaoSpan, .liTabelasCabecalhoEssencialSpan, .liTabelasCabecalhoVivenciaSpan, .liTabelasCabecalhoInstitucionalSpan, .liTabelasCabecalhoSpan,
.liTabelasCabecalhoConexaoSpanP, .liTabelasCabecalhoEssencialSpanP, .liTabelasCabecalhoVivenciaSpanP, .liTabelasCabecalhoInstitucionalSpanP, .liTabelasCabecalhoSpanP {    
    margin: auto;
    margin-left: 5px;
    color: #ffffff; 
	text-align: center;    
}
.liTabelasCabecalhoConexaoSpan, .liTabelasCabecalhoEssencialSpan, .liTabelasCabecalhoVivenciaSpan, .liTabelasCabecalhoInstitucionalSpan, .liTabelasCabecalhoSpan {    
    font-size: 20px; 
}
.liTabelasCabecalhoConexaoSpanP, .liTabelasCabecalhoEssencialSpanP, .liTabelasCabecalhoVivenciaSpanP, .liTabelasCabecalhoInstitucionalSpanP, .liTabelasCabecalhoSpanP {
    font-size: 14px; 
}
.liTabelasCabecalhoSpan {    
    color: #808080; 
    line-height: 39px;
}   
.liTabelasCorpo {    
	font-size: 11px;    
	text-align: left;    
	padding: 8px 20px;    
}
.liTbCorpoSemMargem {
    margin: 0px !important;
}    
.liTabelasCorpoCenter {    
	font-size: 12px;    
	text-align: center;    
	padding: 4px 8px;    
}    
.aIntLink {
    font-weight: 700;
	text-decoration:underline;
}

.ethParcMainDiv {
    width: 100%; 
    margin: 0 auto;
    color: #585858;
}

.ethParcMainDivInterno {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 940px){
    .ulTabelasPrincipal {
        max-width: 300px;
        margin: auto;
    }
    .liTabelasPrincipalWidth300, .liTabelasPrincipalWidth240, .liTabelasPrincipalWidth210, .liTabelasPrincipalWidth200, .liTabelasPrincipalWidth190, .liTabelasPrincipalWidth170, .liTabelasPrincipalWidth160   {    
        width: 92%;    
    }
    .liPlMarginC, .liPlMarginL, .liPlMarginR {
        margin: 10px 4% !important;
    }    
    .ethParcH2 {
        font-size: 1.0em;
    }
    .ethParcImg {
        max-width: 300px;
    }
}


/* Rating Integra */
.integ-ul1{
  list-style: none;
  display: flex;
}

.integ-li1 {
  margin: 5px;
}

.integ-dv1 {
  display: flex;
  border: 1px solid #0e618A;
  width: 220px;
  height: 100px;
}

.integ-dv2 {
  width: 60px;
  height: 100%;
  background-color: #0e618A;
}

.integ-dv3 {
  width: 180px;
  background-color: white;
  padding: 8px;
  margin: 0;
  color: #0e618A;
}

.integ-txt1 {
  color: white;
  font-size: 45px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  padding-top: 35%;
}

.integ-txt2 {
  color: #0e618A;
  font-size: 13px;
  margin: auto;
  text-align: left;
  font-weight: bold;
}

.integ-tb1 {
  border-collapse: collapse;
  margin-left: 0;
}

.integ-th1, .integ-td1 {
  width: 49px;
  margin: 0;
  padding: 5px;
}

.integ-th2, .integ-td2 {
  width: 180px;
  margin: 0;
}

.integ-th1, .integ-th2 {
  border-bottom: 1px solid black;
}

.integ-td1, .integ-td2 {
  border-bottom: 1px solid #b8b8b8;
}

.integ-th1 {
  font-size: 16px;
  font-weight: normal;
}

.integ-th2 {
}

.integ-td1 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #888888;
}

.integ-td2 {
  color: #0e618A;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding: 15px;
}

.integ-img1, .integ-img2 {

}

@media screen and (max-width: 940px){
  .integ-ul1{
    display: block;
    margin-left: 15%;
  }
    .integ-th1, .integ-td1 {
    width: 22px;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    writing-mode: vertical-rl;
  }
  
  .integ-th2, .integ-td2 {
    width: 120px;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .integ-th1 {
    font-size: 12px;
  }

  .integ-td1 {
    font-size: 14px;
  }

  .integ-td2 {
    font-size: 10px;
  }
  
  .integ-img1, .integ-img2 {
    width: 20px;
  }

}