html {
	font-size: 90%; /* rem use */
	overflow-x:hidden;
}


body {
	font-family: 'Raleway', Helvetica, Arial, sans-serif; /* 900,300,700,400 */
	font-size: 10px; font-size: 1.2rem;
    font-weight: 400;
	color: #283132;
	background: #EFEFEF url(../images/head_mainBg.jpg) repeat-y center center;
}

p {
    font-weight:500;
    
    
}

.sub-p{
	font-size: 0.9rem;
}

ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 3rem; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-3em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    color:#fff;
    background:#D36542;
    font-weight:bold;
    text-align:center;
    border-radius: 3px;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}


.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.content-block-wrapper {
	background: none;
}

#sobre_registo_cap div:first-child,
#infodemo_cap div:first-child,
#info_cap div:first-child,
#registoIndex_cap div:first-child,
#sobre_contacto_cap div:first-child,
#registo_cap div:first-child,
#contacto_cap div:first-child,
.g-recaptcha div:first-child {
    margin: 0 auto 10px auto;
} 
 
.content-block {
	padding: 2.5rem 1rem;
	max-width: 62.5em; 
}

.top-separator {
	border-top: 1px solid #657C7F;
}

.tooltip {
	background: #283132;
}

.tooltip > .nub {
  border-color: transparent transparent #283132 transparent;
}

.button {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 700;
	transition: all 0.2s;
}

	.button:hover {
		letter-spacing: 1px;
		transition: all 0.2s;
	}

.button-row {
	margin-top: 1.5rem;
}

.button.skeleton {
	background: none;
	border: 2px solid #FFF;
	color: #FFF;
}

h1 {
	text-align: center;
	font-weight: 100;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #475759;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}



h1 strong { font-weight: 400; }

.sub-h1 {
	font-weight: 500;
	text-align: center;
	color: #475759;
	margin-bottom: 3rem;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}

h2, .generic h2.minor {
	margin-top: 1.5rem;
	font-weight: 700;
	font-size: 1.0rem;
	color: #283132;
}

.generic .content h2 {
    padding-top: 2rem;
    border-top: 1px solid #DDD;
    margin-top: 2rem;
    font-size: 3rem;
    font-weight: 500;
}

.has-tip, .has-tip:hover { border: 0; }

.dark-content h1, .dark-content .sub-h1 {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

.sub-h2 {
	font-weight: 500;
	font-size: 0.8rem;
}

.parallax-window { background: transparent; }

.dark-content h1, .dark-content h2, .dark-content .sub-h1 {
	color: #EFEFEF;
}

.top-bar {
	background: #283132;
}

.generic .top-bar {
	background: none;
	margin-bottom: -50px;
}

.generic .top-bar-section li:not(.has-form):hover a:not(.button),
.generic .top-bar-section li:not(.has-form) a:not(.button),
.generic .top-bar-section ul li {
	background: none;
}

.generic .header h1 {
	background: none;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);

}


.generic .header h1 span.preh1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
}

.generic .page-intro {
	text-align: center;
	font-size: 1.2rem;
	border-bottom: 1px solid #657C7F;
	margin-bottom: 0;
	padding-bottom: 2rem;
}

.generic ul {
	margin-left: 4rem;
}

.generic h2 {
	font-size: 1.4rem;
	color: #D36543;
}

.generic h3 {
	margin-top: 2rem;
	font-size: 1.3rem;
	color: #D36543;
}

.generic h4 {
	margin-top: 2rem;
	font-size: 1.0rem;
	font-weight: 700;
	text-transform: uppercase;
}



.top-bar .ajuda span{	
	background: #657C7F;
	border-radius: 3px;
	padding: 4px 10px;
	margin-left: 15px;
}

.generic .top-bar .ajuda span{	
	background: #FFF;
	color: #00A09A;
}

.name h1 {
	text-align: left !important;
}

.logo-wrapper {
	position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
   	width: 180px;
    z-index: 10;
}

