/*
Theme Name: Noresa
Theme URI:
Author: Vitalcode
Author URI: http://wordpress.org/
Description: Tema desenvolvido para o site "Noresa"
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 125px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
	 Reset
	 ========================================================================== */

/**
 * Remove anchor tex-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');


/*Estilos gerais*/
.container {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}
.container-menu {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}
.sub-container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px){
	.container {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}
	.sub-container{
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 769px){
	.container {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.container-menu {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.sub-container{
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 575px){
	.container {
		width: auto;
		margin: 0 auto;
		padding: 0 50px;
	}
	.container-menu {
		width: auto;
		margin: 0 auto;
		padding: 0 20px;
	}
	.sub-container{
		width: auto;
		margin: 0 auto;
		padding: 0 50px;
	}
}
/*------------------------------------------------------------------*/
/*Menu*/
.header{
  width: 100%;
  position: fixed;
  padding: 30px 0;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: background-color 0.5s ease;
}
.transparent-bg {
  background-color: transparent !important;
}
.header:not(.transparent-bg) {
  background: linear-gradient(92deg, #077DC0 17.46%, #053875 86.04%);
}
nav#nav{
	display: flex;
  justify-content: space-between!important;
  align-items: center;
}
nav#nav .lista-redes{
	display: flex;
	gap: 10px;
}
.nav-burg{
	text-align: end;
	position: relative;
}
#button-mobile{
	background: none;
  border: 2px #fff solid;
  border-radius: 50%;
  padding: 7px 9px;
}
#hamburguer-1{
	margin-top: 7px;
}
#hamburguer-1, #hamburguer-2, #hamburguer-3{
	width: 32px;
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
  transition: ease 0.6s;
}
#nav.active #hamburguer-2{
	opacity: 0;
}
#nav.active #hamburguer-1{
	transform: rotate(45deg);
  position: relative;
  background: #053875;
  top: 10px;
}
#nav.active #hamburguer-3{
	transform: rotate(315deg);
  position: relative;
  background: #053875;
  top: -8px;
}
#nav.active #button-mobile{
	border-color: #053875;
}
ul#menu-menu-principal{
	text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  position: absolute;
  width: 240px;
  background: #FAC700;
  height: 85px;
  left: -196px;
  top: -17px;
  padding: 100px 30px 70px 0;
  opacity: 0;
  z-index: -1;
  border-radius: 54px;
  transition: ease 0.6s;
}
#nav.active ul#menu-menu-principal{
	opacity: 1;
}
#menu-menu-principal li{
	position: relative;
	padding-bottom: 20px;
}
#menu-menu-principal li a{
	font-weight: 400;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 22px;
	line-height: 24px;
  color: #053875;
}
.header, .logo {
  transition: opacity 0.5s ease;
}
.logo.hidden {
  opacity: 0;
  display: none;
}
.logo:not(.hidden) {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 575px){
	nav#nav{
		gap: 90px;
	}
	.logo:not(.hidden) {
		display: none;
	}
	#menu-menu-principal li{
		padding-bottom: 15px;
	}
	#menu-menu-principal li a{
		font-size: 18px;
	}
	ul#menu-menu-principal{
		left: -152px;
		width: 192px;
	}
}
/*Home*/
.banner-inicio{
	height: 1742px;
	background-repeat: no-repeat;
	background-size: cover;
  background-position-x: center;
	background-position-y:top;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 0;
  position: relative;
}
.banner-inicio .info{
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 13px;
  padding: 13px;
  display: none; 
}
.banner-inicio .info p{
	color: #053875;
	font-family: "futura-pt", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
}
.banner-inicio .btn-estrela{
	position: absolute;
}
.banner-inicio a img.estrela {
	width: 62.431px;
}
.banner-inicio a.estrela-1{
	top: 28%;
  left: 6%;
}
.banner-inicio .info-1{
	width: 189px;
	top: 26%;
  left: 10%;
}
.banner-inicio a.estrela-2{
	top: 31%;
  left: 4%;
}
.banner-inicio .info-2{
	width: 85px;
	top: 32%;
  left: 8%;
}
.banner-inicio a.estrela-3{
  top: 24%;
  right: 4%;
}
.banner-inicio .info-3{
	width: 85px;
  top: 27%;
  right: 6%;
}
.banner-inicio a.estrela-4{
	top: 29%;
  right: 32%;
}
.banner-inicio .info-4{
	width: 85px;
	top: 24%;
  right: 37%;
}
.banner-inicio a.estrela-5{
	top: 27%;
  right: 30%;
}
.banner-inicio .info-5{
	width: 85px;
  top: 22%;
  right: 28%;
}
.banner-inicio a.estrela-6{
	top: 29%;
  right: 27%;
}
.banner-inicio .info-6{
	width: 85px;
	top: 29%;
  right: 19%;
}
.banner-inicio a.estrela-7{
  top: 42%;
  right: 27%;
}
.banner-inicio .info-7{
	width: 85px;
	top: 44%;
  right: 20%;
}
.banner-inicio a.estrela-8{
	top: 47%;
  left: 29%;
}
.banner-inicio .info-8{
	width: 85px;
	top: 39%;
  left: 33%;
}
.banner-inicio a.estrela-9{
  top: 49%;
  left: 14%;
}
.banner-inicio .info-9{
	width: 135px;
  top: 51%;
  left: 4%;
}
.banner-inicio a.estrela-10{
  top: 50%;
  left: 43%;
}
.banner-inicio .info-10{
	width: 85px;
  top: 44%;
  left: 46%;
}
.banner-inicio a.estrela-11{
	top: 52%;
  left: 52%;
}
.banner-inicio .info-11{
	width: 85px;
  top: 55%;
  left: 54%;
}
.banner-inicio a.estrela-12{
  top: 52%;
  left: 20%;
}
.banner-inicio .info-12{
	width: 85px;
	top: 46%;
  left: 19%;
}
.banner-inicio a.estrela-13{
  top: 55%;
  left: 14%;
}
.banner-inicio .info-13{
	width: 85px;
    top: 57%;
    left: 7%;
}
.banner-inicio a.estrela-14{
  top: 57%;
  left: 22%;
}
.banner-inicio .info-14{
	width: 107px;
  top: 60%;
  left: 19%;
}
.banner-inicio a.estrela-15{
  top: 55%;
  left: 30%;
}
.banner-inicio .info-15{
	width: 85px;
  top: 57%;
  left: 34%;
}
.banner-inicio a.estrela-16{
  top: 54%;
  left: 46%;
}
.banner-inicio .info-16{
	width: 85px;
	top: 57%;
  left: 45%;
}
.banner-inicio a.estrela-17{
  top: 65%;
  left: 23%;
}
.banner-inicio .info-17{
	width: 85px;
  top: 67%;
  left: 17%;
}
.banner-inicio a.estrela-18{
  top: 62%;
  right: 25%;
}
.banner-inicio .info-18{
	width: 85px;
	top: 57%;
  right: 23%;
}
.banner-inicio a.estrela-19{
  top: 64%;
  right: 22%;
}
.banner-inicio .info-19{
	width: 85px;
	top: 66%;
  right: 17%;
}
.banner-inicio a.estrela-20{
  top: 78%;
  right: 70%;
}
.banner-inicio .info-20{
	width: 85px;
	top: 71%;
  left: 28%;
}
.banner-inicio a.estrela-21{
  top: 80%;
  right: 72%;
}
.banner-inicio .info-21{
	width: 85px;
	top: 81%;
  left: 17%;
}
.banner-inicio a.estrela-22{
  top: 78%;
  right: 61%;
}
.banner-inicio .info-22{
	width: 85px;
	top: 81%;
  left: 17%;
}
.banner-inicio a.estrela-23{
  top: 82%;
  right: 65%;
}
.banner-inicio .info-23{
	width: 85px;
	top: 85%;
  left: 29%;
}
.banner-inicio .logo-banner {
	display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.banner-inicio .logo-banner img{
	max-width: 16%;
}
.banner-inicio .text {
	display: flex;
  justify-content: flex-end;
}
.banner-inicio .text h1{
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
	text-align: right;
	font-size: 40px;
	line-height: normal;
	max-width: 587px;
}
@media only screen and (max-width: 575px){
	.banner-inicio{
		height: 100vh;
		background-position-x: center;
		background-position-y: bottom;
		background-size: cover;
	}
	.banner-inicio .logo-banner{
		padding-bottom: 40px;
	}
	.banner-inicio .logo-banner img{
		max-width: 30%;
	}
	.banner-inicio .text h1{
		font-size: 25px;
    line-height: 29px;
	}
	.banner-inicio .info{
		display: none;
	}
	.banner-inicio .btn-estrela{
		display: none;
	}
}
.bloco-2{
	padding: 160px 0;
}
.bloco-2 .text{
	position: relative;
  display: flex;
  justify-content: center;
}
.bloco-2 .text .text-big{
	max-width: 405px;
}
.bloco-2 .text .text-big p{
	color: #053875;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	max-width: 735px;
}
/* .bloco-2 .text .text-small{
	position: absolute;
  top: 190px;
  left: 600px;
} */
.bloco-2 .text .text-small p{
	color: #053875;
	text-align: justify;
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; /* 0px */
	max-width: 307px;
	padding-bottom:10px;
}
@media only screen and (max-width: 575px){
	.bloco-2{
		padding: 80px 0;
	}
	.bloco-2 .text{
		flex-direction: column;
	}
	.bloco-2 .text .text-small{
		position: unset;
	}
	.bloco-2 .text .text-big p{
		font-size: 24px;
    line-height: 30px;
		text-align: center;
	}
	.bloco-2 .text .text-small{
		padding-top: 40px;
	}
	.bloco-2 .text .text-small p{
		text-align: center;
		margin: auto;
	}
}
.bloco-3{
	background: linear-gradient(180deg, #053875 0%, #085FC6 100%);
	padding: 120px 0;
}
.bloco-3 .content{
	display: flex;
}
.bloco-3 .content{
	position: relative;
}
.bloco-3 .content .img-globo{
	max-width: 660px;
}
.bloco-3 .content .img-globo::after{
	content: url('assets/images/estrela-1.png');
	position: absolute;
	left: 44%;
}
.bloco-3 .content .img-globo img{
	max-width: 80%;
}
.bloco-3 .content .cards-destaques{
	max-width: 312px;
	padding-top: 80px;
}
.bloco-3 .content .cards-destaques::after{
	content: url('assets/images/estrela-2.png');
	position: absolute;
	left: 60%;
  top: 101%;
}
.bloco-3 .content .cards-destaques::before{
	content: url('assets/images/estrela-3.png');
	position: absolute;
	right: 8%;
  top: 70%;
}
.bloco-3 .content .cards-destaques p{
	color: #053875;
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
}
.bloco-3 .content .cards-destaques .card{
	background: white;

  padding: 12px;
  border-radius: 8px;

  margin-bottom: 16px;
}
.bloco-3 .content .cards-destaques .card .short{
	display: flex;
  gap: 12px;
}
.bloco-3 .content .cards-destaques .card .short .text{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloco-3 .content .cards-destaques .card .short .text a{
	color: #053875;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.7%;
  align-self: flex-end;
}
.bloco-3 .content .cards-destaques .card .conteudo{
	max-height: 246px;
	overflow-y: scroll;
	margin-top: 30px;
	padding-right: 5px;
}
.bloco-3 .content .cards-destaques .card .conteudo p a img{
	max-width: 100%;
	height: auto;
}
.bloco-3 .content .cards-destaques .card .conteudo::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}

.bloco-3 .content .cards-destaques .card .conteudo::-webkit-scrollbar-track {
  width: 4px;        
}

.bloco-3 .content .cards-destaques .card .conteudo::-webkit-scrollbar-thumb {
  background-color: #053875;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}

@media only screen and (max-width: 575px){
	.bloco-3{
		padding: 70px 0 220px 0;
	}
	.bloco-3 .content{
		flex-direction: column;
	}
	.bloco-3 .content .texto{
		padding-top: 0;
	}
	.bloco-3 .content .texto p{
		text-align: center;
	}
	.bloco-3 .content .img-globo::after{
		content: url('assets/images/estrela-1-m.png');
		left: -2%;
	  top: 35%;
	}
	.bloco-3 .content .cards-destaques::after{
		content: url('assets/images/estrela-2-m.png');
		left: 46%;
    top: 110%;
	}
	.bloco-3 .content .cards-destaques::before{
		content: url('assets/images/estrela-2.png');
		right: -7%;
    top: 103%;
	}
}
.bloco-4{
	background: linear-gradient(180deg, #F6B100 0%, #FDD800 100%);
	padding: 140px 0;
}
.bloco-4 .content h1{
	color: #FFF;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 60px;
}
.bloco-4 .content .grid-numeros{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 80px;
	justify-items: center;
}
.bloco-4 .content .grid-numeros .coluna-1, .bloco-4 .content .grid-numeros .coluna-3{
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
}
.bloco-4 .content .grid-numeros .coluna-2{
	display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: space-between;
}
.bloco-4 .content .grid-numeros .item{
	width: 213px;
	max-width: 100%;
	height: 213px;
	background: linear-gradient(180deg, #085FC6 0%, #053A79 100%);
	border-radius: 50%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloco-4 .content .grid-numeros .item .num{
	color: #FFF;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.bloco-4 .content .grid-numeros .item .sobre{
	color: #FFF;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
  max-width: 137px;
  margin: 0 auto;
}
/*-----------------*/
.bloco-4 .content .grid-numeros-mobile{
	display: none;
}
@media only screen and (max-width: 575px){
	.bloco-4 .content h1{
		color: #053875;
		font-size: 37px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	.bloco-4 .content .grid-numeros{
		display: none;
	}
/* -----------------------------------------------------------------	*/
	.bloco-4 .content .grid-numeros-mobile{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
		row-gap: 40px;
		justify-content: center;
	}
	.bloco-4 .content .grid-numeros-mobile .item{
		width: 160px;
		height: 160px;
		max-width: 100%;
		background: linear-gradient(180deg, #085FC6 0%, #053A79 100%);
		border-radius: 50%;
		display: flex;
	  flex-direction: column;
	  justify-content:center;
	}
	.bloco-4 .content .grid-numeros-mobile .item:nth-child(even){
		position: relative;
		top: 100px;
	}
	.bloco-4 .content .grid-numeros-mobile .item .num{
		font-size: 54px;
		color: #FFF;
		text-align: center;
		font-family: "futura-pt-bold", sans-serif;
		font-weight: 800;
		line-height:normal;
	}
	.bloco-4 .content .grid-numeros-mobile .item .sobre{
		font-size: 12px;
		max-width: 122px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "futura-pt-bold", sans-serif;
    font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
}
.bloco-5{
	padding: 180px 0;
}
.bloco-5 .content h1{
	color: #053875;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-bottom: 65px;
}
.bloco-5 .content .servicos{
	display: flex;
	text-align: center;
  justify-content: center;
  gap: 63px;
}
.bloco-5 .content .servicos .servico{
	max-width: 212px;
}
.bloco-5 .content .servicos .servico img{
	margin-bottom: 45px;
	max-width: 100%;
}
.bloco-5 .content .servicos .servico p{
	color: #053C7D;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}
@media only screen and (max-width: 575px){
	.bloco-5{
		padding: 100px 0;
	}
	.bloco-5 .content h1{
		max-width: 220px;
    margin: auto;
    font-size: 37px;
    line-height: 42px;
	}
	.bloco-5 .content .servicos{
		flex-direction: column;
    align-items: center;
	}
	.bloco-5 .content .servicos .servico img{
		margin-bottom: 15px;
	}
}
.bloco-6{
	padding: 180px 0;
	background: linear-gradient(180deg, #053875 0%, #085FC6 100%);
}
.bloco-6 .content h1{
	color: #fff;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-bottom: 65px;
}
.bloco-6 .content .servicos{
	display: flex;
	text-align: center;
  justify-content: center;
  gap: 63px;
}
.bloco-6 .content .servicos .servico{
	max-width: 212px;
}
.bloco-6 .content .servicos .servico img{
	margin-bottom: 45px;
	max-width: -webkit-fill-available;
}
.bloco-6 .content .servicos .servico p{
	color: #fff;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}
@media only screen and (max-width: 575px){
	.bloco-6{
		padding: 100px 0;
	}
	.bloco-6 .content h1{
		max-width: 220px;
    margin: auto;
    font-size: 37px;
    line-height: 42px;
	}
	.bloco-6 .content .servicos{
		flex-direction: column;
    align-items: center;
	}
	.bloco-6 .content .servicos .servico img{
		margin-bottom: 15px;
	}
}
.bloco-7{
	background: linear-gradient(180deg, #F6B100 0%, #FDD800 100%);
	display: flex;
  justify-content: center;
}
.bloco-7 .img-mobile{
	display: none;
}
@media only screen and (max-width: 575px){
	.bloco-7 .img-desk{
		display: none;
	}
	.bloco-7 .img-mobile{
		display: block;
		max-width: 100%;
	}
}
.bloco-8{
	padding: 180px 0;
	position: relative;
}
.bloco-8 img.img-mulher{
	position: absolute;
  top: 342px;
  left: 150px;
}
.bloco-8 .content{
	max-width: 708px;
	margin: auto;
}
.bloco-8 .content p{
	color: #053875;
	font-size: 64px;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	margin-bottom: 40px;
}
.bloco-8 .content p strong{
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 800;
}
.bloco-8 .content a{
	background: linear-gradient(90deg, #F6B100 5.6%, #FDD800 68.53%);
	color: #fff;
	padding: 8px;
	max-width: 200px;
	border-radius: 64px;
	font-family: "futura-pt", sans-serif;
	display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 24px;
}
.bloco-8 .content a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 575px){
	.bloco-8 {
    padding: 90px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
	}
	.bloco-8 img.img-mulher{
		position: unset!important;
		margin-top: 40px;
	}
	.bloco-8 .content p{
		font-size: 34px;
	}
}
.bloco-9{
	padding: 150px 0;
	background: linear-gradient(180deg, #F6B100 0%, #FDD800 100%);
}
.bloco-9 .content h1{
	color: #FFF;
	text-align: center;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
.envelopa-formulario{
	margin-top: 50px;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.formulario-itens-50{
	display: flex;
	gap: 50px;
	margin-bottom: 25px;
}
.formulario-item-100 input{
	width: 100%;
	background: #fff;
	border: none;
	padding: 15px 0px 15px 23px; 
}
.formulario-item-50{
	width: 50%;
}
.formulario-item-50 input{
	width: 100%;
	background: #fff;
	border: none;
	padding: 15px 0px 15px 23px; 
}
.formulario-submit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 15px 23px;
}
.formulario-submit p{
	display: flex;
  flex-direction: row-reverse;
}
.formulario-submit input{
	border: none;
  background: #053B7C;
  padding: 10px 20px;
  color: #fff;
  font-family: "futura-pt", sans-serif;
}
.formulario-submit input:hover{
	background: #fff;
	color: #053B7C;
}
@media only screen and (max-width: 575px){
	.bloco-9 {
		padding: 70px 0;
	}
	.bloco-9 .content h1{
		font-size: 34px;
	}
	.formulario-itens-50{
		flex-direction: column;
		gap: 9px;
    margin-top: 25px;
    margin-bottom: 10px;
	}
	.formulario-item-50 {
    width: 100%;
	}
	.img-post img{
		height: auto;
	}
}
.footer-wrapper{
	padding: 100px 0 80px 0;
	background: #053B7C;
}
.footer-wrapper .content-footer{
	display: flex;
	gap: 150px;
	align-items: center;
  justify-content: center;
}
.footer-wrapper .content-footer .logo-footer img{
	max-width: 100%;
}
.footer-wrapper .content-footer .copy{
	display: flex;
	gap: 60px;
}
.footer-wrapper .content-footer .copy .rights{
	display: flex;
  align-items: center;
}
.footer-wrapper .content-footer .copy .rights p{
	color: #FFF;
	font-family: "futura-pt", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}
.footer-wrapper .content-footer .copy .rights p strong{
	font-family: "futura-pt-bold", sans-serif;
}
.footer-wrapper .content-footer .copy .lista-redes{
	display: flex;
	gap: 15px;
	justify-content: end;
	margin-bottom: 20px;
}
.footer-wrapper .content-footer .copy .dev-ap div{
	display: flex;
	align-items: center;
	gap: 14px;
}
.footer-wrapper .content-footer .copy .dev-ap p{
	color: #FFF;
	font-family: "futura-pt", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
}

@media only screen and (max-width: 575px){
	.footer-wrapper .content-footer{
		flex-direction: column-reverse;
		gap: 100px;
	}
	.footer-wrapper .content-footer .copy .dev-ap div{
		flex-direction: column;
    gap: 5px;
	}
} 