article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 100%; line-height: 1.231; }
body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; color: #222; }
::selection { text-shadow: none; background-color: highlight; color: highlighttext; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}




p { margin: 0; }
html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}
body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}

body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
}
.image {
    display: block;
}
input {
    cursor: default;
    display: block;
}
input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}
input[type=button]:hover {
    background-color: #eff1f1;
}
input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}


.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

body{
	background-color:#f4f1f1;
}

.linha{
	width:65%;
	border-top: 2px solid #fff;
	margin: auto;
	margin-top: 5px;
	
}

#header {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    background-color: rgb(12, 87, 124);
}

#logo {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    padding: 15px;
}

#box1 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(6, 39, 56);
    min-width: 0px;
    min-height: 400px;
    position: relative;
    top: 0px;
    left: 0px;
}

#Box1-centro {
    float: none;
    height: auto;
    margin-left: auto;
    clear: none;
    width: 992px;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 400px;
    padding-left: 40px;
    margin-right: auto;
    padding-right: 40px;
	background-color: rgba(6,39,56,0.8);
	margin-top: 50px;
}

#titulo-chamada {
    float: left;
    font-size: 30px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 33px;
    margin: 70px 0px 0px 0%;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
}

#box1-centro-esquerda {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 50%;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 10px;
    padding-left: 0px;
}

.texto1-chamada {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
}


.lab {
    font-size: 14px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
}



	
	.aviso-final{
	font-size: 11px;
line-height: 13px;
margin-bottom: 50px;
position: relative;
float: left;
width: 100%;
	margin-top: 70px;
		text-align: center;
}

#box1-centro-direita {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 50%;
 background: rgb(184,121,30);
background: linear-gradient(0deg, rgba(184,121,30,1) 0%, rgba(210,145,49,1) 50%, rgba(214,149,54,1) 100%); 
    position: relative;
    left: 0px;
    min-height: 0px;
    padding: 20px;
	
	z-index: 10;
	top:35px;
}

.sombra-caixa{
	-webkit-box-shadow: 3px 6px 7px 3px rgba(0,0,0,0.2); 
	box-shadow: 3px 6px 7px 3px rgba(0,0,0,0.2);
}

.sombra-texto{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.sombra-titulo{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#titulo-formulario {
	
    float: none;
    font-size: 25px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    margin: 0px auto;
    clear: none;
    min-height: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 0px;
}

#text-formulario {
    float: none;
    font-size: 15px;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
	width: 80%;
}

#caixa-form {
    float: none;
    margin-left: auto;
    margin-top: 16px;
    clear: none;
    width: 80%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#caixa-form input{
	width: 100%;
	border-radius: 5px;
	font-family: Montserrat;
	font-size: 17px;
	margin-bottom: 7px;
	padding: 7px;
	padding-left: 11px;
	padding-right: 11px;
	border: 0px;
	color:#4c4c4c;
}

#botao-formulario {
    float: none;
    font-size: 15px;
    width: 69.996995%;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: rgb(12, 87, 124);
    font-family: Montserrat;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
	cursor:pointer;
	transition: background-color 0.3s;
}


	#botao-formulario:hover {
		background-color: #0b4c6c!important;
	}

#result{
	min-height:60px;
}

.resposta{
	width: 100%;
text-align: center;
margin-top: 15px;
font-size: 14px;
padding-left: 15%;
padding-right: 15%;
font-weight: 600;
color: #fff;
	opacity: 0;
}

#aviso-spam {
    float: none;
    font-size: 11px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 13px;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    padding-right: 20px;
    padding-left: 20px;
}

#box2 {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(39, 74, 76);
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
	margin-top: 60px;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 20px solid #f4f1f1;
	position: absolute;
	margin-left: 49%;
	top:0;
}


.arrow-down2 {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  border-top: 20px solid #10628a;
	position: absolute;
	margin-left: 49%;
	top:0;
}



#titulo-box2 {
    float: none;
    font-size: 28px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#aviso-box2 {
    height: auto;
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    text-transform: uppercase;
    margin-right: auto;
	width: 100%;
	position: relative;
	float: left;
	font-size: 19px;
	padding-left: 15%;
	padding-right: 15%;
	line-height: 22px;
	margin-top: 20px;
}




#box2-centro {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 992px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    padding: 40px;
}

#box2-centro-esquerdo {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 10px;
    clear: none;
    width: 56%;
    position: relative;
    top: 0px;
    left: 0px;
}

.item-destaque {
    float: left;
    font-size: 13px;
    width: 48%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    margin: 20px 1% 0px;
    clear: none;
    min-height: 110px;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    font-family: Montserrat;
    background-color: rgb(222, 224, 225);
    color: rgb(12, 87, 124);
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px 25px;
}

#box-bonus {
    float: left;
    height: auto;
    margin-left: 6%;
    margin-top: 20px;
    clear: none;
    width: 36%;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgb(51, 96, 99);
    margin-right: 2%;

    padding: 15px 30px;
	
	outline-offset: -8px;
  outline: 2px solid #fff ;
	
}