.logo-wrapper .logo {
	width: 180px;
    height: 208px;
    line-height: 208px;
    position: relative;
    top: -4px; 
    left: 50%;
    margin-left: -90px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

.generic .logo-wrapper .logo {
	width: 170px;
    height: 56px;
    line-height: 56px;
    position: relative;
    top: 20px; 
    left: 50%;
    margin-left: -85px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

.top-bar-section li:not(.has-form) a:not(.button) { background: #283132; text-transform: uppercase; }
.top-bar-section li:not(.has-form):hover a:not(.button) { background: #475759; }

.header h1 {
	color: #283132;
	margin-top: 10rem;
	text-align: left;
	text-transform: none;
	font-size: 3rem;
	line-height: 3.2rem;
	/*background: url('../images/head_mbps_logos.png') no-repeat right 14px;*/
}

.header h1 span {
	font-weight: 500;
}

.header h2 {
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.header h2 span {
	padding: 0.5rem 1rem;
	background: #E88651;
}

.header .undertitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9rem;
}

.home .header .button {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	margin: 0;
}


.sub-header {
	margin-bottom: 1.7rem;
}


.sub-header .aviso-banco {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

.sub-header .aviso-banco p { font-size: 1.0rem; color: #EFEFEF; margin-right: 1rem; margin-top: 1.5rem; }
.sub-header .aviso-banco img { margin-right: 1rem; margin-left: 1rem; padding-right: 1rem; margin-top: 1rem; border-right: 1px solid #EFEFEF; }

.sub-header .aviso-extrato {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	background: #283132 url(../images/head_extrato.png) right -20px no-repeat;
}

.sub-header .aviso-extrato p {
	margin-left: 1rem;
}
.sub-header .aviso-extrato p.headline {
	font-size: 1.0rem;
	color: #EFEFEF;
	width: 300px;
}

.sub-header .aviso-extrato p span {
	background: #283132;
	padding: 5px;
}



/* Sub-menu */

.sub-menu-wrapper {
	border-bottom: 1px solid #E6E6E6;
}

.sub-menu {
	padding: 0.3rem 0;
}

.sub-menu .sub-nav dd {
	padding-top: 10px;
}

.sub-menu .sub-nav dd.logo {
	padding-top: 0px;
	padding-right: 1rem;
}

.sub-menu .sub-nav dd.logo a {
	padding: 0;
	margin: 0;
}


.sub-menu .sub-nav dd a {
	color: #326E75;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 0.1 rem;
	padding-right: 0.1 rem;
}

.sub-menu .sub-nav dd.active a {
	color: #FFF;
}


.parallax-window.bg-white { background: url(../images/head_mainBg.jpg) bottom center; }
.parallax-window.bg-dark { background: url(../images/bg_c.jpg) bottom center; }
.parallax-window.bg-orange { background: url(../images/bg_l.jpg) bottom center; }
.parallax-window.bg-blue { background: url(../images/bg_b.jpg) bottom center; }


.block-follow-link {
	letter-spacing: 0px;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	color: #D36543;
	transition: all 0.4s;
}

	.block-follow-link i {
		font-size: 0.7rem;
		color: #59B28D;
		padding: 0px;
		transition: all 0.2s;
	}

.block-follow-link:hover {
	letter-spacing: 1px;
	color: #FFF;
	background: #59B28D;
	transition: all 0.2s;
}

	.block-follow-link:hover i {
		color: #326E75;
		transition: all 0.2s;
	}
	
.block-follow-link-header {
	background: #475759;
	color: #FFF;
}

.negocio-block-grid li div.in-block-item {
	margin: 0.1em;
	padding: 1.5em 1em 1.5em 1em;
	background: #F4A05C;
}

.bracket-wrapper {
	position: relative;
}

.leftBracket {
	position: absolute;
	left: 0px;
	top: 5px;
	transition: all 0.4s;
}

.rightBracket {
	position: absolute;
	right: 0px;
	top: 5px;
	transition: all 0.4s;
}


.negocio-block-grid li div.b01 .img-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url('../images/bi_b01.png') no-repeat bottom center;
	background-size: 120px 120px;
	transition: all 0.4s;
}

.negocio-block-grid li div.b02 .img-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url('../images/bi_b02.png') no-repeat bottom center;
	background-size: 120px 120px;
	transition: all 0.4s;
}

.negocio-block-grid li div.b03 .img-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url('../images/bi_b03.png') no-repeat bottom center;
	background-size: 120px 120px;
	transition: all 0.4s;
}

.negocio-block-grid li div.b04 .img-icon {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url('../images/bi_b04.png') no-repeat bottom center;
	background-size: 120px 120px;
	transition: all 0.4s;
}

.negocio-block-grid li div.b01 { background: #F4A05C url('../images/bi_b04_bg.png') repeat-x center 0px; transition: all 0.4s;}
.negocio-block-grid li div.b02 { background: #F4A05C url('../images/bi_b02_bg.png') repeat-x center 0px; transition: all 0.4s;}
.negocio-block-grid li div.b03 { background: #F4A05C url('../images/bi_b03_bg.png') repeat-x center 0px; transition: all 0.4s;}
.negocio-block-grid li div.b04 { background: #F4A05C url('../images/bi_b01_bg.png') repeat-x center 0px; transition: all 0.4s;}

.negocio-block-grid li:hover div.b01 { background-position: -524px center; transition: all 0.2s; }
.negocio-block-grid li:hover div.b02 { background-position: -522px center; transition: all 0.2s; }
.negocio-block-grid li:hover div.b03 { background-position: -522px center; transition: all 0.2s; }
.negocio-block-grid li:hover div.b04 { background-position: -524px center; transition: all 0.2s; }

.negocio-block-grid li:hover div .img-icon { background-size: 110px 110px; transition: all 0.2s;}

.negocio-block-grid h2 {
	margin-top: 0rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0px;
	transition: all 0.2s;
}

.negocio-block-grid li:hover div h2 {
	letter-spacing: 1px;
	transition: all 0.2s;
}

.negocio-block-grid li:hover .leftBracket { left: 5rem; transition: all 0.2s; }
.negocio-block-grid li:hover .rightBracket { right: 5rem; transition: all 0.2s; }


.ajuda-block-grid dd a {
	background: #326E75;
	padding: 0;
	margin-bottom: 1rem;
	color: #FFF;
}

.ajuda-block-grid dd .content a {
	background: none;
	color: #326E75;
	text-decoration: underline;
}

.ajuda-block-grid dd a .in-block-item {
	margin: 0.1em;
	padding: 1.0em 1em 1.0em 1em;
	overflow: hidden;
}

.ajuda-block-grid dd a h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin: 0;
	padding-top: 0.4rem;
	text-align: center;
}

.ajuda-block-grid dd a.d01 {
	background: #59B28D url(../images/bg_d01.png) no-repeat 0px 0px;
	transition: all 0.4s;
}

.ajuda-block-grid dd a.d02 {
	background: #00A09A url(../images/bg_d02.png) no-repeat 0px 0px;
	transition: all 0.4s;
}

.ajuda-block-grid dd a.d03 {
	background: #326E75 url(../images/bg_d03.png) no-repeat 0px 0px;
	transition: all 0.4s;
}

.ajuda-block-grid dd:hover a.d01 {
	background: #59B28D url(../images/bg_d01.png) no-repeat -50px 0px;
	transition: all 0.2s;
}

.ajuda-block-grid dd:hover a.d02 {
	background: #00A09A url(../images/bg_d02.png) no-repeat -50px 0px;
	transition: all 0.2s;
}

.ajuda-block-grid dd:hover a.d03 {
	background: #326E75 url(../images/bg_d03.png) no-repeat -50px 0px;
	transition: all 0.2s;
}

.rightArrow {
	position: absolute;
	right: -50px;
	top: 0px;
	transition: all 0.4s;
}
.ajuda-block-grid dd a:hover .rightArrow {
	right: 0px;
	transition: all 0.2s;
}

.integracao-block-grid h2 {
	margin-top: 0.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #326E75;
	font-size: 0.8rem;
}

.integracao-block-grid h2.alt {
	color: #D36543;
}


/* Bloco Simulador */




.simulador label {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}

.simulador .range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.6125rem;
  width: 7rem;
  height: 2rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #00A09A;
  text-align: center;
  font-weight: 700;
  color: #FFF;
}
  .range-slider-handle:hover {
    background: #008d88; }

.simulador .range-slider-active-segment {
  background: #59B28D; }

.simulador input {
	text-align: center;
	font-size: 1.5rem;
	height: 60px;
}

.simulador .somatorio {
	background: #D36543;
	box-shadow: 0px 0px 50px rgba(244,160,92,0.9);
	margin: 0;
	margin-top: 0;
}

.simulador .somatorio p {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	text-shadow: 0px 0px 15px rgba(244,160,92,0.9);
	margin-bottom: 0;
	margin: 0.5rem;
}

.simulador .plano-icon {
	position: relative;
	margin-top: 0.5rem;
	background: #FFF;
	padding: 60px 20px 20px 20px;
	box-shadow: 0px 0px 50px rgba(255,201,80,0.9);
	transition: all 0.2s; 
}

.simulador .plano-icon img {
	opacity: 1.0;
	transition: all 0.2s;
}

.simulador .plano-icon.aquae { border: 3px solid #00A09A; transition: all 0.2s; }
.simulador .plano-icon.terra { border: 3px solid #E88651; transition: all 0.2s; }


.simulador .plano-icon .hint-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	color: #FFF;
	background: #283132;
	transition: all 0.2s; 
}

.simulador .plano-icon.aquae  .hint-overlay { background: #00A09A; transition: all 0.2s; }
.simulador .plano-icon.terra  .hint-overlay { background: #E88651; transition: all 0.2s; }



.simulador .result {
	color: #FFF;
	font-size: 0.9 rem;
	margin-top: 1rem;
	text-transform: uppercase;
	line-height: 2rem;
}

.simulador .result .total {
	font-weight: 700;
}

.simulador .result .total {
	background: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
	padding: 5px 10px;
}

.simulador .result .total.aquae { color: #00A09A; transition: all 0.2s; }
.simulador .result .total.terra { color: #E88651; transition: all 0.2s; }

.simulador .mau-plano .plano-icon .hint-overlay { background: #AEC2C4; transition: all 0.2s; }
.simulador .mau-plano .plano-icon { border: 3px solid #AEC2C4;  box-shadow: 0px 0px 50px rgba(255,201,80,0.1); transition: all 0.2s;}
.simulador .mau-plano .plano-icon img { opacity: 0.7; transition: all 0.2s; }
.simulador .mau-plano .result .total { color: #657C7F; transition: all 0.2s; }

/* Bloco Argumentos/Vantagens */


.argumentos-block-grid {

}


.argumentos-block-grid .in-block-item {
	/*border: 3px solid #DAE0E0;*/
	padding: 1.5rem 2rem 1.5rem 1rem;
	border-right: 1px solid #DAE0E0;
}

.argumentos-block-grid .in-block-item.last {
	border-right: 0;
}

.argumentos-block-grid .in-block-item .image-holder {
	box-sizing: content-box;
	padding: 1rem;
	background: #475759;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.argumentos-block-grid .in-block-item h2 {
	color: #283132;
	text-transform: uppercase;

}

.argumentos-block-grid .in-block-item p {
	color: #283132;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: left;
}


/* Bloco Gestao */

.row.gestao-grid {
	margin-top: 3rem;
}

.gestao-grid h2 {
	margin-top: 1rem;
}

.gestao-grid p {
	font-size: 0.9rem;
}


/* Bloco Rodapé */



.footer {
	margin-top: 6rem;
	background: #283132;
}

.home .footer { margin-top: 0rem; }

.footer .sub-nav {
	margin-bottom: 0;
}

.footer .sub-nav dd {
	text-transform: uppercase;
}

.footer .sub-nav dd a {
	color: #EFEFEF;
	padding: 0.2rem 0.4rem;
	font-weight: 700;
}

.footer .sub-nav dd a:hover {
	color: #59B28D;
}

.footer .sub-nav.secondary {
	margin-bottom: 0;
}

.footer .sub-nav.secondary dd {
}

.footer .sub-nav.secondary dt {
	color: #00A09A;
}

.footer .sub-nav.secondary dd a {
	color: #97ACAD;
	font-weight: 500;
}

.footer .footer-info {
	margin-top: 1rem;
	padding-top: 1.5rem;
	font-size: 0.9rem;
	color: #97ACAD;
	border-top: 1px solid #657C7F;
}





/* Especificidades Paginas -------------------------------- */


.tabela-planos > div {
	padding: 1.5rem 2.5rem;
	margin: 1rem 0;
	border-left: 1px solid #97ACAD;	
}

.tabela-planos > div.first { border-left: 0; padding: 1.5rem; }


@media (max-width: 64.063em) {
	.tabela-planos > div { border-left: 0; padding: 0.5rem 1rem;}
}

.tabela-planos h3 {
	font-weight: 700;
	color: #283132;
	font-size: 1.1rem;
	margin-top: 0;
	
}


.tabela-planos.aquae {
	border-top: 1px solid #97ACAD;
}


.tabela-planos .preco-mensal, .tabela-planos .preco-activacao {
	padding: 1.5rem;
	font-size: 1.5rem;
	text-align: center;
}

.tabela-planos .preco-mensal span.under, .tabela-planos .preco-activacao span.under {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.tabela-planos.terra .preco-mensal {
	color: #E88651;
	border: 3px solid #E88651;
}

.tabela-planos.terra .preco-mensal .has-tip {
	color: #E88651;
}

.tabela-planos.aquae .preco-mensal {
	color: #FFF;
	background: #00A09A;
	border: 3px solid #00A09A;
}

.tabela-planos.aquae .preco-mensal .has-tip {
	color: #FFF;
}

.tabela-planos.terra .preco-activacao { color: #E88651; }
.tabela-planos.aquae .preco-activacao { color: #00A09A; }

.tabela-planos.terra .preco-activacao .has-tip { color: #E88651; }
.tabela-planos.aquae .preco-activacao .has-tip { color: #00A09A; }

.tabela-planos .custo-ref {
	font-size: 1.2rem;
	padding: 0.4rem 0;
}

.tabela-planos .custo-ref img{
	margin-right: 1rem;
}

.tabela-planos.terra .custo-ref .preco-ref{
	padding: 0.5rem 0.8rem;
	color: #FFF;
	background: #E88651;
	border: 3px solid #E88651;
}

.tabela-planos.terra .custo-ref .percent-ref{
	padding: 0.5rem 0.8rem;
	color: #E88651;
	border: 3px solid #E88651;
}

.tabela-planos.aquae .custo-ref .preco-ref{
	padding: 0.5rem 0.8rem;
	color: #FFF;
	background: #00A09A;
	border: 3px solid #00A09A;
}

.tabela-planos.aquae .custo-ref .percent-ref{
	padding: 0.5rem 0.8rem;
	color: #FFF;
	background: #59B28D;
	border: 3px solid #59B28D;
}

.tabela-planos.aquae .tooltip {
	background: #f43f00;
}



/* Bloco Seguranca */

.row.seguranca-grid {
	margin-top: 3rem;
}

.seguranca-grid h2 {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FEFEFE;
}

.seguranca-grid p {
	color: #B0B5B5;
	font-size: 0.8rem;
}



/*.4-icon-template h2 {
	
}*/


[data-magellan-expedition-clone] { visibility:hidden; }

.f-dropdown {
top: 45px !important;
}

/* Janelas Modais */

.reveal-modal {
	background: #FFF url(../images/head_mainBg.jpg);
}

.reveal-modal h2 {
	font-weight: 200;
	font-size: 3rem;
	color: #E88651;
}

.reveal-modal h3 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 700;
}

.reveal-modal h3 span {
	background: #326E75;
}

.reveal-modal.dark {
	background: #FFF url(../images/bg_c.jpg);
}

.reveal-modal.orange {
	background: #FFF url(../images/bg_l.jpg);
}

.reveal-modal.dark h2, .reveal-modal.dark p, .reveal-modal.dark label, .reveal-modal.dark ul li, .reveal-modal.dark ol li {
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.reveal-modal.orange h2, .reveal-modal.orange p, .reveal-modal.orange label, .reveal-modal.orange ul li, .reveal-modal.dark ol li {
	color: #EFEFEF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}



.reveal-modal.dark .lead span {
	padding: 4px 12px;
	background: #326E75;
}

.label-blue { background: #326E75; padding: 3px 6px; border-radius: 2px; }
.label-orange { background: #D36543; padding: 3px 6px; border-radius: 2px; }


.reveal-modal dt { background: #FFF; padding: 20px 18px 4px 18px; }
.reveal-modal dt h3 { color: #D36543; }
.reveal-modal dt p { color: #222 !important; text-shadow: none !important; font-weight: 500; }



/* Janelas Modais Especificas */

#modal-extrato.reveal-modal.dark {
	background: #FFF url(../images/modalbg_extrato.jpg) right bottom;
}

#modal-negocio-loja.reveal-modal.dark { background: #FFF url(../images/bg_negocio_loja.jpg) right bottom; }
#modal-negocio-freelance.reveal-modal.dark { background: #FFF url(../images/bg_negocio_freelance.jpg) right bottom; }
#modal-negocio-donativos.reveal-modal.dark { background: #FFF url(../images/bg_negocio_donativos.jpg) right bottom; }
#modal-negocio-particulares.reveal-modal.dark { background: #FFF url(../images/bg_negocio_particulares.jpg) right bottom; }

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
    background-color: #283132;
    
}



/* Updates JV */
.smalltext{font-size:0.8em;}

#appModal img{

	padding: 0;
	margin: 0;

}