
/*light*/
@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Light.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Light.woff') format('woff'),
        url('../fonts/GalanoGrotesque-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/*normal*/
@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Regular.woff') format('woff'),
        url('../fonts/GalanoGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*medium*/
@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Medium.woff') format('woff'),
        url('../fonts/GalanoGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*bold*/
@font-face {
    font-family: 'Galano Grotesque';
    src: url('../fonts/GalanoGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-Bold.woff') format('woff'),
        url('../fonts/GalanoGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Segoe UI';
	/*background-image: linear-gradient(to right, #035684 , #2ac8e7);*/
	background-color: #171A88;
	color: #1A1A1A;
	min-height:400px;
}
.reset{
	margin:0 !important;
	padding:0 !important;
}


.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}


.icon-bar
{
    background: #ffffff;
	height: 4px !important;
	width: 30px !important;
}
.faixa1{
	float:left;
	background-color:#16c1f3;
	width:25%;
	height:6px;
}
.faixa2{
	float:left;
	background-color:#009fdb;
	width:25%;
	height:6px;
}
.faixa3{
	float:left;
	background-color:#0084b5;
	width:25%;
	height:6px;
}
.faixa4{
	float:left;
	background-color:#005984;
	width:25%;
	height:6px;
}

header
{
    top: 0;
    left: 0;
	background-color: #ffffff;
}

footer
{
	padding-top: 90px;
	padding-bottom: 50px;
}

/*********************
 		MENU
*********************/

.navbar-brand
{
 	padding: 15px;
}
.navbar{
	z-index:10;
	padding-top: 20px;
}
.navbar-toggle{
	margin-top:6px !important;
	margin-right: 0px;
}
.navbar-fixed-top{
	border-width: 0 0 0px !important;
}
.navbar-nav{
	margin-top: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin: 0px 12px;
}
.navbar-brand, .navbar-nav>li>a{
	font-family: 'Segoe UI';
	letter-spacing: 1.5px;
	color: #ffffff;
	text-shadow: none;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
}
.nav>li>a:hover{
	color: #ffffff;
	background-color: transparent;
	opacity: 0.6;
}
.nav>li>a:focus{
	background-color: transparent;
	opacity: 0.6;
}
.navbar-nav>li.active a{
	color: #ffffff;
	background-color: transparent;
	border-top: 3px solid #ffffff;
}
.navbar-nav>li:hover, .navbar-nav>li:focus{
	color: #ffffff;
	background-color: transparent;
}
/*inicio anima close x*/

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/*fim anima close x*/





/**********************
		BLOCOS
***********************/
#bloco01{
	padding-top: 150px;
	padding-bottom: 0px;
}
#bloco-result{
	padding-top: 100px;
	padding-bottom: 15px;	
}

.f-left{
	float: left;
}
.box-result{
	background-color: #ffffff;
	padding: 30px 15px;
	border-radius: 5px;
}
.div-box{
	border-left: 1px solid #777777;
	min-height: 100px;
}
/****************************
            FONTS
*****************************/
.tit-banner{
	font-family: 'Galano Grotesque';
	font-size: 32px;
	line-height: 35px;
	color: #FFB61E;
    letter-spacing: -0.8px;
	padding-bottom: 40px;
}
.box-title{
	font-family: 'Galano Grotesque';
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 3px;
}
.txt-result{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 15px;
}
.txt-result a{
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: underline;
}
.txt-consentimento {
	padding-top: 15px;
    color: #ffffff;
    font-weight: 200;
}
.txt-consentimento a, .txt-consentimento a:hover{
	text-decoration: underline;
	color: #ffffff;
}
/****************************
            FORMS
*****************************/

.form-bg-select {
	padding-left:0px !important;
	font-size:15px;
	font-family: 'Segoe UI';
	line-height:normal;
/*	background: url(../images/BG-Campo-combo-form.png) #ffffff;
	background-position: 98% 6px;
	background-repeat: no-repeat;*/
	border:none;
	border:1px solid #ccc;
	border-radius:4px;
	height: 40px;
	width:100%;
	color:#003366;
	outline: none;
}

.form-bg-nome {
	padding-left:8px !important;
	font-size:16px;
	font-weight: normal;
	line-height:normal;
	border:none;
	border-radius:0px;
	height:32px;
	width:100%;
	color:#ffffff;
	background-color: transparent;
    border-bottom: 1px solid #ffffff;
	outline: none;
}
.select-hack{
	width:100%;
	overflow:hidden;
}
.box-form{
	margin-top:15px;
}
.btn-simular{
	color:#171A88!important;
	background-color: #FFB61E;
	border-radius: 4px;
	font-family: 'Galano Grotesque';
	font-weight: 500;
	font-size:16px;
	line-height: 24px;
	border:none;
    height: 40px;
    width: 210px;
    margin-top: 40px;
	font-style: normal;
}
#lblAviso{
	color: #FF0004;
	font-size: 12px;
}
/*placeholder color*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}
/*****************
		FIX
******************/
.pad-top-form{
	margin-top: 50px;
}
.pad-bt-social{
	padding-bottom: 10px;
	margin-top: -3px;
}
/********************
		tablet/note
********************/
@media screen and (max-width: 1200px) {
	.bloco-videos{
	padding-right: 15px;
	padding-left: 15px;
}
}
/********************
		mobile
********************/
@media screen and (max-width: 780px) {
	body{
		overflow-x: hidden;
	}

#bloco01 {
    padding-top: 50px;
    padding-bottom: 0px;
}
/****menu*****/
.navbar{
	padding-top: 30px;
    margin-bottom: 10px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.navbar-brand, .navbar-nav>li>a{
    color: #ffffff;
	line-height: 48px;
	font-size: 18px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 0px;
    margin: 0px 12px;
    border-top:none;
	border-bottom:  1px solid #ffffff;
}
.navbar-fixed-top {
    border-width: 0 0 4px !important;
}
.navbar-brand{
	width: 170px;
	margin-top: -10px;
}
.navbar-toggle {
    margin-top: -10px !important;
    position: absolute;
    margin-bottom: -96px;
    display: block;
    justify-content: space-between;
    right: 20px;
    z-index: 9999;
}
	
.navbar-collapse{
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.div-box{
	border-left: none;
	border-top:  1px solid #ffffff;
	margin-top: 10px;
    padding-top: 10px;
}
/******** fonts ********/
.tit-banner {
    font-size: 22px;
    line-height: 23px;
}

}
