html {
    overflow-x: hidden;
}
body {
	font-family: "Nunito Sans", serif !important;
	background-color: #FFF7F5;
}

.faixa-mov1 {
    height: 70px;
    background-color: #12305B;
}

.faixa-mov1 span {
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FBDCD4;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 70px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.slide-home {
    height: 730px;
	border-radius: 50px 50px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	padding: 30px;
}


.slide-home::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 107.01%);
	border-radius: 50px 50px 0px 0px;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.titulo-1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FBDCD4;
}

.cita-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 140px;
    padding-top: 80px;
}

.box-cita {
    background-color: #FBDCD4;
    padding: 40px;
    border-radius: 20px;
}

.box-cita p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #12305B;
}

.img-radius {
	border-radius: 20px;
}

.box-cita p i {
    font-weight: 400;
}

.sec-texto-1 {
    background: #FBDCD4;
    border-radius: 50px 50px 0px 0px;
    padding-bottom: 120px;
    padding-top: 60px;
    margin-top: -50px;
}


.titulo-2 {
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 74px;
    line-height: 66px;
    color: #12305B;
}


.texto-1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #12305B;
}

.texto-1 a, .texto-1 a:hover{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #12305B;
	text-decoration: underline;
}

.btn-1 {
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 19px;
    color: #FBDCD4;
	border: 1px solid #FBDCD4;
    background: #12305B;
    padding: 15px 35px;
    display: inline-block;
}

.btn-2 {
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 19px;
    color: #12305B;
	border: 1px solid #12305B;
    background: #FBDCD4;
    padding: 15px 35px;
    display: inline-block;
}

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


.sec-texto-2 {
	position: relative;
	z-index: 2;
    background: #12305B;
    border-radius: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
	margin-top: -40px;
	margin-bottom: -40px;
}

.acoes-sec {
    background-color: #FBDCD4;
    padding-top: 120px;
	position: relative;
	z-index: 1;
}

.acoes-item {
    background-color: #F46138;
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
}

.acoes-item:hover {
    opacity: 0.7;
}

.owl-servicos.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    border-radius: 0;
}
.owl-servicos button.owl-next, .owl-servicos button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-servicos button.owl-prev {
    left: -10px;
}
.owl-servicos button.owl-next {
    right: 0;
}
.owl-servicos.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.sec-oportunidades {
    padding-bottom: 80px;
    padding-top: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-oportunidade {
    background-color: #FFE09A;
    padding: 10px;
	padding-bottom: 25px;
    border-radius: 20px;
	height: 590px;
}

.box-oportunidade img {
    width: 100%;
    border-radius: 10px;
    height: 330px;
    object-fit: cover;
    margin-bottom: 15px;
}

.box-oportunidade h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #12305B;
}

.box-oportunidade p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #12305B;
}

.box-oportunidade a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #12305B;
	text-decoration: underline;
}

.sec-impacto {
    padding-bottom: 80px;
	padding-top: 80px;
}

.big-number span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 84px;
    line-height: 80%;
    text-align: center;
    color: #F46138;
    display: block;
}

.big-number small {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #12305B;
    display: block;
}

.sec-texto-3 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.box_midia {
    background: #FBDCD4;
	border-radius: 20px;
    padding: 20px;
	display: block;
}

.box_midia h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3B3B3B;
}

.box_midia p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #3B3B3B;
}

.box_midia img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	border-radius: 100%;
}

.redes {
    display: flex;
    flex-direction: row;
}
.redes a {
    background-color: #FBDCD4;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #F46138;
    font-size: 22px;
	margin-right: 10px;
}

.owl-midia.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    border-radius: 0;
}
.owl-midia button.owl-next, .owl-midia button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-midia button.owl-prev {
    left: -10px;
}
.owl-midia button.owl-next {
    right: 0;
}
.owl-midia.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.owl-midia.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.galeria_i {
	height: 260px;
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
}

.sec-midias {
	padding-bottom: 60px;
	padding-top: 60px;
}

.sec-noticias {
    background: #FBDCD4;
    border-radius: 50px;
    padding-bottom: 80px;
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

.btn-3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #12305B;
    text-decoration: underline;
}

.box-blog {
    display: block;
    background-color: #FFF7F5;
    padding: 10px;
    border-radius: 20px;
    padding-bottom: 25px;
}

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

.box-blog span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #F46138;
}

.box-blog h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #12305B;
	overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-blog p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #12305B;
	overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-blog small {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #12305B;
}

#header {
    background-color: #F46138;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 70px;
    margin-bottom: -50px;
}

.principal li a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FBDCD4;
	margin-right: 15px;
}

.btn-i a {
    background-color: #F7C948;
    color: #12305B !important;
    border-radius: 4px;
	display: inline-block;
}

.nav-link:focus, .nav-link:hover {
    color: #FBDCD4;
    opacity: 0.7;
}

#footer {
    background-color: #12305B;
    padding-top: 130px;
    padding-bottom: 15px;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}

.footmenu {
    display: flex;
	flex-direction: column;
	list-style: none;
}

