html, body {
    height: 100%;
}

a:hover {
	text-decoration: none;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-15 {
	width: 20%;
	float: left;
}

#body_bg{
	background: url(../image/bg.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*
#wrapp{
	min-height: 100%;
    height: auto;
}
*/

#wrapp {
    min-height: 450px;
    height: auto;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.font-lato{
	font-family: 'Lato', sans-serif!important;
}

.font-oswald{
	font-family: 'Oswald', sans-serif!important;
}

.font-myriad{
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.red-color{
	color:#800D18!important;
}

.dark-gray-color{
	color:#4C4C4C!important;
}

.darker-gray-color{
	color: #323232!important;
}

.gold-color{
	color: #D6B158;
}

.uppercase{
	text-transform: uppercase;
}

.full-width-container{
	width: 	100%;
}

.align-left{
	text-align: right;
}

.align-center{
	text-align: center;
} 

.align-justify{
	text-align: justify;
}

#top-red-bg{
	background-color: #800d18;
	height: 3px;
	width: 	100%;
}

.white-transparent-bg{
	background:rgba(255,255,255,0.8);
}

.dark-transparent-bg{
	background-color:rgba(0,0,0,0.8);
}

.gold-background{
	background: #D6B158;
}

.dark-red-background{
	background:#800D18;
}

.gray-bg{
	background: #656565;
}

.light-gray-bg{
	background:#D8D8D8;	
}

.dark-gray-bg{
	background:#323232!important;
}

#disclaimer_popup_wrapper, #reserved_disclaimer_popup_wrapper{
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

#disclaimer_popup, #reserved_disclaimer_popup{
	position: fixed;
	left: 50%;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: 100%;
}

.disclaimer_popup_inner, .reserved_disclaimer_popup_inner{

	background-color: white;
	padding: 15px;
	margin: 0 15px;
}

#disclaimer_popup p{
	font-size: 18px;
}

#disclaimer_popup span.checkbox-inline {
	font-size: 16px;
	margin: 20px 0;
}

#reserved_disclaimer_popup span.checkbox-inline {
	font-size: 16px;
	margin: 20px 0;
}

#reserved_disclaimer_popup p{
	font-size: 16px;
	max-height: 450px;
	overflow-y: scroll;
}

#page-header-wrapper{
	position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

#header{
	background-color: #fff;
    padding: 10px 0px;
    text-align: right;
}

#logo-wrapper{
	text-align: left;
}

#logo{
	width: 100%;
	max-width: 42px; /* ANTIGO : 330PX */
	text-align: left;
}

#menu-wrapper ul li a.active{
	color:#800d18!important;
}

#mobile-menu-wrapper{
	display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: -233px;
    width: 100%;
    max-width: 233px;
    background-color: #800D18;
    padding: 10px;
}

#mobile-menu-wrapper ul{
	margin: 0;
	padding: 0;
}

#mobile-menu-wrapper ul li{
	list-style: none!important;
}

#mobile-menu-wrapper ul li a{
	color:#fff!important;
	font-size: 15px!important;
	font-weight: 300;
	display: block;
	padding: 1px 0;
	text-transform: uppercase;
	text-decoration: none!important;
}

#mobile-menu-wrapper ul li a:hover{
	color:#D6B158!important;
}

a.has-dropdown{
	background-image:url(../image/mobile_menu_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.dropdownMenu{
	display: none;
}

#mobile-menu-wrapper ul li ul{
	padding-left:20px;
}

#mobile-menu-wrapper ul li ul li a{
	font-size: 13px!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu{
	margin:0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	position: relative;
}

#menu li{
	display: inline-block;
    margin-right: -4px;
}
/***********************************************************/
/*************************************************************/
#menu>li:first-child .desktop-dropdown-menu>li:last-child {
	display: none !important;
}
/***********************************************************/
/*************************************************************/

.desktop-dropdown-menu{
	position: absolute;
    margin: 0;
    padding: 0;
    background-color: #800D18;
	padding: 5px;
	margin-left: 10px;
	display: none;
}

.desktop-dropdown-menu li{
	text-align: left;
	display: block!important;
	min-width: 250px;
}

.desktop-dropdown-menu li a{
	border: none!important;
	color: white!important;
}

.desktop-dropdown-menu li a:hover{
	color: #D6B158!important;
}

#menu li a{
	color:#4C4C4C;
	text-decoration: none!important;
	padding: 0px 8px;
	text-transform: uppercase;
	font-weight: 300!important;
	font-size: 15px;
}

#menu li:not(:last-child) a{
	border-right: 1px solid #4d4d4d;
}


#menu li:hover ul{
	display: block;
}

#header-menu-right{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	text-align: right;
}

#header-menu-right li a{
	color:#4C4C4C!important;
	text-decoration: none!important;
	font-size: 15px;
	font-weight: 300!important;
}

#header-menu-right li{
	list-style: none!important;
	display:inline-block;
}

#header-menu-right ul{
	padding: 0;
}

#header-menu-right ul li:first-child a{
	/*padding-left: 20px;*/
}

/*#home-middle-content{/*
	/*color:#fff;
	text-align: center;
	margin-top: 250px;*/
/*
	color: #fff;
	text-align: center;
*/
	/* margin-top: 60px; */
/*
	position: absolute;
	left: 50%;
	top: 43%;
	transform: translate(-50%, -65%);

}*/

#home-middle-content {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 180px;
    right: 0;
    transform: none;
    margin: auto;
}
div#main-wrapper {
    margin-top: 0!important;
}

#homepage-middle-content-subtitle{
	margin: 0 0 45px 0;
	font-weight: 300!important;
	font-size: 30px!important;
}

#homepage-middle-content-title{
	margin: 0 0 20px 0;
	font-weight: 300!important;
	font-size: 38px!important;
}

#homepage-middle-content-link-wrapper{
	margin-bottom: 190px;
	font-size: 20px;
	font-weight: 400!important;
}

#homepage-middle-content-link{
	text-transform: uppercase;
	color:#fff!important;
	text-decoration: none;
	font-weight: 400!important;
	font-size: 20px;
}

#homepage-middle-content-link img{
	padding-right: 7px;
    position: relative;
    top: -3px;
}

#homepage-middle-content-bottom-links-wrapper{
	margin-bottom: 10px; 
}

#homepage-middle-content-bottom-links-wrapper .col-sm-6 a{
	display: block;
	padding: 10px 5px;
	background-color: rgba(128, 13, 24, 0.8);
	color:white!important;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
	font-size: 15px;
	text-decoration: none!important;
}

#homepage-middle-content-bottom-links-wrapper .col-sm-6 a img{
	margin-right: 20px;
}

#footer-wrapper{
	/*padding:30px 0 5px 0;*/
}


#footer-homepage-top{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px!important;
	margin-top: 30px;
}

#footer-homepage-top{
	font-size: 15px;
	font-weight: 400;
}

#footer-homepage-top p{
	margin: 5px 0!important;
}

.footer-homepage-separator{
	height: 1px;
	width: 100%;
	background:#7E7E7E;
	max-width: 180px;
	margin: auto;
}

.report_container {
    margin-bottom: 70px;
    text-align: center;
    display: block;
}

.report {
    display: inline-block;
    width: 41px;
    height: 63px;
    margin-right: 10px;
}

div.report:last-of-type {
    margin-right: 0;
}

