.treinamentos_compartilhados{
	background: url('../images/topos_internas/treinamentos_compartilhados.jpg');
    background-size: cover !important;
}

/* Card Area Atuação */
h3.titulo_area{
	color: #4f4f6f;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;position: relative;
}
h3.titulo_area:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #6ac2bf;
	bottom: 0;
}
.card_area {
    position: relative;
    background: #053b85;
    border-radius: 10px;
    width: 217px;
    height: 250px;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 6px;
}
h3.titulo_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6ac2bf;
    bottom: 0;
}
.card_area img{
	mix-blend-mode: multiply;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
}
.mascara_card_area{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 13px;padding-top: 20px;
}
.mascara_card_area h4 {
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 19px;
    position: relative;
    height: 73px;
    overflow: hidden;
}
.limite-titulo {
    overflow: auto;
    height: 171px;
}
.card_area{
    margin-right: 5px !important;
}
/* FLow
adaptação
CRÉDITOS: Massachusetts Institute of Technology 

 */
.principal_orga h2{
	height: auto !important;
}
.principal_orga i {
	color: #00a2ff !important;
	font-size: 45px !important;
}
ol.organizational-chart h2 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: -1px;
    height: 62px;
}
ol.organizational-chart i {
    font-size: 36px;
    margin-bottom: 19px;
    margin-top: 12px;
    color: #053b85;
}
ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

li.primeirolista2:before {
    content: '';
    width: 3px;
    height: 420px;
    background: #F05;
    top: -400px;
    right: -15px;
}
li.primeirolista2:after {
    content: '';
    width: 28px;
    height: 3px;
    background: #F05;
    top: 17px;
    right: -14px;
}
ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
    opacity: 1;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
    opacity: 1;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 152px;
    padding: 0.5em;
}
.principal_orga {
    min-height: 128px !important;
}
/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #053b85;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
	background-color: #00a2ff;
    border-radius: 10px;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((50% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 0.5em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 0.7em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        width: 20%;
    }
	ol.organizational-chart.dois > li > ol > li{
	    flex-grow: 0;
	    width: 22%;
	}
    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }
    ol.organizational-chart > li ol:after{
    	opacity: 0 !important;
    }
    ol.organizational-chart > li ol:before{
    	opacity: 0 !important;
    }
	.semdeslocamento:before {
		content: '';
	    width: 3px;
	    height: 15px;
	    background: #b7a6aa;
	    position: absolute;
	    bottom: -32px;
	    left: 50%;
	}
	li.primeirolista2:after{
		opacity: 0;
	}
	li.primeirolista2:before{
		opacity: 0;
	}
}
.tooltip{
	right: -10% !important;
}
.tooltip-inner h3{
	font-weight: 700;
	color: #053b85;
	font-size: 16px;
}
.tooltip-inner p{
	font-weight: 700;
	color: #053b85;
}
.tooltip-inner {
 background:#d1d1d1 !important;
 opacity: 0.9 !important;

 }

 .tooltip .arrow:before {
 border-bottom-color:#d1d1d1 !important;
  border-top-color:#d1d1d1 !important;
  }

.tooltip_cada{
    background: #d1d1d1c7;
    opacity: 0;
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 70%;
    left: 65%;
    z-index: 9;
    padding: 1rem;
    border-radius: 10px;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 .tooltip_cada h3{
	font-weight: 700;
	color: #053b85;
	font-size: 16px;
}
.tooltip_cada p{
	font-weight: 700;
	color: #053b85;
}
ol.organizational-chart li > div{
	cursor: pointer;
}

ol.organizational-chart li > div:hover .tooltip_cada{
	opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tooltip_cada:after{
    content: '';
    border: 20px solid transparent;
    position: absolute;
    top: 100%;
    left: 3%;
    border-top-color: #d1d1d1c7;
    width: 0;
    height: 0;
}
.mascara_card_area h4:before{
	/* content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 1px;
	background: #016cb1; */
}
.mascara_card_area p{
	color: #FFF;
	font-size: 15px;
	font-family: 'Maven Pro', sans-serif; 
	line-height: 24px;
}
.mascara_card_area a{
	bottom: 12px;
    position: absolute;
}

/* Modal Cursos */
.modal_curso_class .modal-body{
	background:#004fb0;
}

.texto_modal_curso h2 {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;position: relative;
    padding-bottom: 4px;
}
.texto_modal_curso h2:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 1px;
	background: #0076d5;
}
.texto_modal_curso h4 {
    margin-top: 27px;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 22px;
}
.texto_modal_curso p {
    color: #FFF;
    font-size: 12px;
}
.texto_modal_curso {
    padding-top: 1.5rem;
}
.modal_curso_class button.close {
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 1px 6px;
    position: absolute;
    right: 13px;
    top: 13px;
    color: #0c52aa;
    z-index: 2;
}

