
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');

/*******************************************************************************
RESET
********************************************************************************/

.tab-content>.tab-pane {
  height: 1px;
  overflow: hidden;
  display: block;
 visibility: hidden;
}
.tab-content>.active {
  height: auto;
  visibility: visible;
}

.hidden {
  display: none;
  visibility: hidden;
}

.toggle-overflow{
	overflow-y:hidden;
}

.hidden {
	display: none;
}

button:focus{
	outline: 0;
}

img {
    max-width: 100%;
}

a{
	/*color:#4e4e4e;*/
	color:#6d6f71;
}

a:hover{
	color:#4e4e4e;
	text-decoration: none;
}

body{
	font-family: 'Titillium Web', sans-serif;
	color:#4e4e4e;
}


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

.subtitulo{
	font-size: 34px;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
	text-align: center;
}


.subtitulo-vermelho{
	font-size: 34px;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
	text-align: center;
	color:#ab2329;
}

.simbolo-amarelo-topo-esquerda, .simbolo-amarelo-topo-direita, .simbolo-amarelo-fundo-esquerda, .simbolo-amarelo-fundo-direita, .simbolo-vermelho-topo-esquerda, .simbolo-vermelho-topo-direita, .simbolo-vermelho-fundo-esquerda, .simbolo-vermelho-fundo-direita, .simbolo-amarelo-fundo-esquerda-branco {
	position: relative;
}

.simbolo-amarelo-topo-esquerda img, .simbolo-amarelo-topo-direita img, .simbolo-amarelo-fundo-esquerda img, .simbolo-amarelo-fundo-direita img, .simbolo-vermelho-topo-esquerda img, .simbolo-vermelho-topo-direita img, .simbolo-vermelho-fundo-esquerda img, .simbolo-vermelho-fundo-direita img, .simbolo-amarelo-fundo-esquerda-branco img{
	width: 60px;
}

.premio-msci img{
	width: 160px; /* estava 180 */
}

.remover-decoracao-link{
	color:inherit;
}

.remover-decoracao-link:hover{
	text-decoration: none;
}

.remover-decoracao-link:focus{
	outline:0!important;
}

/*******************************************************************************
HEADER
********************************************************************************/

.navbar{
	background-color:transparent!important;
	padding-top: 0px;
	position: absolute;
    width: 100%;
    z-index: 99999;
}

.navbar-brand img{
	width: 150px;
}

.navbar-brand{
	padding-top: 0px;
}

.navbar.affix .navbar-brand img{
	transition: all 0.5s ease;
	/* width: 75px; */
}
   
.navbar.affix{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    /*background-color: #fff!important;*/
	background-color: #ab2329!important;
    box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.13);
    padding-bottom: 0px!important
}

.navbar.affix .navbar-brand{
	padding-bottom: 0px;
}

.navbar ul li.nav-item a{
	/*color:#787878!important;*/
	color:#d1d3d4;
	padding-right: 1rem!important;
    padding-left: 1rem!important;
    text-transform: uppercase;
}

.navbar ul li.nav-item.active .nav-link{
	/*color:#ab2329!important;*/
	color:#ffffff!important;
	font-weight: 500;
}



.navbar ul li.nav-item.active:after{
	content:"";
	display: block;
	border-bottom:2px solid #fff;
	margin-right: 1rem;
    margin-left: 1rem;
    margin-top: -10px;
}

/* .navbar.affix ul li.nav-item.active a{
	color:#d1d3d4!important;
}
*/

.navbar.affix ul li.nav-item.active:after{
	content:"";
	display: block;
	border-bottom:2px solid #d1d3d4;
	margin-right: 1rem;
    margin-left: 1rem;
    margin-top: -10px;
}


#navbar-close{
	margin-bottom: 50px;
}

.navbar-toggler .linguas-header{
	border-left: none!important;
    margin-right: 30px;
    font-size: 17px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("images/menu.svg");
}

.navbar-light .navbar-toggler{
	border: none;
}



.navbar #navbarSupportedContent.collapsing {
    background: rgba(255, 255, 255,1);
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    min-height: 100%;
    padding-top: 40px;
    min-height: 1000px;
    text-align: center;
	color: #d1d3d4;
}

.navbar.affix #navbarSupportedContent.collapsing {
	top: 75px;
}

#navbarSupportedContent.collapsing  ul li.nav-item a{
	color: #4e4e4e!important;
	text-align: center;
	font-size: 24px;
	padding-top:5px;
	padding-bottom: 5px;
}

#navbarSupportedContent.collapsing  ul li.nav-item.active a{
	color: #ab2329!important;

}

#navbarSupportedContent.collapsing ul li.nav-item.active:after{
	display: none;
}

#navbarSupportedContent.collapsing ul li.nav-item a:after {
    content: "";
    /* width: 100px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    max-width: 100px;
    display: none;
}

#navbarSupportedContent.collapsing ul li.nav-item:last-child a:after{
	display: none;
}

#navbarSupportedContent.collapsing .redes-sociais-header{
	display: none;
}


#navbarSupportedContent.collapsing .linguas-header{
	display: none;
}

.navbar #navbarSupportedContent.collapse.show {
    /*background: rgba(171, 35, 41,0.8);*/
    background: rgba(255, 255, 255,1);
    position: absolute;
    top: 100px; /* estava 0 */
    right: 0;
    left: 0;
    min-height: 100%;
    padding-top: 40px;
    min-height: 1000px;
    text-align: center;
	color: #4e4e4e;
	/*color: #fff;*/
}

.navbar.affix #navbarSupportedContent.collapse.show {
	top: 75px;
}

#navbarSupportedContent.collapse.show  ul li.nav-item a{
	color: #4e4e4e!important;
	text-align: center;
	font-size: 24px;
	padding-top:5px;
	padding-bottom: 5px;
}

#navbarSupportedContent.collapse.show  ul li.nav-item.active .nav-link{
	color: #ab2329!important;
}

#navbarSupportedContent.collapse.show  ul li.dd-nav-item.active .dd-nav-link{
	color: #ab2329!important;
}

#navbarSupportedContent.collapse.show ul li.nav-item.active:after{
	display: none;
}