.report a {
    display: block;
}

.report a img {
    width: 100%;
}

#burger-menu{
	text-decoration: none!important;
	display: none;
}

#burger-menu span{
	padding-left: 7px;
}

#close{
	color: white;
	font-weight: 300;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 12px;
}

#ipd-logo{
	width: 100%;
	max-width: 57px;
}

.ipd-left, .ipd-right{
	padding: 0!important;
}

.ipd-text{
	font-size: 10px;
	color:#666666;
}

.msci_wrapper{
	text-align: center;
	margin-bottom: 20px;
}

.msci_wrapper img{
	width: 100%;
	max-width: 296px;
}

#rights{
	color: #656565;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}

#rights a{
	color: #656565;
}

#kriacao_wrapper{
	padding: 5px;
}

.content-container{
   	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color:white;
	
}

#portfolio-first-container{
	margin: 70px 0;
}

.portfolio-first-container-top-text{
	font-size: 18px;
	font-weight: 300;
	color: #800d18;
	margin-bottom: 50px;
}

.portfolio-first-container-col-text{
	font-size: 24px;
	font-weight: 300;
	color: #323232;
	margin-bottom: 35px;
	min-height: 70px;
}

.portfolio-cols-img{
	max-width: 450px;
	width: 100%;
}

.contents-first-article-top-title{
	padding: 60px 0;
	text-transform: uppercase;
}

.contents-first-article-top-title h4{
	font-weight: 300;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.contents-first-article-top-title h1{
	font-weight: 400;
	font-size: 36px;
	margin:	0;
}

.content-first-article-container{
	padding: 90px 0;
	max-width: 60%;
	margin: auto;
}

.content-award-first-article-text{
	margin-top: 90px;
}

#premiosNacionaisPage .content-award-first-article-text{
	margin-top: 0px;
}

.content-award-first-article-text h1{
	margin:0 0 25px 0;
	font-size: 72px;
	font-weight: 400;
}

#premiosNacionaisPage .content-award-first-article-text h1{
	margin:0 0 25px 0;
	font-size: 72px;
	font-weight: 400;
	color: #D6B158;
}

.content-award-first-article-text p{
	color: #D6B158;
	font-size: 24px;
	font-weight: 400;
}

#premiosNacionaisPage .content-award-first-article-text p{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

.content-top-title{
	padding: 60px 15px;
}

.content-top-title h1{
	font-size: 36px;
	font-weight: 400;
/*	margin: 0 0 30px 0;*/
}

.content-top-title h3{
	font-weight: 300;
}

.content-top-title p{
	font-size: 13px;
	font-weight: 400;
}

.content-awards-second-article-title-second-text span{
	padding:5px;
	font-size:24px;
	font-weight: 400;
	color: #323232;
}

#plus-img{
	position: relative;
    top: -5px;
}

.content-article-container{
	margin-top: 50px;
}

.content-col{
	text-align: center;
	margin-bottom: 70px;
	min-height: 375px;
}

.content-col p{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
}

.premiosInternacionais .content-col p{
	top: -200px;
	position: absolute;
	padding-top: 50px;
}



.content-col-title{
	padding: 15px 0 20px 0;
}

.content-col img{
	width: 100%;
	max-width: 380px;
}

.content-col-title span{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
}

.site-table{
	font-size: 13px;
	border-color: #fff!important;
}

.site-table thead tr{
	background: #4C4C4C;
}

.site-table tbody tr{
	color: #323232;
}

.site-table tbody tr.odd{
	background: #E5E5E5;
}

.site-table tbody tr.even{
	background: #D8D8D8;
}

.site-table th, .site-table td{
	font-weight: 400!important;
}	

.red_col{
	background-color:#800D18;
	color: white;
}

.red_line{
	background-color:#800D18;
	color: white!important;
}

.to-top-of-page-wrapper{
	text-align: center;
	padding:0 0px 30px 0;
}

.contacts-three-cols{
	margin: 70px 0;
}

.contacts-three-cols img{
	width: 100%;
	max-width: 180px;
	margin-bottom: 30px;
}

.contacts-three-cols a{
	text-decoration: none!important;
}

.contacts-three-cols a.phone{ 
	font-size: 24px;
	font-weight: 300;
	color: #323232;
}

.contacts-three-cols a.email{ 
	font-size: 24px;
	font-weight: 300;
	color: #800D18;
}

.location{
	margin-bottom: 100px;
}

.location span{
	color:#323232;
	font-weight: 300;
}

.location-name{
	font-size: 24px;
}

.location-address{
	font-size: 18px;
}

.location-map-wrapper{
	margin-top: 30px;
}

.contact-form-title{
	font-size: 18px;
	font-weight: 300;
	color:#800D18;
}

#contact-form{
	margin-top: 25px;
}

#contact-form label{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
}

#contact-form .form-control{
	border-radius: 0px!important;
}

#contact-form textarea{
	min-height: 100px;
}

#contact-form .error{
	color: red;
}

.contact-button-wrapper{
	padding: 10px;
	background: #800D18;
	margin-bottom: 70px;
}

.contact-button-wrapper button{
	display: block;
	width: 100%;
	background-color:#800D18!important; 
	color: white!important;
	border-radius: 0px!important;
	border-color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400!important;
}

.content-article-container .news:first-child{
	border-top: 1px solid #CBCBCB;
}

.news{
	border-bottom: 1px solid #CBCBCB;
	
	font-weight: 400;
}

.news-top-wrapper{
	text-align: center;
	cursor: pointer;
	padding: 30px 15px;
	color:#323232!important;
	text-decoration: none!important;
	display: block;
}

.news-title{
	font-size: 18px;
	word-break:break-word;
}

.news-date{
	font-size: 13px;
}

.news .glyphicon-chevron-down{
	color:#E5E5E5!important;
	font-size: 20px!important;
}

.news-article-wrapper{
	font-size: 13px;
	font-weight: 400;
    display: none;
	padding: 30px 10px;
    display: none;
	background-color:white;
	color: #323232;
	
}

.news-article-wrapper_new{
	/*font-size: 13px;
	font-weight: 400;
    display: none;
	padding: 30px 10px;*/
    display: block;
    text-align: center;
    padding-bottom: 30px;
	background-color:white;
	color: #323232;
	
}

.article-wrapper{
	font-size: 13px;
	font-weight: 400;
	padding: 30px 10px;
	background-color:white;
	color: #323232;
}

.news-container{
	margin-bottom: 50px;
}

.news-container .active{
	background-color:#656565;
	color: white!important;
}

.news-container .active .glyphicon-chevron-down{
	display: none;
}

.news-container .glyphicon-chevron-up{
	display: none;
	color:#E5E5E5!important;
	font-size: 20px!important;
}

.news-container .active .glyphicon-chevron-up{
	display: block;
}

#about-top-cols{
	display: table;
	margin: auto;
	font-size: 18px;
	font-weight: 400;
}

#about-top-cols div{
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	width: calc(100% / 6);
}

.about-top-cols > div{
	width: inherit !important;
}

#about-top-cols div p{
	min-height: 50px;
}

#about-top-cols div p img{
	max-width: 165px;
}

#history-container {
	text-align: left;
}

