﻿* {
	font-family: 'Odebrecht Sans';
	font-weight: normal;
	font-style: normal
}
.banner p {
	font-style: italic;
	font-weight: normal
}
.slogan,
.grid div[class*="div"] h5,
.more .autor-title a,
.vid-content .title,
.art-content .title,
.hold-autor .autor {
	font-style: italic;
	font-weight: 600
}
h3,
h4,
h5,
#timeline .date-time span:last-child,
.banner .date {
	font-style: normal;
	font-weight: 600
}
* {
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-sizing: padding-box;
	color: #504F49;
	outline: 0 none;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
html,
body {
	height: 100%;
	max-width: 100%
}
body {
	font-size: 10px
}
a {
	outline: 0 none
}
a:hover {
	text-decoration: none !important
}
a:link,
a:visited {
	cursor: pointer
}
a:focus {
	outline: 0 none
}
img {
	max-width: 100%;
	height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}
h2 {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 48px;
	color: #c8c0b4;
	padding: 0;
	margin: 0
}
h2:before,
h2:after {
	top: 50%;
	content: "";
	height: 1px;
	width: 200px;
	display: block;
	background: #c8c0b4;
	position: absolute
}
h2:before {
	right: calc(100% + 15px)
}
h2:after {
	left: calc(100% + 15px)
}
h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 34px;
	color: #75716b
}
h4 {
	color: #75716b;
    padding-bottom:15px;
	font-size: 30px
}
h5 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #c8c0b4
}
.single h5 {
	text-transform: uppercase;
	position: relative
}
.single h5:before {
	content: " ";
	background: #c8c0b4;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px
}
p {
	color: #89867F;
	font-size: 14px
}
#videos .swiper-button-next,
#videos .swiper-button-prev {
	top: 30% !important
}
.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-slide {
	text-align: center;
	font-size: 18px
}
.swiper-pagination-bullet {
	opacity: 1;
	background: #fff
}
.swiper-pagination-bullet-active {
	background: #FF9318
}
#all {
	width: 100%;
	min-height: 100%;
	position: relative
}
.flex {
	display: flex;
	align-items: center
}
.flex.fw {
	flex-wrap: wrap
}
.flex.an {
	align-items: normal
}
.flex.ar {
	justify-content: right
}
.flex.ac {
	justify-content: center
}
.flex.sb {
	justify-content: space-between
}
.pagination {
	width: 100%;
	display: flex;
	justify-content: center
}
.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px 3px;
	margin-left: 10px;
	line-height: 1.42857143;
	color: #71165f;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #71165f;
	font-size: 14px;
	border-radius: 0 !important
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #71165f;
	border-color: #71165f
}
.btn {
	outline: 1px solid #71165f !important;
	border-color: rgba(198, 162, 191, 0.9);
	justify-content: center;
	margin: auto auto 50px;
	align-items: center;
	border-radius: 0;
	font-size: 20px;
	color: #71165f;
	display: flex;
	width: 200px;
	height: 40px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.btn:hover {
	color: #fff;
	background: #71165f;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.btn-default {
	color: #fff;
	height: 30px;
	width: 130px;
	display: flex;
	font-size: 14px;
	background: #89867f;
	align-items: center;
	justify-content: center;
	margin-top: 10px
}
i,
cite,
em,
var,
dfn {
	font-style: italic
}
#header {
	display: flex;
	height: 118px;
	background: #fff;
	padding: 10px 0 5px
}
.slogan {
	border-left: 1px solid #c8c0b4;
	text-transform: uppercase;
	font-style: italic;
	padding-left: 20px;
	line-height: 39px;
	margin-left: 20px;
	font-size: 23px;
	height: 39px
}
.social {
	display: flex
}
.social a {
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 25px;
	padding: 5px;
	width: 25px;
	color: #89867f;
	overflow: hidden
}
#header .social a:hover {
	color: #fff;
	border: 1px solid #89867f;
	background-color: #89867f;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s
}
#footer .social a:hover {
	color: #FF9318;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s
}
#st-1 .st-btn {
	background: #89867f !important
}
#st-1 .st-btn:hover {
	top: 0 !important
}
#st-1 .st-btn[data-network='facebook']:hover {
	background-color: #3b5998 !important
}
#st-1 .st-btn[data-network='twitter']:hover {
	background-color: #55acee !important
}
#st-1 .st-btn[data-network='linkedin']:hover {
	background-color: #0077b5 !important
}
#st-1 .st-btn[data-network='googleplus']:hover {
	background-color: #dc4e41 !important
}
#st-1 .st-btn[data-network='email']:hover {
	background-color: #7d7d7d !important
}
#st-1 .st-btn[data-network='whatsapp']:hover {
	background-color: #25d366 !important
}
#main-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.menu-principal-ul li.current-menu-item a:before {
	content: " ";
	background: #75716b;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px
}
.single-noticias .menu-principal-ul li#menu-item-214 a:before {
	content: " ";
	background: #75716b;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px
}
.single-artigos .menu-principal-ul li#menu-item-213 a:before {
	content: " ";
	background: #75716b;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px
}
.language {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 15px
}
.language select {
	border: 0;
	font-size: 16px;
	color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: 0 0 0 #89867f
}
.language select:focus {
	outline: none
}
.language select option {
	padding: 2px 4px
}
.language select::-ms-expand {
	display: none !important
}
.language label {
	margin: 0;
	padding-left: 10px;
	position: relative;
	font-weight: normal
}
.language label:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #89867f transparent transparent transparent;
	top: calc(50% - 4px);
	position: absolute;
	left: 0
}
.od-world:before {
	font-size: 23px;
	margin-right: 10px
}
#main-menu .row:first-child {
	display: flex;
	align-items: center
}
.menu-principal-ul {
	margin: 0;
	display: flex;
	list-style: none;
	justify-content: space-between
}
.menu-principal-ul li {
	font-size: 18px;
	position: relative
}
.menu-principal-ul li a {
	color: #89867f
}
label[for="s"] {
	transform: rotateY(180deg);
	position: absolute;
	font-size: 21px;
	left: 32px;
	margin: 0;
	top: 4px
}
label[for="s"]:before {
	color: rgba(137, 134, 127, 0.75)
}
#s {
	border: 2px solid rgba(137, 134, 127, 0.65);
	padding: 1px 15px 0 45px;
	border-radius: 50px;
	font-size: 16px;
	height: 35px;
	width: 100%
}
#banner {
	margin-bottom: 45px
}
.banner {
	width: 100%
}
.banner p {
	text-align: left;
	margin: 0 0 15px;
	font-size: 74px;
	color: #fff
}
.banner p:first-child {
	line-height: 72px
}
.banner p.sub {
	font-size: 35px;
	line-height: initial;
	font-style: initial
}
.banner-home {
	padding-top: 10rem;
	height: 600px
}
.banner-home p {
	font-style: italic
}
.banner-int {
	height: 400px
}
.banner-int p.sub {
	font-size: 16px
}
.banner-int p.sub+p {
	font-size: 16px
}
.grid {
	display: grid;
	display: -ms-grid;
	grid-gap: 15px;
	margin: 0 0 30px 0;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(250px, auto);
	-ms-grid-rows: 250px auto
}
.grid div[class*="div"] {
	position: relative;
	overflow: hidden
}
.grid div[class*="div"]:hover .bg {
	transform: scale(1.2);
	filter: blur(1px);
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s
}
.grid div[class*="div"] .bg {
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: blur(0px);
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s
}
.grid div[class*="div"] h5 {
	font-size: 22px
}
.grid div[class*="div"]:nth-child(1) {
	grid-row: 1/3;
	-ms-grid-row: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-column: 1;
	-ms-grid-row-span: 3
}
.grid div[class*="div"]:nth-child(1) h5 {
	font-size: 31.05px
}
.grid div[class*="div"]:nth-child(2) {
	grid-row: 1/1;
	-ms-grid-row: 1;
	grid-column: 3/5;
	-ms-grid-column: 3;
	-ms-grid-column-span: 5
}
.grid div[class*="div"]:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 3
}
.grid div[class*="div"]:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 4
}
.grid p {
	font-size: 18px
}
.grid-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 15px
}
.grid-content h5 {
	margin: 0
}
.grid-content h5 ~ p {
	color: #fff !important;
	margin: 0;
	display: none
}
main {
	min-height: calc(100vh - 224px)
}
#timeline {
	display: flex;
	padding: 50px 0;
	max-width: 1200px;
	position: relative;
	margin: 0 auto 30px;
	flex-direction: column
}
#timeline:after {
	top: 0;
	bottom: 0;
	left: 50%;
	content: '';
	z-index: -1;
	width: 16px;
	margin-left: -6px;
	position: absolute;
	background-color: rgba(137, 134, 127, 0.2)
}
#timeline .date-time {
	text-align: right;
	min-width: 150px
}
#timeline .date-time span:last-child {
	color: #89867f;
	font-size: 60px
}
#timeline .left .date-time {
	text-align: left
}
#timeline .text p {
	font-size: 16px;
	color: #75716b;
	margin: 0
}
#timeline .content {
	position: relative
}
#timeline .content>* {
	margin-right: 20px
}
#timeline .content>*:last-child {
	margin-right: 0
}
#timeline .content img {
	height: 200px;
	width: 350px;
	min-width: 350px
}
#timeline .space {
	margin: 0 25px
}
.time-hold {
	width: 50%;
	padding: 8px 75px;
	position: relative
}
.time-hold span {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 18px;
	color: #c8c0b4
}
.time-hold.right {
	padding: 8px 82px
}
.time-hold.event {
	padding: 0;
	width: 66%;
	margin: 10px 0 20px
}
.time-hold.event:after,
.time-hold.event:before {
	display: none
}
.time-hold.event+.event {
	margin-top: 10px
}
.left {
	-ms-flex-item-align: left;
	align-self: left;
	text-align: right
}
.left:before {
	top: 50%;
	z-index: 1;
	width: 30px;
	height: 1px;
	right: 25px;
	content: "";
	background: #c8c0b4;
	position: absolute;
	transform: translateY(-50%)
}
.right {
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
	text-align: left
}
.right:before {
	top: 50%;
	z-index: 1;
	left: 32px;
	width: 30px;
	height: 1px;
	content: "";
	background: #c8c0b4;
	position: absolute;
	transform: translateY(-50%)
}
#videos h2 {
	margin-bottom: 30px
}
div[id*="video"] {
	width: 800px;
	max-width: 80%;
	text-align: center;
	border-radius: 10px
}
div[id*="video"] h4 {
	margin-bottom: 20px
}
div[id*="video"] iframe {
	margin-bottom: 20px
}
div[id*="video"] p {
	color: #89867f;
	font-size: 16px
}
.more {
	display: block
}
.more .avatar {
	border-radius: 50%;
	float: left
}
.post-type-archive-noticias .more .avatar,
.single-noticias .more .avatar {
	display: none
}
.more .date,
.more .autor-title a {
	width: calc(100% - 75px);
	float: right;
	margin: 0
}
.post-type-archive-noticias .more .date,
.single-noticias .more .date,
.post-type-archive-noticias .more .autor-title a,
.single-noticias .more .autor-title a {
	float: none;
	margin-top: 5px
}
.grid .more .date,
.grid .more .autor-title a {
	float: none;
	margin: 15px 0 0;
	width: 100%
}
.more .autor-title a {
	text-transform: capitalize;
	text-align: left;
	font-size: 20px;
	padding-bottom: 10px;
}
.post-type-archive-noticias .more .autor-title,
.single-noticias .more .autor-title {
	display: none
}
.more .od-calendar {
	display: flex;
	align-items: center
}
.more:before {
	color: #fff
}
#archive-posts .more {
	margin-top: 10px
}
#archive-posts .more .od-calendar:before,
#archive-posts .more .autor-title a {
	color: #75716b !important
}
.date {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px
}
.date .od-calendar:before {
	font-size: 12px;
	margin-top: -2px;
	margin-right: 5px
}
.date a,
.date span {
	font-size: 14px
}
.banner .date .btn-default {
	margin-top: 0px;
	margin-left: 20px;
	border: 1px solid;
	background: transparent;
	padding-top: 2px
}
.date .category {
	position: relative;
	padding-left: 22px;
	margin-top: 0px
}
.date .category span,
.date .category a {
	border: 1px solid;
	padding: 5px 10px 3px;
	display: inline-block
}
.date .category:before {
	content: "●";
	left: 8px;
	height: 100%;
	position: absolute;
	top: 1px;
	font-size: 8px;
	display: flex;
	align-items: center
}
.hold-autor .date {
	justify-content: center
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.vid-content,
.art-content {
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
}
.vid-content .bg,
.art-content .bg {
	width: 100%;
	height: 215px;
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.vid-content .title,
.art-content .title {
	font-size: 28px
}
.vid-content .title-video {
	font-size: 22px;
	font-weight: bold;
	font-style: italic
}
.art-content .title {
	color: #75716b !important
}
.vid-content .excerpt p,
.art-content .excerpt p {
	display: none;
	font-size: 16px;
	color: #75716b;
	margin: 0
}
.vid-content .btn-default:hover,
.art-content .btn-default:hover {
	color: #fff
}
.vid-interna {
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
	height:400px
}
.vid-interna .bg {
	width: 100%;
	height: 215px;
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.vid-interna .title {
	font-size: 24px;
	font-style: italic;
	font-weight: 600
}
.vid-interna .title-video {
	font-size: 22px;
	font-weight: bold;
	font-style: italic
}
.vid-interna .excerpt p {
	display: none;
	font-size: 16px;
	color: #75716b;
	margin: 0
}
.vid-iterna .btn-default:hover {
	color: #fff
}
.od-play {
	display: flex;
	position: relative
}
.od-play:before {
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	position: absolute;
	font-size: 70px;
	color: #fff;
	z-index: 1
}
#artigos .banner {
	height: 320px;
	max-width: 100%;
	justify-content: flex-end
}
#artigos .banner p {
	display: none;
	line-height: normal;
	max-width: 100%;
	color: #fff
}
#artigos .art-content {
	width: 45%
}
#artigos .more {
	margin-top: 10px
}
#artigos .more .date,
#artigos .more .autor-title a {
	width: calc(100% - 85px)
}
#artigos .more .od-calendar::before {
	color: #fff
}
#artigos .btn-default {
	background: transparent;
	border: 1px solid
}
article {
	margin-bottom: 50px
}
article p {
	/*color: #5A5853  !important;*/
    font-size: 18px;
    color: #58585b !important; 
	line-height: 1.45;
	margin-bottom: 2.2rem;
}
.hold-autor {
	margin: -110px 0 40px 0;
	height: 200px
}
.single-noticias .hold-autor {
	margin: 0;
	height: 60px
}
.single-noticias .hold-autor .autor {
	text-align: left
}
.single-noticias .hold-autor .autor .date {
	justify-content: left
}
.single-noticias .hold-autor .autor .img-circle {
	display: none
}
.single-noticias .hold-autor .autor span {
	display: none
}
.hold-autor .autor {
	color: #75716b;
	font-size: 24px;
	text-transform: capitalize
}
.hold-autor img {
	width: 140px;
	height: 140px;
	border-radius: 50%
}
.hold-autor .date {
	margin-top: 0
}
.recent-posts .art-content {
	margin: 0
}
.recent-posts .title {
	font-size: 20px;
	padding-bottom: 10px
}
.recent-posts .autor-title a {
	font-size: 18px;
	color: #89867f
}
.recent-posts .more .date,
.recent-posts .more .autor-title a {
	width: calc(100% - 55px)
}
.recent-posts .more .od-calendar::before {
	color: #89867f
}
#contato .row div[class*="col-xs-"] {
	margin-bottom: 65px
}
#contato .row div[class*="col-xs-"] img {
	margin-bottom: 20px
}
#contato .row p {
	font-size: 20px;
	color: #75716b
}
#footer {
	height: 106px;
	font-size: 18px;
	position: relative;
	background: #ff8e15;
	background: -o-linear-gradient(left, #ff8e15 0%, #ff9318 53%, #ffb726 100%);
	background: linear-gradient(to right, #ff8e15 0%, #ff9318 53%, #ffb726 100%);
	background: -ms-linear-gradient(left, #ff8e15 0%, #ff9318 53%, #ffb726 100%);
	background: -moz-linear-gradient(left, #ff8e15 0%, #ff9318 53%, #ffb726 100%);
	background: -webkit-linear-gradient(left, #ff8e15 0%, #ff9318 53%, #ffb726 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ff8e15), color-stop(53%, #ff9318), color-stop(100%, #ffb726));
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8e15', endColorstr='#ffb726', GradientType=1)
}
#footer:after {
	content: "";
	background: url("../../img/ft-bg.png") no-repeat scroll center center/100% 100%;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}
#footer .container {
	z-index: 1
}
#footer a {
	color: #fff
}
.dot {
	position: relative
}
.dot:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: -70px;
	top: 50%;
	border-radius: 50%
}
.menu-responsivo {
	top: 0.4em;
	right: 0.5em;
	width: 4.5em;
	z-index: 9999;
	height: 4.2em;
	position: absolute
}
#trigger-covermenu {
	width: 2.5em;
	height: 2.2em;
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 999;
	cursor: pointer
}
#trigger-covermenu .line {
	left: 0;
	width: 2.5em;
	height: 0.4em;
	display: block;
	position: absolute;
	background: #89867f;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s
}
#trigger-covermenu .line.line-1 {
	top: 0
}
#trigger-covermenu .line.line-2 {
	top: 50%;
	transform: translateY(-50%)
}
#trigger-covermenu .line.line-3 {
	bottom: 0
}
.div-responsive {
	padding: 15px 15px 0;
	height: calc(100% - 50px);
	background: #fff;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	visibility: hidden;
	position: fixed;
	overflow: auto;
	top: 50px;
	width: 100%;
	z-index: 99;
	opacity: 0;
	left: 0
}
.menu-active .div-responsive {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	visibility: visible;
	opacity: 1
}
.div-responsive .social {
	left: 0;
	padding: 0;
	width: 100%;
	bottom: 0px;
	position: absolute;
	text-align: center;
	justify-content: center
}
.div-responsive nav ul li,
.div-responsive>div {
	border-bottom: 1px solid #89867f
}
.div-responsive .social,
.div-responsive .language,
.div-responsive nav ul li a {
	display: flex;
	min-height: 40px;
	align-items: center;
	padding-left: 15px
}
.div-responsive .language {
	margin: 0
}
.div-responsive .language select {
	left: -3px;
	position: relative
}
.div-responsive .language label {
	padding: 0
}
.div-responsive .language label:before {
	left: 100%
}
.div-responsive .language:before {
	display: none
}
.menu-principal-responsivo ul {
	margin: 0
}
.menu-principal-responsivo ul li {
	list-style: none
}
.menu-principal-responsivo ul a {
	width: 100%;
	color: #89867f;
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}
.menu-principal-responsivo ul a:hover {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	border: 1px solid #fff;
	background: rgba(137, 134, 127, 0.9);
	color: #fff
}
.menu-principal-responsivo ul .menu-item-has-children>a {
	display: none
}
.menu-active {
	overflow: hidden
}
.menu-active #trigger-covermenu .line-1 {
	transform: translateY(8px) translateX(0px) rotate(45deg);
	-moz-transform: translateY(8px) translateX(0px) rotate(45deg);
	-webkit-transform: translateY(8px) translateX(0px) rotate(45deg)
}
.menu-active #trigger-covermenu .line-2 {
	opacity: 0
}
.menu-active #trigger-covermenu .line-3 {
	transform: translateY(-10px) translateX(0px) rotate(-45deg);
	-moz-transform: translateY(-10px) translateX(0px) rotate(-45deg);
	-webkit-transform: translateY(-10px) translateX(0px) rotate(-45deg)
}
@media (max-width: 1200px) {
	#artigos .art-content {
		width: 60%
	}
	.dot:before {
		left: -40px
	}
	.right .content {
		flex-wrap: wrap
	}
	.right .date-time {
		min-width: 135px
	}
	.right img {
		margin: 0px 0px 0px 10px !important
	}
	.right .text {
		margin-top: 10px;
		padding-left: 165px
	}
	.left .content {
		flex-direction: column-reverse;
		align-items: flex-end
	}
	.left img, .left figure {
		margin-right: 165px !important;
	}
	
	#timeline .left .img-post {
		margin-right: 0px !important;
	}
	
	.left .text {
		margin-top: 10px;
		padding-right: 145px
	}
	.left .date-time {
		position: absolute;
		right: 0;
		top: 0
	}
}
@media (max-width: 991px) {
	#header {
		height: 50px
	}
	#artigos .art-content {
		padding: 15px;
		width: 100%
	}
	.banner #artigos .art-content .btn-default {
		width: 100%;
		margin-top: 15px
	}
	.btn,
	.btn-default {
		width: 100%
	}
	.grid {
		grid-template-columns: repeat(2, 1fr)
	}
	.grid div[class*="div"]:nth-child(1) {
		grid-row: 1/2;
		grid-column: 1/3
	}
	.grid div[class*="div"]:nth-child(2) {
		grid-row: 2/3;
		grid-column: 1/3
	}
	#videos .row,
	#videos .container,
	#videos div[class*="col-"] {
		padding: 0;
		margin: 0;
		width: 100%
	}
	#videos .row .btn,
	#videos .container .btn,
	#videos div[class*="col-"] .btn {
		width: calc(100% - 30px)
	}
	.dot:before {
		display: none
	}
	#footer .flex {
		justify-content: center;
		text-align: center;
		flex-wrap: wrap
	}
	#footer .flex>a:first-child {
		margin-right: 30px;
		position: relative
	}
	#footer .flex>a:first-child:before {
		content: "";
		background: #fff;
		width: 5px;
		height: 5px;
		right: -17px;
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 2px)
	}
	#footer .flex .social {
		justify-content: center;
		margin: 7px 0
	}
	#footer .flex .social,
	#footer .flex>a:last-child {
		width: 100%
	}
	.banner .date .btn-default {
		margin: 0;
		position: absolute;
		bottom: -50px;
		left: 15px;
		width: calc(100% - 30px)
	}
	#timeline {
		padding: 15px 0 0 25px;
		display: block
	}
	#timeline:after {
		left: 0
	}
	.left,
	.right {
		text-align: left
	}
	.left:before,
	.right:before {
		left: 5px
	}
	.left .content,
	.right .content {
		align-items: normal
	}
	.left .date-time,
	.right .date-time {
		text-align: left !important;
		position: relative
	}
	.left img,
	.right img,
	.left figure,
	.right figure {
		margin: 0px !important
	}
	.left .text,
	.right .text {
		padding: 0px !important
	}
	.left .time-hold,
	.right .time-hold {
		padding: 8px 45px
	}
}
@media (max-width: 767px) {
	.container {
		width: 100%
	}
	#header {
		display: flex;
		align-items: center
	}
	#header .logo img {
		width: 130px
	}
	#header .slogan {
		padding-left: 10px;
		line-height: normal;
		margin-left: 10px;
		font-size: 13px;
		display: flex;
		padding-right: 40px;
		align-items: center
	}
	.banner p {
		margin: 0;
		font-size: 32px
	}
	.banner p:first-child {
		line-height: normal
	}
	.banner p.sub {
		font-size: 16px
	}
	.banner-home {
		padding: 0;
		height: 15em;
		display: flex;
		align-items: center
	}
	#list-news li {
	    width: 96% !important;
	    display: block !important;
        margin: 0 auto;
	}
	h2 {
		font-size: 30px
	}
	h2:before,
	h2:after {
		width: 60px
	}
	#artigos .more .date,
	#artigos .more .autor-title a {
		flex-direction: column
	}
	#artigos .more .date .category {
		padding-left: 0px;
		margin-top: 0px
	}
	#artigos .more .date .category:before {
		display: none
	}
	.grid {
		grid-template-columns: repeat(1, 1fr)
	}
	.grid div[class*="div"] {
		grid-row: auto !important;
		grid-column: auto !important
	}
	#artigos .banner {
		height: auto
	}
	#footer {
		height: 86px
	}
	#footer div[class*=col-]>a {
		font-size: 16px
	}
	#footer div[class*=col-]>a:last-child {
		font-size: 14px
	}
	#footer .flex .social {
		margin: 5px 0
	}
	#footer .flex .social a {
		font-size: 22px;
		padding: 0;
		margin: 0
	}
	#footer a {
		font-size: 14px
	}
}
@media all and (max-width: 550px) {
	.time-hold.event {
		width: 100%
	}
}
@media not all and (min-resolution: 0.001dpcm) {
	body.menu-active {
		position: fixed;
		height: 100%;
		overflow: hidden;
		width: 100%
	}
	.social a {
		align-items: normal
	}
	.social a:before {
		position: relative;
		left: 1px;
		top: 1px
	}
	.language:before {
		position: relative;
		top: 5px
	}
	#archive-posts .row.flex.fw.an {
		display: block
	}
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.social a::before {
		position: relative !important;
		top: 1px;
		left: -5px !important
	}
	.grid div[class*="div"] {
		margin: 5px
	}
}
@font-face{font-family:'Odebrecht Slab';src:url("../../fonts/Odebrecht-SlabItalic.eot");src:url("../../fonts/Odebrecht-SlabItalic.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-SlabItalic.woff") format("woff"),url("../../fonts/Odebrecht-SlabItalic.ttf") format("truetype");font-weight:bold;font-style:italic}@font-face{font-family:'Odebrecht Sans';src:url("../../fonts/Odebrecht-SansBold.eot");src:url("../../fonts/Odebrecht-SansBold.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-SansBold.woff") format("woff"),url("../../fonts/Odebrecht-SansBold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:'Odebrecht Sans';src:url("../../fonts/Odebrecht-SansBoldItalic.eot");src:url("../../fonts/Odebrecht-SansBoldItalic.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-SansBoldItalic.woff") format("woff"),url("../../fonts/Odebrecht-SansBoldItalic.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:'Odebrecht Sans';src:url("../../fonts/Odebrecht-SansItalic.eot");src:url("../../fonts/Odebrecht-SansItalic.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-SansItalic.woff") format("woff"),url("../../fonts/Odebrecht-SansItalic.ttf") format("truetype");font-weight:normal;font-style:italic}@font-face{font-family:'Odebrecht Slab';src:url("../../fonts/Odebrecht-Slab.eot");src:url("../../fonts/Odebrecht-Slab.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-Slab.woff") format("woff"),url("../../fonts/Odebrecht-Slab.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Odebrecht Sans';src:url("../../fonts/Odebrecht-Sans.eot");src:url("../../fonts/Odebrecht-Sans.eot?#iefix") format("embedded-opentype"),url("../../fonts/Odebrecht-Sans.woff") format("woff"),url("../../fonts/Odebrecht-Sans.ttf") format("truetype");font-weight:normal;font-style:normal}::selection{background:#FF9318}::-moz-selection{background:#FF9318}input:-moz-placeholder{opacity:1;filter:alpha(opacity=100)}::-webkit-input-placeholder{opacity:1;filter:alpha(opacity=100)}::-moz-placeholder{opacity:1;filter:alpha(opacity=100)}:-ms-input-placeholder{opacity:1;filter:alpha(opacity=100)}input:focus:-moz-placeholder{opacity:0.5;filter:alpha(opacity=50)}:focus::-webkit-input-placeholder{opacity:0.5;filter:alpha(opacity=50)}:focus::-moz-placeholder{opacity:0.5;filter:alpha(opacity=50)}:focus:-ms-input-placeholder{opacity:0.5;filter:alpha(opacity=50)}
 .autor-title a {
	margin: 0 0 10px!important;
}
.date-time span {
	font-size: 20px!important;
	font-weight: bold!important;
}

@media (max-width: 767px) {
	#footer {
		height: 100px;
	}
	#footer .flex .social a {
		margin: 5px 10px;
	}
}

@media (max-width: 480px) {
	#timeline .content img,
	#timeline .img-post > a	{
		width: 300px !important;
		height: 171px !important;
		min-width: 300px !important;
	}
	#footer .social dot {
		visibility: hidden;
	}
}

/*# sourceMappingURL=style.css.map */