#navbarSupportedContent.collapse.show ul li.nav-item a:after {
    content: "";
    /* width: 100px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    max-width: 100px;
    display: none;
}

#navbarSupportedContent.collapse.show ul li.nav-item:last-child a:after{
	display: none;
}

#navbarSupportedContent.collapse.show .redes-sociais-header{
	display: none;
}


#navbarSupportedContent.collapse.show .linguas-header{
	display: none;
}

.redes-sociais-header{
	margin-top: 15px;
}

.redes-sociais-header ul li{
	display: block;
	margin-right: 15px;
}

.redes-sociais-header img{
	width: 20px;
}

.linguas-header{
	display: inline-block;
	border-left: 2px solid #6d6f71;
}

.linguas-header ul{
	list-style-type: none;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.linguas-header-mobile{
	display: none;
}

.collapse {
    -webkit-transition: none!important;
    transition: none!important;
    display: none;
}

.collapsing {
  transition: none !important;
}

.dropdow-toggle{
	position: relative;
}



.dropdown-toggle::after{
	display: none;
}


.plus-sign-mobile{
		display:none;
	}
	
	.white_logo{
		display:none;
	}
	
	.affix .white_logo{
		display:block;
	}
	
	.affix .main_logo{
		display:none;
	}
	
@media screen and (min-width: 1201px) {
	.dropdown{
		margin-left: 5px;
	}

	.dropdown > .dropdown-menu {
		position: absolute;
		top: 100%;
		left: auto;
		z-index: 1000;
		float: none;
		min-width: 10rem;
		padding: 0.5rem 1rem;
		list-style: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		opacity: 0;
		margin-top: 10px !important;
		display: block;
		visibility: hidden;
		min-width: 45px;
		transition: all 0.2s ease-in-out;
	}

	.dropdown:hover > .dropdown-menu {
		visibility: visible;
		display: block;
		opacity: 1;
		margin-top: 5px !important;
		transition: all 0.2s ease-in-out;
	}

	.navbar .container-fluid{
		max-width:1300px;
	}
	
	.navbar-brand{
		margin-right:0;
	}
	
	.navbar-brand img {
		min-width: 150px;
	
	}
	
	.affix .navbar-brand img{
		min-width:auto;
	}
	
	.nav-item{
		height:150px;
		line-height:147px;
	}
	
	.nav-item a{
		padding:0;
	}
	
	.navbar ul li.nav-item.active:after {
		border-bottom: 0px solid #ab2329;;
		margin-top: 0px;
	}

	.navbar ul li.nav-item:hover {
		border-bottom: 3px solid #ab2329;;
		margin-top: 0px;
	}

	.prodserv:hover {
		border-bottom: 3px solid #ab2329;;
		margin-top: 0px;
	}
	
	.navbar-collapse{
		background: rgba(255,255,255,0);
		height: 150px;
		align-items: center;
		justify-content: center;
		margin-top: -5px;
	}
	
	.navbar ul li.nav-item .nav-link{
		color: #6d6f71 !important;
		font-size: 14px;
	}
	
	.navbar ul li.nav-item.active .nav-link{
		color:#ab2329 !important;
	}
	
	.navbar ul li.dd-nav-item.active .dd-nav-link{
		color:#ab2329 !important;
	}
	
	.linguas-header a{
		color:#6d6f71;
		font-size: 14px;
	}
	
	
	
	.affix .navbar-collapse{
		height: 75px;
		margin-top:0;
		background:#ab2329 !important;
	}
	
	.affix .nav-item {
		height: 75px;
		line-height: 72px;
	}
	
	.affix .linguas-header a{
		color:#cfcfcf;
	}
	
	.affix ul li.nav-item .nav-link{
		color:#cfcfcf !important;
	}
	
	.affix ul li.nav-item.active .nav-link{
		color:#fff !important;
	}
	
	.navbar.affix ul li.nav-item.active:after{
		border-bottom: 3px solid #fff;
		margin-top:0;
	}
	
	.navbar.affix ul li.nav-item.active .nav-link{
		color:#fff !important;
	}
	
	.navbar .mega-menu{
		width: 1270px;
		left: -365px;
		position: absolute;
		margin-top: 0 !important;
		padding-top: 40px;
		padding-bottom: 40px;
		background:rgba(107,108,110,0.9);
		border-top: 3px solid #ab2329!important;
	}
	
	.navbar .pt-mega-menu{
		left: -337px;
	}
	
	.navbar .es-mega-menu{
		left: -337px;
	}
	
	.dropdown:hover > .dropdown-menu{
		margin-top: 0px !important;
	}
	
	.drop-down-nav{
		list-style:none;
	}
	
	.dd-nav-item{
		line-height: initial;
		padding: 5px;
		font-family: 'Titillium Web', sans-serif;
		
	}
	
	.navbar ul li.dd-nav-item a{
		font-family: 'Titillium Web', sans-serif;
		color: #cfcfcf;
		    font-size: 14px!important;
	}
	
	.navbar ul li.dd-nav-item .h-link{
		font-family: 'Titillium Web', sans-serif;
		color: #f2f2f2 !important;
		padding-left: 1rem!important;
		font-size: 14px!important;
	}
	
		.dd-nav-link:hover{
		
		color: #ab2329 !important;
		
	}


	

}
	
	
	@media screen and (max-width: 1270px) and (min-width: 1201px) {
		.navbar .mega-menu{
			width: 95vw;
			left: -22.5vw;
		}
	}
	
	@media screen and (max-width: 1245px) and (min-width: 1201px) {
		.es-navbar ul li.nav-item a,.pt-navbar ul li.nav-item a{
			padding-left:0.5rem !important;
			padding-right:0.5rem !important;
		}
	}



	@media screen and (max-width: 1200px) {
		.plus-sign-mobile{
			display:inline;
		}
		
		.drop-down-nav{
			list-style:none;
			padding:0;
		}
		
		.navbar .h-link{
			margin-top:10px;
			line-height: 22px;
			font-size:14px !important;
			display:block;
			text-align: left;
    		margin-left: 16px;
		}
		
		.navbar ul li.dd-nav-item a{
			line-height: 18px;
			font-size:14px !important;
			display:block;
			text-align:center;
		}
		
		.mega-menu{
			width:300px;
			margin:0 auto;
			padding:0 !important;
			border:0 !important;
		}
		
		.mega-menu .container-fluid{
			padding:0 !important;
			
		}
		
		.mega-menu .col{
			flex-basis: auto;
		}
		
		.linguas-header-mobile {
			display: block;
		}
		
		.linguas-header {
			right: 80px;
			top: 25px;
		}
		
		.affix .linguas-header {
			top: 8px !important;
			right:100px !important;
		}
	}

/*******************************************************************************
BANNER GERAL
********************************************************************************/

.banner-geral{
	height: 80vh;
	display: table;
	background-size: cover!important;
	width: 100%;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-attachment: fixed!important;

}

.subtitulo-bg {
	display:table-cell;
	vertical-align: middle;
	max-width: 300px;
	text-align: center;
}

.subtitulo-bg-pags-interiores {
	display:table-cell;
	vertical-align: middle;
	max-width: 300px;
	text-align: center;
}


.subtitulo-bg-pags-interioresOK {
    display: flex;
    vertical-align: middle;
    max-width: 47%;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    align-content: flex-start;
    vertical-align: middle;
    margin-top: calc(80vh/2);

}

.subtitulo-bg-pags-interiores-restantes {
    display: flex;
    vertical-align: middle;
    max-width: 60%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    align-content: flex-start;
    vertical-align: middle;
    margin-top: calc(80vh/2);

}

.subtituloOK {
    text-align: left;
    font-size: 1rem!important;
}
.tituloOK {
    text-align: left;
    color: #ab2329;
}


.subtitulo-bg-pags-interiores h2{
	color:#ab2329;
	font-weight: 300;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: -2.5rem;

}

.subtitulo-bg h2{
	color:#4e4e4e;
	/*color:#fff;*/
	font-weight: 300;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: -2.5rem;

}

#owl-slideshow-homepage .subtitulo-bg h2{
	font-size: 60px!important;
	/*font-size: 50px!important;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#owl-slideshow-homepage .text-slider-n2-home{
	text-align: left;
	padding-left: 10px;
}

#owl-slideshow-homepage .subtitulo-bg h2 .number-slider {
	color: #ab2329;
    font-size: 65px;
    /*font-size: 100px;*/
    position: relative;
    font-weight: 600;
    position: absolute;
    top: -5px;
    /*top: -48px;*/
}