.historyYear {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.historyYear > p {
	font-size: 24px;
	margin: 0;
	display: block;
}

.yearBar {
	background-color: #800D18;
	width: 55px;
	height: 10px;
	display: block;
	margin-left: 5px;
}

.historyText {
	display: inline-block;
	vertical-align: top;
}

.historyText > p {
	font-size: 16px;
	margin: 0;
}

.historyText > p span {
	color: #800D18;
}

.cronologiaDesktop {
    display: block;
}

.cronologiaMobile {
    display: none;
}

#historyGrandParent_ul {
	color: #323232;
	list-style: none;
	padding: 0;
	margin: 0;
}

#historyGrandParent_ul > li {

}

#historyGrandParent_ul > li:first-child {
	margin: 30px 0;
}

#historyFather_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
	margin: 30px 0;
}

#historyFather_ul > li {
	
}

#historyFather_ul > li:last-child {
	padding-left: 150px;
}

#historyFatherChild_ul_1 {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
}

#historyFatherChild_ul_1 > li {
    padding: 20px;
    padding-top: 0;
    float: left;
    border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

#historyFatherChild_ul_1 > li:last-child {
	width: calc(100% - 615px);
}

#historyFatherChild_ul_1 > li:first-child {
	margin-top: 64px;
}

#historyFatherChild_ul_2 {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
}

#historyFatherChild_ul_2 > li {
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    float: left;
}

#historyFatherChild_ul_2 > li:last-child {
	
}

#historyFatherChild_ul_2 > li:last-child .historyYear {
	border-left: 2px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#historyFatherChild_ul_2 > li:last-child .historyText {
	padding-top: 20px;
}

#historyFatherChild_ul_2 > li:first-child .historyYear {
	border-left: 2px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#historyFatherChild_ul_2 > li:first-child .historyText {
	padding-top: 20px;
}

#historyMother_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
}

#historyMother_ul > li {
	display: block;
}

#historyMother_ul > li:last-child {
	padding-left: 140px;
}

#historyMotherChild_ul_1 {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
}

#historyMotherChild_ul_1 > li {
	padding: 10px;
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -4px;
    border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

#historyMotherChild_ul_1 > li:first-child {
    margin-top: 22px;
}

#historyMotherChild_ul_1 > li:nth-child(2) {
	margin-top: 44px;
}

#historyMotherChild_ul_1 > li:nth-child(3) {
	max-width: 230px;
}

#historyMotherChild_ul_1 > li:nth-child(3) .historyYear {
	margin-bottom: 15px;
}

#historyMotherChild_ul_1 > li:last-child {
	margin-top: 86px;
	width: calc(100% - 805px);
}

.historyMotherEN_ul .historyMotherChild_ul_1_en > li:first-child {
    margin-top: 44px !important;
}

.historyMotherEN_ul .historyMotherChild_ul_1_en > li:last-child {
    width: calc(100% - 645px);
    margin-top: 41px !important;
}

.historyMotherEN_ul > li:last-child {
    padding-left: 108px !important;
}

#historyMotherChild_ul_2 {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #323232;
}

#historyMotherChild_ul_2 > li {
	padding: 20px;
    padding-top: 0;
    padding-left: 13px;
    padding-right: 0;
    float: left;
}



#historyMotherChild_ul_2 > li .historyYear {
    border-left: 2px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#historyMotherChild_ul_2 > li .historyText {
	padding-top: 20px;
}

#qualities-container{
	padding: 30px 15px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.about-quality{
	color:#323232;
}

.quality-small{
	font-size: 24px;
	font-weight: 300;
}

.quality-big{
	font-size: 36px;
	font-weight: 400;
}

.qualities-arrow{
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #800D18!important;
	height:2px; 
}

#about-quality-three-cols{
	margin-bottom: 70px;
}

.quality-three-cols-col{
	margin-bottom: 50px;
}

.quality-three-cols-big{
	color: #800D18!important;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 5px;
}

.quality-three-cols-small{
	color: #323232;
	font-size: 24px;
	font-weight: 300;
}

.quality-three-cols-text{
	color: black;
	font-size: 13px;
	font-weight: 400;
}

.enterprise-principle-top-text{
	margin-top: 80px;
}

.enterprise-principle-top-text p{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
}

#enterprise-principle-arrow{
	width: 100%;
	max-width: 280px;
}

#about-last-article{
	margin-top: 70px;
	margin-bottom: 70px;
}

#about-last-article-top-wrapper{
	margin-bottom: 50px;
}

#about-last-article h1{
	margin: 0;
	font-size: 36px;

}

#about-last-article p{
	color: #000;
	font-size: 13px;
	font-weight: 400;
}

.about-last-article-col-title{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
}

.about-last-article-col img{
	width: 100%;
}

.about-last-article-col-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-last-article-col-list ul li{
	color:black;
	font-size: 13px;
	font-weight: 400;
}

.about-last-article-col-ul{
	color:black;
	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
}

.about-last-article-col-ul li{
	list-style: none;
}

.about-last-article-col-left {
	
}

.red-bull{
	color: #C33C43;
}

.gray-bull{
	color: #B5B5B5;
}

.blueish-bull {
    color: #3fa9f5;
}

.yellow-bull{
	color: #e5b352;
}

.redHr {
	background-color: #810e19;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.redishHr {
	background-color: #e0a7a5;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.greyHr {
	background-color: #999999;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.greyishHr {
	background-color: #c5c5c5;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.blueishHr {
	background-color: #bcd7e3;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.orangeHr {
	background-color: #eb8004;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.greenHr {
	background-color: #89a24b;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.blackHr {
	background-color: #585858;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.darkgreyHr {
	background-color: #4d4d4d;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.goldenHr {
	background-color: #d7b259;
	width: 7px;
	margin: 0;
	border: 0;
	height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#members{
	margin-top: 30px;
	margin-bottom: 70px;
}

#members .member{
	display: inline-block;
	max-width: 190px;
	vertical-align: top;
	width: calc(100% / 6);
}


.member-function{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
    min-height: 50px;
}

.member-name{
	color: #800D18;
	font-size: 24px;
	font-weight: 400;
	min-height: 102px;
}

.member-description{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
	margin-top: 30px;
}

#especialistas-top-cols-descriptions{
	margin-top: 30px;
	margin-bottom: 70px;
}

#especialistas-top-cols-descriptions .especialistas-top-col{
    display: inline-block;
    max-width: 290px;
    padding: 0 35px;
    vertical-align: top;
}

.especialistas-top-col-title{
	color: #323232;
	font-size: 18px;
	font-weight: 400;
}

.especialistas-top-col-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
}

.content-padding{
	padding: 70px 15px;
}

#experience-article-top h1{
	margin:0;
	font-weight: 400;
}

#experience-article-top{
	font-size: 13px;
	color: #323232;
	font-weight: 400;
}

#experience-article-bottom{
	margin-top: 50px;
}

.experience-article-col-title{
	color: #800D18;
	font-size: 18px;
	font-weight: 400;
}

.experience-article-col-text{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
	margin-top: 25px;
}

.experience-second-article-col-title{
	color: #000;
	font-size: 36px;
	font-weight: 300;
}

.experience-second-article-col-big-text{
	font-size: 36px;
	font-weight: 400;
	text-align: right;
	margin-top: 55px;
}

#experience-second-article img{
	width: 100%;
	max-width: 380px;
}

.experience-second-article-col-text{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
}

.experience-second-article-col-date{
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}

