body, html {
    overflow-x: hidden;
}
body {
	font-family: "Arsenal", sans-serif !important;
}


.hero-home {
    height: 800px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.destaque-1 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #040E22;
    display: inline-block;
    background: #93D5B2;
    border-radius: 100px;
    padding: 10px 25px;
}

.titulo-1 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #EEF3F2;
}

.btn-1 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #EEF3F2;
    border-radius: 100px;
    border: 1px solid #EEF3F2;
    padding: 15px 25px;
    display: inline-block;
}

.btn-1:hover {
    opacity: 0.7;
}

.titulo-2 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #113B6D;
}

.home-2 {
    padding-bottom: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.capa-bio {
    width: 100%;
    height: 530px;
    object-fit: cover;
	object-position: top;
    border-radius: 10px;
}

.card-bio h3, .titulo-bio {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #113B6D;
}

.card-bio i {
    color: #25AEE8;
    font-size: 25px;
}

.card-bio p, .texto-bio {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #414649;
    height: 50px;
}

.link-c {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #414649;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #AECDD6;
    padding-bottom: 4px;
}

.big-number {
    background: #EEF3F2;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.45);
    border-radius: 20px;
    padding: 25px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.big-number span {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.041em;
    color: #25AEE8;
}

.home-3 {
    padding-top: 50px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 190px;
}

.titulo-2b {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.titulo-2b b {
    color: #93D5B2;
}

.destaque-2 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #93D5B2;
    display: block;
    margin-top: 5px;
}

.card-serv {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.card-serv img {
    height: 180px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: cover;
}

.card-serv h3 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #113B6D;
}

.card-serv p {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #414649;
}

.home-4 {
    padding-bottom: 50px;
    padding-top: 10px;
    background-color: #EEF3F2;
}

.fundo-titulo {
    padding-bottom: 40px;
    padding-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}

.texto-2 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #414649;
}

.texto-2 b {
    color: #25AEE8;
}

.card-blog {
    display: block;
}

.card-blog img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.card-blog h3 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #113B6D;
	flex-shrink: 0;
}

.card-blog p {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #414649;
	flex-shrink: 0;
}

.card-blog i {
    font-size: 20px;
    line-height: 25px;
    color: #414649;
}

.home-5 {
    padding-top: 90px;
    padding-bottom: 150px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.texto-1 {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.texto-1 a {
    text-decoration: underline;
	color: inherit;
}

.vantagens {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
	flex-direction: column;
    gap: 15px;
}

.vantagens li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.vantagens b {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #93D5B2;
}

.vantagens div {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

#footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 10px;
}

.footer-p {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #9D9D9D;
}

.footer-p a {
	color: #9D9D9D;
	text-decoration: underline;
}

.formu {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
}

.formu label {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #414649;
    display: block;
}

.formu input[type='text'], .formu input[type='email'] {
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    height: 50px;
    display: block;
    width: 100%;
	padding: 8px;
}

.formu textarea {
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    height: 120px;
    display: block;
    width: 100%;
}

.formu button {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: #113B6D;
    border-radius: 100px;
    border: none;
    height: 50px;
    width: 100%;
    display: block;
}

.formu button:hover {
    opacity: 0.7;
}

#header {
    position: absolute;
    width: 100%;
	background-image: none;
	z-index: 999;
}

#header .container {
    background-color: #113B6D;
    border-radius: 100px;
    padding: 4px 10px;
}

.principal li a {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}


.redes {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
	gap: 10px;
}

.redes li a {
    background-color: #93D5B2;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #0C294F;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
	color: #FFFFFF;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.hero-interna {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
}

.conteudo-post p {
	font-family: 'Arsenal';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #414649;
}

.conteudo-post {
	color: #414649;
}

.blog-cover {
    width: 100%;
    height: 580px;
    border-radius: 5px;
    object-fit: contain;
}

.box-tags ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.box-tags {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.box-tags span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    color: #0B3139;
    display: block;
}

.box-tags ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #299B8A;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
}

.compartilhar {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px 0px;
}

.compartilhar li a {
    font-size: 25px;
    color: #000;
}


@media (max-width: 767px) {
	
.blog-cover {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: contain;
}
	
.compartilhar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}	
	
.navbar-toggler-icon {
    filter: invert(1);
}
	
.navbar-toggler {
    border: none;
}
	
.hero-home {
   background-position: 30%;
}
	
.titulo-1 {
    font-size: 38px;
    line-height: 45px;
}
	
.home-2 {
    background-size: contain;
}
	
.titulo-2 {
    font-size: 35px;
    line-height: 41px;
}	
	
.capa-bio {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}
	
.card-bio {
    margin-bottom: 50px;
}
	
.titulo-2b {
    font-size: 26px;
    line-height: 32px;
}
	
.card-serv h3 {
    font-size: 26px;
    line-height: 32px;
}
	
.card-serv p {
    font-size: 18px;
    line-height: 25px;
}
	
.texto-2 {
    font-size: 24px;
    line-height: 32px;
}
	
.formu {
    margin: 0px;
}	

#header .container {
    border-radius: 5px;
}	
	
.navbar-toggler:focus {
    box-shadow: none;
}	
	
.principal {
    padding: 30px 0px;
}	
	
.redes {
    margin-left: 0;
    margin-bottom: 20px;
}	
	
	
	
	
}


