#hero {
	position: relative;
	display: block;
	height: 33vw;
}
#hero > img, #hero > picture > img, #hero > picture {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
#hero > picture::after, #hero > picture::before {
	content: "";
    display: table;
	clear: both;
}
#hero::after {
	content: '';
	display: block;
	background: #123050;
	opacity: 0.75;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#hero > .grid {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	left: 50%;
}
#hero h1, #hero h2, #hero h3 {
	color: #fff;
}
#hero h1 {
	font-size: 2em;
}
#hero h2, #hero h3 {
	font-size: 1.3em;
}
#apresentacao {
	padding: 5em 0;
}
#apresentacao h2 {
	color: var(--font-color);
	font-weight: bold;
}
#apresentacao h2  strong{
	color: var(--theme-color);
}
#apresentacao .w2 {
	vertical-align: middle;
}
#apresentacao .w2:nth-child(odd) {
	padding-right: 40px;
}
#apresentacao .w2:nth-child(even) {
	padding-left: 40px;
}
#apresentacao .w2 p {
	text-align: justify;
}
#afiliacoes .afiliados {
	text-align: center;
}
#afiliacoes h2 {
	color: var(--font-color);
	font-weight: bold;
	margin-bottom: 1em;
}
#afiliacoes img {
	margin: 1em 2em;
	max-width: calc(20% - 4em);
	vertical-align: middle;
}
#blocos .bloco {
	padding: 1em 0;
}
#blocos .w2 {
	vertical-align: middle;
}
#blocos .w2:nth-child(odd) {
	padding-right: 40px;
}
#blocos .w2:nth-child(even) {
	padding-left: 40px;
}
#blocos .bloco .head * {
	vertical-align: middle;
}
#blocos .bloco .head {
	margin-bottom: 2em;
}
#blocos .bloco h2 {
	font-weight: bold;
	color: var(--font-color);
	padding-right: 30%;
	line-height: 1.2em;
	margin-bottom: 0;
}
#proposta {
	padding-top: 5em;
}
#proposta h2 {
	font-weight: bold;
	color: var(--font-color);
}
#proposta .bttn {
	font-weight: bold;
	width: 70%;
	margin-top: 1em;
	font-size: 1.25em!important;
}
#itens .item {
	background: var(--theme-color);
    color: #fff;
	margin: 1em 0;
	border-radius: 15px;
	padding: 0 1em;
}
#itens .w2 {
	padding: 0 1em;
}
#itens .item:hover {
	opacity: 0.8;
}
#itens .item .header, #itens .item .body {
	padding: 1.7em;
}
#itens .item .header {
	padding: 0 0.5em;
	padding-bottom: 0.7em;
	cursor: pointer;
	padding-top: 0.7em;
}
#itens .item .body {
	padding-top: 1em;
}
#itens .item .header * {
	vertical-align: middle;
}
#itens .item .header img {
	width: 2.2em;
	height: 2.2em;
}
#itens .item .header .g1:last-child {
	text-align: right;
}
#itens .item .header .plus {
	position: relative;
	height: 1.75em;
	width: 1.75em;
	display: inline-block;
}
#itens .item .header .plus::before , #itens .item .header .plus::after{
	content: '';
	height: 100%;
	width: 2px;
	border-radius: 1em;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: 0.5s all;
}
#itens .item .header .plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.5s all;
}
#itens .item.act .header .plus::before {
	transform: translate(-50%, -50%) rotate(-90deg);
	transition: 0.5s all;
}
#itens .item .header h2 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	padding: 0.35em 0;
    border-bottom: 1px solid transparent;
	font-size: 1.2em;
}
#itens .item .body {
	height: 0;
	padding: 0 3em;
	overflow: hidden;
}
#itens .item.act .body {
	max-height: 1000px;
	height: auto;
	padding: 3em;
	padding-top: 1em;
	padding-bottom: 2em;
}
#itens .item.act .header {
	padding-top: 1.5em;
}
#itens .item.act .header h2 {
	border-bottom: 1px solid #ffffff7a;
}
#content-p {
	padding-top: 8em;
}
#content-p h1 {
	text-align: center;
	color: var(--font-color);
	margin-bottom: 1em;
	font-weight: bold;
}
#content-p h1 strong {
	color: var(--theme-color);
}
.tabs {
	border-bottom: 2px solid var(--theme-color);
}
.tabs > a {
	color: var(--theme-color);
    background: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    margin-right:0.5em;
	border: 2px solid var(--theme-color);
	margin-bottom: -2px;
}
.tabs > a.act, .tabs > a:hover {
	color: #fff;
    background: var(--theme-color);
}
#content-p h2 {
	margin: 1em 0;
    text-align: center;
    font-weight: bold;
    color: var(--font-color);
}
#content-p .form {
	position: relative;
	z-index: 0;
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	max-height: 720px;
	height: 0;
}
#content-p .form.act {
	z-index: 2;
	pointer-events: all;
	opacity: 1;
	height: auto;
}
#mouse {
	height: 40px;
	width: 26px;
	position: absolute;
	border-radius: 100px;
	border: 2px solid #fff;
	display: block;
	bottom: 30px;;
	left: calc(50% - 15px);
	z-index: 2;
}
#mouse::before {
	content: '';
	height: 11px;
	width: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 5px;
	left: calc(50% - 1px);
	-webkit-animation: updown;
	        animation: updown;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
