@font-face {
    font-family: 'focombcp-Bold';
    src: url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.eot');
    src: url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.woff2') format('woff2'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.woff') format('woff'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.ttf') format('truetype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.svg#fonts/focombcpbold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'focombcp-Regular';
    src: url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-regular-webfont.woff2') format('woff2'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-regular-webfont.woff') format('woff'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-regular-webfont.ttf') format('truetype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-regular-webfont.svg#fonts/focombcpregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'focombcp-light';
    src: url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcplight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcplight-regular-webfont.woff2') format('woff2'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcplight-regular-webfont.woff') format('woff'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcplight-regular-webfont.ttf') format('truetype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcplight-regular-webfont.svg#fonts/focombcp_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    cursor: default;
    -ms-interpolation-mode: bicubic;
}


html, body, .body {
    overflow: hidden;
    height: 750px;
    min-width: 920px;
    min-height: 600px;
}


body, .body  {
    margin: 0;
    padding: 0;
    background: url(fundo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    color: #4e4e4e;
    font: 15px focombcp-Bold;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}
.body  {
    background: none;
}

div#ie {
	text-align: center;
	color: #a4a4a4;
	width: 100%;
	position: absolute;
	display: block;
	top: 40px;
	right: 0;
	left: 0;
}

.container {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	height: 750px;
	width: 100%;
}

