/* Estilos do site oficial inFinance */

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/segoeui.ttf');
}



* {padding:0; margin:0;}
/************************************************************************/

body {
	border-top: 8px solid black;
}

img {
	border: 0;
}

a{
	text-decoration: none;
}


#navegacao{
	min-height: 123px;
	text-align: center;
}

#container{
	width: 972px;
	margin: auto;	
	min-height: 123px;
}

#logo{
	padding-top: 30px;
	width: 30%;	
	float: left;
}

#menu{
	float: left;
	min-height: 89px;
	height: 89px;
	width: 60%;
}
/*
#menu a{
	text-decoration: none;
	color: black;
}

#menu a:hover{
	text-decoration: none;
	color: white;
}

#menu a:VISITED{
	text-decoration: none;
	color: black;
}
*/
.menu_item{

}

.menu_item a{
	float:right;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 61px;
	padding-bottom: 17px;
	font-family: arial, helvetica, serif;
	font-size: 13px;
}

.menu_item a:LINK{

	color: black;
	cursor: pointer;
}
.menu_item a:VISITED{
	color: black;
	cursor: pointer;
}

.menu_item a:HOVER{
	background-color: black;
	color: white;
	cursor: pointer;
}

#login{
	float: left;
	width: 71px;
	text-align: left;
	min-height: 89px;
	height: 89px;
	margin-left: 10px;
}

#menu_item_mais{
	float: left;
	padding-top: 24px;
	z-index: 2;
}


#dropdown{
	position: absolute;
	width: 220px;
	height: auto;
	display: none;
}

#box{
	margin: 3px;
	border: solid 1px gray;
	background-color: white;s
}

#dropdown_item {
	font-family: arial, helvetica, serif;
	font-size: 13px;
	padding: 5px;
}

#box #item{
	color: black;
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#box #item a{
	color: black;
	height:15px;
	width: 210px;
	font-family: arial, helvetica, serif;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#box #item a:hover{
	color: white;
	background-color: black;
}

#box #item:hover{
	background-color: black;
}

#box #item:hover a{
	color: white;
}

#box a {
	width: 210px;
	font-family: arial, helvetica, serif;
	font-size: 13px;
}

#box a:visited {
	color: black;
	
}

#box a:hover {
	color: white;
	background-color: black;
}

#banner{
	background-image: url(../images/banner07022023.jpg);
	background-repeat: no-repeat;
	background-position: center 123px;
	text-align: center;
}



#banner #form{
	height: 368px;
	width: 972px;
	z-index: 2;
	margin: auto;	
	text-align: left;
}
#banner #form #quadrado{
	position: relative;
	padding-top: 131px;
}
#banner #form #quadrado #campos{
	z-index: 4;	
	width: 556px;
	height: 161px;
	padding-left: 25px;
	text-align: left;
	position: absolute;
	top: 191px;
}

#banner #form #quadrado #campos #coluna1{
	width: 250px;
	float: left;
}

#banner #form #quadrado #campos #coluna2{
	width: 250px;
	padding-left: 25px;
	float: left;
}

.formfield{
	width: 255px;
	height: 30px;
	margin-bottom: 12px;
	color: gray;
}

.submitBtn{
	border: none;
    background: url('../images/botao.png') no-repeat top left;
	width: 211px;
	height: 42px;
	cursor: pointer;
}

#depoimento{
	text-align: center;
}
.titulo{
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

#listafuncionalidades{
	text-align: center;
	margin-top: 20px; 
}

#boxfuncionalidades{
	text-align: center;
}

.textholder{
	text-align: center;
	width: 972px;
	margin: auto;	
	padding-top: 30px;
}
#formcontato{
	float:left;
	width: 462px;
	height: 420px;
	
}
#mapa{
    float:left;
	margin-left: 58px;
	margin-top: 10px;
}

#footer{
	clear: both;
	width: 100%;
	height: 320px;
	background-color: #273c2b;
}

#footerholder{
	text-align: center;
	width: 972px;
	margin: auto;
}

.fieldcontato{
	width: 450px;
	height: 40px;
	margin: 10px;
	padding-left: 5px;
	background-color: #f0f0f0;
	border: solid 1px #e2e2e2;
}

.fieldcontatotxt{
	width: 450px;
	height: 100px;
	margin: 10px;
	background-color: #f0f0f0;
	border: solid 1px #e2e2e2;
	padding-left: 5px;
	padding-top: 5px;
}

.submitBtnEnviar{
	border: none;
    background: url('../images/enviar.png') no-repeat top left;
	width: 139px;
	height: 44px;
	cursor: pointer;
}

#social{
	float: left;
	margin: 20px;
}

#ietec{
	float: right;
	margin: 20px;
}

#menufooter{
	float: left;
	padding-top: 30px;
	text-align: center;
	width: 972px;
}

.menufooteritem{
	color: white;
	padding: 6px;
	font-family: arial, helvetica, serif;
	font-size: 13px;
}

#menufooter a:hover{
	color: white;
	text-decoration: underline;
}

#menufooter a:visited{
	color: white;
}

#copyright{
	float: left;
	padding-top: 10px;
	text-align: center;
	width: 972px;
	font-family: arial, helvetica, serif;
	font-size: 13px;
	color: #5e8b54;
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

#bannerfaq{
	background-image: url(../images/faq.png);
	background-repeat: no-repeat;
	background-position: center 123px;
	text-align: center;
	height: 270px;
}

#content{
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
	width: 972px;
	font-family: 'Segoe UI', arial, helvetica;
	font-size: 13px;
	height: 100%;
}

#content #column1{
	width: 687px;
	float: left;
	font-family: 'Segoe UI', arial, helvetica;
}

#content #column2{
	width: 260px;
	float: left;
	padding-right: 20px;
}

#content h2{
	margin-top: 20px;
	margin-bottom: 10px;

}

#bannercomofunciona{
	background-image: url(../images/comofunciona.png);
	background-repeat: no-repeat;
	background-position: center 123px;
	text-align: center;
	height: 260px;
}

#column2 ul{
	padding-bottom: 20px;
	list-style-type: none;
}

#column2 ul li{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#column2 ul li ul{
	padding-top: 3px;
}

.boxline{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.boxstl{
	width: 440px;
	
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	font-size: 16px;
}

.boxexp{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}


.boxstr{
	width: 180px;
	height: 180px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	text-align: right;
}

.boxf{
	width: 320px;
	padding-right: 20px;
	padding-bottom: 30px;
	float: left;
}

.boxf2{
	width: 100%;
	height: 200px;
	float: left;
}

.subt{
	font-size: 18px;
}

.subtmenu{
	font-size: 16px;
}

.relink{
	color: orange;
}

.relink:visited{
	color: orange;
}

.boxshadow {
	background-color: #eee;
	float:left;
	text-align: center;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.videobox{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.boxspacer{
	padding-top: 30px;
	padding-bottom: 30px;
}

.classe7 {
	visibility:hidden;
	height: 0px;
	display: none;
}

.cl1{
    display: table-cell;
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Verdana, Arial, Sans;
    color: #53595c;
    text-align: left;
    font-size: 1.4em;
    vertical-align: middle;
}
.cl2{
    display: table-cell;
    width: 40%;
    color: #53595c;
    font-family: Verdana, Arial, Sans;
    font-size: 2.6em;
    vertical-align: middle;
    
}

.cl2 a:link{
	color: #53595c;
}

.cl2 a:visited{
	color: #53595c;;
}