.experience-second-article-col-date-related{
	color: #323232;
	font-weight: 400;
	font-size: 13px;
}

#experience_map_wrapper{
	margin-bottom: 70px;
}

#experience_map{
	width: 100%;
	max-width: 722px;
}

#experience-map-country-list{
	list-style: none;
	margin:	0;
	padding: 0;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 30px auto;
}

#experience-map-country-list li{
	display: inline;
	font-size: 18px;
	font-weight: 300;
}	

#experience-bottom-text{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
}

#especialistas-second-article-bottom{
	width: 60%;
	margin: 0 auto 70px auto;
}

#especialistas-second-article-bottom-big-text{
	font-size: 18px;
	font-weight: 300;
}

#especialistas-second-article-bottom-small-text{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
}

#especialistas-third-article{
	margin-bottom: 70px;
}

.content-article-medium-text{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 25px;
}

.content-article-bigger-text{
	font-size: 24px;
	font-weight: 300;
}

.content-article-smaller-text{
	font-size: 13px;
	font-weight: 400;
}

#especialistas-fourth-article{
	margin-bottom: 70px;
}

.especialistas-fourth-article-col img{
	width: 100%;
	max-width: 269px;
    padding: 10px;
}

.especialistas-fourth-article-col-title{
	color:#323232;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

.especialistas-fourth-article-col-bottom-text{
	color: #000;
	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
}

#especialistas-fifth-article{
	margin-bottom: 70px;
}

#especialistas-fifth-article-top{
	margin-bottom: 40px;
	color: #323232;
}

#especialistas-fifth-article h1{
	font-weight: 400;
	margin: 0 0 30px 0;
}


#especialistas-fifth-article p{
	font-size: 13px;
	font-weight: 400;
}

.especialistas-fifth-article-col img{
	width: 100%;
	max-width: 180px;
}

.especialistas-fifth-article-col-medium-text{
	color: #323232;
	font-size: 18px;
	font-weight: 400;
	margin-top: 30px;
}

.especialistas-fifth-article-col-big-text{
	color: #800D18;
	font-size: 24px;
	font-weight: 300;
}

.especialistas-fifth-article-col-small-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	margin-top: 30px;
}

#especialistas-sixth-article{
	margin-bottom: 70px;
}

#especialistas-sixth-article-top{
	margin-bottom: 50px;
}

.especialistas-sixth-article-col-img-wrapper{
	min-height: 154px;
	margin-bottom: 30px;
}

.especialistas-sixth-article-col-img-wrapper p {
	color: #323232;
	font-size: 24px;
	padding-bottom: 20px;
}


.especialistas-sixth-article-col img{
	width: 100%;
}

.especialistas-sixth-article-col-divider{
	width: 100%;
	height: 1px;
	background: #B1B1B1;
}

.especialistas-sixth-article-col-title{
	color: #800D18;
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
}

.plusIcon {
	width: 50px;
	height: 50px;
	margin: 30px auto 0;
}

.especialistas-sixth-article-col-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	margin-top: 25px;
}	

#especialistas-seventh-article{
	margin-bottom: 70px;
}

#especialistas-seventh-article-top-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	max-width: 70%;
	margin: 0 auto 50px auto;
}

.especialistas-seventh-article-col-small-text{
	color: #323232;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

.especialistas-seventh-article-col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.especialistas-seventh-article-col ul li{
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

.especialistas-seventh-article-col-medium-text{
	color: #323232;
	font-size: 24px;
	font-weight: 300;
}

.especialistas-seventh-article-col-big-text{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
}


#especialistas-eight-article-top{
	margin-bottom: 70px;
}

.especialistas-eight-article-col{
	margin-bottom: 70px;
}

.especialistas-eight-article-col-medium-text{
	color: #323232;
	font-size: 18px;
	font-weight: 400;
}

.especialistas-eight-article-col-big-text{
	color: #800D18;
	font-size: 24px;
	font-weight: 300;
}

.especialistas-eight-article-col-small-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	color: #323232;
	margin-top: 30px;
}

#especialistas-ninth-article-top-text{
	max-width: 80%;
	margin: auto;
}

#especialistas-ninth-article-cols-wrapper{
	margin-top: 50px;
}

#especialistas-tenth-article{
	margin-bottom: 70px;
}

.especialistas-tenth-article-col-title{
	font-weight: 400;
	font-size: 36px;
	color: #D6B158;
}

.especialistas-tenth-article-col-text{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
	margin-top: 20px;
}

#especialistas-eleventh-article{
	margin-bottom: 70px;
}

#especialistas-eleventh-article-top{
	margin-bottom: 40px;
}

#especialistas-eleventh-article-top h1{
	font-weight: 400;
	color: #323232;
	margin:	0 0 30px 0;
}

#especialistas-eleventh-article-top p{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
}

.especialistas-eleventh-article-col{
	display: inline-block;
    color: #323232;
    width: 100%;
    max-width: 180px;
    vertical-align: middle;
    min-height: 390px;
}

.especialistas-eleventh-article-col-medium-text{
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
}

.especialistas-eleventh-article-col-small-text{
	font-size: 13px;
	font-weight: 400; 	
}

#especialistas-eleventh-article-cols-wrapper .especialistas-eleventh-article-col:not(:last-child){
	margin-right: 55px;
}

#golden-star-text-color{
	color: #D6B158;
	font-size: 72px;
	font-weight: 400;
}

#stars-cols{
	display: table;
	margin: auto;
	font-size: 18px;
	font-weight: 400;
}

#stars-cols div{
	display: inline-block;
}

#stars-cols div{
	padding: 15px;
}

#income-fund-second-article{
	margin: 70px 0;
}

.income-fund-second-article-list-member{
	margin-bottom: 10px;
	width: 100%;
}

.income-fund-second-article-list-member div{
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.income-fund-second-article-list-member div img{
	position: absolute;
	right: -30px;
	top: 0;
}


.list-yellow-bg{
	background: #D6B158;
}

.list-red-bg{
	background: #800D18;
}

.list-gray-bg{
	background: #656565;
}

.list-dark-gray-bg{
	background: #323232;
}

#income-fund-second-article-col-right{
	padding-left: 50px;
}

#income-fund-second-article-col-right h1{
	margin: 0 0 30px 0;
	color: #800D18;
	font-weight: 400;
}

.income-fund-second-article-col-right-medium-text{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
	margin-bottom: 25px;
}

.income-fund-second-article-col-right-small-text{
	color:#323232;
	font-size: 15px;
	font-weight: 400;
}

#income-fund-fourth-article{
	margin-top: 50px;
	margin-bottom: 65px;
}

.income-fund-fourth-article-inner{
	padding: 0 10px;
}

.income-fund-fourth-article-left-section{
	margin-bottom: 50px;
}

.income-fund-fourth-article-left-section-title{
	font-size: 24px;
	color: #800D18;
	font-weight: 400;
}

.income-fund-fourth-article-left-section-text{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
    text-align: left;
}

.income-fund-fourth-article-right-section-big-text{
	color: #800D18;
	font-weight: 400;
	font-size: 72px;
	line-height: 1;
}

.income-fund-fourth-article-right-section-medium-text{
	font-size: 24px;
	color: #323232;
	font-weight: 400;
}

.income-fund-fourth-article-right-section-medium-text span{
	font-size: 18px;
}

.income-fund-fourth-article-right-section-text{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
}