i.icon {
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-style: normal;
	height: 100%;
	width: calc(100% - 20px);
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

.intro div.item {
	opacity: 1.0;
}

i.icon-barraM {
	width: 600px;
	position: absolute;
	z-index: 1;
	height: 110px;
	top: 69%;
}

span.barraM {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-top: 45px;
	margin-left: 60px;
}

i.icon-logoMbcp {
	width: 300px;
	position: absolute;
	z-index: 1;
	height: 100px;
	top: 70%;
	display: inline-block;
	right: 10%;
}

div.logo {
	text-align: right;
	height: 70px;
	width: 70px;
	margin-right: 20px;
	margin-top: -20px;
	position: absolute;
	top: 50px;
	right: 15px;
}

div.logoM {
	height: 150px;
	width: 150px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 70%;
}

div.nav {
	text-align: center;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 30px;
}

.C7passos {
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 7%;
	padding-top: 10px;;
}

div.nav.intro {
	-moz-transform: translateY(40px) scale(1.3);
	-ms-transform: translateY(40px) scale(1.3);
    -webkit-transform: translateY(40px) scale(1.3);
    -o-transform: translateY(40px) scale(1.3);
    transform: translateY(40px) scale(1.3);
	margin-top: 190px !important;
}

div.item {
	display: inline-block;
	height: 155px;
	width: 120px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	margin: 10px;
	font-size: 13px;
	opacity: 0.4;
}

.item:hover:not(.active) {
	transform: scale(1.3);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
}

div.item:hover {
	opacity: 1.0;
}

.active,.INTactive {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	opacity: 1.0 !important;
}

div.content {
	display: block;
	text-align: center;
	height: 500px;
	overflow: hidden;
	width: 100%;
}

div.sub_cont{
	height: 500px;
	margin-bottom: 50px;
	display: none;
}

div.visible {
	display: block;
}

h1 {
	color: #5B6670;
	font-size: 55px;
	padding-top: 0px;
	margin-top: 15px;
}

h2 {
	font-size: 28px;
	text-transform: none;
}

h3 {
	font-size: 28px;
	text-transform: none;
}

h4 {
	font-size: 28px;
	text-transform: none;
	margin-top: -35px;
}

p{text-transform: none;}


span.esticado {
	transform: scale(2.1);
	-webkit-transform: scale(2.1);
	-moz-transform: scale(2.1);
	-o-transform: scale(2.1);
	-ms-transform: scale(2.1);
	display: inline-block;
}

.mini_nav {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.voltar, .seguinte {
	width: 70px;
	height: 50px;
	display: inline-block;
	margin-left: -15px;
	opacity: 0.8;
}

.voltar:hover, .seguinte:hover {
	opacity: 1;
}

span.load {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

i.icon-loadbar {
	display: inline-block;
	height: 50px;
	width: 10px;
	margin: 5px;
}

.TopBottomLines{
	font-family: focombcp-Regular;
	border-top: 1.5px solid #5fbca6;
	border-bottom: 1.5px solid #5fbca6;
	padding-top: 3px;
	font-size: 9px;
	margin-top: 2px;
	padding-bottom: 2px;
	text-transform: none;
	display: block;
}

.m1-1_icons {
	display: block;
	width: 100%;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
}
.m1-1_icons span {
	display: inline-block;
	height: 210px;
	width: 500px;
	margin: 0px 30px;
}

.m1-2_icons {
	display: block;
	width: 100%;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
}
.m1-2_icons span {
	display: inline-block;
	height: 210px;
	width: 800px;
}


.m2-1_icons {
	display: block;
	width: 100%;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
.m2-1_icons span{
	width: 300px;
	height: 150px;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
.m2-1_icons span i{
	width: 150px;
	margin:  auto;
}

.m2-1_icons span.sep{
	width: 0;
}
.m2-1_icons span.sep i{
	background-position: center 20%;
	width: 35px;
}


.m3_icon {
	display: inline-block;
}
.m3_icon .icon {
	height: 300px;
	width: 100%;
}
.m3-1_icons span .icon-3-1{
	width: 450px;
	height: 300px;
	margin: 0 40px;
}
.m3-1_icons span .icon-3-2{
	width: 360px;
	height: 300px;
}


.m4-1_icons {
}
.m4_icon {
}
.m4-1_icons span .icon-4-1{
	width: 700px;
	height: 350px;
}

.m5-1_icons {
	height: 300px;
	width: 600px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;

}
.m5_icon .icon {
}
.m5-1_icons span .icon-5-1{
	width: 180px;
	height: 350px;
	margin-left: 40px;
	margin-top: -270px;
}
.m5-1_icons span .icon-5-2{
	width: 300px;
	height: 100px;
	margin-left: 270px;

}
.m5-1_icons span .icon-5-3{
	width: 300px;
	height: 100px;
	margin-left: 270px;
}

#m6 h1{
	color: #ffffff !important;
	text-shadow: 2px 2px 5px #000000;
}
.fundo2 {
	-moz-transform: scale(1) !important;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #ff0 url(fundo2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	z-index: -90;
	color: #ffffff !important;
}


.notas {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	color: #999;
	font-size: 12px;
}

i.icon-check {
	width: 170px;
	height: 170px;
	position: absolute;
	right: 0;
	left: 0;
}

div.efectuado span{
	text-align: center;
	opacity: 0.5;
	position: absolute;
	right: 0;
	left: 0;
	width: 350px;
	height: 15px;
	margin: 15px auto;
	bottom: 22px;
	border: 2px solid #989898;
	border-radius: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.efectuado span:hover{
	background-color: #989898;
	color: #fff;
}

div.efectuado i {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 5px;
	margin-left: 15px;
}

div.pagin {
	text-align: center;
	opacity: 0.5;
	margin-top: -60px;
}

div.pagin i {
	width: 15px !important;
	height: 15px;
	display: inline-block;
	margin: 5px;
}


.link{ 
	cursor: pointer !important;
	-webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    color:  #6b432c; 
	font-style: normal; 
	text-decoration: underline;
}
.link:hover{ 
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.animate {
	-webkit-animation: draw 2s linear forwards;
	animation: draw 2s linear forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


@media screen and (max-width: 1240px) , (max-height: 750px) {
	.body{
	    transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
	}
	.icon-barraM {
		transform-origin: 0%;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
	}
	.icon-logoMbcp {
		transform-origin: 100%;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
	}
	.TopBottomLines{
		font-size: 8.5px;
	}
	.m1_icon{
		font-size: 12.5px !important;
	}
}

@media screen and (max-width: 1040px) , (max-height: 600px) {
	.body {
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		margin-top: -100px;
	}
	.icon-barraM {
		transform-origin: 0%;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}
	.icon-logoMbcp {
		transform-origin: 100%;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}
	.TopBottomLines{
		font-size: 8px;
	}
	.m1_icon{
		font-size: 12px !important;
	}
	.mini_nav {
		display: none;
	}
}

@media screen and (max-width: 800px) , (max-height: 454px) {
	.body{
       	transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		margin-top: -150px;
	}
	.icon-barraM {
		transform-origin: 0%;
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
	}
	.icon-logoMbcp {
		transform-origin: 100%;
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
	}
	.TopBottomLines{
		font-size: 7.5px;
	}
	.m1_icon{
		font-size: 12.5px !important;
	}
	.mini_nav {
		display: none;
	}

}


@font-face {
    font-family: 'focombcp-Bold';
    src: url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.woff2') format('woff2'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.woff') format('woff'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.ttf') format('truetype'),
         url('/pt/negocios/financiamento/Documents/IFRRU/fonts/focombcp-bold-webfont.svg#fonts/focombcpbold') format('svg');
    font-weight: bold;
    font-style: normal;
}