#titulo_bonus {
    float: none;
    font-size: 25px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

.item {
    float: left;
    height: auto;
    margin: 20px 0px 0px 0%;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}

.item-icone {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 30%;
    position: relative;
    top: 0px;
    left: 0px;
}

.item-texto {
    float: left;
    font-size: 11px;
    width: 70%;
    height: 55px;
    font-weight: 600;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    text-transform: uppercase;
	
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
	
}

#rodape {
	
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    min-width: 0px;
    background-color: rgb(5, 44, 64);
    padding: 0px;
	margin-top: 50px;
}

#text {
    float: none;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#icone {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#recursos {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(16, 98, 138);
    position: relative;
    top: 0px;
    left: 0px;
    padding: 30px;
	margin-top: 60px;
}

#recursos_meio {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 992px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
}


#titulo_recursos {
    float: none;
    font-size: 38px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    margin: 0px auto 40px;
    clear: none;
    min-height: 32px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}


.item_recursos {
    float: left;
    font-size: 18px;
    width: 46%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 2% 15px;
    clear: none;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
	min-height: 45px;
}

.item_recursos i {
	color:#fbb44a;
	margin-right:10px;
	float: left;
	height: 45px;
}

#bonus {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    clear: both;
    width: 100%;
    background-color: rgb(39, 74, 76);
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 30px;
}
#bonus_meio {
    float: none;
    height: auto;
    margin: 0px auto 20px;
    clear: none;
    width: 992px;
    position: relative;
    top: 0px;
    left: 0px;
}

#titulo_bonus {
    float: left;
    font-size: 28px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0px 25px 0%;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}



.item_bonus {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0%;
    
    width: 25%;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px;
    min-height: 180px;
}



.img_item_bonus {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
}


.txt_item_bonus {
    float: none;
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    min-height: 0px;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 0px;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}

jdiv{
	display:none !important;
}

@media only screen and (max-width: 992px) {
	
	.txt_item_bonus {
        font-size: 13px;
        line-height: 17px;
    }
	
	 #bonus_meio {
        width: 100%;
    }
	
	
	 #recursos {
        float: left;
        height: auto;
        margin: 0px 0px 0px 0%;
        clear: both;
        width: 100%;
    }
	
	#recursos_meio {
        width: 100%;
    }
	
	
	.item-destaque{
		min-height: 125px;
	}
    #box1 {
        display: block;
    }

    #Box1-centro {
        width: 100%;
    }

    #box2-centro {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
	
	
	
	 #Box1-centro {
		background-image: none;
    }
	
	.item_recursos i{
		float:none;
		height: auto;
	}
	
	 .item_bonus {
        width: 50%;
        min-height: 180px;
    }
	
	
	#titulo_bonus {
        margin-bottom: 20px;
    }
	
	
	.item_recursos {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
		min-height: 0px;
		margin-bottom: 21px;
    }
	
	
	#titulo_recursos {
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 25px;
    }
	

	#rodape {
		margin-top: 0px;
	}
	.item-destaque{
		min-height: 110px;
	}
	
	#box2{margin-top: 0px;}
	.arrow-down {
		display: none;
	}
	.arrow-down2 {
		display: none;
	}
    #box1-centro-esquerda {
        width: 100%;
    }

    #box1-centro-direita {
        width: 100%;
		top:0;
		margin-top: 15px;
		margin-bottom: 30px;
    }

    #titulo-chamada {
        text-transform: none;
        text-align: center;
        font-size: 26px;
        line-height: 30px;
		margin-top: 45px;
    }

    .texto1-chamada {
        text-align: center;
		font-size: 15px;
		width: 100%;
    }
	
	.aviso-final{
		margin-top: 0px;
			font-size: 11px;
line-height: 13px;
margin-bottom: 50px;
position: relative;
float: left;
width: 100%;
	}
	

	
	
	

    #titulo-formulario {
        font-size: 23px;
        line-height: 28px;
    }

    #text-formulario {
        font-size: 14px;
        line-height: 18px;
    }

    #titulo-box2 {
        font-size: 24px;
        line-height: 30px;
    }

    #box2-centro-esquerdo {
        width: 100%;
    }

    #box-bonus {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 0px;
        margin-left: 0%;
    }

    .item-texto {
        text-align: left;
    }

    .item-icone {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 576px) {
	.txt_item_bonus {
        font-size: 14px;
        line-height: 18px;
    }
	
    .item_bonus {
        width: 100%;
        min-height: 0px;
    }
	
	
	.item_recursos {
        width: 90%;
    }
	
	
	#titulo-box2{
		font-size: 22px;
		line-height: 28px;
	}
    #logo {
        width: 60%;
    }

    #botao-formulario {
        font-size: 14px;
        line-height: 19px;
    }

    .item-destaque {
		min-height: 0px;
        width: 98%;
    }
}