.income-fund-fourth-article-right-section-list-title{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	margin-top: 25px;
}

.income-fund-fourth-article-right-section-list{
	margin: 0;
	padding: 0;
}

.income-fund-fourth-article-right-section-list li{
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	list-style: none;
}

.income-fund-fifth-article-inner{
	padding: 0 10px;
}

.income-fund-fifth-article-top-text{
	color: #800D18;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

.income-fund-fifth-article-cols{
	margin-bottom: 50px;
}

.income-fund-fifth-article-cols-title{
	color: #800D18;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 25px;
}

.income-fund-fifth-article-col-top-divider{
	width: 100%;
	height: 5px;
	background-color: #800D18;
	margin-bottom: 20px;
}

.income-fund-fifth-article-col-title{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
}

.income-fund-fifth-article-col-small-text{
	font-size: 15px;
	font-weight: 400;
	color: #323232;
}

.income-fund-fifth-article-table-title{
	color: #323232;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

.income-fund-fifth-article-table-wrapper{
	margin-bottom: 30px;
}

.income-fund-fifth-article-pdf-title{
	color: #D6B158;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
}

.income-fund-fifth-article-pdf{
	font-size: 15px;
	font-weight: 400;
	color: white;
	width: 100%;
	max-width: 200px;
	margin: auto;
	background: #800D18;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 70px;
}

#premiosNacionaisPage .income-fund-fifth-article-pdf {
	max-width: 200px;
	margin-bottom: 0;
	margin-top: 0;
}

.pdf-margin {
	margin-top: 40px !important;
}

.income-fund-fifth-article-pdf img{
	margin-bottom: 15px;
}

.income-fund-fifth-article-pdf-inner{
	border: 1px solid #fff;
	padding: 15px;
	min-height: 146px;
	position: relative;
}

#income-fund-sixth-article{
	margin-bottom: 70px;
}


.income-fund-sixth-article-title{
	font-size: 36px;
	font-weight: 400;
	color: #323232;
}

.income-fund-sixth-article-top-small-text{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
	margin-bottom: 40px;
}

.income-fund-sixth-article-cols-wrapper .income-fund-sixth-article-col:not(:last-child){
	margin-right: 50px;
}

.income-fund-sixth-article-col{
	display: inline-block;
	color: #323232;
	vertical-align: middle;
	max-width: 180px;
	width: 100%;
	min-height: 370px;
}

.income-fund-sixth-article-col img{
	width: 100%;
	max-width: 180px;
}

.income-fund-sixth-article-col-medium-text{
	font-size: 18px;
	font-weight: 400;
	margin: 25px 0; 
}

.income-fund-sixth-article-col-small-text{
	color: #323232;
	font-size: 13px;
	font-weight: 400;
}

#income-fund-seventh-article{
	margin-bottom: 70px;
}

#income-fund-eighth-article{
	margin-bottom: 70px;
}

.income-fund-eighth-article-col-title{
	color: #323232;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
}

.income-fund-eighth-article-col-chart{
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
}

.income-fund-eighth-article-col-list{
	font-size: 13px;
	font-weight: 400;
	color: black;
	list-style: none;
}

.income-fund-eighth-article-col-list_left > li {
	display: inline-block;
	vertical-align: middle;
}

.income-fund-eighth-article-col-list_left > li:first-child {
	margin-right: 20px;
}

.red-bar {
	width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #C33C43;
}

.gray-bar {
	width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #B5B5B5;
}

.red-square {
	width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #810e19;
    margin-right: 5px;
}

.gray-square {
	width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #b8b8b8;
    margin-right: 5px;
}

.black-square {
	width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #4d4d4d;
    margin-right: 5px;
}

.restruct-fund-twenty-sixth-article-left-col-table-list > li {
	display: inline-block;
	vertical-align: middle;
}

.restruct-fund-twenty-sixth-article-left-col-table-list > li:not(:last-child) {
	margin-right: 10px;
}

.google-visualization-atl button, .google-visualization-atl .legend {
    color: black !important;
}

#homeGraficoCont_AnnotationChart_zoomControlContainer_5-days, #homeGraficoCont_AnnotationChart_zoomControlContainer_3-months, #homeGraficoCont_AnnotationChart_zoomControlContainer_1-hour, #homeGraficoCont_AnnotationChart_zoomControlContainer_6-months, #homeGraficoCont_AnnotationChart_zoomControlContainer_1-day {
    display: none !important;
}

.google-visualization-atl .zoomControls {
    color: black;
}

#homeGraficoCont_AnnotationChart_borderDiv {
    height: 223px !important;
}





.content-services-top-article-text{
	font-size: 24px;
	font-weight: 400;
	color: white;
}

.services-cols{
	padding-bottom: 35px;
}


.services-col img{
	max-width: 180px;
	width: 100%;
}

.services-bottom-cols{
	*margin-top: 35px;
	margin-bottom: 70px;
	padding-bottom: 10px;
}

.services-bottom-col{
	position: relative;
}

.service-col-title{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

.service-col-text{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}

.service-col-arrow{
	width: 30px!important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#number-cols{
	padding-bottom: 55px;
}

.number-col{
	display: inline-block;
}

#number-cols .number-col:not(:last-child){
	margin-right: 55px;
}

#numbers-bottom-cols{
	margin-top: 30px;
	margin-bottom: 50px;
}

#numbers-bottom-cols .number-bottom-col:not(:last-child){
	margin-right: 55px;
}

.number-bottom-col{
	display: inline-block;
	max-width: 180px;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	min-height: 240px;
    vertical-align: middle;
}

.number-bottom-col:not(span){
	color: #323232;
}

.number-bottom-col span{
	color: #800D18;
}

#restruct-fund-fourth-article{
	margin-bottom: 50px;
}

.restruct-fund-fourth-article-left-col{
	font-size: 36px;
	font-weight: 36px;
}

.restruct-fund-fourth-article-left-col:not(span){
	color: #656565;
}

.restruct-fund-fourth-article-left-col span{
	color: #800D18;
}

.restruct-fund-fourth-article-right-col{
	color: #323232;
}

.restruct-fund-fourth-article-right-col-medium-text{
	font-size: 18px;
	font-weight: bold;
}

.restruct-fund-fourth-article-right-col-small-text{
	font-size: 15px;
	font-weight: 400;
	margin-top: 25px;
}

#restruct-fund-fifth-article{
	margin-bottom: 50px;
}

.restruct-fund-fifth-article-title{
	font-size: 36px;
	font-weight: 400;
	color: #323232;
}

.restruct-fund-fifth-article-texts{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
	margin-top: 30px;
}

#restruct-fund-sixth-article{
	margin-bottom: 50px;
}

.restruct-fund-sixth-article-text{
	font-size: 24px;
	font-weight: 400;
}

.restruct-fund-sixth-article-text span {
    font-size: 18px;
}

.restruct-fund-sixth-article-text-section{
	margin-bottom: 30px;
}

.restruct-fund-sixth-article-big-text{
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
}

.restruct-fund-sixth-article-list{
	color: #323232;
	margin-top: 25px;
}

.restruct-fund-sixth-article-list-title{
	font-size: 15px;
	font-weight: 400;
}

.restruct-fund-sixth-article-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.restruct-fund-sixth-article-right-col-text{
	margin-top: 25px;
}

