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

.navbar-brand img {
    height: 100px;
}

#header {
    background-color: #8094C8;
}

#header.home {
    background-color: transparent;
    position: absolute;
    width: 100%;
}

.principal li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.principal li {
   margin-left: 20px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    opacity: 0.6;
}

.btn-menu {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid #FFFFFF;
    padding: 0px 15px;
}

.hero-home {
    height: 730px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    color: #FFFFFF;
	margin-bottom: 0px;
}

.sobre-home {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
	background: linear-gradient(180deg, #8094C8 0%, #6778A4 100%);
}

.titulo-2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
	margin-bottom: 0px;
}

.texto-2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.conteudo p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.conteudo a {
    color: #6778a3 !important;
    text-decoration: underline !important;
}

.link-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.img-sobre {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    max-width: 490px;
}

.atuacao-home {
    background: radial-gradient(83.12% 83.12% at 50% 50%, #FFFFFF 0%, #D1D5E1 100%);
    padding-top: 120px;
    padding-bottom: 120px;
}

.titulo-2b {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #071437;
}

.lista-ahome h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #071437;
	border-bottom: 1px solid #071437;
}

.lista-ahome p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #6778A4;
}

.lista-ahome div {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-home {
    height: 730px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.banner-sobre {
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-2c {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
}

.titulo-2c span {
    background-color: #6778A4;
}

.btn-1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid #FFFFFF;
    padding: 15px 35px;
}

.btn-2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #071437;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid #071437;
    padding: 15px 35px;
	display: inline-block;
}

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

.equipe-home {
    padding-top: 90px;
    padding-bottom: 90px;
}

.blog-home {
    padding-top: 90px;
    padding-bottom: 90px;
}

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

.blog-post1 h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #071437;
}

.blog-post1 p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #6778A4;
}

.blog-post1 span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #6778A4;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #6778A4;
    font-size: 22px;
    margin-right: 10px;
}

#footer {
    background-color: #6778A4;
    padding-top: 60px;
}

.foot-p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 0px;
}

.foot-p a {
    font-family: 'Nunito';
    font-style: normal;
	text-decoration: underline;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 0px;
}

.footermenu li a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.footermenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.coluna-logo-f {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-equipe img {
    width: 177px;
    height: 177px;
    border-radius: 100%;
    object-fit: cover;
}

.box-equipe:hover > img {
	box-shadow: 1px 6px 5px 3px rgba(0,0,0,0.12);
}


.box-equipe p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #071437;
    margin-bottom: 0px;
    margin-top: 5px;
}

.box-equipe p small {
    font-size: 14px;
}

#footer .menu-item a[aria-current=page] {
    color: #fff;
    opacity: 0.6;
}

.btn-3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #071437;
    background: #FFFFFF;
    border: 1px solid #8094C8;
    box-shadow: 0px 4px 0px #8094C8;
    border-radius: 6px;
    display: block;
    padding: 20px 10px;
}

.btn-3:hover {
	color: #071437;
    opacity: 0.7;
}

.contato_f input[type='text'] {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #6778A4;
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 8px;
	height: 40px;
    border-bottom: 1px solid #6778A4;
}

.contato_f input[type='text']::placeholder, .contato_f textarea::placeholder {
    color: #6778A4;
}

.contato_f textarea {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #6778A4;
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 8px;
	height: 120px;
    border-bottom: 1px solid #6778A4;
}


.mapa iframe {
    width: 100%;
    height: 400px;
}

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

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

.pagination {
    margin: auto;
}
.search-form input {
    background: #FFFFFF;
    border: 1px solid #8094C8;
    border-radius: 6px 0px 0px 6px;
    height: 50px;
}

.search-form button {
    background-color: #071437;
    width: 50px;
    border: none;
    color: #fff;
}


.post-cover {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

@media (max-width: 767px) {
	

.principal li a {
    text-align: center;
}
	
.principal li {
    margin-left: 0px;
}
	
.principal {
    padding-bottom: 30px;
    padding-top: 30px;
}
	
.navbar-toggler {
    background-color: transparent;
    border: none;
}
	
#header.home {
    background-color: #8094C8;
    position: relative;
    width: 100%;
}

.titulo-1 {
    font-size: 35px;
    line-height: 48px;
}	
	
.hero-home {
    height: 630px;
}	
	
.img-sobre {
    position: relative;
    margin-top: 25px;
	max-width: 100%;
}
	
.titulo-2b {
    font-size: 30px;
    line-height: 38px;
}
	
.titulo-2c {
    font-size: 32px;
    line-height: 45px;
}	
	
	
.banner-sobre {
    height: auto;
    padding-bottom: 60px;
	padding-top: 60px;
}
	
	
	
}