@-webkit-keyframes updown {
	0% {
		top: 3px;
		height: 9px;
	}
	50% {
		top: 8px;
		height: 11px;
	}
	100% {
		top: 3px;
		height: 9px;
	}
}
@keyframes updown {
	0% {
		top: 3px;
		height: 9px;
	}
	50% {
		top: 8px;
		height: 11px;
	}
	100% {
		top: 3px;
		height: 9px;
	}
}
@media screen and (max-width: 900px) {
	#mouse {
		display: none;
	}
	#hero {
		height: 55vw;
		font-size: 0.8em;
	}
	#hero .g4 {
		width: 100%;
	}
	#hero h1 {
		font-size: 1.8em;
	}
	#hero h2, #hero h3 {
		font-size: 1.2em;
	}
	#apresentacao {
		padding: 3em 0;
	}
	#apresentacao .w2 {
		width: 100%;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#afiliacoes {
		padding-top: 0em;
	}
	#afiliacoes h2 {
		margin-bottom: 0.5em;
		font-size: 1.5em;
	}
	#afiliacoes img {
		max-width: calc(50% - 2em);
		margin: 1em;
	}
	#itens .item .header h2 {
		font-size: 1em;
	}
	#itens .item .header .plus {
		width: 20px;
		height: 20px;
	}
	#itens .item .header, #itens .item .body {
		padding-left: 1.5em!important;
		padding-right: 1.5em!important;
	}
	#itens .item .header .g10 {
		padding-left: 30px;
	}
	#itens .item.act .header {
		padding-top: 1em;
	}
	#itens .item.act .body {
		padding-top: 0;
		max-height: 800px;
	}
	#itens .item .header .plus::before, #itens .item .header .plus::after {
		width: 2px;
	}
	#hero p {
		text-align: left;
	}
	#hero .grid img {
		max-height: 3em;
		display: inline-block;
		width: 187px;
	}
	#blocos .w2 {
		width: 100%;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#blocos .bloco {
		padding-top: 3em;
	}
	#blocos .bloco .head {
		padding: 1em 1em 0 1em;
	}
	#blocos .bloco h2 {
		font-size: 1.2em;
		padding-right: 0;
		padding-left: 1em;
	}
	#proposta h2 {
		font-size: 1.25em;
	}
	#proposta .bttn {
		font-size: 1em!important;
	}
	.tabs {
		width: 100vw;
		margin-left: -5%;
		text-align: center;
	}
	.tabs > a {
		font-size: 0.85em;
		margin-right: 0.25em;
		padding: 0.3em 0.5em
	}
	#content-p h1 {
		font-size: 1.75em;
	}
	#content-p {
		padding-top: 3em;
	}
	#content-p h2 {
		font-size: 1.35em;
	}
	#content-p .field {
		width: 100%;
		margin-bottom: 0;
	}
	#content-p .form {
		max-height: 1050px;
	}
	#content-p .g5, #content-p .g7 {
		width: 100%;
	}
	#content-p .g5 img {
		display: none;
	}
	#itens .w2 {
		width: 100%;
	}
	#itens .item .header img {
		width: 2.5em;
		height: 2.5em;
	}
}
#itens .w5 a {
	margin-bottom: 15px!important;
}

/**** LINHA DO TEMPO ****/
#linha-do-tempo {
    position: relative;
}

#linha-do-tempo ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

#linha-do-tempo ul li {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.t_image {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.t_image img {
    width: auto;
    height: auto;
}
/*
.t_image a:before {
    content: '';
    position: absolute;
    background-image: url(../images/frame.png);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9;
    background-size: 100% 100%;
}
*/
.t_ano {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.t_texto {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.t_image a {
    display: block;
    width: 80%;
    margin: auto;
    position: relative;
}

.t_image a img {
    display: block;
}

.t_ano span {
    background: var(--theme-color);
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 114px;
    margin: auto;
    position: relative;
}

.t_texto div {
    max-width: 80%;
    font-size: 16px;
    color: #848484;
    line-height: 1.6;
    direction: ltr;
    margin: auto;
}

#linha-do-tempo ul li:nth-child(2n) {
    direction: rtl;
}

#linha-do-tempo ul:before {
    content: '';
    border-left: dashed 1px #70707066;
    position: absolute;
    height: 100%;
    left: 50%;
}

@media (max-width: 1300px) {
    #linha-do-tempo ul li {
        padding: 30px 0;
    }
}

@media (max-width: 900px) {
    #linha-do-tempo ul li {
        padding: 0 0 40px 70px;
    }

    .t_ano {
        position: absolute;
        left: 0;
        width: 50px;
        top: 0;
    }

    .t_ano span {
        width: 50px;
        height: 50px;
        font-size: 15px;
        line-height: 44px;
        margin: 0;
    }

    .t_image {
        display: block;
        width: 100%;
    }

    .t_image a {
        max-width: 535px;
        width: 100%;
    }

    .t_texto {
        width: 100%;
        margin-top: 9px;
    }

    .t_texto div {
        max-width: 535px;
    }

    #linha-do-tempo ul:before {
        left: 25px;
    }
}
@media (min-width: 900px) {
    li:first-child .t_ano span:before {
        content: '';
        position: absolute;
        background: #fff;
        height: 200%;
        width: 10px;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
    }

    li:last-child .t_ano span:before {
        content: '';
        position: absolute;
        background: #fff;
        height: 200%;
        width: 10px;
        top: 100%;
        left: 50%;
        margin-left: -5px;
    }
}



.page-id-26  #itens .w2, .page-id-28 #itens .w2, .page-id-30 #itens .w2 {
	padding-left: 0;
	/* min-height: 120px; */
}