#restruct-fund-seventh-article{
	margin-bottom: 50px;
}

.restruct-fund-seventh-article-inner-col{
	display: inline-block;
}

.restruct-fund-seventh-article-inner .restruct-fund-seventh-article-inner-col:first-child{
	/*margin-right: 10px;*/
}

#restruct-fund-eight-article{
	margin-bottom: 50px;
}

#restruct-fund-ninth-article{
	margin-bottom: 50px;
}

.restruct-fund-ninth-article-title{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
}

.restruct-fund-ninth-article-chart{
	max-width: 500px;
	width: 100%;
	margin-top: 20px;
}

#restruct-fund-ninth-article ul {
	margin: 0 auto;
	padding: 0;
	color: black;
	list-style: none;
	max-width: 500px;
	width: 100%;
	padding-left: 30px;
}

#restruct-fund-ninth-article ul > li, #restruct-fund-seventeenth-article ul > li  {
	display: inline-block;
	margin-right: 30px;
	margin-top: 10px;
	vertical-align: middle;
}

.gray-sp{
	color: #B5B5B5;
}

#restruct-fund-eleventh-article{
	margin-top: 50px; 
	margin-bottom: 100px; 
}

.restruct-fund-eleventh-article-col img{
	max-width: 180px;
	width: 100%;
}


.restruct-fund-eleventh-article-col-title{
	color: #800D18;
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
}

.restruct-fund-eleventh-article-col-text{
	font-size: 15px;
	font-weight: 400;
	color: #323232;
	margin-top: 30px;
}

#restruct-fund-thirteenth-article{
	margin-bottom: 50px;
	margin-top: 50px;
}

.restruct-fund-thirteenth-article-title{
	color: #323232;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
}

.restruct-fund-thirteenth-article-top-text{
	font-size: 13px;
	font-weight: 400;
	color: #323232;
}

#restruct-fund-fourteenth-article{
	margin-top: 50px;
	margin-bottom: 50px;
}

#restruct-fund-sixteenths-article{
	margin-bottom: 50px;
}

#restruct-fund-seventeenth-article img{
	width: 100%;
	max-width: 448px;
}

#restruct-fund-seventeenth-article ul{
	margin: 0;
	padding: 0;
	color: black;
	font-size: 13px;
	font-weight: 400;
	list-style: none;
}

.restruct-fund-seventeenth-article-title{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
	margin-bottom: 20px;
}

#restruct-fund-eighteenth-article{
	margin-bottom: 50px;
}

#restruct-fund-twentieth-article{
	margin-bottom: 50px;
}

#restruct-fund-twenty-first-article{
	margin-bottom: 50px;
}

#restruct-fund-twenty-third-article{
	margin-top: 50px;
}

#restruct-fund-twenty-fourth-article{
	margin-bottom: 50px;
}

.restruct-fund-twenty-fifth-article-top-text{
	color: #800D18;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 50px;
}

.restruct-fund-twenty-fifth-article-table-title{
	font-size: 18px;
	font-weight: 300;
	color: #323232;
	margin-bottom: 20px;
}

.restruct-fund-twenty-fifth-article-table-table{
	max-width: 681px;
	width: 100%;
	margin: auto;
}

#restruct-fund-twenty-fifth-article{
	margin-bottom: 50px;
}

#restruct-fund-twenty-sixth-article{
	margin-bottom: 70px
}

.restruct-fund-twenty-sixth-article-left-col-table-title{
	color: #323232;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}

.restruct-fund-twenty-sixth-article-left-col-table-chart{
	max-width: 490px;
	width: 100%;
}

.restruct-fund-twenty-sixth-article-left-col-table-list{
	margin: 20px 0 0 0;
	padding: 0;
	color: black;
	font-size: 13px;
	font-weight: 400;
	list-style: none;
}

.restruct-fund-twenty-sixth-article-right-col-big-text{
	font-size: 36px;
	font-weight: 400;
	color: #323232;
}

.restruct-fund-twenty-sixth-article-right-col-text{
	color: #323232;
	font-weight: 300;
	font-size: 18px;
}

.prizes-first-container-medium-text{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
	
}

.prizes-first-container-text{
	color: #323232;
/*	font-size: 18px;*/
    font-size: 20px;
	font-weight: 400;
/*	margin-top: 40px;*/
}

.prizes-first-container-red-text{
	font-size: 20px;
	font-weight: 400;
	color: #800d18;
	margin-top: 30px;
}

.prizes-first-container-right-col-text{
	font-size: 36px;
}

.prizes-first-container-right-col-separator{
	margin:20px 0;
}

.grafico {
   	margin: 30px 0;
}

.redSquare {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #800D18;
    margin-right: 10px;
}

.redSquareText {
	display: inline-block;
	color: #000;
}

.greySquare {
	display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #323232;
    margin-right: 10px;
}

.greySquareText {
	display: inline-block;
	color: #000;
}



.returnTable thead th {
	text-align: right;
}

.returnTable thead th:first-of-type {
	text-align: left;
} 

.returnTable tbody tr td {
	text-align: right;
}

.returnTable tbody tr td:first-of-type {
	text-align: left;
}

@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}

@media (max-width: 1199px){
    
	.col-md-15 {
        width: 20%;
        float: left;
    }

    #homeGraficoCont {
        padding-top: 20px;
        padding-left: 0;
    }
    
    .about-last-article-col-title {
        height: 50px;
    }

    #historyMotherChild_ul_1 > li .historyYear {
    	display: block;
    	margin-bottom: 15px;
    }

    #historyMotherChild_ul_1 > li:last-child {
    	width: calc(100% - 638px);
    }

    #historyMotherChild_ul_1 > li:not(:last-child) {
		margin-top: 98px;
	}

	#historyMotherChild_ul_1 > li:first-child {
		margin-top: 76px;
	}

	#historyMotherChild_ul_2 > li .historyYear {
		padding-left: 11px;
        padding-bottom: 0;
	}

	#historyMother_ul > li:last-child {
		padding-left: 10px;
	}

	#historyMotherChild_ul_2 > li {
		padding-right: 10px;
	}
    
    #historyMotherChild_ul_2 > li:first-child {
        padding-left: 5px;
    }

	#historyMotherChild_ul_2 > li:last-child {
		padding-right: 0;
        width: calc(100% - 630px);
	}
    
    #historyMotherChild_ul_2 > li:last-child .historyText {
        padding-left: 10px;
    }
    
    .historyMotherChild_ul_1_en > li:last-child .historyYear {
        margin-bottom: 10px;
    }
    
    .historyMotherEN_ul .historyMotherChild_ul_1_en > li:last-child {
        margin-top: 0 !important;
    }
    
    .historyMotherChild_ul_1_en > li:not(:last-child), .historyMotherEN_ul .historyMotherChild_ul_1_en > li:first-child {
        margin-top: 112px !important;
    }
    
    .historyMotherChild_ul_2_en > li:last-child .historyYear {
        display: block;
        padding-bottom: 10px;
    }
    
    .historyMotherChild_ul_2_en > li:last-child {
        padding-left: 11px;
        padding-top: 0;
    }
    
    .historyMotherEN_ul > li:last-child {
        padding-left: 10px !important;
    }
    
    #historyMotherChild_ul_1 > li:last-child .historyYear {
        padding-bottom: 10px;
    }

    #about-top-cols div p img {
	    max-width: 127px;
	}

	#members .member {
		max-width: 153px;
	}

}