#owl-slideshow-homepage .subtitulo-bg h2 .align-vertical-text-slider{
	padding-left: 87px;
	/*padding-left: 140px;*/
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n2-home .align-vertical-text-slider{
	padding-left: 100px;
	line-height: 50px;
	font-size: 44px;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n2-home .number-slider {
    font-size: 125px;
    top: -37px;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n2-home .align-vertical-text-slider span{
	color:#ab2329;
	font-size: 90px;
    font-weight: bold;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n3-home .align-vertical-text-slider {
    padding-left: 207px;
    /*padding-left: 270px;*/
}
#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n1-home .align-vertical-text-slider {
    padding-left: 87px;
    /*padding-left: 270px;*/
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n3-home .number-slider{
	text-transform: initial;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n3-home .number-slider small{
	font-size: 60px;
    letter-spacing: 0px;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n4-home .align-vertical-text-slider {
    padding-left: 130px;
}

#owl-slideshow-homepage .text-slider-n5-home{
	text-align: left;
	padding-left: 10px; /* estava 10 */
}


#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n5-home .align-vertical-text-slider{
	padding-left: 130px; /* estava 130 */
    line-height: 38px;
    font-size: 42px;
}

#owl-slideshow-homepage .text-slider-n5-home.pt{
	text-align: center;
	padding-left: 0px; /* estava 10 */
}


#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n5-home.pt .align-vertical-text-slider{
	padding-left: 0px; /* estava 130 */
    line-height: 38px;
    font-size: 42px;
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n5-home .number-slider sup{
    top: -54px;
    font-size: 40px;
}


#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n5-home .number-slider {
    font-size: 134px;
    top: -22px;
    /*top: -37px;*/
}

#owl-slideshow-homepage .subtitulo-bg h2 .text-slider-n5-home .align-vertical-text-slider span{
	color:#ab2329;
	font-size: 60px;
    font-weight: bold;
}


#owl-slideshow-homepage .subtitulo-bg h2>div{
	display: inline-table;
}

#owl-slideshow-homepage .subtitulo-bg h2 .number-slider:after{
	content:"";
	border-bottom: 6px solid #ab2329;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 4px;
	/*bottom: 10px;*/
}

#owl-slideshow-homepage .owl-nav.disabled + .owl-dots {
    margin-top: -60px;
    /* z-index: 9999999; */
    position: absolute;
    width: 100%;
}


#owl-slideshow-homepage .owl-dots  span {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background-color: #666666;
}

#owl-slideshow-homepage .owl-dots .owl-dot.active span{
	background-color: #cccbcb;
}

/*******************************************************************************
TEMPLATE FRONTPAGE
********************************************************************************/

.template-frontpage{
	padding-top: 100px;
	padding-bottom: 0px;
}

.template-frontpage .conteudo{
	font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
}

.template-frontpage .conteudo span{
	font-weight: 600;
	color:#ab2329;
}

.template-frontpage .conteudo strong{
	font-weight: 600;	
}

.template-frontpage .conteudo small{
	font-weight: 300;
	font-size: 14px;
}

.secao-frontpage-descricao .simbolo-vermelho-fundo-esquerda img {
    left: -60px;
    position: absolute;
    bottom: 60px;
}

.secao-frontpage-premios{
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #f3f3f3;
}

.secao-frontpage-premios .simbolo-amarelo-fundo-direita img {
    position: absolute;
    right: -70px;
    top: 0px;
}

