body, html {
    overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.hero {
    height: 620px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    padding-top: 15px;
	background-color: #fff;
}

header.home {
    background-color: transparent;
    position: absolute;
    width: 100%;
	z-index: 99;
}
#menu-principal li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
}
.navbar-brand img {
    height: 46px;
}
#footer {
    background-color: #F8F8F8;
    padding-top: 50px;
}
#footer p, #footer p a, #footer p a:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 50px;
}
.footer-m li a, .footer-m li a:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}
.footer-m {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
}
.redes a {
    width: 30px;
    height: 30px;
    background-color: #03576E;
    color: #fff;
    padding: 3px 10px;
    border-radius: 100%;
    margin-left: 4px;
    display: inline-block;
}
.linha-home {
    position: absolute;
    bottom: 20px;
}
.hero h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #03576E;
}
.hero span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.btn-1, .btn-1:hover {
    background: #03576E;
    box-shadow: 0px 2px 10px #1f5969;
    border-radius: 6px;
    display: inline-block;
    padding: 18px 27px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
}
.btn-2, .btn-2:hover {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
}
.areas {
    background-color: #03576E;
    padding-bottom: 90px;
    padding-top: 90px;
}
.areas h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}
.areas p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.btn-3, .btn-3:hover {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 18px 27px;
    display: inline-block;
}
.leilao {
    padding-bottom: 90px;
    padding-top: 90px;
}
.titulo-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.texto-c {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.cover-post {
    height: 230px;
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
.cover-post-2 {
    height: 320px;
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
.card-post, .card-post-2 {
    background-color: #F8F8F8;
    padding: 20px;
	text-align: center;
}
.card-post span, .card-post-2 span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #03576E;
    margin-bottom: 10px;
    display: block;
}
.card-post h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.card-post p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}
.card-post-2 h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
	margin-bottom: 20px;
}
.card-post-2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.noticias {
    padding-bottom: 90px;
    padding-top: 20px;
}
.p-sobre {
    padding-bottom: 90px;
    padding-top: 90px;
}
.missao {
    background-color: #E9EDEE;
    padding-bottom: 90px;
    padding-top: 90px;
}
.card-mm {
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 220px;
    padding: 30px;
}
.card-mm h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #03576E;
}
.card-mm p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #03576E;
}
.p-servicos{
    padding-bottom: 90px;
    padding-top: 90px;
}
.card-ss {
    background: #FFFFFF;
    border: 1px solid #03576E;
    border-radius: 8px;
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	padding: 10px;
}
.card-ss h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

.p-leilao{
    padding-bottom: 90px;
    padding-top: 90px;
}
.card-ll img {
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.card-ll p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}
.card-ee img {
    height: 360px;
	width: 100%;
    object-fit: cover;
	object-position: top;
    margin-bottom: 10px;
}
.formulari-c input[type="text"], .formulari-c input[type="email"] {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    margin-bottom: 25px;
}
.formulari-c textarea {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    height: 120px;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    margin-bottom: 25px;
}
.formulari-c button {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #03576E;
    display: block;
    width: 100%;
    border: none;
    padding: 20px;
}
.capa-pl {
    max-width: 100%;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.categoria-pl {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #03576E;
    border-radius: 8px;
    display: inline-block;
    padding: 13px 30px;
    margin-bottom: 10px;
}
.data-pl {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.titulo-pl {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}
.compartilhar {
    list-style: none;
}
.compartilhar li {
    background-color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 25px;
    margin-bottom: 10px;
}
.compartilhar li a {
    color: #fff;
}
.capa-single {
    max-width: 100%;
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.capa-mais {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
}
.post_list_link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #000000;
}


.topo-lp {
    background-color: #09566e;
    padding-bottom: 10px;
    padding-top: 10px;
}
.topo-lp h1 {
    color: #fff;
    font-size: 22px;
}
.topo-lp h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.sec1-lp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
	position: relative;
}

.sec1-lp::before {
   background-color: rgb(4 74 96 / 78%);
   content: '';
   display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec1-lp h2 {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
}

.sec1-lp p {
    font-size: 26px;
	color: #fff;
}

.sec1-lp h3 {
	color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}


.form-lp input {
    color: rgb(142,142,142);
    background-color: rgb(255,248,248);
    height: 43px;
    border-radius: 14px;
    border: none;
    padding: 0px 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.form-lp textarea {
    color: rgb(142,142,142);
    background-color: rgb(255,248,248);
    height: 120px;
    border-radius: 14px;
    border: none;
    padding: 0px 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.form-lp button, .form-lp button:hover, .btn-lp, .btn-lp:hover {
    background-color: rgb(11,120,7);
    border: 2px solid rgb(255,248,248);
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 100%;
    height: 43px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.sec2-lp h2 {
    font-size: 32px;
    font-weight: bold;
}

.sec2-lp span {
    display: block;
    font-size: 18px;
    line-height: 25.2px;
}


.sec3-lp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
	position: relative;
}

.sec3-lp::before {
   background-color: rgb(0 0 0 / 67%);
   content: '';
   display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec3-lp h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.sec3-lp p {
    font-size: 18px;
    color: #Fff;
}

.sec5-lp {
    background-color: #09566e;
    padding-bottom: 20px;
    padding-top: 20px;
}

.sec5-lp h4{
    letter-spacing: 1px;
    text-shadow: rgb(0,0,0) 4px 4px 11px;
    color: #fff;
}

.sec6-lp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
	position: relative;
}

.sec6-lp::before {
   background-color: rgb(0 0 0 / 67%);
   content: '';
   display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.sec6-lp h2{
    letter-spacing: 1px;
    text-shadow: rgb(0,0,0) 4px 4px 11px;
    color: #fff;
    text-align: center;
}


.sec6-lp p {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.sec7-lp {
    background-color: #075770;
    padding-top: 15px;
	color: #fff;
}


@media (max-width: 767px) {
   
.compartilhar {
    display: flex;
}
.compartilhar li {
    margin-right: 15px;
}
	
#menu-principal {
    background-color: #fff;
    padding: 20px;
}
.hero span {
    font-size: 16px;
}	

.sec1-lp h2 {
    font-size: 25px;
}	
.sec1-lp p {
    font-size: 22px;
}
.sec1-lp h3 {
    font-size: 25px;
    line-height: 28px;
}
.sec2-lp h2 {
    font-size: 25px;
}
	
	
	 
}