@media (max-width: 992px){
	
	.col-sm-15 {
        width: 20%;
        float: left;
    }

    .col-sm-4 {
    	width: 33.33%;
    }

	#menu-wrapper{
		display: none;
	}

	#header-right-wrapper{
		margin-top: 20px;
	}

	#burger-menu{
		display: block;
		display: inline;
	}

	#header-menu-right{
		display: inline;
		margin-left: 40px;
		padding-right: 15px;
	}

	#mobile-menu-wrapper{
		display: block;
	}

	html, body{
		height: auto;
	}

	.award{
		min-height: auto;
	}

	.content-awards-second-article-title-second-text span{
		display: block;
	}

	#plus-img{
		top: 0;
	}

	.content-col{
		min-height: auto;
	}

	#home-middle-content{
	    margin-top: 150px;
	    position: static;
	    transform: translate(0);
	}

	#historyFather_ul > li:last-child {
		padding-left: 15px;
	}

	#historyMotherChild_ul_1 > li:not(:last-child) {
		margin-top: 0px;
        width: 160px;
	}

	#historyMotherChild_ul_1 > li:first-child {
		margin-top: 66px;
	}

	#historyMotherChild_ul_1 > li:last-child {
		width: calc(100% - 475px);
		margin-top: 29px;
		padding-bottom: 42px;
	}

	#historyMotherChild_ul_2 > li {
		padding-right: 10px;
	}
    
    #historyMotherChild_ul_2 > li:first-child {
        padding-left: 10px;
        max-width: 230px;
    }

	#historyMother_ul > li:last-child {
		padding-left: 0px;
	}

	#historyMotherChild_ul_2 > li:last-child {
		padding-right: 0;
        width: calc(100% - 484px);
	}

	#historyMotherChild_ul_2 > li .historyText {
		padding-left: 15px;
		padding-top: 0;
	}

	#historyMotherChild_ul_2 > li .historyYear {
		padding-bottom: 0;
	}

	#historyMother_ul .historyYear {
		display: block;
		margin-bottom: 10px;
	}

	.premiosInternacionais .content-col p {
		top: inherit;
		position: relative;
	}

	.pdf-margin {
		margin-top: 0 !important;
	}
    
    .historyMotherEN_ul .historyMotherChild_ul_1_en > li:last-child {
        width: calc(100% - 440px);
    }

    .historyFatherChild_ul_1_en > li:last-child {
        width: calc(100% - 538px);
    }
    
    .historyFatherChild_ul_1_en > li:last-child .historyYear {
        padding-bottom: 10px;
    }
    
    .historyFatherChild_ul_1_en > li:first-child {
        margin-top: 162px !important;
    }
    
    .historyFatherChild_ul_1_en > li:nth-child(2) {
        margin-top: 98px !important;
    }
    
    .historyMotherChild_ul_1_en > li:not(:last-child), .historyMotherEN_ul .historyMotherChild_ul_1_en > li:first-child {
        margin-top: 224px !important;
    }
    
    .historyMotherChild_ul_2_en > li:last-child {
        width: calc(100% - 455px);
    }
    
    .historyMotherEN_ul .historyMotherChild_ul_1_en > li:nth-child(2) {
        width: 230px;
    }
    
    .historyMotherChild_ul_1_en > li:not(:last-child) {
        margin-top: 58px !important;
    }
    
    .historyMotherEN_ul .historyMotherChild_ul_1_en > li:first-child {
        margin-top: 80px !important;
    }
    
    #historyFatherChild_ul_1 > li:nth-child(2) {
        width: 240px;
        margin-top: 54px;
    }
    
    #historyFatherChild_ul_1 > li:last-child {
        width: calc(100% - 483px);
        margin-top: 64px;
    }
    
    #historyFatherChild_ul_1 > li:last-child .historyYear {
        padding-bottom: 10px;
    }
    
    #historyFatherChild_ul_1 > li:first-child {
        margin-top: 140px;
        width: 240px;
    }
    
    #historyFatherChild_ul_1 > li:first-child .historyYear, #historyFatherChild_ul_1 > li:nth-child(2) .historyYear {
        padding-bottom: 10px;
        margin-top: 10px;
    }
    
    #historyFatherChild_ul_2 > li:first-child .historyYear {
        padding-bottom: 0;
        padding-left: 11px;
    }
    
    #historyFatherChild_ul_2 > li:first-child .historyText {
        padding-top: 10px;
        padding-left: 11px;
    }

    #about-top-cols div p img {
    	max-width: 90px;
	}

	#members .member {
    	max-width: 117px;
	}

	.member-function {
		font-size: 16px;
	}

	.member-name {
		font-size: 18px;
	}
    
}