.secao-frontpage-premios .premio-estrelas-grandes {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secao-frontpage-resultados{
	padding:100px 0;
}

.secao-frontpage-resultados h3{
	font-size: 36px;
    font-weight: 500;
    margin-top: 60px;
    position: relative;
}

.secao-frontpage-resultados h3 .simbolo-vermelho-fundo-direita{
	left: -60px;
	top: 0px;
}

.grafico-mais-informacao{
	text-align: center;
}

.grafico-mais-informacao img{
	margin-bottom: 40px;
}

.grafico-mais-informacao  small{
	font-weight: 300;
    font-size: 14px;
}

.caixa-icon-taca{
	text-align: center;
}

.caixa-icon-taca img{
	width: 40px;
    position: absolute;
    width: 100;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -23px;
}

.secao-background-homepage {
    height: 400px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    width: 100%;
    display: table;
}

.secao-background-homepage .icon-aspas-topo{
	width: 40px;
    left: -55px;
    top: 80px;
    position: absolute;
}

.secao-background-homepage .icon-aspas-fundo{
	width: 40px;
    left: 688px;
    bottom: 0;
    position: absolute;
}

.secao-background-homepage .simbolo-amarelo-fundo-esquerda-branco img{
	position: absolute;
	right: -70px;
	top: 50px;
}

.secao-background-homepage .conteudo {
    padding-top: 120px;
    line-height: 45px;
    font-size: 38px;
    float:right;
    color: #fff;
    font-weight: 500;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.secao-noticias-homepage{
	padding:50px 0;
	background-color: #cccccc;
}

.caixa-noticias-homepage{
	background-color: #fff;
	width: 150px;
	height: 150px;
	display: table;
	text-align: center;
	display: inline-table;
	margin-right: 30px;
    vertical-align: middle;
}

.caixa-noticias-homepage .data{
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	color: #cccccc;
	font-weight: 600;
	line-height: 35px;
    
}


.caixa-noticias-conteudo{
	display: inline-block;
    color: #fff;
    max-width: 600px;
    vertical-align: middle;
}

.caixa-noticias-conteudo h3{
	font-weight: 300;
}

.caixa-noticias-conteudo h4{
	font-weight: 600;
	font-size:26px;
	line-height: 22px;
}

.caixa-noticias-conteudo h5{
	font-weight: 300;
	font-size:20px;
}

.owl-nav img{
	width: 30px;
}

.owl-theme .owl-nav {
    top: 35%;
    position: absolute;
    width: 100%;
}

.owl-theme  .owl-nav .owl-prev {
    left: -70px;
    position: absolute;
}

.owl-theme  .owl-nav .owl-next {
    right: -70px;
    position: absolute;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent!important;
    outline: 0;
}

/*******************************************************************************
TEMPLATE EQUIPA
********************************************************************************/

.template-equipa{
	padding-top: 100px;
	padding-bottom: 50px;
}

.secao-equipa {
	padding-bottom: 50px;
}

.secao-equipa .simbolo-vermelho-topo-esquerda img{
	left:-50px;
	top:-40px;
	position: absolute;
}

.caixa-equipa{
	max-width: 290px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}

.caixa-equipa .border-premio-topo-esquerda-horizontal{
	position: absolute;
	top:-20px;
	left:-20px;
	width:30px;
	height:1px;
	background-color:#b1b1b1;
}

.caixa-equipa .border-premio-topo-esquerda-vertical{
	position: absolute;
	top:-20px;
	left:-20px;
	width: 1px;
	height: 30px;
	background-color:#b1b1b1;
}

.caixa-equipa .icon-aspas{
	background: url(/images/icon-aspas.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.caixa-equipa.active .icon-aspas{
	background: url(/images/icon-aspas-dourado.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.imagem-equipa{
	position: relative;
	margin-left: 20px;
    margin-right: 20px;
}

.quadrado-topo-equipa-branco{
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

.quadrado-fundo-equipa-branco{
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.quandrado-fundo-equipa-cinzento{
	width: 20px;
	height: 20px;
	background-color: #606362;
	position: absolute;
	bottom: -20px;
    right: -20px;
}

.nome-equipa{
	margin-top: 50px;
}

.nome-equipa h3{
	color:#ab2329;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.border-nome-equipa{
	height: 1px;
	width: 80px;
	background-color: #787878;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.profissao-equipa{
	color:#b58500;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
	font-weight:600;
}

.descricao-equipa{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	line-height: 20px;
	min-height: 80px;
}

.secao-background-equipa{
	height: 550px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	width: 100%;
}


.secao-background-equipa .icon-aspas-topo{
	width: 32px;
    left: -50px;
    top: 237px;
    position: absolute;
}

.secao-background-equipa .icon-aspas-fundo{
	width: 32px;
    right: -24px;
    bottom: 65px;
    position: absolute;
}

.secao-background-equipa .conteudo{
	padding-top: 230px;
	line-height: 35px;
	max-width: 580px;
	float: right;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.secao-background-equipa .autor{
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 30px;
}

.secao-descricao-equipa{
	font-size: 22px;
    font-weight: 500;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 120px;
    padding-bottom: 200px;
}

.secao-descricao-equipa span {
    color: #ab2329;
    font-weight: 600;
}

.secao-descricao-equipa strong {
    font-weight: 600;
}

.secao-descricao-equipa .simbolo-amarelo-fundo-esquerda img{
	right: -70px;
	position: absolute;
	bottom:-140px;
}

.secao-juntar-equipa{
	font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.secao-juntar-equipa .simbolo-amarelo-fundo-esquerda img{
	left: -40px;
    position: absolute;
    bottom: -20px;
}

.secao-juntar-equipa .subtitulo{
	color: #b58500;
	margin-bottom: 50px;
}

.secao-juntar-equipa strong{
	font-weight: 600;	
}

/*******************************************************************************
TEMPLATE PRODUTOS E SERVICOS
********************************************************************************/

.title-chart{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.legend-chart{
	font-size: 25px;
    margin-left:17%;
}

.legend-chart:before{
	    content: "";
    width: 20px;
    height: 20px;
    background-color: #ab2329;
    display: inline-block;
    margin-right: 15px;
}

#chart_div {
    width: 100%!important; 
    margin-left: 0px!important;
    min-height: 600px;
}

#chart_divCORE {
    width: 100%!important; 
    margin-left: 0px!important;
    min-height: 600px;
}
/*
#chart_div >div >div{
	margin:0 auto!important;
}*/

.template-produtos-servicos{
	padding-top: 100px; 
	padding-bottom: 0px;
}

.secao-produtos-servicos-descricao{
	font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 100px;
}

.secao-produtos-servicos-descricao .simbolo-vermelho-fundo-esquerda img {
    left: -50px;
    position: absolute;
    bottom: -70px;
}

.alinha-simbolo-productos-servicos .simbolo-amarelo-topo-direita img {
    right: -50px;
    position: absolute;
    bottom: -35px;
}

.secao-produtos-servicos-descricao span{
	font-weight: 600;
	color:#ab2329;
}

.secao-produtos-servicos-descricao strong{
	font-weight: 600;	
}

.secao-produtos-servicos-descricao small {
    font-weight: 300;
    font-size: 14px;
}

.secao-produtos-servicos-caixas .caixa-1{
	background-color: #f9f9f9;
}

.secao-produtos-servicos-caixas .caixa-2{
	background-color: #efefef;
}

.secao-produtos-servicos-caixas .caixa-3{
	background-color: #f9f9f9;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas{
    padding: 40px 25px;
}

.secao-produtos-servicos-caixas .caixa-1 .single-produtos-servicos-caixas{
    padding: 40px 25px 40px 0;
}

.secao-produtos-servicos-caixas .caixa-3 .single-produtos-servicos-caixas{
    padding: 40px 0 40px 25px;
}

.secao-produtos-servicos-caixas{
    background-color: #f9f9f9;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas h3{
	font-size: 24px;
	color:#ab2329;
	font-weight: 700;
}


.secao-produtos-servicos-caixas .single-produtos-servicos-caixas .descricao{
	margin-bottom: 40px;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul{
	padding-left: 40px;
	list-style-type: none;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul li{
	margin-bottom: 20px;
	position: relative;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul li a{
	font-weight: 600;
	text-decoration: none;

}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul li:before{
	content: "";
    width: 12px;
    height: 12px;
    background-color: #606262;
    position: absolute;
    left: -25px;
    top: 7px;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul li.active:before{
   background-color: #ab2329;
}

.secao-produtos-servicos-caixas .single-produtos-servicos-caixas ul li.active a{
	color:#ab2329;
}

.secao-produtos-servicos-patrimonio-crescente{
	padding:100px 0;
}

.grafico-patrimonio-crescente{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}

.secao-produtos-servicos-patrimonio-crescente .subtitulo span{
	color:#c88f28;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .numero-caixa-premio{
	font-size: 80px;
	font-size: 130px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio {
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    margin-left: -15px;
    color:#ab2329;
    font-weight: bold;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:first-child{
	font-size: 56px;
    font-weight: 600;
    line-height: 10px;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 25px;
    font-weight: 700;
    line-height: 60px;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 36px;
    font-weight: 700;
    line-height: 0px;
    display: block;
}


.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio{
	text-align: center;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:first-child{
	color:#4e4e4e;
	font-weight: 700;
	font-size: 70px;
	line-height: 48px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 38px;
    font-weight: 700;
    color: #ab2329;
    line-height: 70px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 26px;
    font-weight: 700;
    color: #ab2329;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .empresa-caixa-premio{
	font-size: 34px;
    margin-top: 0;
    text-align: left;
}





.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 13px;
    line-height: 25px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:nth-child(3){
	font-size: 30px;
    font-weight: bold;
    line-height: 20px;
}


.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio{
	margin-top: 0px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:first-child{
	color:#ab2329;
	font-size: 16px;
    font-weight: 600;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:first-child{
	line-height: 12px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .numero-caixa-premio{
	font-size:75px;
}

.caixa-pt.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 30px;
    line-height: 16px;
    font-weight: 400;
}









.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .empresa-caixa-premio {
    font-size: 33px;
    margin-top: 10px;
}

.secao-produtos-servicos-patrimonio-crescente  .caixa-premio{
	min-height: 250px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .numero-caixa-premio{
	font-size: 100px; /* ESTAVA 125 */
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio {
    margin-left: 0px;
    line-height: 18px;
    text-align: center;

}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:first-child{
	font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    color:#ab2329;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 26px;
    font-weight: 600;
    line-height:25px;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 41px;
    font-weight: 500;
    line-height: 30px;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio{
	margin-top: -22px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:first-child{
	color: #4e4e4e;
	font-size: 13px;
}


.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .numero-caixa-premio {
    font-size: 50px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:last-child {
    font-size: 25px;
    line-height: 23px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-3 .caixa-premio .numero-caixa-premio{
	font-size: 58px;
    line-height: 60px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-3 .caixa-premio .numero-caixa-premio span{
	font-size: 50px;
	font-weight: 400;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-3 .caixa-premio .descricao-caixa-premio {
	color:#ab2329;
	font-size: 21px;

}

.secao-produtos-servicos-patrimonio-crescente .caixa-4 .caixa-premio .numero-caixa-premio{
	font-size: 80px;
	font-size: 130px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-4 .caixa-premio .descricao-caixa-premio {
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    margin-left: 0px;
    color:#ab2329;
    font-weight: bold;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-4 .caixa-premio .descricao-caixa-premio span:first-child{
	font-size: 45px;
    font-weight: 600;
    line-height: 10px;
    display: block;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-4 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 34px;
    font-weight: 400;
    line-height: 60px;
    display: block;
    color: #4e4e4e;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-topo-esquerda-horizontal{
	width: 35px;
    height: 2px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-topo-esquerda-vertical{
	height: 35px;
    width:2px;	
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-topo-direita-horizontal{
	width: 35px;
    height: 2px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-topo-direita-vertical{
	height: 35px;
    width:2px;		
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-fundo-esquerda-horizontal{
	width: 35px;
    height: 2px;
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-fundo-esquerda-vertical{
	height: 35px;
    width:2px;	
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-fundo-direita-vertical{
	height: 35px;
    width:2px;	
}

.secao-produtos-servicos-patrimonio-crescente .caixa-premio .border-premio-fundo-direita-horizontal{
	width: 35px;
    height: 2px;
}

.secao-produtos-servicos-patrimonio-crescente .conteudo-caixa-premio{
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

 .caixa-secao-produtos-servicos-anos-actividade{
	text-align: center;
	padding:0px 0; /* estava 50px */
}

.secao-produtos-servicos-anos-actividade{
	padding-bottom:0px; /* estava 50px */
}

.caixa-secao-produtos-servicos-anos-actividade .border-premio-topo-esquerda-horizontal{
	position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #f2f2f2;
}

.caixa-secao-produtos-servicos-anos-actividade .border-premio-topo-esquerda-vertical{
	position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 50px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-topo-direita-horizontal{
	position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 5px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-topo-direita-vertical{
	position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 50px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-fundo-esquerda-horizontal{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-fundo-esquerda-vertical{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 50px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-fundo-direita-vertical{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 40px;
    background-color: #f2f2f2;
}


.caixa-secao-produtos-servicos-anos-actividade .border-premio-fundo-direita-horizontal{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 5px;
    background-color: #f2f2f2;
}

.caixa-secao-produtos-servicos-anos-actividade h3{
	color: #ab2329;
    font-weight: 700;

}

.caixa-secao-produtos-servicos-anos-actividade h3:after{
	content:"";
	font-size:23px;
	width: 55%;
	height: 3px;
	display: block;
	margin:0 auto;
	background-color: #f2f2f2;
	margin-top: 25px;
	margin-bottom: 20px;

}

.caixa-secao-produtos-servicos-anos-actividade .descricao  {
    font-size: 25px;
}

.caixa-secao-produtos-servicos-anos-actividade .descricao span {
    font-weight: 600;
    color: #ab2329;
}

.secao-produtos-servicos-anos-actividade .conteudo{
	font-size:18px;
	text-align: center;
	margin-top: 100px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.secao-produtos-servicos-anos-actividade .conteudo span {
    font-weight: 600;
    color: #ab2329;
}

.secao-produtos-servicos-anos-actividade .conteudoCORE{
	font-size:18px;
	text-align: center;
	margin-top: 0px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.secao-produtos-servicos-anos-actividade .conteudoCORE span {
    font-weight: 600;
    color: #ab2329;
}

.secao-produtos-servicos-anos-actividade-tabs{
	padding-top: 50px;
	padding-bottom: 100px;
}

#lista-tabs .nav-pills{
	margin-bottom: 50px;
	border-bottom : 5px solid #f2f2f2;
}

#lista-tabs .nav-pills > li {
	padding: 25px 30px;
	text-align: center;
	border-right: 2px solid #f2f2f2;
}

#lista-tabs .nav-pills > li:last-child {
	border-right:none;
}

#lista-tabs .nav-pills > li.active{
	background-color: #f2f2f2;
}

#lista-tabs .nav-pills > li > a {
  	border-radius: 0;
  	font-size: 20px;
  	line-height: 24px;
  	text-decoration: none;
}

#lista-tabs .nav-pills > li.active >a{
	color:#ab2329;
}


#lista-tabs .nav-pills > li > a span {
  	font-size: 20px;
}

#lista-tabs .tab-content .valor-up{
  	text-transform: uppercase;
  	font-size: 24px;
  	text-align: center;
  	font-weight: 700;
}

#lista-tabs .tab-content .montante{
	text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    color: #ab2329;
}


#lista-tabs .tab-content .tipo-de-fundo{
	border-top:2px solid #f2f2f2;
	margin-top: 40px;
	padding-top: 40px;
	margin-bottom: 20px;
}


.tipo-de-fundo ul li{
	display: inline-table;
	font-size: 22px;
	font-weight: 700;
	color:#c88f28;
	text-align: center;
	width:29%;
}

.tipo-de-fundo ul li:first-child{
	width: 40%;
}


.tipo-de-fundo ul li span{
	text-align: center;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

.tabela-tipo-de-fundo{
	width: 100%;
}

.tabela-tipo-de-fundo tr td{
	border:1px solid #f2f2f2;
	padding:10px 25px;
}


.tabela-tipo-de-fundo tr td:first-child{
	border-left:none;
	text-align: right;
	color: #999999;
}

.tabela-tipo-de-fundo tr td:last-child{
	border-right:none;
	text-align: left;
}

.descricao-tab{
	font-size: 14px;
	margin-top: 60px;
}

.caixa-legal-informacion-produtos{
	border:1px solid #ccc;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 250px;
	position: relative;
}

.caixa-vermelha-legal-informacion-produtos{
	width: 100px;
    height: 100px;
    background-color: #c12107;
    position: relative;
}

.caixa-vermelha-legal-informacion-produtos:after{
	content: "";
    width: 15px;
    height: 15px;
    right: -15px;
    background-color: #c12107;
    display: block;
    position: absolute;
    bottom: -15px;
}

.image-caixa-vermelha-legal-informacion-produtos{
	width: 45px;
	left: 50%;
	margin-left: -22.5px;
	position: absolute;
	top:50%;
	margin-top: -22.5px;
}

.nome-caixa-vermelha-legal-informacion-produtos{
	font-size: 18px;
	position: absolute;bottom: 10px;
	left: 10px;
}

.caixa-legal-informacion-produtos-link{
	color: #4e4e4e;
}

/*************************
CONTINENTAL RETAIL
**************************/


.secao-produtos-servicos-continental-retail{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-continental-retail .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-continental-retail .conteudo {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.secao-produtos-servicos-anos-actividade-continental-retail .conteudo span {
    font-weight: 600;
    color: #ab2329;
}




/*************************
CA IMOBILIARIO
**************************/


.secao-produtos-servicos-ca-imobiliario{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-ca-imobiliario .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-ca-imobiliario .conteudo {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.secao-produtos-servicos-anos-actividade-ca-imobiliario .conteudo span {
    font-weight: 600;
    color: #ab2329;
}

/*************************
CARTEIRA IMOBILIARIA
**************************/


.secao-produtos-servicos-carteira-imobiliaria{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-carteira-imobiliaria .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-carteira-imobiliaria .conteudo {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.secao-produtos-servicos-anos-actividade-carteira-imobiliaria .conteudo span {
    font-weight: 600;
    color: #ab2329;
}

/*************************
ARRENDAMENTO HABITACIONAL
**************************/


.secao-produtos-servicos-addrezza-arrendamento{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-addrezza-arrendamento .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-addrezza-arrendamento .conteudo {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.secao-produtos-servicos-anos-actividade-addrezza-arrendamento .conteudo span {
    font-weight: 600;
    color: #ab2329;
}

/*************************
TURIRENT
**************************/


.secao-produtos-servicos-turirent{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-turirent .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-turirent .conteudo {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.secao-produtos-servicos-anos-actividade-turirent .conteudo span {
    font-weight: 600;
    color: #ab2329;
}


/*************************
MORE INFO
**************************/


.secao-produtos-servicos-more-info{
    padding-top:100px;
    padding-bottom: 0px;
}


.secao-produtos-servicos-more-info .subtitulo span {
    color: #c88f28;
}

.secao-produtos-servicos-anos-actividade-more-info .conteudo {
    font-size: 26px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.grafico-mais-info{
	text-align: center;
	padding:40px 0;
}

.secao-outros-veiculos .simbolo-vermelho-fundo-esquerda img{
	position: absolute;
	left: -50px;
	bottom: 30px;	
}

.secao-produtos-servicos-anos-actividade-more-info .conteudo span {
    font-weight: 600;
    color: #ab2329;
}

.secao-outros-veiculos{
	padding-top:150px;
	padding-bottom: 100px;
}

.caixa-secao-outros-veiculos-vermelho,.caixa-secao-outros-veiculos-amarelo{
	margin-bottom: 150px;
}

.caixa-secao-outros-veiculos-vermelho img,.caixa-secao-outros-veiculos-amarelo img{
	margin-bottom: 30px;
	width: 120px;
	max-height: 50px;
}

.caixa-secao-outros-veiculos-vermelho{
	text-align: center;
    max-width: 300px;
    margin-left:auto;
    margin-right: auto;
}


.caixa-secao-outros-veiculos-vermelho .descricao{
	font-size: 20px;
}

.caixa-secao-outros-veiculos-vermelho h3{
	color:#ab2329;
	font-size: 23px;
	font-weight: 700;
	border-bottom: 5px solid #ab2329;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.caixa-secao-outros-veiculos-amarelo{
	text-align: center;
    max-width: 300px;
    margin-left:auto;
    margin-right: auto;
}


.caixa-secao-outros-veiculos-amarelo .descricao{
	font-size: 20px;
}

.caixa-secao-outros-veiculos-amarelo h3{
	color:#c88f28;
	font-size: 23px;
	font-weight: 700;
	border-bottom: 5px solid #c88f28;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    text-align: center;

}


/*******************************************************************************
TEMPLATE NEWS
********************************************************************************/

#owl-noticias-homepage .owl-item.active>div, #owl-noticias-homepage .alinha-carousel{vertical-align: middle;}



.template-noticias{
	padding-top: 100px;
	padding-bottom: 100px;
}

.secao-noticias-descricao{
	font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
}

.row-noticias{
	border-bottom: 2px solid #d7d8d8;
	margin-bottom: 50px;
}

.noticias-esconder-border{
	border:none;
}

.noticias-pdf{
	text-align: center;
	margin-top: 20px;
}

.noticias-pdf img{
	width: 30px;
	margin-bottom: 10px;
}

.row-noticias.mostrar{
	display: flex;
}

.row-noticias.esconder{
	display: none;
}

.caixa-noticias{
	max-width: 400px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}

.caixa-noticias h2{
	font-size: 18px;
}

.caixa-noticias .desc{
	font-size: 12px;
	margin-top: 10px;
}

.caixa-noticias .desc a{
	color:#ab2329;
}

.botao-ver-mais-noticias{
	padding:10px 60px;
	font-weight: 600;
	font-size: 20px;
	color:#fff;
	background-color: #ab2329;
	text-decoration: none;
}


.botao-ver-mais-noticias:hover{
	color: #ab2329;
	background-color: transparent;
	border:2px solid #ab2329;
	text-decoration: none;
}

.row-botao-ver-mais-noticias{
	margin-top: 50px;
	text-align: center;
}

.template-noticias .simbolo-amarelo-fundo-direita img {
    position: absolute;
    right: -70px;
    top: 0px;
}

/*******************************************************************************
TEMPLATE EMPRESA
********************************************************************************/

.template-empresa{
	padding-top: 60px;
	padding-bottom: 0px;
}

.secao-empresa-descricao{
	font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 130px;
}

.secao-empresa-descricao .simbolo-vermelho-fundo-esquerda img{
	left:-50px;
	position: absolute;
	bottom: -90px;
}

.secao-empresa-descricao span{
	font-weight: 600;
	color:#ab2329;
}

.secao-empresa-descricao strong{
	font-weight: 600;	
}

.secao-empresa-organizacao{
	background-color: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 100px;
}

.secao-empresa-organizacao .esquema-empresa{
	text-align:center;	
}

.secao-empresa-organizacao .simbolo-amarelo-fundo-direita img{
	position: absolute;
	right: -70px;
	top:0px;
}

.secao-empresa-organizacao .subtitulo{
	text-transform: inherit;
	margin-bottom: 50px;
}

.secao-empresa-organizacao .subtitulo span{
	color:#ab2329;
}

.secao-empresa-clientes{
	background-color: #a6a6a6;
	padding-top: 100px;
	padding-bottom: 130px;
}

.secao-empresa-clientes .simbolo-vermelho-fundo-esquerda img{
	left: -60px;
    position: absolute;
    bottom: -40px;
}

.caixa-empresa-clientes{
	position: relative;
	padding: 50px 30px;
	max-width: 350px;
	margin:0 auto;
	min-height: 340px;
}

.caixa-empresa-clientes .border-premio-topo-esquerda-horizontal{
	position: absolute;
	top:0;
	left:0;
	width: 50px;
	height: 4px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-topo-esquerda-vertical{
	position: absolute;
	top:0;
	left:0;
	width: 4px;
	height: 50px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-topo-direita-horizontal{
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 4px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-topo-direita-vertical{
	position: absolute;
	top:0;
	right:0;
	width: 4px;
	height: 50px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-fundo-esquerda-horizontal{
	position: absolute;
	bottom:0;
	left:0;
	width: 50px;
	height: 4px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-fundo-esquerda-vertical{
	position: absolute;
	bottom:0;
	left:0;
	width: 4px;
	height: 50px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-fundo-direita-vertical{
	position: absolute;
	bottom:0;
	right:0;
	width: 4px;
	height: 50px;
	background-color:#fff;
}

.caixa-empresa-clientes .border-premio-fundo-direita-horizontal{
	position: absolute;
	bottom:0;
	right:0;
	width: 50px;
	height: 4px;
	background-color:#fff;
}

.icon-caixa-empresa-clientes{
	text-align: center;
	margin-bottom: 20px;
}

.icon-caixa-empresa-clientes img{
	width: 50px;
}

.titulo-caixa-empresas-clientes{
	font-size: 38px;
	font-weight: 600;
	color:#ab2329;
	text-align:center;
}

.descricao-caixa-empresas-clientes{
	color:#fff;
	text-align: justify;
	font-weight: 300;
	margin-top: 30px;
	font-size: 17px;
	line-height: 20px;
}

.secao-empresa-cronologia{
	padding-top: 50px;
	padding-bottom: 50px;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #b1aeae;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .middle {
  padding: 10px 15px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline  .middle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    background-color: #cccccc;
    top: 15px;
    border-radius: 0;
    z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

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

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

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



.timeline h3{
	color:#ab2329;
	font-weight: bold;
	font-size: 22px;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -12px;
}

/* The actual content */
.timeline .content {
  padding: 3px 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline .middle {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline .middle::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline .left::after,.timeline  .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}


/*******************************************************************************
TEMPLATE PROPRIEDADES
********************************************************************************/

.template-propriedades{
	padding-top: 100px;
	padding-bottom: 0px;
}

.secao-background-propriedades{
	height: 450px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    width: 100%;
    margin-top: -277px;
}


.caixa-propriedades-investir{
	text-align: center;
    max-width: 470px;
    margin: 0 auto;
    padding:20px 20px 40px 20px;
    position: relative;
    background:linear-gradient(to bottom, #efddbf 50%, rgba(238, 238, 238,0.9) 50%);
    margin-bottom: 40px;
}

.caixa-propriedades-investir h3{
	color: #ab2329;
    font-weight: 500;
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.caixa-propriedades-investir i {
    background-color: #ab2329;
    padding: 8px;
    color: #fff;
}

.caixa-propriedades-investir .border-premio-topo-esquerda-horizontal {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 30px;
    height: 1px;
    background-color: #b1b1b1;
}

.caixa-propriedades-investir .border-premio-topo-esquerda-vertical {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 1px;
    height: 30px;
    background-color: #b1b1b1;
}

.caixa-propriedades-investir .border-premio-topo-direita-horizontal {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 1px;
    background-color: #b1b1b1;
}

.caixa-propriedades-investir .border-premio-topo-direita-vertical {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 1px;
    height: 30px;
    background-color: #b1b1b1;
}

/*.caixa-propriedades-investir:before{
	content:"";
	background-color: #efddbf;
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: -1;
	left: 0;
	top:0;
}

.caixa-propriedades-investir:after{
	content:"";
	background-color: red;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom:0;
}*/


/*******************************************************************************
TEMPLATE PREMIOS
********************************************************************************/

.template-premios{
	padding-top: 100px;
	padding-bottom: 50px;
}

.template-premios .conteudo{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

.template-premios .conteudo span{
	color:#ab2329;
	font-weight:600;
}

.template-premios .conteudo strong{
	font-weight:600;
}

.secao-premios-conteudo{
	padding-top: 20px;
	padding-bottom: 100px;
}

.secao-premios-conteudo .simbolo-vermelho-fundo-direita img{
	position: absolute;
	right: -70px;
	top:0px;
}

.secao-premios-internacionais{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f3f3f3;	
}

.secao-premios-internacionais .subtitulo{
	margin-bottom: 50px;
}

.secao-premios-internacionais .premio-msci{
	text-align: center;
	margin-bottom: 40px;
}

.secao-premios-internacionais .simbolo-vermelho-fundo-esquerda img{
	left:-50px;
	position: absolute;
	bottom: 0px;
}

.secao-premios-nacionais{
	padding-top: 100px;
	padding-bottom: 100px;
}

.caixa-premio{
	position: relative;
	padding: 50px 30px;
	max-width: 350px;
	margin:0 auto;
}

.caixa-premio .premio-msci{
	text-align: center;
	margin-bottom: 20px;
}

.caixa-premio .premio-apf{
	text-align: center;
	margin-bottom: 30px;
}

.caixa-premio .premio-euromoney{
	text-align: center;
	margin-bottom: 20px; /* ESTAVA 30 */
}

.caixa-premio .premio-euromoney-en{
	text-align: center;
	margin-bottom: 20px; /* ESTAVA 30 */
}

.caixa-premio .premio-apf img{
	width: 140px; /* ESTAVA 150 */
}

.caixa-premio .premio-euromoney img{
	width: 167px; /* ESTAVA 150 */
	padding-top: 0px; /* ESTAVA 17 */
}

.caixa-premio .premio-euromoney-en img{
		width: 167px; /* ESTAVA 150 */
	padding-top: 0px; /* ESTAVA 17 */
}

.secao-premios-internacionais .premio-estrelas-grandes{
	margin-top: 50px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

.caixa-premio .border-premio-topo-esquerda-horizontal{
	position: absolute;
	top:0;
	left:0;
	width: 50px;
	height: 3px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-topo-esquerda-vertical{
	position: absolute;
	top:0;
	left:0;
	width: 3px;
	height: 50px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-topo-direita-horizontal{
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 3px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-topo-direita-vertical{
	position: absolute;
	top:0;
	right:0;
	width: 3px;
	height: 50px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-fundo-esquerda-horizontal{
	position: absolute;
	bottom:0;
	left:0;
	width: 50px;
	height: 3px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-fundo-esquerda-vertical{
	position: absolute;
	bottom:0;
	left:0;
	width: 3px;
	height: 50px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-fundo-direita-vertical{
	position: absolute;
	bottom:0;
	right:0;
	width: 3px;
	height: 50px;
	background-color:#b1b1b1;
}

.caixa-premio .border-premio-fundo-direita-horizontal{
	position: absolute;
	bottom:0;
	right:0;
	width: 50px;
	height: 3px;
	background-color:#b1b1b1;
}

.contador-caixa-premio{
	text-align: center;
}

.caixa-premio .numero-caixa-premio{
	display: inline-block;
	font-weight: 600;
	font-size: 70px; /* ESTAVA 105 - 77 */
	line-height: 80px;
}

.hp-caixa-premio .numero-caixa-premio{
	display: inline-block;
	font-weight: 600;
	font-size: 105px;
	line-height: 70px;
}


.pt-caixa-premio.caixa-premio .numero-caixa-premio{
	display: inline-block;
	font-weight: 600;
	font-size: 70px; /* ESTAVA 105 - 80 */
	line-height: 80px;
}

.caixa-premio .descricao-caixa-premio{
	display: inline-block;
    font-weight: 600;
    font-size: 28px; /* ESTAVA 25 */
    line-height: 26px; /* ESTAVA 40 */
}

.hp-caixa-premio .descricao-caixa-premio{
	display: inline-block;
    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
}

.pt-caixa-premio.caixa-premio .descricao-caixa-premio{
	text-align: left;
	font-size: 21px; /* ESTAVA 25 */
	line-height: 26px; /* ESTAVA 35 */
}

.caixa-premio .descricao-caixa-premio span{
    font-size: 37px; /* ESTAVA 40 */
}

.hp-caixa-premio .descricao-caixa-premio span{
    font-size: 40px;
}

.pt-caixa-premio.caixa-premio .descricao-caixa-premio span {
    font-size: 36px; /* ESTAVA 43px */
}

.caixa-premio .empresa-caixa-premio{
	font-size: 19px; /* ESTAVA 24, 20 */
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin-top: 10px;
}

.hp-caixa-premio .empresa-caixa-premio{
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	line-height: 23px;
	margin-top: 10px;
}

.pt-caixa-premio.caixa-premio .empresa-caixa-premio span{
	font-size: 29px; /* ESTAVA 35 */
    line-height: 44px;
}

.caixa-premio .datas-caixa-premio{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-top: 15px;
	color: #c88f28;
}

.secao-premios-nacionais .premio-estrelas-pequenas{
	margin-top: 50px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

.secao-premios-nacionais .simbolo-amarelo-fundo-direita img{
	position: absolute;
	right: -70px;
	top:0px;
}

.premios-pdf{
	text-align:center;
	margin-top: 50px;
	position: relative;
}

.premios-pdf img{
	position: absolute;
    width: 25px;
    margin-top: 12px;
}

.lista-premios-pdf{
	display: inline-table;
	margin-left: 40px;
}

.lista-premios-pdf h3{
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0px;
}

.lista-premios-pdf h3 a{
	font-weight: 700;
	color:#ab2329;
	border-bottom: 2px solid  #ab2329;
}

/*******************************************************************************
TEMPLATE ACONSELHAMENTO 
********************************************************************************/

.template-rc{
	padding-top: 0px;
	padding-bottom: 50px;
}

.template-aconselhamento{
	padding-top: 100px;
	padding-bottom: 50px;
}

.template-aconselhamento >.container{
	max-width: 900px;
}

.card{
	/*margin-bottom: 40px;*/
	border:none;
	border-top: 1px solid #ccc!important;
	border-left:none!important;
	border-right:none!important;
	padding-top: 20px;
    padding-bottom: 20px;
    border-radius:0!important;
}


.card:last-child{
	border-bottom: 1px solid #ccc!important;
}

.last-card{
	border-bottom: 1px solid #ccc!important;
}

.card-header  i{
	float: right;
	background-color: #ab2329;
	padding:8px;
	color: #fff;
}

.card-header .collapsed i{
	float: right;
	background-color: #b58500;
	padding:8px;
	color: #fff;
}

.card-header .fa-plus:before{
	content: "\f068";
}

.card-header h3 {
	font-weight: 600;
	font-size: 20px;
}

.card-header a{
	text-decoration: none;
}

.card-header .collapsed .fa-plus:before{
	content: "\f067"!important;
}

.card-header{
	border-bottom: none;
	background-color: transparent;
}



.template-aconselhamento .simbolo-amarelo-fundo-direita img {
    position: absolute;
    right: -200px;
    top: 10px;
}

.arquivo-aconselhamento  ul {
	text-align: center;
	padding-left: 0px;
}

.arquivo-aconselhamento li{
	list-style-type: none;
	margin-bottom: 20px;
}

.arquivo-aconselhamento ul li span{
	display: block;
}


.arquivo-aconselhamento  ul li{
	padding:0 25px;
	display: inline-block;

}

.arquivo-aconselhamento  ul li i{
	color:#fff;
	font-size: 20px;
	background-color:#ab2329;
	padding:8px;
}

.arquivo-aconselhamento  ul li a{
	text-decoration: none;
}

.arquivo-aconselhamento  ul li span{
	margin-top: 20px;
	color:#ab2329;
	font-weight: bold;
}

.arquivo-aconselhamento {
    padding-top: 150px;
    padding-bottom: 0px;
}

.card .card-body h4{
	font-size:20px;
	font-weight: 600;
	color:#ab2329;
	margin-bottom: 0px;
}

/*******************************************************************************
TEMPLATE FAQS
********************************************************************************/

.template-faqs{
	padding-top: 200px;
	padding-bottom: 200px;
}

.template-faqs >.container{
	max-width: 900px;
}

.template-faqs .simbolo-amarelo-fundo-direita img {
    position: absolute;
    right: -200px;
    top: 30px;
}

.template-faqs .simbolo-vermelho-fundo-esquerda img {
    position: absolute;
    left: -180px;
    top: -100px;
}



/*******************************************************************************
TEMPLATE CONTACTOS
********************************************************************************/

.template-contactos{
	padding-top: 100px;
	padding-bottom: 0px;
}

.template-contactos .subtitulo{
	color:#ab2329;
	text-transform: inherit;
}

.template-contactos .conteudo{
	text-align: center;
    /* padding: 60px 0; */
    padding-top: 200px;
    padding-bottom: 100px;
}

.template-contactos .conteudo a{
	color: #ab2329;
	text-decoration: underline;
	font-weight: 600;
}

.redes-socias-contactos{
	margin-top: 40px;
	padding-left: 0px;
}

.redes-socias-contactos li{	
	display: inline-table;
	margin-bottom: 40px;
	padding:0 60px;
	text-align: center;
}

.redes-socias-contactos li img{
	width:50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.redes-socias-contactos li:nth-child(1){	
	padding-left: 0px;
}

.redes-socias-contactos li:nth-child(4){	
	padding-right: 0px;
}

.redes-socias-contactos li span{
	font-size: 20px;
	font-weight: 400;
}

.redes-socias-contactos-fundo{
	padding-left: 0px;
}

.redes-socias-contactos-fundo li{	
	margin-bottom: 40px;
	width: 50%;
    float: left;
    list-style-type: none;
    margin-top: -5px;
}

.redes-socias-contactos-fundo li img{
	width: 30px;
	margin-right: 10px;
}

.redes-socias-contactos-fundo li span{
	font-size: 20px;
    font-weight: 300;
}

.template-contactos .simbolo-amarelo-fundo-direita img{
	position: absolute;
	right: -70px;
	top: 80px;
}

#mapa {
	height: 500px;
}

/*******************************************************************************
FOOTER
********************************************************************************/

.footer-cima{
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
}

.footer-baixo{
	padding:20px 0;
	background-color: #ab2329;
}

.border-footer{
	border:2px solid #333333;
	max-width: 690px;
	margin:0 auto;
	margin-bottom: 30px;
}

.footer-menu {
	padding-left: 0px;
	text-align: center;
}

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

.footer-menu li{
	display: inline-block;
	border-right:1px solid #4e4e4e;
	padding:0 10px;
}

.footer-menu li a{
	font-size: 18px;
}

.footer-menu li.active a{
	color:#ab2329!important;
}

.footer-menu li:last-child {
    border-right:none;
}

.copyrights{
	font-size: 14px;
	text-align: center;
	max-width: 900px;
	margin:0 auto;
}

.logo-kriacao{
	text-align: center;
	padding-top: 20px;
}

/*******************************************************************************
POPUP FIM-DE-ANO 2020/2021
********************************************************************************/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  display: none;
  z-index: 999999;
  /*padding: 20px;*/
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  /*width: 90%;
  height: 90%;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt; */
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}


/********************************
------------- ESPANHOL -----------
***************************/
.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio{
	text-align: center;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:first-child{
    color: #4e4e4e;
    font-weight: 700;
    font-size: 47px;
    line-height: 30px;
    margin-top: 20px;

}


.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 38px;
    font-weight: 700;
    color: #ab2329;
    line-height: 70px;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 25px;
    font-weight: 700;
    color: #ab2329;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-1 .caixa-premio .empresa-caixa-premio{
	font-size: 35px;
    margin-top: 0;
    text-align: left;
    margin-top: 6px!important;
}





.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:nth-child(2){
	font-size: 13px;
    line-height: 25px;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .descricao-caixa-premio span:nth-child(3){
	font-size: 30px;
    font-weight: bold;
    line-height: 20px;
}


.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio{
	margin-top: 0px;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:first-child{
	color:#ab2329;
	font-size: 16px;
    font-weight: 600;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:first-child{
	line-height: 12px;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .numero-caixa-premio{
	font-size:75px;
}

.caixa-es.secao-produtos-servicos-patrimonio-crescente .caixa-2 .caixa-premio .contador-caixa-premio.segunda-contador-caixa-premio .descricao-caixa-premio span:last-child{
	font-size: 30px;
    line-height: 16px;
    font-weight: 400;
}

/*******************************************************************************
Rendabilidades
********************************************************************************/
.secao-quadro-rendabilidades .title h3 {
    font-size: 24px;
    color: #ab2329;
    font-weight: 700;
}
.secao-quadro-rendabilidades table{
	text-align: center;
}
.secao-quadro-rendabilidades table thead{
	background-color: #ab2329;
}
.secao-quadro-rendabilidades table td{
	color: #4e4e4e;
	font-weight: 400;
	font-size: 18px;
}


.secao-quadro-rendabilidades table th{
	font-size: 16px;
	color: #d1d3d4;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: none;
	border-top: none;
	padding:0.25rem;
	vertical-align: middle;

}

.secao-quadro-rendabilidades table .th-padding-top th{
	padding-top: 0.75rem;
}

.secao-quadro-rendabilidades table .th-padding-bottom th{
	padding-bottom: 0.75rem;
}

.secao-quadro-rendabilidades .conteudo-rendabilidades
{
	font-size:18px;
	text-align: justify;
	margin-right: auto;
}

.grafico-rendabilidades-form{
	display: flex;
    flex-direction: inherit;
    justify-content: center;
	margin-top:1rem;
}

.grafico-rendabilidades-form p{
	margin: 0.5rem 1rem;
}
.rendabilidades-submit{
	background-color: #ab2329;
    color: #d1d3d4;
    border: none;
    padding: 0.6rem;
    border-radius: 3px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: green;
    border-radius: 10px;
}
.badge3 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: orange;
    border-radius: 10px;
}

/*******************************************************************************
NOVO MENU MOBILE 2023
********************************************************************************/

@media only screen and (max-width: 1200px) {
	.navbar-nav {
	    background-color: #6d6f71!important;
	    padding: 10px!important;
	    LINE-HEIGHT: 2rem!important;
	    width: 92.5%!important;
	    margin: -40px auto!important;
	    border-top: 3px solid #ab2329!important;
	    border-bottom: 3px solid #ab2329!important;
	    align-items: flex-start!important;
	}

	#navbarSupportedContent.collapse.show ul li.nav-item a {
	    color: #fff!important;
	    text-align: left;
	    font-size: 14px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}

	.dropdown-menu {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 10rem;
	    padding: 0.5rem 0;
	    margin: 0.125rem 0 0;
	    font-size: 14px;
	    color: #fff!important;
	    text-align: left;
	    list-style: none;
	    background-color: #6d6f71;
	    background-clip: padding-box;
	    border: 0px solid rgba(0,0,0,1);
	    border-radius: 0rem;

	}

	.mobile_produtos {
	    color: #b4b6b7!important;
	    line-height: 0px;
	}

}

}