.footmenu li a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FBDCD4;
}

.texto-footer, .texto-footer a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FBDCD4;
}

.sec-sobre-1 {
    background-color: #FBDCD4;
    border-radius: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
	position: relative;
	z-index: 2;
}

.sec-sobre-2 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.sec-pre-footer {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}

.box-equipe {
    text-align: center;
}

.box-equipe img {
    width: 190px;
    height: 190px;
    border: 3px solid #12305B;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.box-equipe h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #12305B;
}

.box-equipe p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #12305B;
}

.sec-acoes-1 {
	position: relative;
    z-index: 2;
    padding-bottom: 60px;
    padding-top: 60px;
}

.forma-acoes {
    background-color: #F46138;
    height: 590px;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.titulo-5 {
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #FBDCD4;
}

.img-hori {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sup-texto {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #12305B;
    display: block;
}

.sec-contato-1 {
    position: relative;
    z-index: 5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contato-item span {
	display: block;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #12305B;
	flex-grow: 0;
}

.contato-item i {
    color: #F46138;
    font-size: 20px;
	flex-shrink: 0;
	flex-grow: 0;
}

.contato-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.box-form {
    background-color: #FFF7F5;
    padding: 40px;
    border-radius: 20px;
}

.box-form h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #12305B;
}

.box-form label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #12305B;
    display: block;
}

.box-form input {
    background: #FFF7F5;
    border: 1px solid #C5B2AE;
    border-radius: 10px;
    height: 65px;
    display: block;
    width: 100%;
}

.box-form textarea {
    background: #FFF7F5;
    border: 1px solid #C5B2AE;
    border-radius: 10px;
    height: 125px;
    display: block;
    width: 100%;
}

.box-form p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #12305B;
}

.box-form p a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #12305B;
    text-decoration: underline;
}

.pagination a, .pagination a:hover {
    color: #F46138;
    font-size: 22px;
    padding: 5px;
}

.pagination span {
    color: #F46138;
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
}

.pagination {
    margin: auto;
}

.cat {
    font-family: 'Englebert';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 15px;
    color: #FBDCD4;
    background: #F46138;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 10px;
}

.titulo-blog {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 57px;
    color: #F46138;
    margin-bottom: 0px;
}

.texto-resumo {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #12305B;
    margin-top: 15px;
}

.autor {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #12305B;
    display: block;
}

.post-cover {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}

.legenda-capa {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
}

.conteudo-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6C6C6C;
}

.conteudo-inner a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6C6C6C;
	text-decoration: underline;
}

.conteudo-inner {
    color: #6C6C6C;
}

blockquote {
    color: #F46138;
}

blockquote p {
    color: #000 !important;
    font-weight: bold !important;
}


.compartilhar {
    list-style: none;
	position: sticky;
    top: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.compartilhar li {
    background-color: #12305B;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 25px;
}
.compartilhar li a {
    color: #fff;
}


@media (max-width: 767px) {
	
.box-oportunidade {
    height: auto;
}
	
body, html {
    overflow-x: hidden;
}
	
.compartilhar {
	flex-direction: row;
	gap: 10px;
}	
	
.titulo-blog {
    font-size: 32px;
    line-height: 40px;
}	
	
.post-cover {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}
	
.box-form {
    padding: 20px;
}	
	
.sec-contato-1 {
    border-radius: 30px;
}	
	
.forma-acoes {
    height: 390px;
}
	
.img-hori {
    height: 290px;
}
	
.titulo-5 {
    font-size: 35px;
    line-height: 45px;
}	

.sec-acoes-1 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.forma-acoes {
    border-radius: 30px;
}
	
.sec-sobre-2 {
    padding-bottom: 60px;
    padding-top: 60px;
}
	
.sec-sobre-1 {
    border-radius: 30px;
}
	
.track {
  animation: marquee 20s linear infinite;
}	
	
.sec-texto-1 {
    border-radius: 30px 30px 0px 0px;
}	
.sec-texto-2 {
    border-radius: 30px;
}	
.sec-noticias {
    border-radius: 30px;
}

	
.principal li a {
	margin-right: 0px;
}	
.principal {
	margin-top: 30px;
}	
	
.navbar-toggler {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #FBDCD4;
    font-size: 35px;
}
	
.navbar-toggler:focus {
    box-shadow: none;
}
	
.footmenu li a {
    text-align: center;
}
	
.btn-i a {
   padding-left: 15px;
   padding-right: 15px;
}
	
.btn-i {
    text-align: center;
}
	
.texto-footer {
	text-align: center;
}
	
.titulo-1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FBDCD4;
}
	
.slide-home {
    height: 530px;
    border-radius: 30px 30px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
}
	
.box-cita p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #12305B;
}
	
.titulo-2 {
    font-size: 54px;
    line-height: 56px;
}
	
.texto-1 {
    font-size: 20px;
    line-height: 26px;
}
	
.big-number span {
    font-size: 54px;
}
	
.big-number small {
    font-size: 18px;
    line-height: 25px;
}	
	
	
}