@media (max-width: 761px){

	.col-xs-15 {
		width: 20%;
		float: left;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-12 {
		width: 100%;
	}

	#prizes-first-cols-wrapper .col-sm-4{
		margin-bottom: 10px;
	}

	.prizes-first-container-medium-text{
		font-size: 20px;
	}

	#header-right-wrapper{
		margin-top: 10px;
	}

	#homepage-middle-content-bottom-links-wrapper .col-sm-6:first-child{
		margin-bottom:10px;
	}

	#wrapp{
		margin-bottom: 0px!important;
		padding-bottom: 0px!important;
	}

	.content-awards-first-article-container{
		padding: 90px 15px;
	    max-width: 100%;
	    margin: auto;
	}

	.contents-first-article-top-title h1{
		font-size: 26px;
	}

	.content-first-article-container{
		max-width: 80%;
		padding: 40px 0;
	}

	.content-award-first-article-text h1{
		font-size: 36px;
	}

	.content-award-first-article-text p{
		font-size: 18px;
	}

	.content-top-title h1{
		font-size: 24px;
	}

	.content-awards-second-article-title-second-text span{
		font-size: 20px;	
	}

	.premiosInternacionais .content-col p {
		position: relative;
		top: inherit;
		transform: inherit;
		padding-top: 0;
	}

	.content-col p{
		font-size: 18px;
	}

	.content-award-first-article-text{
		margin-top: 40px;
	}

	.quality-three-cols-col{
		margin-bottom: 15px!important;
	}

	#about-last-article h1{
		margin: 0 0 15px 0;
	}

	.about-last-article-col{
		margin: 30px 0 0 0!important;
	}

	.experience-article-col-title{
		margin-top: 15px;
	}

	#experience-second-article img{
		margin-bottom: 15px;
	}

	#members .member{
		margin-bottom: 30px;
		max-width: 100%;
    	width: calc((100% / 2) - 4px);
	}

	.member-name {
		min-height: 50px;
	}

	#especialistas-second-article-bottom{
		width: 100%;
	}

	#especialistas-second-article-bottom-big-text{
		margin-bottom: 15px;
	}

	.especialistas-fifth-article-col{
		margin-bottom: 30px;
	}

	.especialistas-sixth-article-col{
		margin-bottom: 30px;
	}

	#especialistas-seventh-article-top-text{
		width: 100%;
	}

	.especialistas-seventh-article-col-medium-text{
		margin-top: 15px;
	}

	#especialistas-ninth-article-cols-wrapper .col-sm-4{
		margin-bottom: 15px;
	}

	#especialistas-eleventh-article-cols-wrapper{
		text-align: center;
	}

	#especialistas-eleventh-article-cols-wrapper .especialistas-eleventh-article-col{
		max-width: 100%;
		min-height: auto;
		margin-bottom: 30px;
	}

	#income-fund-second-article-col-right h1{
		margin: 30px 0 30px 0;
	}

	.income-fund-fifth-article-cols .col-sm-3{
		margin-bottom: 30px;
	}

	.income-fund-sixth-article-cols-wrapper .income-fund-sixth-article-col{
		width: 100%;
		margin: 0 0 30px 0!important;
	}

	.services-bottom-col{
		margin-bottom: 30px;
	}

	#numbers-bottom-cols .number-bottom-col{
		max-width: 100%;
		min-height: auto;
		margin-bottom: 30px;
	}

	.restruct-fund-fourth-article-right-col-medium-text{
		margin-top: 15px;
	}

	.restruct-fund-eleventh-article-col{
		margin-bottom: 30px;
	}

	.restruct-fund-twenty-sixth-article-right-col-big-text{
		margin-top: 15px;
	}

	.contacts-three-cols .col-sm-4{
		margin-bottom: 30px;
	}

	#about-top-cols div p{
		color: #323232!important;
	}

	#portfolio-first-container .row .col-sm-6{
		margin-bottom:60px;
	}
    
    .about-last-article-col-title {
        height: initial;
    }
    
    #homepage-middle-content-title {
        font-size: 32px !important;
    }
    
    #homepage-middle-content-subtitle {
        font-size: 26px !important;
    }

    .teamBox .content-container {
    	background-position: center top;
    	background-size: initial;
    }

    #historyFather_ul {
    	
    }

    #historyFather_ul > li:last-child {
    	padding-left: 0;
    }

    #historyFatherChild_ul_1 {
    	position: relative;
    }

    #historyFatherChild_ul_1 > li {
    	float: none;
    	display: block;
        width: 100%;
        margin-top: 20px;
    }

    #historyFatherChild_ul_1 > li:first-child {
    	margin-top: 0;
        min-height: 1px;
        display: block;
        width: 100%;
    }
    
    #historyFatherChild_ul_1 > li:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }

    /*#historyFatherChild_ul_1 > li:last-child {
    	width: 100%;
    	padding-top: 20px;
    	position: absolute;
    	top: 464px;
    	min-height: 222px;
    }*/

    #historyFatherChild_ul_2 {
    	position: relative;
    }
    
    #historyFatherChild_ul_1 > li:last-child {
        width: 100%;
        margin-top: 20px;
    }

    #historyFatherChild_ul_2 > li {
    	padding: 20px 0 0 20px;
    	border-left: 2px solid #CCC;
    	border-bottom: 2px solid #CCC;
    	float: none;
    }

    #historyFatherChild_ul_2 > li:first-child {
    	margin-top: 30px;
    	padding-bottom: 20px;
    	min-height: 262px;

    }

    #historyFatherChild_ul_2 > li:last-child {
    	position: absolute;
    	top: 544px;
    	padding-bottom: 20px;
    	width: 100%;
    	min-height: 222px;
    }

    #historyFatherChild_ul_2 > li:first-child .historyYear {
    	border-left: 0;
    	padding: 0;
    }

    #historyFatherChild_ul_2 > li:last-child .historyYear {
    	border: none;
    	padding: 0;
    }

    .historyYear {
    	margin-right: 0;
    	margin-bottom: 10px;
    }

    .historyText {
    	display: block;
    	padding-top: 0;
    }

    #historyFatherChild_ul_2 > li:first-child .historyText, #historyFatherChild_ul_2 > li:last-child .historyText {
    	padding-top: 0;
    }

    .historyText > p {
    	font-size: 14px;
    }

    .historyYear > p {
    	font-size: 18px;
    }

    .yearBar {
    	height: 5px;
    }

    #historyMotherChild_ul_1, #historyMotherChild_ul_2 {
    	position: relative;
    }

    #historyMother_ul {
    	min-height: 1864px;
    }

    .historyMotherEN_ul {
    	min-height: 1983px !important;
    }

    #historyMotherChild_ul_1 > li {
    	float: none;
    	display: block;
    }

    #history-container > .col-xs-12 {
    	padding: 0;
    }

    #historyMotherChild_ul_1 > li:first-child {
    	margin-top: 0;
    }

    #historyMotherChild_ul_1 > li:last-child {
    	width: 100%;
    	padding-bottom: 0;
    }

    #historyMotherChild_ul_2 > li {
    	display: block;
    	float: none;
    	padding-right: 0;
    	border-left: 2px solid #CCC;
    	border-bottom: 2px solid #CCC;
    }

    #historyMother_ul > li:last-child {
    	padding-left: 0;
    }

    #historyMotherChild_ul_2 > li .historyYear {
    	border-left: none;
    }

    #historyMotherChild_ul_1 > li {
    	margin-top: 0;
    }

    #historyMotherChild_ul_1 > li:not(:last-child) {
    	margin-top: 0;
    }

    #historyMotherChild_ul_1 > li:not(:first-child) {
    	position: absolute;
    	top: 603px;
    	width: 100%;
    	min-height: 222px;
    }

    #historyMotherChild_ul_1 > li:nth-child(2) {
    	min-height: 242px;
    }

    #historyMotherChild_ul_1 > li:last-child {
    	top: 1247px;
    	min-height: 222px;
    }

    .historyMotherChild_ul_1_en > li:last-child {
    	top: 1267px !important;
    	min-height: 222px;
    }

    #historyMotherChild_ul_2 > li:first-child {
    	margin-top: 30px;
    }

    #historyMotherChild_ul_2 > li:nth-child(2) {
    	position: absolute;
    	top: 643px;
    	width: 100%;
    	min-height: 342px;
    }

    #historyMotherChild_ul_2 > li:last-child {
    	top: 1267px;
    	width: 100%;
    	position: absolute;
    	min-height: 242px;
    }

    .historyMotherChild_ul_2_en > li:last-child {
    	top: 1287px !important;
    	width: 100%;
    	position: absolute;
    	min-height: 242px;
    }
    
    .cronologiaDesktop {
        display: none;
    }
    
    .cronologiaMobile {
        display: block;
    }

    .income-fund-fifth-article-pdf {
    	margin-bottom: 0;
    	margin-top: 30px;
    }

    .pdf-margin {
    	margin-top: 0!important;
    }
    
    .historyFatherChild_ul_1_en > li:first-child {
        margin-top: 0 !important;
    }
    
    .historyFatherChild_ul_1_en > li:nth-child(2) {
        margin-top: 20px !important;
    }

    .historyFatherChild_ul_1_en > li:last-child {
        width: 100% !important;
    }

}

#especialist-circles div{
	padding: 10px 50px;
	display: inline-block;
	max-width: 290px;
	vertical-align: top;
}

#especialist-circles div p{
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1882px){
	#especialist-circles div{
		padding: 15px;
	}

	#especialist-circles div{
		max-width: 260px;
    	vertical-align: top;
	}


	#especialistas-top-cols-descriptions .especialistas-top-col{
		max-width: 232px;
    	padding: 0;
	}
}

@media screen and (max-width: 1370px){
	#home-middle-content{
		*margin-top: 150px;
	}
}

#mobile-menu-wrapper ul>li:first-child .dropdownMenu>li:last-child {
	display: none;
}

